Jessica James
6 years ago
107 changed files with 19 additions and 14499 deletions
@ -1 +0,0 @@ |
|||
jupiter_bot |
@ -1,2 +0,0 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<module classpath="CMake" type="CPP_MODULE" version="4" /> |
@ -1,28 +0,0 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<project version="4"> |
|||
<component name="PublishConfigData"> |
|||
<serverData> |
|||
<paths name="Default (1f83ca5a-c230-4e5f-b618-9744ea210038)"> |
|||
<serverdata> |
|||
<mappings> |
|||
<mapping local="$PROJECT_DIR$" web="/" /> |
|||
</mappings> |
|||
</serverdata> |
|||
</paths> |
|||
<paths name="GCC 8 (4be5f5a8-7384-44d9-b2ed-5e8f7808c86d)"> |
|||
<serverdata> |
|||
<mappings> |
|||
<mapping local="$PROJECT_DIR$" web="/" /> |
|||
</mappings> |
|||
</serverdata> |
|||
</paths> |
|||
<paths name="WSL (c199de01-00c2-4a5d-8ba2-f1d86e497203)"> |
|||
<serverdata> |
|||
<mappings> |
|||
<mapping local="$PROJECT_DIR$" web="/" /> |
|||
</mappings> |
|||
</serverdata> |
|||
</paths> |
|||
</serverData> |
|||
</component> |
|||
</project> |
@ -1,4 +0,0 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<project version="4"> |
|||
<component name="Encoding" addBOMForNewFiles="with NO BOM" /> |
|||
</project> |
@ -1,10 +0,0 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<project version="4"> |
|||
<component name="CMakeWorkspace" PROJECT_DIR="$PROJECT_DIR$" /> |
|||
<component name="JavaScriptSettings"> |
|||
<option name="languageLevel" value="ES6" /> |
|||
</component> |
|||
<component name="NodePackageJsonFileManager"> |
|||
<packageJsonPaths /> |
|||
</component> |
|||
</project> |
@ -1,8 +0,0 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<project version="4"> |
|||
<component name="ProjectModuleManager"> |
|||
<modules> |
|||
<module fileurl="file://$PROJECT_DIR$/.idea/Jupiter Bot.iml" filepath="$PROJECT_DIR$/.idea/Jupiter Bot.iml" /> |
|||
</modules> |
|||
</component> |
|||
</project> |
@ -1,7 +0,0 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<project version="4"> |
|||
<component name="VcsDirectoryMappings"> |
|||
<mapping directory="$PROJECT_DIR$" vcs="Git" /> |
|||
<mapping directory="$PROJECT_DIR$/src/Jupiter" vcs="Git" /> |
|||
</component> |
|||
</project> |
File diff suppressed because it is too large
@ -1,86 +0,0 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|||
|
|||
<ItemGroup Label="ProjectConfigurations"> |
|||
<ProjectConfiguration Include="Debug|Win32"> |
|||
<Configuration>Debug</Configuration> |
|||
<Platform>Win32</Platform> |
|||
</ProjectConfiguration> |
|||
<ProjectConfiguration Include="Debug|x64"> |
|||
<Configuration>Debug</Configuration> |
|||
<Platform>x64</Platform> |
|||
</ProjectConfiguration> |
|||
<ProjectConfiguration Include="Release|Win32"> |
|||
<Configuration>Release</Configuration> |
|||
<Platform>Win32</Platform> |
|||
</ProjectConfiguration> |
|||
<ProjectConfiguration Include="Release|x64"> |
|||
<Configuration>Release</Configuration> |
|||
<Platform>x64</Platform> |
|||
</ProjectConfiguration> |
|||
</ItemGroup> |
|||
|
|||
<PropertyGroup Label="Globals"> |
|||
<WindowsTargetPlatformVersion>10.0.14393.0</WindowsTargetPlatformVersion> |
|||
</PropertyGroup> |
|||
|
|||
<ImportGroup Label="PropertySheets"> |
|||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|||
</ImportGroup> |
|||
|
|||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
|||
|
|||
<PropertyGroup Label="Configuration"> |
|||
<PlatformToolset>v141</PlatformToolset> |
|||
<CharacterSet>Unicode</CharacterSet> |
|||
</PropertyGroup> |
|||
<PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration"> |
|||
<UseDebugLibraries>true</UseDebugLibraries> |
|||
</PropertyGroup> |
|||
<PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration"> |
|||
<UseDebugLibraries>false</UseDebugLibraries> |
|||
<WholeProgramOptimization>true</WholeProgramOptimization> |
|||
</PropertyGroup> |
|||
|
|||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
|||
|
|||
<ImportGroup Label="ExtensionSettings"> |
|||
</ImportGroup> |
|||
<PropertyGroup Label="UserMacros" /> |
|||
|
|||
<PropertyGroup> |
|||
<OutDir>$(SolutionDir)bin\$(Platform)\$(Configuration)\</OutDir> |
|||
<IntDir>$(SolutionDir)build\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
|||
<IncludePath>$(IncludePath)</IncludePath> |
|||
<LibraryPath>$(SolutionDir)bin\$(Platform)\$(Configuration)\;$(SolutionDir)bin\$(Platform)\$(Configuration)\Plugins\;$(LibraryPath)</LibraryPath> |
|||
</PropertyGroup> |
|||
|
|||
<ItemDefinitionGroup> |
|||
<ClCompile> |
|||
<WarningLevel>Level3</WarningLevel> |
|||
<AdditionalIncludeDirectories>../Jupiter;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|||
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|||
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
|||
</ClCompile> |
|||
<Link> |
|||
<AdditionalDependencies>Jupiter.lib;%(AdditionalDependencies)</AdditionalDependencies> |
|||
</Link> |
|||
</ItemDefinitionGroup> |
|||
<ItemDefinitionGroup Condition="'$(Configuration)'=='Release'"> |
|||
<ClCompile> |
|||
<Optimization>Full</Optimization> |
|||
</ClCompile> |
|||
<Link> |
|||
<OptimizeReferences>true</OptimizeReferences> |
|||
</Link> |
|||
</ItemDefinitionGroup> |
|||
<ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'"> |
|||
<ClCompile> |
|||
<Optimization>Disabled</Optimization> |
|||
</ClCompile> |
|||
<Link> |
|||
<GenerateDebugInformation>true</GenerateDebugInformation> |
|||
</Link> |
|||
</ItemDefinitionGroup> |
|||
|
|||
</Project> |
@ -1,25 +0,0 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|||
<PropertyGroup Label="Configuration"> |
|||
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|||
</PropertyGroup> |
|||
|
|||
<ImportGroup Label="PropertySheets"> |
|||
<Import Project="Jupiter Bot.props" /> |
|||
</ImportGroup> |
|||
|
|||
<PropertyGroup> |
|||
<OutDir>$(SolutionDir)bin\$(Platform)\$(Configuration)\Plugins\</OutDir> |
|||
<IntDir>$(SolutionDir)build\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
|||
</PropertyGroup> |
|||
|
|||
<ItemDefinitionGroup> |
|||
<ClCompile> |
|||
<AdditionalIncludeDirectories>../Bot;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|||
</ClCompile> |
|||
<Link> |
|||
<AdditionalDependencies>Bot.lib;%(AdditionalDependencies)</AdditionalDependencies> |
|||
</Link> |
|||
</ItemDefinitionGroup> |
|||
|
|||
</Project> |
@ -1,17 +0,0 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|||
|
|||
<ImportGroup Label="PropertySheets"> |
|||
<Import Project="Plugin.props" /> |
|||
</ImportGroup> |
|||
|
|||
<ItemDefinitionGroup> |
|||
<ClCompile> |
|||
<AdditionalIncludeDirectories>../RenX.Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|||
</ClCompile> |
|||
<Link> |
|||
<AdditionalDependencies>RenX.Core.lib;%(AdditionalDependencies)</AdditionalDependencies> |
|||
</Link> |
|||
</ItemDefinitionGroup> |
|||
|
|||
</Project> |
File diff suppressed because one or more lines are too long
@ -1,73 +0,0 @@ |
|||
set(CMAKE_C_COMPILER "/usr/bin/gcc-8") |
|||
set(CMAKE_C_COMPILER_ARG1 "") |
|||
set(CMAKE_C_COMPILER_ID "GNU") |
|||
set(CMAKE_C_COMPILER_VERSION "8.2.0") |
|||
set(CMAKE_C_COMPILER_VERSION_INTERNAL "") |
|||
set(CMAKE_C_COMPILER_WRAPPER "") |
|||
set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "11") |
|||
set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert") |
|||
set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") |
|||
set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") |
|||
set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") |
|||
|
|||
set(CMAKE_C_PLATFORM_ID "Linux") |
|||
set(CMAKE_C_SIMULATE_ID "") |
|||
set(CMAKE_C_SIMULATE_VERSION "") |
|||
|
|||
|
|||
|
|||
set(CMAKE_AR "/usr/bin/ar") |
|||
set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar-8") |
|||
set(CMAKE_RANLIB "/usr/bin/ranlib") |
|||
set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib-8") |
|||
set(CMAKE_LINKER "/usr/bin/ld") |
|||
set(CMAKE_COMPILER_IS_GNUCC 1) |
|||
set(CMAKE_C_COMPILER_LOADED 1) |
|||
set(CMAKE_C_COMPILER_WORKS TRUE) |
|||
set(CMAKE_C_ABI_COMPILED TRUE) |
|||
set(CMAKE_COMPILER_IS_MINGW ) |
|||
set(CMAKE_COMPILER_IS_CYGWIN ) |
|||
if(CMAKE_COMPILER_IS_CYGWIN) |
|||
set(CYGWIN 1) |
|||
set(UNIX 1) |
|||
endif() |
|||
|
|||
set(CMAKE_C_COMPILER_ENV_VAR "CC") |
|||
|
|||
if(CMAKE_COMPILER_IS_MINGW) |
|||
set(MINGW 1) |
|||
endif() |
|||
set(CMAKE_C_COMPILER_ID_RUN 1) |
|||
set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) |
|||
set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) |
|||
set(CMAKE_C_LINKER_PREFERENCE 10) |
|||
|
|||
# Save compiler ABI information. |
|||
set(CMAKE_C_SIZEOF_DATA_PTR "8") |
|||
set(CMAKE_C_COMPILER_ABI "ELF") |
|||
set(CMAKE_C_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") |
|||
|
|||
if(CMAKE_C_SIZEOF_DATA_PTR) |
|||
set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") |
|||
endif() |
|||
|
|||
if(CMAKE_C_COMPILER_ABI) |
|||
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") |
|||
endif() |
|||
|
|||
if(CMAKE_C_LIBRARY_ARCHITECTURE) |
|||
set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") |
|||
endif() |
|||
|
|||
set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") |
|||
if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) |
|||
set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") |
|||
endif() |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s") |
|||
set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/8;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") |
|||
set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") |
@ -1,75 +0,0 @@ |
|||
set(CMAKE_CXX_COMPILER "/usr/bin/g++-8") |
|||
set(CMAKE_CXX_COMPILER_ARG1 "") |
|||
set(CMAKE_CXX_COMPILER_ID "GNU") |
|||
set(CMAKE_CXX_COMPILER_VERSION "8.2.0") |
|||
set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") |
|||
set(CMAKE_CXX_COMPILER_WRAPPER "") |
|||
set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "14") |
|||
set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17") |
|||
set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") |
|||
set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") |
|||
set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") |
|||
set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") |
|||
|
|||
set(CMAKE_CXX_PLATFORM_ID "Linux") |
|||
set(CMAKE_CXX_SIMULATE_ID "") |
|||
set(CMAKE_CXX_SIMULATE_VERSION "") |
|||
|
|||
|
|||
|
|||
set(CMAKE_AR "/usr/bin/ar") |
|||
set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar-8") |
|||
set(CMAKE_RANLIB "/usr/bin/ranlib") |
|||
set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib-8") |
|||
set(CMAKE_LINKER "/usr/bin/ld") |
|||
set(CMAKE_COMPILER_IS_GNUCXX 1) |
|||
set(CMAKE_CXX_COMPILER_LOADED 1) |
|||
set(CMAKE_CXX_COMPILER_WORKS TRUE) |
|||
set(CMAKE_CXX_ABI_COMPILED TRUE) |
|||
set(CMAKE_COMPILER_IS_MINGW ) |
|||
set(CMAKE_COMPILER_IS_CYGWIN ) |
|||
if(CMAKE_COMPILER_IS_CYGWIN) |
|||
set(CYGWIN 1) |
|||
set(UNIX 1) |
|||
endif() |
|||
|
|||
set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") |
|||
|
|||
if(CMAKE_COMPILER_IS_MINGW) |
|||
set(MINGW 1) |
|||
endif() |
|||
set(CMAKE_CXX_COMPILER_ID_RUN 1) |
|||
set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) |
|||
set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;mm;CPP) |
|||
set(CMAKE_CXX_LINKER_PREFERENCE 30) |
|||
set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) |
|||
|
|||
# Save compiler ABI information. |
|||
set(CMAKE_CXX_SIZEOF_DATA_PTR "8") |
|||
set(CMAKE_CXX_COMPILER_ABI "ELF") |
|||
set(CMAKE_CXX_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") |
|||
|
|||
if(CMAKE_CXX_SIZEOF_DATA_PTR) |
|||
set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") |
|||
endif() |
|||
|
|||
if(CMAKE_CXX_COMPILER_ABI) |
|||
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") |
|||
endif() |
|||
|
|||
if(CMAKE_CXX_LIBRARY_ARCHITECTURE) |
|||
set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") |
|||
endif() |
|||
|
|||
set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") |
|||
if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) |
|||
set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") |
|||
endif() |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") |
|||
set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/8;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") |
|||
set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") |
Binary file not shown.
Binary file not shown.
@ -1,15 +0,0 @@ |
|||
set(CMAKE_HOST_SYSTEM "Linux-4.4.0-18298-Microsoft") |
|||
set(CMAKE_HOST_SYSTEM_NAME "Linux") |
|||
set(CMAKE_HOST_SYSTEM_VERSION "4.4.0-18298-Microsoft") |
|||
set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") |
|||
|
|||
|
|||
|
|||
set(CMAKE_SYSTEM "Linux-4.4.0-18298-Microsoft") |
|||
set(CMAKE_SYSTEM_NAME "Linux") |
|||
set(CMAKE_SYSTEM_VERSION "4.4.0-18298-Microsoft") |
|||
set(CMAKE_SYSTEM_PROCESSOR "x86_64") |
|||
|
|||
set(CMAKE_CROSSCOMPILING "FALSE") |
|||
|
|||
set(CMAKE_SYSTEM_LOADED 1) |
@ -1,598 +0,0 @@ |
|||
#ifdef __cplusplus |
|||
# error "A C++ compiler has been selected for C." |
|||
#endif |
|||
|
|||
#if defined(__18CXX) |
|||
# define ID_VOID_MAIN |
|||
#endif |
|||
#if defined(__CLASSIC_C__) |
|||
/* cv-qualifiers did not exist in K&R C */ |
|||
# define const |
|||
# define volatile |
|||
#endif |
|||
|
|||
|
|||
/* 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 |
|||
/* __INTEL_COMPILER = VRP */ |
|||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) |
|||
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) |
|||
# if defined(__INTEL_COMPILER_UPDATE) |
|||
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) |
|||
# else |
|||
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) |
|||
# endif |
|||
# if defined(__INTEL_COMPILER_BUILD_DATE) |
|||
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ |
|||
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) |
|||
# endif |
|||
# if defined(_MSC_VER) |
|||
/* _MSC_VER = VVRR */ |
|||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) |
|||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) |
|||
# endif |
|||
|
|||
#elif defined(__PATHCC__) |
|||
# define COMPILER_ID "PathScale" |
|||
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) |
|||
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) |
|||
# if defined(__PATHCC_PATCHLEVEL__) |
|||
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) |
|||
# endif |
|||
|
|||
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) |
|||
# define COMPILER_ID "Embarcadero" |
|||
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) |
|||
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) |
|||
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) |
|||
|
|||
#elif defined(__BORLANDC__) |
|||
# define COMPILER_ID "Borland" |
|||
/* __BORLANDC__ = 0xVRR */ |
|||
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) |
|||
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) |
|||
|
|||
#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 |
|||
# define COMPILER_ID "Watcom" |
|||
/* __WATCOMC__ = VVRR */ |
|||
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) |
|||
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) |
|||
# if (__WATCOMC__ % 10) > 0 |
|||
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) |
|||
# endif |
|||
|
|||
#elif defined(__WATCOMC__) |
|||
# define COMPILER_ID "OpenWatcom" |
|||
/* __WATCOMC__ = VVRP + 1100 */ |
|||
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) |
|||
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) |
|||
# if (__WATCOMC__ % 10) > 0 |
|||
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) |
|||
# endif |
|||
|
|||
#elif defined(__SUNPRO_C) |
|||
# define COMPILER_ID "SunPro" |
|||
# if __SUNPRO_C >= 0x5100 |
|||
/* __SUNPRO_C = 0xVRRP */ |
|||
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) |
|||
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) |
|||
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) |
|||
# else |
|||
/* __SUNPRO_CC = 0xVRP */ |
|||
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) |
|||
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) |
|||
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) |
|||
# endif |
|||
|
|||
#elif defined(__HP_cc) |
|||
# define COMPILER_ID "HP" |
|||
/* __HP_cc = VVRRPP */ |
|||
# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) |
|||
# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) |
|||
# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) |
|||
|
|||
#elif defined(__DECC) |
|||
# define COMPILER_ID "Compaq" |
|||
/* __DECC_VER = VVRRTPPPP */ |
|||
# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) |
|||
# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) |
|||
# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) |
|||
|
|||
#elif defined(__IBMC__) && defined(__COMPILER_VER__) |
|||
# define COMPILER_ID "zOS" |
|||
/* __IBMC__ = VRP */ |
|||
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) |
|||
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) |
|||
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) |
|||
|
|||
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 |
|||
# define COMPILER_ID "XL" |
|||
/* __IBMC__ = VRP */ |
|||
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) |
|||
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) |
|||
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) |
|||
|
|||
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 |
|||
# define COMPILER_ID "VisualAge" |
|||
/* __IBMC__ = VRP */ |
|||
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) |
|||
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) |
|||
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) |
|||
|
|||
#elif defined(__PGI) |
|||
# define COMPILER_ID "PGI" |
|||
# define COMPILER_VERSION_MAJOR DEC(__PGIC__) |
|||
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) |
|||
# if defined(__PGIC_PATCHLEVEL__) |
|||
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) |
|||
# endif |
|||
|
|||
#elif defined(_CRAYC) |
|||
# define COMPILER_ID "Cray" |
|||
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) |
|||
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) |
|||
|
|||
#elif defined(__TI_COMPILER_VERSION__) |
|||
# define COMPILER_ID "TI" |
|||
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */ |
|||
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) |
|||
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) |
|||
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) |
|||
|
|||
#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version) |
|||
# define COMPILER_ID "Fujitsu" |
|||
|
|||
#elif defined(__TINYC__) |
|||
# define COMPILER_ID "TinyCC" |
|||
|
|||
#elif defined(__BCC__) |
|||
# define COMPILER_ID "Bruce" |
|||
|
|||
#elif defined(__SCO_VERSION__) |
|||
# define COMPILER_ID "SCO" |
|||
|
|||
#elif defined(__clang__) && defined(__apple_build_version__) |
|||
# define COMPILER_ID "AppleClang" |
|||
# if defined(_MSC_VER) |
|||
# define SIMULATE_ID "MSVC" |
|||
# endif |
|||
# define COMPILER_VERSION_MAJOR DEC(__clang_major__) |
|||
# define COMPILER_VERSION_MINOR DEC(__clang_minor__) |
|||
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) |
|||
# if defined(_MSC_VER) |
|||
/* _MSC_VER = VVRR */ |
|||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) |
|||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) |
|||
# endif |
|||
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) |
|||
|
|||
#elif defined(__clang__) |
|||
# define COMPILER_ID "Clang" |
|||
# if defined(_MSC_VER) |
|||
# define SIMULATE_ID "MSVC" |
|||
# endif |
|||
# define COMPILER_VERSION_MAJOR DEC(__clang_major__) |
|||
# define COMPILER_VERSION_MINOR DEC(__clang_minor__) |
|||
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) |
|||
# if defined(_MSC_VER) |
|||
/* _MSC_VER = VVRR */ |
|||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) |
|||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) |
|||
# endif |
|||
|
|||
#elif defined(__GNUC__) |
|||
# define COMPILER_ID "GNU" |
|||
# define COMPILER_VERSION_MAJOR DEC(__GNUC__) |
|||
# if defined(__GNUC_MINOR__) |
|||
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) |
|||
# endif |
|||
# if defined(__GNUC_PATCHLEVEL__) |
|||
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) |
|||
# endif |
|||
|
|||
#elif defined(_MSC_VER) |
|||
# define COMPILER_ID "MSVC" |
|||
/* _MSC_VER = VVRR */ |
|||
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) |
|||
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) |
|||
# if defined(_MSC_FULL_VER) |
|||
# if _MSC_VER >= 1400 |
|||
/* _MSC_FULL_VER = VVRRPPPPP */ |
|||
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) |
|||
# else |
|||
/* _MSC_FULL_VER = VVRRPPPP */ |
|||
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) |
|||
# endif |
|||
# endif |
|||
# if defined(_MSC_BUILD) |
|||
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) |
|||
# endif |
|||
|
|||
#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) |
|||
# define COMPILER_ID "ADSP" |
|||
#if defined(__VISUALDSPVERSION__) |
|||
/* __VISUALDSPVERSION__ = 0xVVRRPP00 */ |
|||
# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) |
|||
# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) |
|||
# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) |
|||
#endif |
|||
|
|||
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) |
|||
# define COMPILER_ID "IAR" |
|||
# if defined(__VER__) |
|||
# 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__) |
|||
# endif |
|||
|
|||
#elif defined(__ARMCC_VERSION) |
|||
# define COMPILER_ID "ARMCC" |
|||
#if __ARMCC_VERSION >= 1000000 |
|||
/* __ARMCC_VERSION = VRRPPPP */ |
|||
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) |
|||
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) |
|||
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) |
|||
#else |
|||
/* __ARMCC_VERSION = VRPPPP */ |
|||
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) |
|||
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) |
|||
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) |
|||
#endif |
|||
|
|||
|
|||
#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) |
|||
# define COMPILER_ID "SDCC" |
|||
# if defined(__SDCC_VERSION_MAJOR) |
|||
# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) |
|||
# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) |
|||
# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) |
|||
# else |
|||
/* SDCC = VRP */ |
|||
# define COMPILER_VERSION_MAJOR DEC(SDCC/100) |
|||
# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) |
|||
# define COMPILER_VERSION_PATCH DEC(SDCC % 10) |
|||
# endif |
|||
|
|||
#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION) |
|||
# define COMPILER_ID "MIPSpro" |
|||
# if defined(_SGI_COMPILER_VERSION) |
|||
/* _SGI_COMPILER_VERSION = VRP */ |
|||
# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100) |
|||
# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10) |
|||
# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10) |
|||
# else |
|||
/* _COMPILER_VERSION = VRP */ |
|||
# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100) |
|||
# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10) |
|||
# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10) |
|||
# endif |
|||
|
|||
|
|||
/* These compilers are either not known or too old to define an
|
|||
identification macro. Try to identify the platform and guess that |
|||
it is the native compiler. */ |
|||
#elif defined(__sgi) |
|||
# define COMPILER_ID "MIPSpro" |
|||
|
|||
#elif defined(__hpux) || defined(__hpua) |
|||
# define COMPILER_ID "HP" |
|||
|
|||
#else /* unknown compiler */ |
|||
# define COMPILER_ID "" |
|||
#endif |
|||
|
|||
/* Construct the string literal in pieces to prevent the source from
|
|||
getting matched. Store it in a pointer rather than an array |
|||
because some compilers will just produce instructions to fill the |
|||
array rather than assigning a pointer to a static array. */ |
|||
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; |
|||
#ifdef SIMULATE_ID |
|||
char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; |
|||
#endif |
|||
|
|||
#ifdef __QNXNTO__ |
|||
char const* qnxnto = "INFO" ":" "qnxnto[]"; |
|||
#endif |
|||
|
|||
#if defined(__CRAYXE) || defined(__CRAYXC) |
|||
char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; |
|||
#endif |
|||
|
|||
#define STRINGIFY_HELPER(X) #X |
|||
#define STRINGIFY(X) STRINGIFY_HELPER(X) |
|||
|
|||
/* Identify known platforms by name. */ |
|||
#if defined(__linux) || defined(__linux__) || defined(linux) |
|||
# define PLATFORM_ID "Linux" |
|||
|
|||
#elif defined(__CYGWIN__) |
|||
# define PLATFORM_ID "Cygwin" |
|||
|
|||
#elif defined(__MINGW32__) |
|||
# define PLATFORM_ID "MinGW" |
|||
|
|||
#elif defined(__APPLE__) |
|||
# define PLATFORM_ID "Darwin" |
|||
|
|||
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) |
|||
# define PLATFORM_ID "Windows" |
|||
|
|||
#elif defined(__FreeBSD__) || defined(__FreeBSD) |
|||
# define PLATFORM_ID "FreeBSD" |
|||
|
|||
#elif defined(__NetBSD__) || defined(__NetBSD) |
|||
# define PLATFORM_ID "NetBSD" |
|||
|
|||
#elif defined(__OpenBSD__) || defined(__OPENBSD) |
|||
# define PLATFORM_ID "OpenBSD" |
|||
|
|||
#elif defined(__sun) || defined(sun) |
|||
# define PLATFORM_ID "SunOS" |
|||
|
|||
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) |
|||
# define PLATFORM_ID "AIX" |
|||
|
|||
#elif defined(__sgi) || defined(__sgi__) || defined(_SGI) |
|||
# define PLATFORM_ID "IRIX" |
|||
|
|||
#elif defined(__hpux) || defined(__hpux__) |
|||
# define PLATFORM_ID "HP-UX" |
|||
|
|||
#elif defined(__HAIKU__) |
|||
# define PLATFORM_ID "Haiku" |
|||
|
|||
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) |
|||
# define PLATFORM_ID "BeOS" |
|||
|
|||
#elif defined(__QNX__) || defined(__QNXNTO__) |
|||
# define PLATFORM_ID "QNX" |
|||
|
|||
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) |
|||
# define PLATFORM_ID "Tru64" |
|||
|
|||
#elif defined(__riscos) || defined(__riscos__) |
|||
# define PLATFORM_ID "RISCos" |
|||
|
|||
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) |
|||
# define PLATFORM_ID "SINIX" |
|||
|
|||
#elif defined(__UNIX_SV__) |
|||
# define PLATFORM_ID "UNIX_SV" |
|||
|
|||
#elif defined(__bsdos__) |
|||
# define PLATFORM_ID "BSDOS" |
|||
|
|||
#elif defined(_MPRAS) || defined(MPRAS) |
|||
# define PLATFORM_ID "MP-RAS" |
|||
|
|||
#elif defined(__osf) || defined(__osf__) |
|||
# define PLATFORM_ID "OSF1" |
|||
|
|||
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) |
|||
# define PLATFORM_ID "SCO_SV" |
|||
|
|||
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) |
|||
# define PLATFORM_ID "ULTRIX" |
|||
|
|||
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) |
|||
# define PLATFORM_ID "Xenix" |
|||
|
|||
#elif defined(__WATCOMC__) |
|||
# if defined(__LINUX__) |
|||
# define PLATFORM_ID "Linux" |
|||
|
|||
# elif defined(__DOS__) |
|||
# define PLATFORM_ID "DOS" |
|||
|
|||
# elif defined(__OS2__) |
|||
# define PLATFORM_ID "OS2" |
|||
|
|||
# elif defined(__WINDOWS__) |
|||
# define PLATFORM_ID "Windows3x" |
|||
|
|||
# else /* unknown platform */ |
|||
# define PLATFORM_ID |
|||
# endif |
|||
|
|||
#else /* unknown platform */ |
|||
# define PLATFORM_ID |
|||
|
|||
#endif |
|||
|
|||
/* For windows compilers MSVC and Intel we can determine
|
|||
the architecture of the compiler being used. This is because |
|||
the compilers do not have flags that can change the architecture, |
|||
but rather depend on which compiler is being used |
|||
*/ |
|||
#if defined(_WIN32) && defined(_MSC_VER) |
|||
# if defined(_M_IA64) |
|||
# define ARCHITECTURE_ID "IA64" |
|||
|
|||
# elif defined(_M_X64) || defined(_M_AMD64) |
|||
# define ARCHITECTURE_ID "x64" |
|||
|
|||
# elif defined(_M_IX86) |
|||
# define ARCHITECTURE_ID "X86" |
|||
|
|||
# elif defined(_M_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(__ICCAVR__) |
|||
# define ARCHITECTURE_ID "AVR" |
|||
|
|||
# else /* unknown architecture */ |
|||
# define ARCHITECTURE_ID "" |
|||
# endif |
|||
#else |
|||
# define ARCHITECTURE_ID |
|||
#endif |
|||
|
|||
/* Convert integer to decimal digit literals. */ |
|||
#define DEC(n) \ |
|||
('0' + (((n) / 10000000)%10)), \ |
|||
('0' + (((n) / 1000000)%10)), \ |
|||
('0' + (((n) / 100000)%10)), \ |
|||
('0' + (((n) / 10000)%10)), \ |
|||
('0' + (((n) / 1000)%10)), \ |
|||
('0' + (((n) / 100)%10)), \ |
|||
('0' + (((n) / 10)%10)), \ |
|||
('0' + ((n) % 10)) |
|||
|
|||
/* Convert integer to hex digit literals. */ |
|||
#define HEX(n) \ |
|||
('0' + ((n)>>28 & 0xF)), \ |
|||
('0' + ((n)>>24 & 0xF)), \ |
|||
('0' + ((n)>>20 & 0xF)), \ |
|||
('0' + ((n)>>16 & 0xF)), \ |
|||
('0' + ((n)>>12 & 0xF)), \ |
|||
('0' + ((n)>>8 & 0xF)), \ |
|||
('0' + ((n)>>4 & 0xF)), \ |
|||
('0' + ((n) & 0xF)) |
|||
|
|||
/* Construct a string literal encoding the version number components. */ |
|||
#ifdef COMPILER_VERSION_MAJOR |
|||
char const info_version[] = { |
|||
'I', 'N', 'F', 'O', ':', |
|||
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', |
|||
COMPILER_VERSION_MAJOR, |
|||
# ifdef COMPILER_VERSION_MINOR |
|||
'.', COMPILER_VERSION_MINOR, |
|||
# ifdef COMPILER_VERSION_PATCH |
|||
'.', COMPILER_VERSION_PATCH, |
|||
# ifdef COMPILER_VERSION_TWEAK |
|||
'.', COMPILER_VERSION_TWEAK, |
|||
# endif |
|||
# endif |
|||
# endif |
|||
']','\0'}; |
|||
#endif |
|||
|
|||
/* Construct a string literal encoding the 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'}; |
|||
#endif |
|||
|
|||
/* Construct a string literal encoding the version number components. */ |
|||
#ifdef SIMULATE_VERSION_MAJOR |
|||
char const info_simulate_version[] = { |
|||
'I', 'N', 'F', 'O', ':', |
|||
's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', |
|||
SIMULATE_VERSION_MAJOR, |
|||
# ifdef SIMULATE_VERSION_MINOR |
|||
'.', SIMULATE_VERSION_MINOR, |
|||
# ifdef SIMULATE_VERSION_PATCH |
|||
'.', SIMULATE_VERSION_PATCH, |
|||
# ifdef SIMULATE_VERSION_TWEAK |
|||
'.', SIMULATE_VERSION_TWEAK, |
|||
# endif |
|||
# endif |
|||
# endif |
|||
']','\0'}; |
|||
#endif |
|||
|
|||
/* Construct the string literal in pieces to prevent the source from
|
|||
getting matched. Store it in a pointer rather than an array |
|||
because some compilers will just produce instructions to fill the |
|||
array rather than assigning a pointer to a static array. */ |
|||
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; |
|||
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; |
|||
|
|||
|
|||
|
|||
|
|||
#if !defined(__STDC__) |
|||
# if defined(_MSC_VER) && !defined(__clang__) |
|||
# define C_DIALECT "90" |
|||
# else |
|||
# define C_DIALECT |
|||
# endif |
|||
#elif __STDC_VERSION__ >= 201000L |
|||
# define C_DIALECT "11" |
|||
#elif __STDC_VERSION__ >= 199901L |
|||
# define C_DIALECT "99" |
|||
#else |
|||
# define C_DIALECT "90" |
|||
#endif |
|||
const char* info_language_dialect_default = |
|||
"INFO" ":" "dialect_default[" C_DIALECT "]"; |
|||
|
|||
/*--------------------------------------------------------------------------*/ |
|||
|
|||
#ifdef ID_VOID_MAIN |
|||
void main() {} |
|||
#else |
|||
# if defined(__CLASSIC_C__) |
|||
int main(argc, argv) int argc; char *argv[]; |
|||
# else |
|||
int main(int argc, char* argv[]) |
|||
# endif |
|||
{ |
|||
int require = 0; |
|||
require += info_compiler[argc]; |
|||
require += info_platform[argc]; |
|||
require += info_arch[argc]; |
|||
#ifdef COMPILER_VERSION_MAJOR |
|||
require += info_version[argc]; |
|||
#endif |
|||
#ifdef COMPILER_VERSION_INTERNAL |
|||
require += info_version_internal[argc]; |
|||
#endif |
|||
#ifdef SIMULATE_ID |
|||
require += info_simulate[argc]; |
|||
#endif |
|||
#ifdef SIMULATE_VERSION_MAJOR |
|||
require += info_simulate_version[argc]; |
|||
#endif |
|||
#if defined(__CRAYXE) || defined(__CRAYXC) |
|||
require += info_cray[argc]; |
|||
#endif |
|||
require += info_language_dialect_default[argc]; |
|||
(void)argv; |
|||
return require; |
|||
} |
|||
#endif |
Binary file not shown.
@ -1,576 +0,0 @@ |
|||
/* This source file must have a .cpp extension so that all C++ compilers
|
|||
recognize the extension without flags. Borland does not know .cxx for |
|||
example. */ |
|||
#ifndef __cplusplus |
|||
# error "A C compiler has been selected for C++." |
|||
#endif |
|||
|
|||
|
|||
/* Version number components: V=Version, R=Revision, P=Patch
|
|||
Version date components: YYYY=Year, MM=Month, DD=Day */ |
|||
|
|||
#if defined(__COMO__) |
|||
# define COMPILER_ID "Comeau" |
|||
/* __COMO_VERSION__ = VRR */ |
|||
# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) |
|||
# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) |
|||
|
|||
#elif defined(__INTEL_COMPILER) || defined(__ICC) |
|||
# define COMPILER_ID "Intel" |
|||
# if defined(_MSC_VER) |
|||
# define SIMULATE_ID "MSVC" |
|||
# endif |
|||
/* __INTEL_COMPILER = VRP */ |
|||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) |
|||
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) |
|||
# if defined(__INTEL_COMPILER_UPDATE) |
|||
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) |
|||
# else |
|||
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) |
|||
# endif |
|||
# if defined(__INTEL_COMPILER_BUILD_DATE) |
|||
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ |
|||
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) |
|||
# endif |
|||
# if defined(_MSC_VER) |
|||
/* _MSC_VER = VVRR */ |
|||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) |
|||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) |
|||
# endif |
|||
|
|||
#elif defined(__PATHCC__) |
|||
# define COMPILER_ID "PathScale" |
|||
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) |
|||
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) |
|||
# if defined(__PATHCC_PATCHLEVEL__) |
|||
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) |
|||
# endif |
|||
|
|||
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) |
|||
# define COMPILER_ID "Embarcadero" |
|||
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) |
|||
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) |
|||
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) |
|||
|
|||
#elif defined(__BORLANDC__) |
|||
# define COMPILER_ID "Borland" |
|||
/* __BORLANDC__ = 0xVRR */ |
|||
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) |
|||
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) |
|||
|
|||
#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 |
|||
# define COMPILER_ID "Watcom" |
|||
/* __WATCOMC__ = VVRR */ |
|||
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) |
|||
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) |
|||
# if (__WATCOMC__ % 10) > 0 |
|||
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) |
|||
# endif |
|||
|
|||
#elif defined(__WATCOMC__) |
|||
# define COMPILER_ID "OpenWatcom" |
|||
/* __WATCOMC__ = VVRP + 1100 */ |
|||
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) |
|||
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) |
|||
# if (__WATCOMC__ % 10) > 0 |
|||
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) |
|||
# endif |
|||
|
|||
#elif defined(__SUNPRO_CC) |
|||
# define COMPILER_ID "SunPro" |
|||
# if __SUNPRO_CC >= 0x5100 |
|||
/* __SUNPRO_CC = 0xVRRP */ |
|||
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) |
|||
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) |
|||
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) |
|||
# else |
|||
/* __SUNPRO_CC = 0xVRP */ |
|||
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) |
|||
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) |
|||
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) |
|||
# endif |
|||
|
|||
#elif defined(__HP_aCC) |
|||
# define COMPILER_ID "HP" |
|||
/* __HP_aCC = VVRRPP */ |
|||
# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) |
|||
# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) |
|||
# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) |
|||
|
|||
#elif defined(__DECCXX) |
|||
# define COMPILER_ID "Compaq" |
|||
/* __DECCXX_VER = VVRRTPPPP */ |
|||
# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) |
|||
# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) |
|||
# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) |
|||
|
|||
#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) |
|||
# define COMPILER_ID "zOS" |
|||
/* __IBMCPP__ = VRP */ |
|||
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) |
|||
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) |
|||
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) |
|||
|
|||
#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 |
|||
# define COMPILER_ID "XL" |
|||
/* __IBMCPP__ = VRP */ |
|||
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) |
|||
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) |
|||
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) |
|||
|
|||
#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 |
|||
# define COMPILER_ID "VisualAge" |
|||
/* __IBMCPP__ = VRP */ |
|||
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) |
|||
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) |
|||
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) |
|||
|
|||
#elif defined(__PGI) |
|||
# define COMPILER_ID "PGI" |
|||
# define COMPILER_VERSION_MAJOR DEC(__PGIC__) |
|||
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) |
|||
# if defined(__PGIC_PATCHLEVEL__) |
|||
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) |
|||
# endif |
|||
|
|||
#elif defined(_CRAYC) |
|||
# define COMPILER_ID "Cray" |
|||
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) |
|||
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) |
|||
|
|||
#elif defined(__TI_COMPILER_VERSION__) |
|||
# define COMPILER_ID "TI" |
|||
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */ |
|||
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) |
|||
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) |
|||
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) |
|||
|
|||
#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version) |
|||
# define COMPILER_ID "Fujitsu" |
|||
|
|||
#elif defined(__SCO_VERSION__) |
|||
# define COMPILER_ID "SCO" |
|||
|
|||
#elif defined(__clang__) && defined(__apple_build_version__) |
|||
# define COMPILER_ID "AppleClang" |
|||
# if defined(_MSC_VER) |
|||
# define SIMULATE_ID "MSVC" |
|||
# endif |
|||
# define COMPILER_VERSION_MAJOR DEC(__clang_major__) |
|||
# define COMPILER_VERSION_MINOR DEC(__clang_minor__) |
|||
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) |
|||
# if defined(_MSC_VER) |
|||
/* _MSC_VER = VVRR */ |
|||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) |
|||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) |
|||
# endif |
|||
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) |
|||
|
|||
#elif defined(__clang__) |
|||
# define COMPILER_ID "Clang" |
|||
# if defined(_MSC_VER) |
|||
# define SIMULATE_ID "MSVC" |
|||
# endif |
|||
# define COMPILER_VERSION_MAJOR DEC(__clang_major__) |
|||
# define COMPILER_VERSION_MINOR DEC(__clang_minor__) |
|||
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) |
|||
# if defined(_MSC_VER) |
|||
/* _MSC_VER = VVRR */ |
|||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) |
|||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) |
|||
# endif |
|||
|
|||
#elif defined(__GNUC__) || defined(__GNUG__) |
|||
# define COMPILER_ID "GNU" |
|||
# if defined(__GNUC__) |
|||
# define COMPILER_VERSION_MAJOR DEC(__GNUC__) |
|||
# else |
|||
# define COMPILER_VERSION_MAJOR DEC(__GNUG__) |
|||
# endif |
|||
# if defined(__GNUC_MINOR__) |
|||
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) |
|||
# endif |
|||
# if defined(__GNUC_PATCHLEVEL__) |
|||
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) |
|||
# endif |
|||
|
|||
#elif defined(_MSC_VER) |
|||
# define COMPILER_ID "MSVC" |
|||
/* _MSC_VER = VVRR */ |
|||
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) |
|||
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) |
|||
# if defined(_MSC_FULL_VER) |
|||
# if _MSC_VER >= 1400 |
|||
/* _MSC_FULL_VER = VVRRPPPPP */ |
|||
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) |
|||
# else |
|||
/* _MSC_FULL_VER = VVRRPPPP */ |
|||
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) |
|||
# endif |
|||
# endif |
|||
# if defined(_MSC_BUILD) |
|||
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) |
|||
# endif |
|||
|
|||
#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) |
|||
# define COMPILER_ID "ADSP" |
|||
#if defined(__VISUALDSPVERSION__) |
|||
/* __VISUALDSPVERSION__ = 0xVVRRPP00 */ |
|||
# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) |
|||
# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) |
|||
# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) |
|||
#endif |
|||
|
|||
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) |
|||
# define COMPILER_ID "IAR" |
|||
# if defined(__VER__) |
|||
# 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__) |
|||
# endif |
|||
|
|||
#elif defined(__ARMCC_VERSION) |
|||
# define COMPILER_ID "ARMCC" |
|||
#if __ARMCC_VERSION >= 1000000 |
|||
/* __ARMCC_VERSION = VRRPPPP */ |
|||
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) |
|||
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) |
|||
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) |
|||
#else |
|||
/* __ARMCC_VERSION = VRPPPP */ |
|||
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) |
|||
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) |
|||
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) |
|||
#endif |
|||
|
|||
|
|||
#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION) |
|||
# define COMPILER_ID "MIPSpro" |
|||
# if defined(_SGI_COMPILER_VERSION) |
|||
/* _SGI_COMPILER_VERSION = VRP */ |
|||
# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100) |
|||
# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10) |
|||
# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10) |
|||
# else |
|||
/* _COMPILER_VERSION = VRP */ |
|||
# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100) |
|||
# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10) |
|||
# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10) |
|||
# endif |
|||
|
|||
|
|||
/* These compilers are either not known or too old to define an
|
|||
identification macro. Try to identify the platform and guess that |
|||
it is the native compiler. */ |
|||
#elif defined(__sgi) |
|||
# define COMPILER_ID "MIPSpro" |
|||
|
|||
#elif defined(__hpux) || defined(__hpua) |
|||
# define COMPILER_ID "HP" |
|||
|
|||
#else /* unknown compiler */ |
|||
# define COMPILER_ID "" |
|||
#endif |
|||
|
|||
/* Construct the string literal in pieces to prevent the source from
|
|||
getting matched. Store it in a pointer rather than an array |
|||
because some compilers will just produce instructions to fill the |
|||
array rather than assigning a pointer to a static array. */ |
|||
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; |
|||
#ifdef SIMULATE_ID |
|||
char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; |
|||
#endif |
|||
|
|||
#ifdef __QNXNTO__ |
|||
char const* qnxnto = "INFO" ":" "qnxnto[]"; |
|||
#endif |
|||
|
|||
#if defined(__CRAYXE) || defined(__CRAYXC) |
|||
char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; |
|||
#endif |
|||
|
|||
#define STRINGIFY_HELPER(X) #X |
|||
#define STRINGIFY(X) STRINGIFY_HELPER(X) |
|||
|
|||
/* Identify known platforms by name. */ |
|||
#if defined(__linux) || defined(__linux__) || defined(linux) |
|||
# define PLATFORM_ID "Linux" |
|||
|
|||
#elif defined(__CYGWIN__) |
|||
# define PLATFORM_ID "Cygwin" |
|||
|
|||
#elif defined(__MINGW32__) |
|||
# define PLATFORM_ID "MinGW" |
|||
|
|||
#elif defined(__APPLE__) |
|||
# define PLATFORM_ID "Darwin" |
|||
|
|||
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) |
|||
# define PLATFORM_ID "Windows" |
|||
|
|||
#elif defined(__FreeBSD__) || defined(__FreeBSD) |
|||
# define PLATFORM_ID "FreeBSD" |
|||
|
|||
#elif defined(__NetBSD__) || defined(__NetBSD) |
|||
# define PLATFORM_ID "NetBSD" |
|||
|
|||
#elif defined(__OpenBSD__) || defined(__OPENBSD) |
|||
# define PLATFORM_ID "OpenBSD" |
|||
|
|||
#elif defined(__sun) || defined(sun) |
|||
# define PLATFORM_ID "SunOS" |
|||
|
|||
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) |
|||
# define PLATFORM_ID "AIX" |
|||
|
|||
#elif defined(__sgi) || defined(__sgi__) || defined(_SGI) |
|||
# define PLATFORM_ID "IRIX" |
|||
|
|||
#elif defined(__hpux) || defined(__hpux__) |
|||
# define PLATFORM_ID "HP-UX" |
|||
|
|||
#elif defined(__HAIKU__) |
|||
# define PLATFORM_ID "Haiku" |
|||
|
|||
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) |
|||
# define PLATFORM_ID "BeOS" |
|||
|
|||
#elif defined(__QNX__) || defined(__QNXNTO__) |
|||
# define PLATFORM_ID "QNX" |
|||
|
|||
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) |
|||
# define PLATFORM_ID "Tru64" |
|||
|
|||
#elif defined(__riscos) || defined(__riscos__) |
|||
# define PLATFORM_ID "RISCos" |
|||
|
|||
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) |
|||
# define PLATFORM_ID "SINIX" |
|||
|
|||
#elif defined(__UNIX_SV__) |
|||
# define PLATFORM_ID "UNIX_SV" |
|||
|
|||
#elif defined(__bsdos__) |
|||
# define PLATFORM_ID "BSDOS" |
|||
|
|||
#elif defined(_MPRAS) || defined(MPRAS) |
|||
# define PLATFORM_ID "MP-RAS" |
|||
|
|||
#elif defined(__osf) || defined(__osf__) |
|||
# define PLATFORM_ID "OSF1" |
|||
|
|||
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) |
|||
# define PLATFORM_ID "SCO_SV" |
|||
|
|||
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) |
|||
# define PLATFORM_ID "ULTRIX" |
|||
|
|||
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) |
|||
# define PLATFORM_ID "Xenix" |
|||
|
|||
#elif defined(__WATCOMC__) |
|||
# if defined(__LINUX__) |
|||
# define PLATFORM_ID "Linux" |
|||
|
|||
# elif defined(__DOS__) |
|||
# define PLATFORM_ID "DOS" |
|||
|
|||
# elif defined(__OS2__) |
|||
# define PLATFORM_ID "OS2" |
|||
|
|||
# elif defined(__WINDOWS__) |
|||
# define PLATFORM_ID "Windows3x" |
|||
|
|||
# else /* unknown platform */ |
|||
# define PLATFORM_ID |
|||
# endif |
|||
|
|||
#else /* unknown platform */ |
|||
# define PLATFORM_ID |
|||
|
|||
#endif |
|||
|
|||
/* For windows compilers MSVC and Intel we can determine
|
|||
the architecture of the compiler being used. This is because |
|||
the compilers do not have flags that can change the architecture, |
|||
but rather depend on which compiler is being used |
|||
*/ |
|||
#if defined(_WIN32) && defined(_MSC_VER) |
|||
# if defined(_M_IA64) |
|||
# define ARCHITECTURE_ID "IA64" |
|||
|
|||
# elif defined(_M_X64) || defined(_M_AMD64) |
|||
# define ARCHITECTURE_ID "x64" |
|||
|
|||
# elif defined(_M_IX86) |
|||
# define ARCHITECTURE_ID "X86" |
|||
|
|||
# elif defined(_M_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(__ICCAVR__) |
|||
# define ARCHITECTURE_ID "AVR" |
|||
|
|||
# else /* unknown architecture */ |
|||
# define ARCHITECTURE_ID "" |
|||
# endif |
|||
#else |
|||
# define ARCHITECTURE_ID |
|||
#endif |
|||
|
|||
/* Convert integer to decimal digit literals. */ |
|||
#define DEC(n) \ |
|||
('0' + (((n) / 10000000)%10)), \ |
|||
('0' + (((n) / 1000000)%10)), \ |
|||
('0' + (((n) / 100000)%10)), \ |
|||
('0' + (((n) / 10000)%10)), \ |
|||
('0' + (((n) / 1000)%10)), \ |
|||
('0' + (((n) / 100)%10)), \ |
|||
('0' + (((n) / 10)%10)), \ |
|||
('0' + ((n) % 10)) |
|||
|
|||
/* Convert integer to hex digit literals. */ |
|||
#define HEX(n) \ |
|||
('0' + ((n)>>28 & 0xF)), \ |
|||
('0' + ((n)>>24 & 0xF)), \ |
|||
('0' + ((n)>>20 & 0xF)), \ |
|||
('0' + ((n)>>16 & 0xF)), \ |
|||
('0' + ((n)>>12 & 0xF)), \ |
|||
('0' + ((n)>>8 & 0xF)), \ |
|||
('0' + ((n)>>4 & 0xF)), \ |
|||
('0' + ((n) & 0xF)) |
|||
|
|||
/* Construct a string literal encoding the version number components. */ |
|||
#ifdef COMPILER_VERSION_MAJOR |
|||
char const info_version[] = { |
|||
'I', 'N', 'F', 'O', ':', |
|||
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', |
|||
COMPILER_VERSION_MAJOR, |
|||
# ifdef COMPILER_VERSION_MINOR |
|||
'.', COMPILER_VERSION_MINOR, |
|||
# ifdef COMPILER_VERSION_PATCH |
|||
'.', COMPILER_VERSION_PATCH, |
|||
# ifdef COMPILER_VERSION_TWEAK |
|||
'.', COMPILER_VERSION_TWEAK, |
|||
# endif |
|||
# endif |
|||
# endif |
|||
']','\0'}; |
|||
#endif |
|||
|
|||
/* Construct a string literal encoding the 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'}; |
|||
#endif |
|||
|
|||
/* Construct a string literal encoding the version number components. */ |
|||
#ifdef SIMULATE_VERSION_MAJOR |
|||
char const info_simulate_version[] = { |
|||
'I', 'N', 'F', 'O', ':', |
|||
's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', |
|||
SIMULATE_VERSION_MAJOR, |
|||
# ifdef SIMULATE_VERSION_MINOR |
|||
'.', SIMULATE_VERSION_MINOR, |
|||
# ifdef SIMULATE_VERSION_PATCH |
|||
'.', SIMULATE_VERSION_PATCH, |
|||
# ifdef SIMULATE_VERSION_TWEAK |
|||
'.', SIMULATE_VERSION_TWEAK, |
|||
# endif |
|||
# endif |
|||
# endif |
|||
']','\0'}; |
|||
#endif |
|||
|
|||
/* Construct the string literal in pieces to prevent the source from
|
|||
getting matched. Store it in a pointer rather than an array |
|||
because some compilers will just produce instructions to fill the |
|||
array rather than assigning a pointer to a static array. */ |
|||
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; |
|||
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; |
|||
|
|||
|
|||
|
|||
|
|||
#if defined(_MSC_VER) && defined(_MSVC_LANG) |
|||
#define CXX_STD _MSVC_LANG |
|||
#else |
|||
#define CXX_STD __cplusplus |
|||
#endif |
|||
|
|||
const char* info_language_dialect_default = "INFO" ":" "dialect_default[" |
|||
#if CXX_STD > 201402L |
|||
"17" |
|||
#elif CXX_STD >= 201402L |
|||
"14" |
|||
#elif CXX_STD >= 201103L |
|||
"11" |
|||
#else |
|||
"98" |
|||
#endif |
|||
"]"; |
|||
|
|||
/*--------------------------------------------------------------------------*/ |
|||
|
|||
int main(int argc, char* argv[]) |
|||
{ |
|||
int require = 0; |
|||
require += info_compiler[argc]; |
|||
require += info_platform[argc]; |
|||
#ifdef COMPILER_VERSION_MAJOR |
|||
require += info_version[argc]; |
|||
#endif |
|||
#ifdef COMPILER_VERSION_INTERNAL |
|||
require += info_version_internal[argc]; |
|||
#endif |
|||
#ifdef SIMULATE_ID |
|||
require += info_simulate[argc]; |
|||
#endif |
|||
#ifdef SIMULATE_VERSION_MAJOR |
|||
require += info_simulate_version[argc]; |
|||
#endif |
|||
#if defined(__CRAYXE) || defined(__CRAYXC) |
|||
require += info_cray[argc]; |
|||
#endif |
|||
require += info_language_dialect_default[argc]; |
|||
(void)argv; |
|||
return require; |
|||
} |
Binary file not shown.
@ -1,16 +0,0 @@ |
|||
# CMAKE generated file: DO NOT EDIT! |
|||
# Generated by "Unix Makefiles" Generator, CMake Version 3.10 |
|||
|
|||
# Relative path conversion top directories. |
|||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/mnt/c/dev/Projects/Jupiter Bot") |
|||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug") |
|||
|
|||
# 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}) |
@ -1,175 +0,0 @@ |
|||
# CMAKE generated file: DO NOT EDIT! |
|||
# Generated by "Unix Makefiles" Generator, CMake Version 3.10 |
|||
|
|||
# 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" |
|||
"../CMakeLists.txt" |
|||
"../build/CMakeLists.txt" |
|||
"../build/GNU/CMakeLists.txt" |
|||
"CMakeFiles/3.10.2/CMakeCCompiler.cmake" |
|||
"CMakeFiles/3.10.2/CMakeCXXCompiler.cmake" |
|||
"CMakeFiles/3.10.2/CMakeSystem.cmake" |
|||
"../src/Bot/CMakeLists.txt" |
|||
"../src/Bot/src/CMakeLists.txt" |
|||
"../src/CMakeLists.txt" |
|||
"../src/Plugins/CMakeLists.txt" |
|||
"../src/Plugins/ChannelRelay/CMakeLists.txt" |
|||
"../src/Plugins/CoreCommands/CMakeLists.txt" |
|||
"../src/Plugins/ExtraCommands/CMakeLists.txt" |
|||
"../src/Plugins/FunCommands/CMakeLists.txt" |
|||
"../src/Plugins/HTTPServer/CMakeLists.txt" |
|||
"../src/Plugins/IRC.Core/CMakeLists.txt" |
|||
"../src/Plugins/PluginManager/CMakeLists.txt" |
|||
"../src/Plugins/RenX/CMakeLists.txt" |
|||
"../src/Plugins/RenX/RenX.AlwaysRecord/CMakeLists.txt" |
|||
"../src/Plugins/RenX/RenX.Announcements/CMakeLists.txt" |
|||
"../src/Plugins/RenX/RenX.Commands/CMakeLists.txt" |
|||
"../src/Plugins/RenX/RenX.Core/CMakeLists.txt" |
|||
"../src/Plugins/RenX/RenX.ExcessiveHeadshots/CMakeLists.txt" |
|||
"../src/Plugins/RenX/RenX.ExtraLogging/CMakeLists.txt" |
|||
"../src/Plugins/RenX/RenX.Greetings/CMakeLists.txt" |
|||
"../src/Plugins/RenX/RenX.HybridUUID/CMakeLists.txt" |
|||
"../src/Plugins/RenX/RenX.IRCJoin/CMakeLists.txt" |
|||
"../src/Plugins/RenX/RenX.Ladder.All-Time/CMakeLists.txt" |
|||
"../src/Plugins/RenX/RenX.Ladder.Daily/CMakeLists.txt" |
|||
"../src/Plugins/RenX/RenX.Ladder.Monthly/CMakeLists.txt" |
|||
"../src/Plugins/RenX/RenX.Ladder.Web/CMakeLists.txt" |
|||
"../src/Plugins/RenX/RenX.Ladder.Weekly/CMakeLists.txt" |
|||
"../src/Plugins/RenX/RenX.Ladder.Yearly/CMakeLists.txt" |
|||
"../src/Plugins/RenX/RenX.Ladder/CMakeLists.txt" |
|||
"../src/Plugins/RenX/RenX.Listen/CMakeLists.txt" |
|||
"../src/Plugins/RenX/RenX.Logging/CMakeLists.txt" |
|||
"../src/Plugins/RenX/RenX.Medals/CMakeLists.txt" |
|||
"../src/Plugins/RenX/RenX.MinPlayers/CMakeLists.txt" |
|||
"../src/Plugins/RenX/RenX.ModSystem/CMakeLists.txt" |
|||
"../src/Plugins/RenX/RenX.NicknameUUID/CMakeLists.txt" |
|||
"../src/Plugins/RenX/RenX.Plugin.Template/CMakeLists.txt" |
|||
"../src/Plugins/RenX/RenX.ServerList/CMakeLists.txt" |
|||
"../src/Plugins/RenX/RenX.SetJoin/CMakeLists.txt" |
|||
"../src/Plugins/RenX/RenX.Warn/CMakeLists.txt" |
|||
"../src/Plugins/SetJoin/CMakeLists.txt" |
|||
"../src/jupiter/CMakeLists.txt" |
|||
"../src/jupiter/build/CMakeLists.txt" |
|||
"../src/jupiter/src/CMakeLists.txt" |
|||
"../src/jupiter/src/common/CMakeLists.txt" |
|||
"/usr/share/cmake-3.10/Modules/CMakeCInformation.cmake" |
|||
"/usr/share/cmake-3.10/Modules/CMakeCXXInformation.cmake" |
|||
"/usr/share/cmake-3.10/Modules/CMakeCommonLanguageInclude.cmake" |
|||
"/usr/share/cmake-3.10/Modules/CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake" |
|||
"/usr/share/cmake-3.10/Modules/CMakeFindCodeBlocks.cmake" |
|||
"/usr/share/cmake-3.10/Modules/CMakeGenericSystem.cmake" |
|||
"/usr/share/cmake-3.10/Modules/CMakeLanguageInformation.cmake" |
|||
"/usr/share/cmake-3.10/Modules/CMakeSystemSpecificInformation.cmake" |
|||
"/usr/share/cmake-3.10/Modules/CMakeSystemSpecificInitialize.cmake" |
|||
"/usr/share/cmake-3.10/Modules/Compiler/CMakeCommonCompilerMacros.cmake" |
|||
"/usr/share/cmake-3.10/Modules/Compiler/GNU-C.cmake" |
|||
"/usr/share/cmake-3.10/Modules/Compiler/GNU-CXX.cmake" |
|||
"/usr/share/cmake-3.10/Modules/Compiler/GNU.cmake" |
|||
"/usr/share/cmake-3.10/Modules/FindOpenSSL.cmake" |
|||
"/usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake" |
|||
"/usr/share/cmake-3.10/Modules/FindPackageMessage.cmake" |
|||
"/usr/share/cmake-3.10/Modules/FindPkgConfig.cmake" |
|||
"/usr/share/cmake-3.10/Modules/Platform/Linux-GNU-C.cmake" |
|||
"/usr/share/cmake-3.10/Modules/Platform/Linux-GNU-CXX.cmake" |
|||
"/usr/share/cmake-3.10/Modules/Platform/Linux-GNU.cmake" |
|||
"/usr/share/cmake-3.10/Modules/Platform/Linux.cmake" |
|||
"/usr/share/cmake-3.10/Modules/Platform/UnixPaths.cmake" |
|||
"/usr/share/cmake-3.10/Modules/ProcessorCount.cmake" |
|||
) |
|||
|
|||
# The corresponding makefile is: |
|||
set(CMAKE_MAKEFILE_OUTPUTS |
|||
"Makefile" |
|||
"CMakeFiles/cmake.check_cache" |
|||
) |
|||
|
|||
# Byproducts of CMake generate step: |
|||
set(CMAKE_MAKEFILE_PRODUCTS |
|||
"CMakeFiles/CMakeDirectoryInformation.cmake" |
|||
"src/CMakeFiles/CMakeDirectoryInformation.cmake" |
|||
"src/jupiter/CMakeFiles/CMakeDirectoryInformation.cmake" |
|||
"src/jupiter/src/CMakeFiles/CMakeDirectoryInformation.cmake" |
|||
"src/jupiter/src/common/CMakeFiles/CMakeDirectoryInformation.cmake" |
|||
"src/Bot/CMakeFiles/CMakeDirectoryInformation.cmake" |
|||
"src/Bot/src/CMakeFiles/CMakeDirectoryInformation.cmake" |
|||
"src/Plugins/CMakeFiles/CMakeDirectoryInformation.cmake" |
|||
"src/Plugins/ChannelRelay/CMakeFiles/CMakeDirectoryInformation.cmake" |
|||
"src/Plugins/CoreCommands/CMakeFiles/CMakeDirectoryInformation.cmake" |
|||
"src/Plugins/ExtraCommands/CMakeFiles/CMakeDirectoryInformation.cmake" |
|||
"src/Plugins/FunCommands/CMakeFiles/CMakeDirectoryInformation.cmake" |
|||
"src/Plugins/HTTPServer/CMakeFiles/CMakeDirectoryInformation.cmake" |
|||
"src/Plugins/IRC.Core/CMakeFiles/CMakeDirectoryInformation.cmake" |
|||
"src/Plugins/PluginManager/CMakeFiles/CMakeDirectoryInformation.cmake" |
|||
"src/Plugins/SetJoin/CMakeFiles/CMakeDirectoryInformation.cmake" |
|||
"src/Plugins/RenX/CMakeFiles/CMakeDirectoryInformation.cmake" |
|||
"src/Plugins/RenX/RenX.Core/CMakeFiles/CMakeDirectoryInformation.cmake" |
|||
"src/Plugins/RenX/RenX.AlwaysRecord/CMakeFiles/CMakeDirectoryInformation.cmake" |
|||
"src/Plugins/RenX/RenX.Announcements/CMakeFiles/CMakeDirectoryInformation.cmake" |
|||
"src/Plugins/RenX/RenX.Commands/CMakeFiles/CMakeDirectoryInformation.cmake" |
|||
"src/Plugins/RenX/RenX.ExcessiveHeadshots/CMakeFiles/CMakeDirectoryInformation.cmake" |
|||
"src/Plugins/RenX/RenX.ExtraLogging/CMakeFiles/CMakeDirectoryInformation.cmake" |
|||
"src/Plugins/RenX/RenX.Greetings/CMakeFiles/CMakeDirectoryInformation.cmake" |
|||
"src/Plugins/RenX/RenX.HybridUUID/CMakeFiles/CMakeDirectoryInformation.cmake" |
|||
"src/Plugins/RenX/RenX.IRCJoin/CMakeFiles/CMakeDirectoryInformation.cmake" |
|||
"src/Plugins/RenX/RenX.Ladder/CMakeFiles/CMakeDirectoryInformation.cmake" |
|||
"src/Plugins/RenX/RenX.Ladder.All-Time/CMakeFiles/CMakeDirectoryInformation.cmake" |
|||
"src/Plugins/RenX/RenX.Ladder.Daily/CMakeFiles/CMakeDirectoryInformation.cmake" |
|||
"src/Plugins/RenX/RenX.Ladder.Monthly/CMakeFiles/CMakeDirectoryInformation.cmake" |
|||
"src/Plugins/RenX/RenX.Ladder.Web/CMakeFiles/CMakeDirectoryInformation.cmake" |
|||
"src/Plugins/RenX/RenX.Ladder.Weekly/CMakeFiles/CMakeDirectoryInformation.cmake" |
|||
"src/Plugins/RenX/RenX.Ladder.Yearly/CMakeFiles/CMakeDirectoryInformation.cmake" |
|||
"src/Plugins/RenX/RenX.Listen/CMakeFiles/CMakeDirectoryInformation.cmake" |
|||
"src/Plugins/RenX/RenX.Logging/CMakeFiles/CMakeDirectoryInformation.cmake" |
|||
"src/Plugins/RenX/RenX.Medals/CMakeFiles/CMakeDirectoryInformation.cmake" |
|||
"src/Plugins/RenX/RenX.MinPlayers/CMakeFiles/CMakeDirectoryInformation.cmake" |
|||
"src/Plugins/RenX/RenX.ModSystem/CMakeFiles/CMakeDirectoryInformation.cmake" |
|||
"src/Plugins/RenX/RenX.NicknameUUID/CMakeFiles/CMakeDirectoryInformation.cmake" |
|||
"src/Plugins/RenX/RenX.Plugin.Template/CMakeFiles/CMakeDirectoryInformation.cmake" |
|||
"src/Plugins/RenX/RenX.ServerList/CMakeFiles/CMakeDirectoryInformation.cmake" |
|||
"src/Plugins/RenX/RenX.SetJoin/CMakeFiles/CMakeDirectoryInformation.cmake" |
|||
"src/Plugins/RenX/RenX.Warn/CMakeFiles/CMakeDirectoryInformation.cmake" |
|||
) |
|||
|
|||
# Dependency information for all targets: |
|||
set(CMAKE_DEPEND_INFO_FILES |
|||
"src/jupiter/src/common/CMakeFiles/jupiter.dir/DependInfo.cmake" |
|||
"src/Bot/src/CMakeFiles/Bot.dir/DependInfo.cmake" |
|||
"src/Plugins/ChannelRelay/CMakeFiles/ChannelRelay.dir/DependInfo.cmake" |
|||
"src/Plugins/CoreCommands/CMakeFiles/CoreCommands.dir/DependInfo.cmake" |
|||
"src/Plugins/ExtraCommands/CMakeFiles/ExtraCommands.dir/DependInfo.cmake" |
|||
"src/Plugins/FunCommands/CMakeFiles/FunCommands.dir/DependInfo.cmake" |
|||
"src/Plugins/HTTPServer/CMakeFiles/HTTPServer.dir/DependInfo.cmake" |
|||
"src/Plugins/IRC.Core/CMakeFiles/IRC_Core.dir/DependInfo.cmake" |
|||
"src/Plugins/PluginManager/CMakeFiles/PluginManager.dir/DependInfo.cmake" |
|||
"src/Plugins/SetJoin/CMakeFiles/SetJoin.dir/DependInfo.cmake" |
|||
"src/Plugins/RenX/RenX.Core/CMakeFiles/RenX.Core.dir/DependInfo.cmake" |
|||
"src/Plugins/RenX/RenX.AlwaysRecord/CMakeFiles/RenX.AlwaysRecord.dir/DependInfo.cmake" |
|||
"src/Plugins/RenX/RenX.Announcements/CMakeFiles/RenX.Announcements.dir/DependInfo.cmake" |
|||
"src/Plugins/RenX/RenX.Commands/CMakeFiles/RenX.Commands.dir/DependInfo.cmake" |
|||
"src/Plugins/RenX/RenX.ExcessiveHeadshots/CMakeFiles/RenX.ExcessiveHeadshots.dir/DependInfo.cmake" |
|||
"src/Plugins/RenX/RenX.ExtraLogging/CMakeFiles/RenX.ExtraLogging.dir/DependInfo.cmake" |
|||
"src/Plugins/RenX/RenX.Greetings/CMakeFiles/RenX.Greetings.dir/DependInfo.cmake" |
|||
"src/Plugins/RenX/RenX.HybridUUID/CMakeFiles/RenX.HybridUUID.dir/DependInfo.cmake" |
|||
"src/Plugins/RenX/RenX.IRCJoin/CMakeFiles/RenX.IRCJoin.dir/DependInfo.cmake" |
|||
"src/Plugins/RenX/RenX.Ladder/CMakeFiles/RenX.Ladder.dir/DependInfo.cmake" |
|||
"src/Plugins/RenX/RenX.Ladder.All-Time/CMakeFiles/RenX.Ladder.All-Time.dir/DependInfo.cmake" |
|||
"src/Plugins/RenX/RenX.Ladder.Daily/CMakeFiles/RenX.Ladder.Daily.dir/DependInfo.cmake" |
|||
"src/Plugins/RenX/RenX.Ladder.Monthly/CMakeFiles/RenX.Ladder.Monthly.dir/DependInfo.cmake" |
|||
"src/Plugins/RenX/RenX.Ladder.Web/CMakeFiles/RenX.Ladder.Web.dir/DependInfo.cmake" |
|||
"src/Plugins/RenX/RenX.Ladder.Weekly/CMakeFiles/RenX.Ladder.Weekly.dir/DependInfo.cmake" |
|||
"src/Plugins/RenX/RenX.Ladder.Yearly/CMakeFiles/RenX.Ladder.Yearly.dir/DependInfo.cmake" |
|||
"src/Plugins/RenX/RenX.Listen/CMakeFiles/RenX.Listen.dir/DependInfo.cmake" |
|||
"src/Plugins/RenX/RenX.Logging/CMakeFiles/RenX.Logging.dir/DependInfo.cmake" |
|||
"src/Plugins/RenX/RenX.Medals/CMakeFiles/RenX.Medals.dir/DependInfo.cmake" |
|||
"src/Plugins/RenX/RenX.MinPlayers/CMakeFiles/RenX.MinPlayers.dir/DependInfo.cmake" |
|||
"src/Plugins/RenX/RenX.ModSystem/CMakeFiles/RenX.ModSystem.dir/DependInfo.cmake" |
|||
"src/Plugins/RenX/RenX.NicknameUUID/CMakeFiles/RenX.NicknameUUID.dir/DependInfo.cmake" |
|||
"src/Plugins/RenX/RenX.Plugin.Template/CMakeFiles/RenX.Plugin.Template.dir/DependInfo.cmake" |
|||
"src/Plugins/RenX/RenX.ServerList/CMakeFiles/RenX.ServerList.dir/DependInfo.cmake" |
|||
"src/Plugins/RenX/RenX.SetJoin/CMakeFiles/RenX.SetJoin.dir/DependInfo.cmake" |
|||
"src/Plugins/RenX/RenX.Warn/CMakeFiles/RenX.Warn.dir/DependInfo.cmake" |
|||
) |
File diff suppressed because it is too large
@ -1,122 +0,0 @@ |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/CMakeFiles/rebuild_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/CMakeFiles/edit_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/CMakeFiles/rebuild_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/CMakeFiles/edit_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/CMakeFiles/rebuild_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/CMakeFiles/edit_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/CMakeFiles/rebuild_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/CMakeFiles/edit_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common/CMakeFiles/rebuild_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common/CMakeFiles/jupiter.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common/CMakeFiles/edit_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Bot/CMakeFiles/rebuild_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Bot/CMakeFiles/edit_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Bot/src/CMakeFiles/rebuild_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Bot/src/CMakeFiles/Bot.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Bot/src/CMakeFiles/edit_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/CMakeFiles/rebuild_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/CMakeFiles/edit_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/ChannelRelay/CMakeFiles/rebuild_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/ChannelRelay/CMakeFiles/ChannelRelay.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/ChannelRelay/CMakeFiles/edit_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/CoreCommands/CMakeFiles/rebuild_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/CoreCommands/CMakeFiles/CoreCommands.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/CoreCommands/CMakeFiles/edit_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/ExtraCommands/CMakeFiles/rebuild_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/ExtraCommands/CMakeFiles/ExtraCommands.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/ExtraCommands/CMakeFiles/edit_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/FunCommands/CMakeFiles/rebuild_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/FunCommands/CMakeFiles/FunCommands.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/FunCommands/CMakeFiles/edit_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/HTTPServer/CMakeFiles/rebuild_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/HTTPServer/CMakeFiles/HTTPServer.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/HTTPServer/CMakeFiles/edit_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/IRC.Core/CMakeFiles/rebuild_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/IRC.Core/CMakeFiles/IRC_Core.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/IRC.Core/CMakeFiles/edit_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/PluginManager/CMakeFiles/rebuild_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/PluginManager/CMakeFiles/PluginManager.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/PluginManager/CMakeFiles/edit_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/SetJoin/CMakeFiles/rebuild_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/SetJoin/CMakeFiles/SetJoin.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/SetJoin/CMakeFiles/edit_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/CMakeFiles/rebuild_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/CMakeFiles/edit_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.Core/CMakeFiles/rebuild_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.Core/CMakeFiles/RenX.Core.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.Core/CMakeFiles/edit_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.AlwaysRecord/CMakeFiles/rebuild_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.AlwaysRecord/CMakeFiles/RenX.AlwaysRecord.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.AlwaysRecord/CMakeFiles/edit_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.Announcements/CMakeFiles/rebuild_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.Announcements/CMakeFiles/RenX.Announcements.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.Announcements/CMakeFiles/edit_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.Commands/CMakeFiles/rebuild_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.Commands/CMakeFiles/RenX.Commands.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.Commands/CMakeFiles/edit_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.ExcessiveHeadshots/CMakeFiles/rebuild_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.ExcessiveHeadshots/CMakeFiles/RenX.ExcessiveHeadshots.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.ExcessiveHeadshots/CMakeFiles/edit_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.ExtraLogging/CMakeFiles/rebuild_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.ExtraLogging/CMakeFiles/RenX.ExtraLogging.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.ExtraLogging/CMakeFiles/edit_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.Greetings/CMakeFiles/rebuild_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.Greetings/CMakeFiles/RenX.Greetings.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.Greetings/CMakeFiles/edit_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.HybridUUID/CMakeFiles/rebuild_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.HybridUUID/CMakeFiles/RenX.HybridUUID.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.HybridUUID/CMakeFiles/edit_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.IRCJoin/CMakeFiles/rebuild_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.IRCJoin/CMakeFiles/RenX.IRCJoin.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.IRCJoin/CMakeFiles/edit_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.Ladder/CMakeFiles/rebuild_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.Ladder/CMakeFiles/RenX.Ladder.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.Ladder/CMakeFiles/edit_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.Ladder.All-Time/CMakeFiles/rebuild_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.Ladder.All-Time/CMakeFiles/RenX.Ladder.All-Time.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.Ladder.All-Time/CMakeFiles/edit_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.Ladder.Daily/CMakeFiles/rebuild_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.Ladder.Daily/CMakeFiles/RenX.Ladder.Daily.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.Ladder.Daily/CMakeFiles/edit_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.Ladder.Monthly/CMakeFiles/rebuild_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.Ladder.Monthly/CMakeFiles/RenX.Ladder.Monthly.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.Ladder.Monthly/CMakeFiles/edit_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.Ladder.Web/CMakeFiles/rebuild_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.Ladder.Web/CMakeFiles/RenX.Ladder.Web.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.Ladder.Web/CMakeFiles/edit_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.Ladder.Weekly/CMakeFiles/rebuild_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.Ladder.Weekly/CMakeFiles/RenX.Ladder.Weekly.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.Ladder.Weekly/CMakeFiles/edit_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.Ladder.Yearly/CMakeFiles/rebuild_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.Ladder.Yearly/CMakeFiles/RenX.Ladder.Yearly.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.Ladder.Yearly/CMakeFiles/edit_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.Listen/CMakeFiles/rebuild_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.Listen/CMakeFiles/RenX.Listen.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.Listen/CMakeFiles/edit_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.Logging/CMakeFiles/rebuild_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.Logging/CMakeFiles/RenX.Logging.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.Logging/CMakeFiles/edit_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.Medals/CMakeFiles/rebuild_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.Medals/CMakeFiles/RenX.Medals.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.Medals/CMakeFiles/edit_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.MinPlayers/CMakeFiles/rebuild_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.MinPlayers/CMakeFiles/RenX.MinPlayers.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.MinPlayers/CMakeFiles/edit_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.ModSystem/CMakeFiles/rebuild_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.ModSystem/CMakeFiles/RenX.ModSystem.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.ModSystem/CMakeFiles/edit_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.NicknameUUID/CMakeFiles/rebuild_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.NicknameUUID/CMakeFiles/RenX.NicknameUUID.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.NicknameUUID/CMakeFiles/edit_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.Plugin.Template/CMakeFiles/rebuild_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.Plugin.Template/CMakeFiles/RenX.Plugin.Template.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.Plugin.Template/CMakeFiles/edit_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.ServerList/CMakeFiles/rebuild_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.ServerList/CMakeFiles/RenX.ServerList.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.ServerList/CMakeFiles/edit_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.SetJoin/CMakeFiles/rebuild_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.SetJoin/CMakeFiles/RenX.SetJoin.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.SetJoin/CMakeFiles/edit_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.Warn/CMakeFiles/rebuild_cache.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.Warn/CMakeFiles/RenX.Warn.dir |
|||
/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/RenX/RenX.Warn/CMakeFiles/edit_cache.dir |
Binary file not shown.
@ -1,5 +0,0 @@ |
|||
/usr/bin/cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=/usr/bin/gcc-8 -DCMAKE_CXX_COMPILER=/usr/bin/g++-8 -G "CodeBlocks - Unix Makefiles" "/mnt/c/dev/Projects/Jupiter Bot" |
|||
-- No compiler-specific settings set; CMAKE_CXX_COMPILER_ID: GNU |
|||
-- Configuring done |
|||
-- Generating done |
|||
-- Build files have been written to: /mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug |
@ -1 +0,0 @@ |
|||
# This file is generated by cmake for dependency checking of the CMakeCache.txt file |
Binary file not shown.
@ -1,34 +0,0 @@ |
|||
|
|||
const char features[] = {"\n" |
|||
"C_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304 |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"c_function_prototypes\n" |
|||
"C_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"c_restrict\n" |
|||
"C_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201000L |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"c_static_assert\n" |
|||
"C_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"c_variadic_macros\n" |
|||
|
|||
}; |
|||
|
|||
int main(int argc, char** argv) { (void)argv; return features[argc]; } |
@ -1,405 +0,0 @@ |
|||
|
|||
const char features[] = {"\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_aggregate_default_initializers\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_alias_templates\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_alignas\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_alignof\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_attributes\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_attribute_deprecated\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_auto_type\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_binary_literals\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_constexpr\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_contextual_conversions\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_decltype\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_decltype_auto\n" |
|||
"CXX_FEATURE:" |
|||
#if ((__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= 40801) && __cplusplus >= 201103L |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_decltype_incomplete_return_types\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_default_function_template_args\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_defaulted_functions\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_defaulted_move_initializers\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_delegating_constructors\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_deleted_functions\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_digit_separators\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_enum_forward_declarations\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_explicit_conversions\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_extended_friend_declarations\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_extern_templates\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_final\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_func_identifier\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_generalized_initializers\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_generic_lambdas\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_inheriting_constructors\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_inline_namespaces\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_lambdas\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_lambda_init_captures\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_local_type_template_args\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_long_long_type\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_noexcept\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_nonstatic_member_init\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_nullptr\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_override\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_range_for\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_raw_string_literals\n" |
|||
"CXX_FEATURE:" |
|||
#if ((__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= 40801) && __cplusplus >= 201103L |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_reference_qualified_functions\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_relaxed_constexpr\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_return_type_deduction\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_right_angle_brackets\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_rvalue_references\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_sizeof_member\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_static_assert\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_strong_enums\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && __cplusplus |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_template_template_parameters\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_thread_local\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_trailing_return_types\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_unicode_literals\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_uniform_initialization\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_unrestricted_unions\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_user_literals\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_variable_templates\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_variadic_macros\n" |
|||
"CXX_FEATURE:" |
|||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) |
|||
"1" |
|||
#else |
|||
"0" |
|||
#endif |
|||
"cxx_variadic_templates\n" |
|||
|
|||
}; |
|||
|
|||
int main(int argc, char** argv) { (void)argv; return features[argc]; } |
@ -1 +0,0 @@ |
|||
100 |
@ -1,638 +0,0 @@ |
|||
# CMAKE generated file: DO NOT EDIT!
|
|||
# Generated by "Unix Makefiles" Generator, CMake Version 3.10
|
|||
|
|||
# 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: |
|||
|
|||
|
|||
# Remove some rules from gmake that .SUFFIXES does not remove.
|
|||
SUFFIXES = |
|||
|
|||
.SUFFIXES: .hpux_make_needs_suffix_list |
|||
|
|||
|
|||
# Suppress display of executed commands.
|
|||
$(VERBOSE).SILENT: |
|||
|
|||
|
|||
# A target that is always out of date.
|
|||
cmake_force: |
|||
|
|||
.PHONY : cmake_force |
|||
|
|||
#=============================================================================
|
|||
# Set environment variables for the build.
|
|||
|
|||
# The shell in which to execute make rules.
|
|||
SHELL = /bin/sh |
|||
|
|||
# The CMake executable.
|
|||
CMAKE_COMMAND = /usr/bin/cmake |
|||
|
|||
# The command to remove a file.
|
|||
RM = /usr/bin/cmake -E remove -f |
|||
|
|||
# Escaping for special characters.
|
|||
EQUALS = = |
|||
|
|||
# The top-level source directory on which CMake was run.
|
|||
CMAKE_SOURCE_DIR = "/mnt/c/dev/Projects/Jupiter Bot" |
|||
|
|||
# The top-level build directory on which CMake was run.
|
|||
CMAKE_BINARY_DIR = "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" |
|||
|
|||
#=============================================================================
|
|||
# Targets provided globally by CMake.
|
|||
|
|||
# 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 -H$(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 edit_cache
|
|||
edit_cache: |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." |
|||
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. |
|||
.PHONY : edit_cache |
|||
|
|||
# Special rule for the target edit_cache
|
|||
edit_cache/fast: edit_cache |
|||
|
|||
.PHONY : edit_cache/fast |
|||
|
|||
# The main all target
|
|||
all: cmake_check_build_system |
|||
$(CMAKE_COMMAND) -E cmake_progress_start "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/CMakeFiles" "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/CMakeFiles/progress.marks" |
|||
$(MAKE) -f CMakeFiles/Makefile2 all |
|||
$(CMAKE_COMMAND) -E cmake_progress_start "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/CMakeFiles" 0 |
|||
.PHONY : all |
|||
|
|||
# The main clean target
|
|||
clean: |
|||
$(MAKE) -f CMakeFiles/Makefile2 clean |
|||
.PHONY : clean |
|||
|
|||
# The main clean target
|
|||
clean/fast: clean |
|||
|
|||
.PHONY : clean/fast |
|||
|
|||
# Prepare targets for installation.
|
|||
preinstall: all |
|||
$(MAKE) -f CMakeFiles/Makefile2 preinstall |
|||
.PHONY : preinstall |
|||
|
|||
# Prepare targets for installation.
|
|||
preinstall/fast: |
|||
$(MAKE) -f CMakeFiles/Makefile2 preinstall |
|||
.PHONY : preinstall/fast |
|||
|
|||
# clear depends
|
|||
depend: |
|||
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 |
|||
.PHONY : depend |
|||
|
|||
#=============================================================================
|
|||
# Target rules for targets named jupiter
|
|||
|
|||
# Build rule for target.
|
|||
jupiter: cmake_check_build_system |
|||
$(MAKE) -f CMakeFiles/Makefile2 jupiter |
|||
.PHONY : jupiter |
|||
|
|||
# fast build rule for target.
|
|||
jupiter/fast: |
|||
$(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/build |
|||
.PHONY : jupiter/fast |
|||
|
|||
#=============================================================================
|
|||
# Target rules for targets named Bot
|
|||
|
|||
# Build rule for target.
|
|||
Bot: cmake_check_build_system |
|||
$(MAKE) -f CMakeFiles/Makefile2 Bot |
|||
.PHONY : Bot |
|||
|
|||
# fast build rule for target.
|
|||
Bot/fast: |
|||
$(MAKE) -f src/Bot/src/CMakeFiles/Bot.dir/build.make src/Bot/src/CMakeFiles/Bot.dir/build |
|||
.PHONY : Bot/fast |
|||
|
|||
#=============================================================================
|
|||
# Target rules for targets named ChannelRelay
|
|||
|
|||
# Build rule for target.
|
|||
ChannelRelay: cmake_check_build_system |
|||
$(MAKE) -f CMakeFiles/Makefile2 ChannelRelay |
|||
.PHONY : ChannelRelay |
|||
|
|||
# fast build rule for target.
|
|||
ChannelRelay/fast: |
|||
$(MAKE) -f src/Plugins/ChannelRelay/CMakeFiles/ChannelRelay.dir/build.make src/Plugins/ChannelRelay/CMakeFiles/ChannelRelay.dir/build |
|||
.PHONY : ChannelRelay/fast |
|||
|
|||
#=============================================================================
|
|||
# Target rules for targets named CoreCommands
|
|||
|
|||
# Build rule for target.
|
|||
CoreCommands: cmake_check_build_system |
|||
$(MAKE) -f CMakeFiles/Makefile2 CoreCommands |
|||
.PHONY : CoreCommands |
|||
|
|||
# fast build rule for target.
|
|||
CoreCommands/fast: |
|||
$(MAKE) -f src/Plugins/CoreCommands/CMakeFiles/CoreCommands.dir/build.make src/Plugins/CoreCommands/CMakeFiles/CoreCommands.dir/build |
|||
.PHONY : CoreCommands/fast |
|||
|
|||
#=============================================================================
|
|||
# Target rules for targets named ExtraCommands
|
|||
|
|||
# Build rule for target.
|
|||
ExtraCommands: cmake_check_build_system |
|||
$(MAKE) -f CMakeFiles/Makefile2 ExtraCommands |
|||
.PHONY : ExtraCommands |
|||
|
|||
# fast build rule for target.
|
|||
ExtraCommands/fast: |
|||
$(MAKE) -f src/Plugins/ExtraCommands/CMakeFiles/ExtraCommands.dir/build.make src/Plugins/ExtraCommands/CMakeFiles/ExtraCommands.dir/build |
|||
.PHONY : ExtraCommands/fast |
|||
|
|||
#=============================================================================
|
|||
# Target rules for targets named FunCommands
|
|||
|
|||
# Build rule for target.
|
|||
FunCommands: cmake_check_build_system |
|||
$(MAKE) -f CMakeFiles/Makefile2 FunCommands |
|||
.PHONY : FunCommands |
|||
|
|||
# fast build rule for target.
|
|||
FunCommands/fast: |
|||
$(MAKE) -f src/Plugins/FunCommands/CMakeFiles/FunCommands.dir/build.make src/Plugins/FunCommands/CMakeFiles/FunCommands.dir/build |
|||
.PHONY : FunCommands/fast |
|||
|
|||
#=============================================================================
|
|||
# Target rules for targets named HTTPServer
|
|||
|
|||
# Build rule for target.
|
|||
HTTPServer: cmake_check_build_system |
|||
$(MAKE) -f CMakeFiles/Makefile2 HTTPServer |
|||
.PHONY : HTTPServer |
|||
|
|||
# fast build rule for target.
|
|||
HTTPServer/fast: |
|||
$(MAKE) -f src/Plugins/HTTPServer/CMakeFiles/HTTPServer.dir/build.make src/Plugins/HTTPServer/CMakeFiles/HTTPServer.dir/build |
|||
.PHONY : HTTPServer/fast |
|||
|
|||
#=============================================================================
|
|||
# Target rules for targets named IRC_Core
|
|||
|
|||
# Build rule for target.
|
|||
IRC_Core: cmake_check_build_system |
|||
$(MAKE) -f CMakeFiles/Makefile2 IRC_Core |
|||
.PHONY : IRC_Core |
|||
|
|||
# fast build rule for target.
|
|||
IRC_Core/fast: |
|||
$(MAKE) -f src/Plugins/IRC.Core/CMakeFiles/IRC_Core.dir/build.make src/Plugins/IRC.Core/CMakeFiles/IRC_Core.dir/build |
|||
.PHONY : IRC_Core/fast |
|||
|
|||
#=============================================================================
|
|||
# Target rules for targets named PluginManager
|
|||
|
|||
# Build rule for target.
|
|||
PluginManager: cmake_check_build_system |
|||
$(MAKE) -f CMakeFiles/Makefile2 PluginManager |
|||
.PHONY : PluginManager |
|||
|
|||
# fast build rule for target.
|
|||
PluginManager/fast: |
|||
$(MAKE) -f src/Plugins/PluginManager/CMakeFiles/PluginManager.dir/build.make src/Plugins/PluginManager/CMakeFiles/PluginManager.dir/build |
|||
.PHONY : PluginManager/fast |
|||
|
|||
#=============================================================================
|
|||
# Target rules for targets named SetJoin
|
|||
|
|||
# Build rule for target.
|
|||
SetJoin: cmake_check_build_system |
|||
$(MAKE) -f CMakeFiles/Makefile2 SetJoin |
|||
.PHONY : SetJoin |
|||
|
|||
# fast build rule for target.
|
|||
SetJoin/fast: |
|||
$(MAKE) -f src/Plugins/SetJoin/CMakeFiles/SetJoin.dir/build.make src/Plugins/SetJoin/CMakeFiles/SetJoin.dir/build |
|||
.PHONY : SetJoin/fast |
|||
|
|||
#=============================================================================
|
|||
# Target rules for targets named RenX.Core
|
|||
|
|||
# Build rule for target.
|
|||
RenX.Core: cmake_check_build_system |
|||
$(MAKE) -f CMakeFiles/Makefile2 RenX.Core |
|||
.PHONY : RenX.Core |
|||
|
|||
# fast build rule for target.
|
|||
RenX.Core/fast: |
|||
$(MAKE) -f src/Plugins/RenX/RenX.Core/CMakeFiles/RenX.Core.dir/build.make src/Plugins/RenX/RenX.Core/CMakeFiles/RenX.Core.dir/build |
|||
.PHONY : RenX.Core/fast |
|||
|
|||
#=============================================================================
|
|||
# Target rules for targets named RenX.AlwaysRecord
|
|||
|
|||
# Build rule for target.
|
|||
RenX.AlwaysRecord: cmake_check_build_system |
|||
$(MAKE) -f CMakeFiles/Makefile2 RenX.AlwaysRecord |
|||
.PHONY : RenX.AlwaysRecord |
|||
|
|||
# fast build rule for target.
|
|||
RenX.AlwaysRecord/fast: |
|||
$(MAKE) -f src/Plugins/RenX/RenX.AlwaysRecord/CMakeFiles/RenX.AlwaysRecord.dir/build.make src/Plugins/RenX/RenX.AlwaysRecord/CMakeFiles/RenX.AlwaysRecord.dir/build |
|||
.PHONY : RenX.AlwaysRecord/fast |
|||
|
|||
#=============================================================================
|
|||
# Target rules for targets named RenX.Announcements
|
|||
|
|||
# Build rule for target.
|
|||
RenX.Announcements: cmake_check_build_system |
|||
$(MAKE) -f CMakeFiles/Makefile2 RenX.Announcements |
|||
.PHONY : RenX.Announcements |
|||
|
|||
# fast build rule for target.
|
|||
RenX.Announcements/fast: |
|||
$(MAKE) -f src/Plugins/RenX/RenX.Announcements/CMakeFiles/RenX.Announcements.dir/build.make src/Plugins/RenX/RenX.Announcements/CMakeFiles/RenX.Announcements.dir/build |
|||
.PHONY : RenX.Announcements/fast |
|||
|
|||
#=============================================================================
|
|||
# Target rules for targets named RenX.Commands
|
|||
|
|||
# Build rule for target.
|
|||
RenX.Commands: cmake_check_build_system |
|||
$(MAKE) -f CMakeFiles/Makefile2 RenX.Commands |
|||
.PHONY : RenX.Commands |
|||
|
|||
# fast build rule for target.
|
|||
RenX.Commands/fast: |
|||
$(MAKE) -f src/Plugins/RenX/RenX.Commands/CMakeFiles/RenX.Commands.dir/build.make src/Plugins/RenX/RenX.Commands/CMakeFiles/RenX.Commands.dir/build |
|||
.PHONY : RenX.Commands/fast |
|||
|
|||
#=============================================================================
|
|||
# Target rules for targets named RenX.ExcessiveHeadshots
|
|||
|
|||
# Build rule for target.
|
|||
RenX.ExcessiveHeadshots: cmake_check_build_system |
|||
$(MAKE) -f CMakeFiles/Makefile2 RenX.ExcessiveHeadshots |
|||
.PHONY : RenX.ExcessiveHeadshots |
|||
|
|||
# fast build rule for target.
|
|||
RenX.ExcessiveHeadshots/fast: |
|||
$(MAKE) -f src/Plugins/RenX/RenX.ExcessiveHeadshots/CMakeFiles/RenX.ExcessiveHeadshots.dir/build.make src/Plugins/RenX/RenX.ExcessiveHeadshots/CMakeFiles/RenX.ExcessiveHeadshots.dir/build |
|||
.PHONY : RenX.ExcessiveHeadshots/fast |
|||
|
|||
#=============================================================================
|
|||
# Target rules for targets named RenX.ExtraLogging
|
|||
|
|||
# Build rule for target.
|
|||
RenX.ExtraLogging: cmake_check_build_system |
|||
$(MAKE) -f CMakeFiles/Makefile2 RenX.ExtraLogging |
|||
.PHONY : RenX.ExtraLogging |
|||
|
|||
# fast build rule for target.
|
|||
RenX.ExtraLogging/fast: |
|||
$(MAKE) -f src/Plugins/RenX/RenX.ExtraLogging/CMakeFiles/RenX.ExtraLogging.dir/build.make src/Plugins/RenX/RenX.ExtraLogging/CMakeFiles/RenX.ExtraLogging.dir/build |
|||
.PHONY : RenX.ExtraLogging/fast |
|||
|
|||
#=============================================================================
|
|||
# Target rules for targets named RenX.Greetings
|
|||
|
|||
# Build rule for target.
|
|||
RenX.Greetings: cmake_check_build_system |
|||
$(MAKE) -f CMakeFiles/Makefile2 RenX.Greetings |
|||
.PHONY : RenX.Greetings |
|||
|
|||
# fast build rule for target.
|
|||
RenX.Greetings/fast: |
|||
$(MAKE) -f src/Plugins/RenX/RenX.Greetings/CMakeFiles/RenX.Greetings.dir/build.make src/Plugins/RenX/RenX.Greetings/CMakeFiles/RenX.Greetings.dir/build |
|||
.PHONY : RenX.Greetings/fast |
|||
|
|||
#=============================================================================
|
|||
# Target rules for targets named RenX.HybridUUID
|
|||
|
|||
# Build rule for target.
|
|||
RenX.HybridUUID: cmake_check_build_system |
|||
$(MAKE) -f CMakeFiles/Makefile2 RenX.HybridUUID |
|||
.PHONY : RenX.HybridUUID |
|||
|
|||
# fast build rule for target.
|
|||
RenX.HybridUUID/fast: |
|||
$(MAKE) -f src/Plugins/RenX/RenX.HybridUUID/CMakeFiles/RenX.HybridUUID.dir/build.make src/Plugins/RenX/RenX.HybridUUID/CMakeFiles/RenX.HybridUUID.dir/build |
|||
.PHONY : RenX.HybridUUID/fast |
|||
|
|||
#=============================================================================
|
|||
# Target rules for targets named RenX.IRCJoin
|
|||
|
|||
# Build rule for target.
|
|||
RenX.IRCJoin: cmake_check_build_system |
|||
$(MAKE) -f CMakeFiles/Makefile2 RenX.IRCJoin |
|||
.PHONY : RenX.IRCJoin |
|||
|
|||
# fast build rule for target.
|
|||
RenX.IRCJoin/fast: |
|||
$(MAKE) -f src/Plugins/RenX/RenX.IRCJoin/CMakeFiles/RenX.IRCJoin.dir/build.make src/Plugins/RenX/RenX.IRCJoin/CMakeFiles/RenX.IRCJoin.dir/build |
|||
.PHONY : RenX.IRCJoin/fast |
|||
|
|||
#=============================================================================
|
|||
# Target rules for targets named RenX.Ladder
|
|||
|
|||
# Build rule for target.
|
|||
RenX.Ladder: cmake_check_build_system |
|||
$(MAKE) -f CMakeFiles/Makefile2 RenX.Ladder |
|||
.PHONY : RenX.Ladder |
|||
|
|||
# fast build rule for target.
|
|||
RenX.Ladder/fast: |
|||
$(MAKE) -f src/Plugins/RenX/RenX.Ladder/CMakeFiles/RenX.Ladder.dir/build.make src/Plugins/RenX/RenX.Ladder/CMakeFiles/RenX.Ladder.dir/build |
|||
.PHONY : RenX.Ladder/fast |
|||
|
|||
#=============================================================================
|
|||
# Target rules for targets named RenX.Ladder.All-Time
|
|||
|
|||
# Build rule for target.
|
|||
RenX.Ladder.All-Time: cmake_check_build_system |
|||
$(MAKE) -f CMakeFiles/Makefile2 RenX.Ladder.All-Time |
|||
.PHONY : RenX.Ladder.All-Time |
|||
|
|||
# fast build rule for target.
|
|||
RenX.Ladder.All-Time/fast: |
|||
$(MAKE) -f src/Plugins/RenX/RenX.Ladder.All-Time/CMakeFiles/RenX.Ladder.All-Time.dir/build.make src/Plugins/RenX/RenX.Ladder.All-Time/CMakeFiles/RenX.Ladder.All-Time.dir/build |
|||
.PHONY : RenX.Ladder.All-Time/fast |
|||
|
|||
#=============================================================================
|
|||
# Target rules for targets named RenX.Ladder.Daily
|
|||
|
|||
# Build rule for target.
|
|||
RenX.Ladder.Daily: cmake_check_build_system |
|||
$(MAKE) -f CMakeFiles/Makefile2 RenX.Ladder.Daily |
|||
.PHONY : RenX.Ladder.Daily |
|||
|
|||
# fast build rule for target.
|
|||
RenX.Ladder.Daily/fast: |
|||
$(MAKE) -f src/Plugins/RenX/RenX.Ladder.Daily/CMakeFiles/RenX.Ladder.Daily.dir/build.make src/Plugins/RenX/RenX.Ladder.Daily/CMakeFiles/RenX.Ladder.Daily.dir/build |
|||
.PHONY : RenX.Ladder.Daily/fast |
|||
|
|||
#=============================================================================
|
|||
# Target rules for targets named RenX.Ladder.Monthly
|
|||
|
|||
# Build rule for target.
|
|||
RenX.Ladder.Monthly: cmake_check_build_system |
|||
$(MAKE) -f CMakeFiles/Makefile2 RenX.Ladder.Monthly |
|||
.PHONY : RenX.Ladder.Monthly |
|||
|
|||
# fast build rule for target.
|
|||
RenX.Ladder.Monthly/fast: |
|||
$(MAKE) -f src/Plugins/RenX/RenX.Ladder.Monthly/CMakeFiles/RenX.Ladder.Monthly.dir/build.make src/Plugins/RenX/RenX.Ladder.Monthly/CMakeFiles/RenX.Ladder.Monthly.dir/build |
|||
.PHONY : RenX.Ladder.Monthly/fast |
|||
|
|||
#=============================================================================
|
|||
# Target rules for targets named RenX.Ladder.Web
|
|||
|
|||
# Build rule for target.
|
|||
RenX.Ladder.Web: cmake_check_build_system |
|||
$(MAKE) -f CMakeFiles/Makefile2 RenX.Ladder.Web |
|||
.PHONY : RenX.Ladder.Web |
|||
|
|||
# fast build rule for target.
|
|||
RenX.Ladder.Web/fast: |
|||
$(MAKE) -f src/Plugins/RenX/RenX.Ladder.Web/CMakeFiles/RenX.Ladder.Web.dir/build.make src/Plugins/RenX/RenX.Ladder.Web/CMakeFiles/RenX.Ladder.Web.dir/build |
|||
.PHONY : RenX.Ladder.Web/fast |
|||
|
|||
#=============================================================================
|
|||
# Target rules for targets named RenX.Ladder.Weekly
|
|||
|
|||
# Build rule for target.
|
|||
RenX.Ladder.Weekly: cmake_check_build_system |
|||
$(MAKE) -f CMakeFiles/Makefile2 RenX.Ladder.Weekly |
|||
.PHONY : RenX.Ladder.Weekly |
|||
|
|||
# fast build rule for target.
|
|||
RenX.Ladder.Weekly/fast: |
|||
$(MAKE) -f src/Plugins/RenX/RenX.Ladder.Weekly/CMakeFiles/RenX.Ladder.Weekly.dir/build.make src/Plugins/RenX/RenX.Ladder.Weekly/CMakeFiles/RenX.Ladder.Weekly.dir/build |
|||
.PHONY : RenX.Ladder.Weekly/fast |
|||
|
|||
#=============================================================================
|
|||
# Target rules for targets named RenX.Ladder.Yearly
|
|||
|
|||
# Build rule for target.
|
|||
RenX.Ladder.Yearly: cmake_check_build_system |
|||
$(MAKE) -f CMakeFiles/Makefile2 RenX.Ladder.Yearly |
|||
.PHONY : RenX.Ladder.Yearly |
|||
|
|||
# fast build rule for target.
|
|||
RenX.Ladder.Yearly/fast: |
|||
$(MAKE) -f src/Plugins/RenX/RenX.Ladder.Yearly/CMakeFiles/RenX.Ladder.Yearly.dir/build.make src/Plugins/RenX/RenX.Ladder.Yearly/CMakeFiles/RenX.Ladder.Yearly.dir/build |
|||
.PHONY : RenX.Ladder.Yearly/fast |
|||
|
|||
#=============================================================================
|
|||
# Target rules for targets named RenX.Listen
|
|||
|
|||
# Build rule for target.
|
|||
RenX.Listen: cmake_check_build_system |
|||
$(MAKE) -f CMakeFiles/Makefile2 RenX.Listen |
|||
.PHONY : RenX.Listen |
|||
|
|||
# fast build rule for target.
|
|||
RenX.Listen/fast: |
|||
$(MAKE) -f src/Plugins/RenX/RenX.Listen/CMakeFiles/RenX.Listen.dir/build.make src/Plugins/RenX/RenX.Listen/CMakeFiles/RenX.Listen.dir/build |
|||
.PHONY : RenX.Listen/fast |
|||
|
|||
#=============================================================================
|
|||
# Target rules for targets named RenX.Logging
|
|||
|
|||
# Build rule for target.
|
|||
RenX.Logging: cmake_check_build_system |
|||
$(MAKE) -f CMakeFiles/Makefile2 RenX.Logging |
|||
.PHONY : RenX.Logging |
|||
|
|||
# fast build rule for target.
|
|||
RenX.Logging/fast: |
|||
$(MAKE) -f src/Plugins/RenX/RenX.Logging/CMakeFiles/RenX.Logging.dir/build.make src/Plugins/RenX/RenX.Logging/CMakeFiles/RenX.Logging.dir/build |
|||
.PHONY : RenX.Logging/fast |
|||
|
|||
#=============================================================================
|
|||
# Target rules for targets named RenX.Medals
|
|||
|
|||
# Build rule for target.
|
|||
RenX.Medals: cmake_check_build_system |
|||
$(MAKE) -f CMakeFiles/Makefile2 RenX.Medals |
|||
.PHONY : RenX.Medals |
|||
|
|||
# fast build rule for target.
|
|||
RenX.Medals/fast: |
|||
$(MAKE) -f src/Plugins/RenX/RenX.Medals/CMakeFiles/RenX.Medals.dir/build.make src/Plugins/RenX/RenX.Medals/CMakeFiles/RenX.Medals.dir/build |
|||
.PHONY : RenX.Medals/fast |
|||
|
|||
#=============================================================================
|
|||
# Target rules for targets named RenX.MinPlayers
|
|||
|
|||
# Build rule for target.
|
|||
RenX.MinPlayers: cmake_check_build_system |
|||
$(MAKE) -f CMakeFiles/Makefile2 RenX.MinPlayers |
|||
.PHONY : RenX.MinPlayers |
|||
|
|||
# fast build rule for target.
|
|||
RenX.MinPlayers/fast: |
|||
$(MAKE) -f src/Plugins/RenX/RenX.MinPlayers/CMakeFiles/RenX.MinPlayers.dir/build.make src/Plugins/RenX/RenX.MinPlayers/CMakeFiles/RenX.MinPlayers.dir/build |
|||
.PHONY : RenX.MinPlayers/fast |
|||
|
|||
#=============================================================================
|
|||
# Target rules for targets named RenX.ModSystem
|
|||
|
|||
# Build rule for target.
|
|||
RenX.ModSystem: cmake_check_build_system |
|||
$(MAKE) -f CMakeFiles/Makefile2 RenX.ModSystem |
|||
.PHONY : RenX.ModSystem |
|||
|
|||
# fast build rule for target.
|
|||
RenX.ModSystem/fast: |
|||
$(MAKE) -f src/Plugins/RenX/RenX.ModSystem/CMakeFiles/RenX.ModSystem.dir/build.make src/Plugins/RenX/RenX.ModSystem/CMakeFiles/RenX.ModSystem.dir/build |
|||
.PHONY : RenX.ModSystem/fast |
|||
|
|||
#=============================================================================
|
|||
# Target rules for targets named RenX.NicknameUUID
|
|||
|
|||
# Build rule for target.
|
|||
RenX.NicknameUUID: cmake_check_build_system |
|||
$(MAKE) -f CMakeFiles/Makefile2 RenX.NicknameUUID |
|||
.PHONY : RenX.NicknameUUID |
|||
|
|||
# fast build rule for target.
|
|||
RenX.NicknameUUID/fast: |
|||
$(MAKE) -f src/Plugins/RenX/RenX.NicknameUUID/CMakeFiles/RenX.NicknameUUID.dir/build.make src/Plugins/RenX/RenX.NicknameUUID/CMakeFiles/RenX.NicknameUUID.dir/build |
|||
.PHONY : RenX.NicknameUUID/fast |
|||
|
|||
#=============================================================================
|
|||
# Target rules for targets named RenX.Plugin.Template
|
|||
|
|||
# Build rule for target.
|
|||
RenX.Plugin.Template: cmake_check_build_system |
|||
$(MAKE) -f CMakeFiles/Makefile2 RenX.Plugin.Template |
|||
.PHONY : RenX.Plugin.Template |
|||
|
|||
# fast build rule for target.
|
|||
RenX.Plugin.Template/fast: |
|||
$(MAKE) -f src/Plugins/RenX/RenX.Plugin.Template/CMakeFiles/RenX.Plugin.Template.dir/build.make src/Plugins/RenX/RenX.Plugin.Template/CMakeFiles/RenX.Plugin.Template.dir/build |
|||
.PHONY : RenX.Plugin.Template/fast |
|||
|
|||
#=============================================================================
|
|||
# Target rules for targets named RenX.ServerList
|
|||
|
|||
# Build rule for target.
|
|||
RenX.ServerList: cmake_check_build_system |
|||
$(MAKE) -f CMakeFiles/Makefile2 RenX.ServerList |
|||
.PHONY : RenX.ServerList |
|||
|
|||
# fast build rule for target.
|
|||
RenX.ServerList/fast: |
|||
$(MAKE) -f src/Plugins/RenX/RenX.ServerList/CMakeFiles/RenX.ServerList.dir/build.make src/Plugins/RenX/RenX.ServerList/CMakeFiles/RenX.ServerList.dir/build |
|||
.PHONY : RenX.ServerList/fast |
|||
|
|||
#=============================================================================
|
|||
# Target rules for targets named RenX.SetJoin
|
|||
|
|||
# Build rule for target.
|
|||
RenX.SetJoin: cmake_check_build_system |
|||
$(MAKE) -f CMakeFiles/Makefile2 RenX.SetJoin |
|||
.PHONY : RenX.SetJoin |
|||
|
|||
# fast build rule for target.
|
|||
RenX.SetJoin/fast: |
|||
$(MAKE) -f src/Plugins/RenX/RenX.SetJoin/CMakeFiles/RenX.SetJoin.dir/build.make src/Plugins/RenX/RenX.SetJoin/CMakeFiles/RenX.SetJoin.dir/build |
|||
.PHONY : RenX.SetJoin/fast |
|||
|
|||
#=============================================================================
|
|||
# Target rules for targets named RenX.Warn
|
|||
|
|||
# Build rule for target.
|
|||
RenX.Warn: cmake_check_build_system |
|||
$(MAKE) -f CMakeFiles/Makefile2 RenX.Warn |
|||
.PHONY : RenX.Warn |
|||
|
|||
# fast build rule for target.
|
|||
RenX.Warn/fast: |
|||
$(MAKE) -f src/Plugins/RenX/RenX.Warn/CMakeFiles/RenX.Warn.dir/build.make src/Plugins/RenX/RenX.Warn/CMakeFiles/RenX.Warn.dir/build |
|||
.PHONY : RenX.Warn/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 "... rebuild_cache" |
|||
@echo "... edit_cache" |
|||
@echo "... jupiter" |
|||
@echo "... Bot" |
|||
@echo "... ChannelRelay" |
|||
@echo "... CoreCommands" |
|||
@echo "... ExtraCommands" |
|||
@echo "... FunCommands" |
|||
@echo "... HTTPServer" |
|||
@echo "... IRC_Core" |
|||
@echo "... PluginManager" |
|||
@echo "... SetJoin" |
|||
@echo "... RenX.Core" |
|||
@echo "... RenX.AlwaysRecord" |
|||
@echo "... RenX.Announcements" |
|||
@echo "... RenX.Commands" |
|||
@echo "... RenX.ExcessiveHeadshots" |
|||
@echo "... RenX.ExtraLogging" |
|||
@echo "... RenX.Greetings" |
|||
@echo "... RenX.HybridUUID" |
|||
@echo "... RenX.IRCJoin" |
|||
@echo "... RenX.Ladder" |
|||
@echo "... RenX.Ladder.All-Time" |
|||
@echo "... RenX.Ladder.Daily" |
|||
@echo "... RenX.Ladder.Monthly" |
|||
@echo "... RenX.Ladder.Web" |
|||
@echo "... RenX.Ladder.Weekly" |
|||
@echo "... RenX.Ladder.Yearly" |
|||
@echo "... RenX.Listen" |
|||
@echo "... RenX.Logging" |
|||
@echo "... RenX.Medals" |
|||
@echo "... RenX.MinPlayers" |
|||
@echo "... RenX.ModSystem" |
|||
@echo "... RenX.NicknameUUID" |
|||
@echo "... RenX.Plugin.Template" |
|||
@echo "... RenX.ServerList" |
|||
@echo "... RenX.SetJoin" |
|||
@echo "... RenX.Warn" |
|||
.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) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 |
|||
.PHONY : cmake_check_build_system |
|||
|
@ -1,55 +0,0 @@ |
|||
# Install script for directory: /mnt/c/dev/Projects/Jupiter Bot |
|||
|
|||
# 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 "Debug") |
|||
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 "1") |
|||
endif() |
|||
|
|||
# Is this installation the result of a crosscompile? |
|||
if(NOT DEFINED CMAKE_CROSSCOMPILING) |
|||
set(CMAKE_CROSSCOMPILING "FALSE") |
|||
endif() |
|||
|
|||
if(NOT CMAKE_INSTALL_LOCAL_ONLY) |
|||
# Include the install script for each subdirectory. |
|||
include("/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/cmake_install.cmake") |
|||
|
|||
endif() |
|||
|
|||
if(CMAKE_INSTALL_COMPONENT) |
|||
set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") |
|||
else() |
|||
set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") |
|||
endif() |
|||
|
|||
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT |
|||
"${CMAKE_INSTALL_MANIFEST_FILES}") |
|||
file(WRITE "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/${CMAKE_INSTALL_MANIFEST}" |
|||
"${CMAKE_INSTALL_MANIFEST_CONTENT}") |
File diff suppressed because it is too large
@ -1,16 +0,0 @@ |
|||
# CMAKE generated file: DO NOT EDIT! |
|||
# Generated by "Unix Makefiles" Generator, CMake Version 3.10 |
|||
|
|||
# Relative path conversion top directories. |
|||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/mnt/c/dev/Projects/Jupiter Bot") |
|||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug") |
|||
|
|||
# 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}) |
@ -1 +0,0 @@ |
|||
26 |
@ -1,134 +0,0 @@ |
|||
# CMAKE generated file: DO NOT EDIT!
|
|||
# Generated by "Unix Makefiles" Generator, CMake Version 3.10
|
|||
|
|||
# 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: |
|||
|
|||
|
|||
# Remove some rules from gmake that .SUFFIXES does not remove.
|
|||
SUFFIXES = |
|||
|
|||
.SUFFIXES: .hpux_make_needs_suffix_list |
|||
|
|||
|
|||
# Suppress display of executed commands.
|
|||
$(VERBOSE).SILENT: |
|||
|
|||
|
|||
# A target that is always out of date.
|
|||
cmake_force: |
|||
|
|||
.PHONY : cmake_force |
|||
|
|||
#=============================================================================
|
|||
# Set environment variables for the build.
|
|||
|
|||
# The shell in which to execute make rules.
|
|||
SHELL = /bin/sh |
|||
|
|||
# The CMake executable.
|
|||
CMAKE_COMMAND = /usr/bin/cmake |
|||
|
|||
# The command to remove a file.
|
|||
RM = /usr/bin/cmake -E remove -f |
|||
|
|||
# Escaping for special characters.
|
|||
EQUALS = = |
|||
|
|||
# The top-level source directory on which CMake was run.
|
|||
CMAKE_SOURCE_DIR = "/mnt/c/dev/Projects/Jupiter Bot" |
|||
|
|||
# The top-level build directory on which CMake was run.
|
|||
CMAKE_BINARY_DIR = "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" |
|||
|
|||
#=============================================================================
|
|||
# Targets provided globally by CMake.
|
|||
|
|||
# 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 -H$(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 edit_cache
|
|||
edit_cache: |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." |
|||
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. |
|||
.PHONY : edit_cache |
|||
|
|||
# Special rule for the target edit_cache
|
|||
edit_cache/fast: edit_cache |
|||
|
|||
.PHONY : edit_cache/fast |
|||
|
|||
# The main all target
|
|||
all: cmake_check_build_system |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(CMAKE_COMMAND) -E cmake_progress_start "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/CMakeFiles" "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Bot/CMakeFiles/progress.marks" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f CMakeFiles/Makefile2 src/Bot/all |
|||
$(CMAKE_COMMAND) -E cmake_progress_start "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/CMakeFiles" 0 |
|||
.PHONY : all |
|||
|
|||
# The main clean target
|
|||
clean: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f CMakeFiles/Makefile2 src/Bot/clean |
|||
.PHONY : clean |
|||
|
|||
# The main clean target
|
|||
clean/fast: clean |
|||
|
|||
.PHONY : clean/fast |
|||
|
|||
# Prepare targets for installation.
|
|||
preinstall: all |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f CMakeFiles/Makefile2 src/Bot/preinstall |
|||
.PHONY : preinstall |
|||
|
|||
# Prepare targets for installation.
|
|||
preinstall/fast: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f CMakeFiles/Makefile2 src/Bot/preinstall |
|||
.PHONY : preinstall/fast |
|||
|
|||
# clear depends
|
|||
depend: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(CMAKE_COMMAND) -H$(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 "... rebuild_cache" |
|||
@echo "... edit_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 "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 |
|||
.PHONY : cmake_check_build_system |
|||
|
@ -1,45 +0,0 @@ |
|||
# Install script for directory: /mnt/c/dev/Projects/Jupiter Bot/src/Bot |
|||
|
|||
# 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 "Debug") |
|||
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 "1") |
|||
endif() |
|||
|
|||
# Is this installation the result of a crosscompile? |
|||
if(NOT DEFINED CMAKE_CROSSCOMPILING) |
|||
set(CMAKE_CROSSCOMPILING "FALSE") |
|||
endif() |
|||
|
|||
if(NOT CMAKE_INSTALL_LOCAL_ONLY) |
|||
# Include the install script for each subdirectory. |
|||
include("/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Bot/src/cmake_install.cmake") |
|||
|
|||
endif() |
|||
|
@ -1,370 +0,0 @@ |
|||
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">]) |
|||
|
|||
#IncludeRegexScan: ^.*$ |
|||
|
|||
#IncludeRegexComplain: ^$ |
|||
|
|||
#IncludeRegexTransform: |
|||
|
|||
../src/Bot/src/../include/Console_Command.h |
|||
Jupiter/GenericCommand.h |
|||
../src/Bot/src/../include/Jupiter/GenericCommand.h |
|||
Jupiter/ArrayList.h |
|||
../src/Bot/src/../include/Jupiter/ArrayList.h |
|||
Jupiter_Bot.h |
|||
../src/Bot/src/../include/Jupiter_Bot.h |
|||
|
|||
../src/Bot/src/../include/IRC_Bot.h |
|||
Jupiter_Bot.h |
|||
../src/Bot/src/../include/Jupiter_Bot.h |
|||
Jupiter/IRC_Client.h |
|||
../src/Bot/src/../include/Jupiter/IRC_Client.h |
|||
Jupiter/ArrayList.h |
|||
../src/Bot/src/../include/Jupiter/ArrayList.h |
|||
Jupiter/Rehash.h |
|||
../src/Bot/src/../include/Jupiter/Rehash.h |
|||
Jupiter/String.hpp |
|||
../src/Bot/src/../include/Jupiter/String.hpp |
|||
|
|||
../src/Bot/src/../include/IRC_Command.h |
|||
Jupiter/GenericCommand.h |
|||
../src/Bot/src/../include/Jupiter/GenericCommand.h |
|||
Jupiter/IRC_Client.h |
|||
../src/Bot/src/../include/Jupiter/IRC_Client.h |
|||
Jupiter/ArrayList.h |
|||
../src/Bot/src/../include/Jupiter/ArrayList.h |
|||
Jupiter/String.hpp |
|||
../src/Bot/src/../include/Jupiter/String.hpp |
|||
Jupiter_Bot.h |
|||
../src/Bot/src/../include/Jupiter_Bot.h |
|||
ServerManager.h |
|||
../src/Bot/src/../include/ServerManager.h |
|||
IRC_Bot.h |
|||
../src/Bot/src/../include/IRC_Bot.h |
|||
|
|||
../src/Bot/src/../include/Jupiter_Bot.h |
|||
chrono |
|||
- |
|||
|
|||
../src/Bot/src/../include/ServerManager.h |
|||
Jupiter_Bot.h |
|||
../src/Bot/src/../include/Jupiter_Bot.h |
|||
Jupiter/Thinker.h |
|||
../src/Bot/src/../include/Jupiter/Thinker.h |
|||
Jupiter/ArrayList.h |
|||
../src/Bot/src/../include/Jupiter/ArrayList.h |
|||
Jupiter/Readable_String.h |
|||
../src/Bot/src/../include/Jupiter/Readable_String.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/ArrayList.h |
|||
Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
DataBuffer.h |
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/CString.h |
|||
Shift_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Shift_String.h |
|||
CString_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/CString_Imp.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/CString_Imp.h |
|||
Functions.h |
|||
../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
CString.h |
|||
../src/jupiter/src/common/../include/Jupiter/CString.h |
|||
String.hpp |
|||
../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/Command.h |
|||
Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
ArrayList.h |
|||
../src/jupiter/src/common/../include/Jupiter/ArrayList.h |
|||
Reference_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Reference_String.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/Config.h |
|||
Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
Hash_Table.h |
|||
../src/jupiter/src/common/../include/Jupiter/Hash_Table.h |
|||
Reference_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Reference_String.h |
|||
CString.h |
|||
../src/jupiter/src/common/../include/Jupiter/CString.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer.h |
|||
cstdint |
|||
- |
|||
cstdio |
|||
- |
|||
Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
DataBuffer_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer_Imp.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer_Imp.h |
|||
vector |
|||
- |
|||
array |
|||
- |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
cstdint |
|||
- |
|||
cstddef |
|||
- |
|||
type_traits |
|||
- |
|||
stdbool.h |
|||
- |
|||
stdint.h |
|||
- |
|||
stddef.h |
|||
- |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/GenericCommand.h |
|||
Command.h |
|||
../src/jupiter/src/common/../include/Jupiter/Command.h |
|||
String.hpp |
|||
../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
ArrayList.h |
|||
../src/jupiter/src/common/../include/Jupiter/ArrayList.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/Hash.h |
|||
cstdint |
|||
- |
|||
Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
Readable_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/Hash_Table.h |
|||
forward_list |
|||
- |
|||
String.hpp |
|||
../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
Hash_Table_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Hash_Table_Imp.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/Hash_Table_Imp.h |
|||
Hash_Table.h |
|||
../src/jupiter/src/common/../include/Jupiter/Hash_Table.h |
|||
Hash.h |
|||
../src/jupiter/src/common/../include/Jupiter/Hash.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/INIConfig.h |
|||
Config.h |
|||
../src/jupiter/src/common/../include/Jupiter/Config.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/IRC.h |
|||
Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/IRC_Client.h |
|||
cstdlib |
|||
- |
|||
cstdio |
|||
- |
|||
Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
Thinker.h |
|||
../src/jupiter/src/common/../include/Jupiter/Thinker.h |
|||
IRC.h |
|||
../src/jupiter/src/common/../include/Jupiter/IRC.h |
|||
Reference_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Reference_String.h |
|||
Config.h |
|||
../src/jupiter/src/common/../include/Jupiter/Config.h |
|||
Socket.h |
|||
../src/jupiter/src/common/../include/Jupiter/Socket.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/InvalidIndex.h |
|||
cstdint |
|||
- |
|||
climits |
|||
- |
|||
stdint.h |
|||
- |
|||
limits.h |
|||
- |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/Plugin.h |
|||
ArrayList.h |
|||
../src/jupiter/src/common/../include/Jupiter/ArrayList.h |
|||
Thinker.h |
|||
../src/jupiter/src/common/../include/Jupiter/Thinker.h |
|||
Rehash.h |
|||
../src/jupiter/src/common/../include/Jupiter/Rehash.h |
|||
INIConfig.h |
|||
../src/jupiter/src/common/../include/Jupiter/INIConfig.h |
|||
String.hpp |
|||
../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
cwchar |
|||
- |
|||
cwctype |
|||
- |
|||
cstdio |
|||
- |
|||
string |
|||
- |
|||
iostream |
|||
- |
|||
InvalidIndex.h |
|||
../src/jupiter/src/common/../include/Jupiter/InvalidIndex.h |
|||
DataBuffer.h |
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer.h |
|||
Readable_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String_Imp.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String_Imp.h |
|||
Readable_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
Functions.h |
|||
../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/Reference_String.h |
|||
Readable_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
Reference_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Reference_String_Imp.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/Reference_String_Imp.h |
|||
Reference_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Reference_String.h |
|||
Functions.h |
|||
../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/Rehash.h |
|||
Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/Shift_String.h |
|||
String_Type.h |
|||
../src/jupiter/src/common/../include/Jupiter/String_Type.h |
|||
Shift_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Shift_String_Imp.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/Shift_String_Imp.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/Socket.h |
|||
cstring |
|||
- |
|||
Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
Readable_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
String.hpp |
|||
../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
Shift_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Shift_String.h |
|||
String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/String_Imp.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/String_Imp.h |
|||
String.hpp |
|||
../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/String_Type.h |
|||
cstdarg |
|||
- |
|||
Readable_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
String_Type_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/String_Type_Imp.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/String_Type_Imp.h |
|||
String_Type.h |
|||
../src/jupiter/src/common/../include/Jupiter/String_Type.h |
|||
Functions.h |
|||
../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/Thinker.h |
|||
Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/Timer.h |
|||
chrono |
|||
- |
|||
Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
Thinker.h |
|||
../src/jupiter/src/common/../include/Jupiter/Thinker.h |
|||
|
|||
/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/Console_Command.cpp |
|||
Console_Command.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/Console_Command.h |
|||
|
|||
/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/IRC_Bot.cpp |
|||
cstdio |
|||
- |
|||
cstring |
|||
- |
|||
cctype |
|||
- |
|||
Jupiter/Config.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/Jupiter/Config.h |
|||
Jupiter/Plugin.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/Jupiter/Plugin.h |
|||
Jupiter/Functions.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/Jupiter/Functions.h |
|||
IRC_Bot.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/IRC_Bot.h |
|||
IRC_Command.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/IRC_Command.h |
|||
|
|||
/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/IRC_Command.cpp |
|||
IRC_Command.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/IRC_Command.h |
|||
|
|||
/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/Main.cpp |
|||
cstdlib |
|||
- |
|||
cstdio |
|||
- |
|||
cstring |
|||
- |
|||
exception |
|||
- |
|||
thread |
|||
- |
|||
mutex |
|||
- |
|||
Jupiter/Functions.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/Jupiter/Functions.h |
|||
Jupiter/INIConfig.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/Jupiter/INIConfig.h |
|||
Jupiter/Socket.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/Jupiter/Socket.h |
|||
Jupiter/Plugin.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/Jupiter/Plugin.h |
|||
Jupiter/Timer.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/Jupiter/Timer.h |
|||
IRC_Bot.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/IRC_Bot.h |
|||
Console_Command.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/Console_Command.h |
|||
IRC_Command.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/IRC_Command.h |
|||
Windows.h |
|||
- |
|||
|
|||
/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/ServerManager.cpp |
|||
Jupiter/Functions.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/Jupiter/Functions.h |
|||
ServerManager.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/ServerManager.h |
|||
IRC_Bot.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/IRC_Bot.h |
|||
IRC_Command.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/IRC_Command.h |
|||
|
Binary file not shown.
@ -1,32 +0,0 @@ |
|||
# The set of languages for which implicit dependencies are needed: |
|||
set(CMAKE_DEPENDS_LANGUAGES |
|||
"CXX" |
|||
) |
|||
# The set of files for implicit dependencies of each language: |
|||
set(CMAKE_DEPENDS_CHECK_CXX |
|||
"/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/Console_Command.cpp" "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Bot/src/CMakeFiles/Bot.dir/Console_Command.cpp.o" |
|||
"/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/IRC_Bot.cpp" "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o" |
|||
"/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/IRC_Command.cpp" "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o" |
|||
"/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/Main.cpp" "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o" |
|||
"/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/ServerManager.cpp" "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o" |
|||
) |
|||
set(CMAKE_CXX_COMPILER_ID "GNU") |
|||
|
|||
# Preprocessor definitions for this target. |
|||
set(CMAKE_TARGET_DEFINITIONS_CXX |
|||
"JUPITER_BOT_EXPORTS" |
|||
) |
|||
|
|||
# The include file search paths: |
|||
set(CMAKE_CXX_TARGET_INCLUDE_PATH |
|||
"../src/Bot/src/../include" |
|||
"../src/jupiter/src/common/../include" |
|||
) |
|||
|
|||
# Targets to which this target links. |
|||
set(CMAKE_TARGET_LINKED_INFO_FILES |
|||
"/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common/CMakeFiles/jupiter.dir/DependInfo.cmake" |
|||
) |
|||
|
|||
# Fortran module output directory. |
|||
set(CMAKE_Fortran_TARGET_MODULE_DIR "") |
@ -1,224 +0,0 @@ |
|||
# CMAKE generated file: DO NOT EDIT! |
|||
# Generated by "Unix Makefiles" Generator, CMake Version 3.10 |
|||
|
|||
# Delete rule output on recipe failure. |
|||
.DELETE_ON_ERROR: |
|||
|
|||
|
|||
#============================================================================= |
|||
# Special targets provided by cmake. |
|||
|
|||
# Disable implicit rules so canonical targets will work. |
|||
.SUFFIXES: |
|||
|
|||
|
|||
# Remove some rules from gmake that .SUFFIXES does not remove. |
|||
SUFFIXES = |
|||
|
|||
.SUFFIXES: .hpux_make_needs_suffix_list |
|||
|
|||
|
|||
# Suppress display of executed commands. |
|||
$(VERBOSE).SILENT: |
|||
|
|||
|
|||
# A target that is always out of date. |
|||
cmake_force: |
|||
|
|||
.PHONY : cmake_force |
|||
|
|||
#============================================================================= |
|||
# Set environment variables for the build. |
|||
|
|||
# The shell in which to execute make rules. |
|||
SHELL = /bin/sh |
|||
|
|||
# The CMake executable. |
|||
CMAKE_COMMAND = /usr/bin/cmake |
|||
|
|||
# The command to remove a file. |
|||
RM = /usr/bin/cmake -E remove -f |
|||
|
|||
# Escaping for special characters. |
|||
EQUALS = = |
|||
|
|||
# The top-level source directory on which CMake was run. |
|||
CMAKE_SOURCE_DIR = "/mnt/c/dev/Projects/Jupiter Bot" |
|||
|
|||
# The top-level build directory on which CMake was run. |
|||
CMAKE_BINARY_DIR = "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" |
|||
|
|||
# Include any dependencies generated for this target. |
|||
include src/Bot/src/CMakeFiles/Bot.dir/depend.make |
|||
|
|||
# Include the progress variables for this target. |
|||
include src/Bot/src/CMakeFiles/Bot.dir/progress.make |
|||
|
|||
# Include the compile flags for this target's objects. |
|||
include src/Bot/src/CMakeFiles/Bot.dir/flags.make |
|||
|
|||
src/Bot/src/CMakeFiles/Bot.dir/Console_Command.cpp.o: src/Bot/src/CMakeFiles/Bot.dir/flags.make |
|||
src/Bot/src/CMakeFiles/Bot.dir/Console_Command.cpp.o: ../src/Bot/src/Console_Command.cpp |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/CMakeFiles" --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object src/Bot/src/CMakeFiles/Bot.dir/Console_Command.cpp.o" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Bot/src" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/Bot.dir/Console_Command.cpp.o -c "/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/Console_Command.cpp" |
|||
|
|||
src/Bot/src/CMakeFiles/Bot.dir/Console_Command.cpp.i: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/Bot.dir/Console_Command.cpp.i" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Bot/src" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E "/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/Console_Command.cpp" > CMakeFiles/Bot.dir/Console_Command.cpp.i |
|||
|
|||
src/Bot/src/CMakeFiles/Bot.dir/Console_Command.cpp.s: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/Bot.dir/Console_Command.cpp.s" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Bot/src" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S "/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/Console_Command.cpp" -o CMakeFiles/Bot.dir/Console_Command.cpp.s |
|||
|
|||
src/Bot/src/CMakeFiles/Bot.dir/Console_Command.cpp.o.requires: |
|||
|
|||
.PHONY : src/Bot/src/CMakeFiles/Bot.dir/Console_Command.cpp.o.requires |
|||
|
|||
src/Bot/src/CMakeFiles/Bot.dir/Console_Command.cpp.o.provides: src/Bot/src/CMakeFiles/Bot.dir/Console_Command.cpp.o.requires |
|||
$(MAKE) -f src/Bot/src/CMakeFiles/Bot.dir/build.make src/Bot/src/CMakeFiles/Bot.dir/Console_Command.cpp.o.provides.build |
|||
.PHONY : src/Bot/src/CMakeFiles/Bot.dir/Console_Command.cpp.o.provides |
|||
|
|||
src/Bot/src/CMakeFiles/Bot.dir/Console_Command.cpp.o.provides.build: src/Bot/src/CMakeFiles/Bot.dir/Console_Command.cpp.o |
|||
|
|||
|
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o: src/Bot/src/CMakeFiles/Bot.dir/flags.make |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o: ../src/Bot/src/IRC_Bot.cpp |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/CMakeFiles" --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Bot/src" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/Bot.dir/IRC_Bot.cpp.o -c "/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/IRC_Bot.cpp" |
|||
|
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.i: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/Bot.dir/IRC_Bot.cpp.i" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Bot/src" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E "/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/IRC_Bot.cpp" > CMakeFiles/Bot.dir/IRC_Bot.cpp.i |
|||
|
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.s: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/Bot.dir/IRC_Bot.cpp.s" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Bot/src" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S "/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/IRC_Bot.cpp" -o CMakeFiles/Bot.dir/IRC_Bot.cpp.s |
|||
|
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o.requires: |
|||
|
|||
.PHONY : src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o.requires |
|||
|
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o.provides: src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o.requires |
|||
$(MAKE) -f src/Bot/src/CMakeFiles/Bot.dir/build.make src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o.provides.build |
|||
.PHONY : src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o.provides |
|||
|
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o.provides.build: src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o |
|||
|
|||
|
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o: src/Bot/src/CMakeFiles/Bot.dir/flags.make |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o: ../src/Bot/src/IRC_Command.cpp |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/CMakeFiles" --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Bot/src" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/Bot.dir/IRC_Command.cpp.o -c "/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/IRC_Command.cpp" |
|||
|
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.i: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/Bot.dir/IRC_Command.cpp.i" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Bot/src" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E "/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/IRC_Command.cpp" > CMakeFiles/Bot.dir/IRC_Command.cpp.i |
|||
|
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.s: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/Bot.dir/IRC_Command.cpp.s" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Bot/src" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S "/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/IRC_Command.cpp" -o CMakeFiles/Bot.dir/IRC_Command.cpp.s |
|||
|
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o.requires: |
|||
|
|||
.PHONY : src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o.requires |
|||
|
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o.provides: src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o.requires |
|||
$(MAKE) -f src/Bot/src/CMakeFiles/Bot.dir/build.make src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o.provides.build |
|||
.PHONY : src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o.provides |
|||
|
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o.provides.build: src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o |
|||
|
|||
|
|||
src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o: src/Bot/src/CMakeFiles/Bot.dir/flags.make |
|||
src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o: ../src/Bot/src/Main.cpp |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/CMakeFiles" --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Bot/src" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/Bot.dir/Main.cpp.o -c "/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/Main.cpp" |
|||
|
|||
src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.i: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/Bot.dir/Main.cpp.i" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Bot/src" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E "/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/Main.cpp" > CMakeFiles/Bot.dir/Main.cpp.i |
|||
|
|||
src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.s: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/Bot.dir/Main.cpp.s" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Bot/src" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S "/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/Main.cpp" -o CMakeFiles/Bot.dir/Main.cpp.s |
|||
|
|||
src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o.requires: |
|||
|
|||
.PHONY : src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o.requires |
|||
|
|||
src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o.provides: src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o.requires |
|||
$(MAKE) -f src/Bot/src/CMakeFiles/Bot.dir/build.make src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o.provides.build |
|||
.PHONY : src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o.provides |
|||
|
|||
src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o.provides.build: src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o |
|||
|
|||
|
|||
src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o: src/Bot/src/CMakeFiles/Bot.dir/flags.make |
|||
src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o: ../src/Bot/src/ServerManager.cpp |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/CMakeFiles" --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Bot/src" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/Bot.dir/ServerManager.cpp.o -c "/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/ServerManager.cpp" |
|||
|
|||
src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.i: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/Bot.dir/ServerManager.cpp.i" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Bot/src" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E "/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/ServerManager.cpp" > CMakeFiles/Bot.dir/ServerManager.cpp.i |
|||
|
|||
src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.s: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/Bot.dir/ServerManager.cpp.s" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Bot/src" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S "/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/ServerManager.cpp" -o CMakeFiles/Bot.dir/ServerManager.cpp.s |
|||
|
|||
src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o.requires: |
|||
|
|||
.PHONY : src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o.requires |
|||
|
|||
src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o.provides: src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o.requires |
|||
$(MAKE) -f src/Bot/src/CMakeFiles/Bot.dir/build.make src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o.provides.build |
|||
.PHONY : src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o.provides |
|||
|
|||
src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o.provides.build: src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o |
|||
|
|||
|
|||
# Object files for target Bot |
|||
Bot_OBJECTS = \ |
|||
"CMakeFiles/Bot.dir/Console_Command.cpp.o" \ |
|||
"CMakeFiles/Bot.dir/IRC_Bot.cpp.o" \ |
|||
"CMakeFiles/Bot.dir/IRC_Command.cpp.o" \ |
|||
"CMakeFiles/Bot.dir/Main.cpp.o" \ |
|||
"CMakeFiles/Bot.dir/ServerManager.cpp.o" |
|||
|
|||
# External object files for target Bot |
|||
Bot_EXTERNAL_OBJECTS = |
|||
|
|||
src/Bot/src/Bot: src/Bot/src/CMakeFiles/Bot.dir/Console_Command.cpp.o |
|||
src/Bot/src/Bot: src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o |
|||
src/Bot/src/Bot: src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o |
|||
src/Bot/src/Bot: src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o |
|||
src/Bot/src/Bot: src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o |
|||
src/Bot/src/Bot: src/Bot/src/CMakeFiles/Bot.dir/build.make |
|||
src/Bot/src/Bot: src/jupiter/src/common/libjupiter.so |
|||
src/Bot/src/Bot: /usr/lib/x86_64-linux-gnu/libssl.so |
|||
src/Bot/src/Bot: /usr/lib/x86_64-linux-gnu/libcrypto.so |
|||
src/Bot/src/Bot: src/Bot/src/CMakeFiles/Bot.dir/link.txt |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir="/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/CMakeFiles" --progress-num=$(CMAKE_PROGRESS_6) "Linking CXX executable Bot" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Bot/src" && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/Bot.dir/link.txt --verbose=$(VERBOSE) |
|||
|
|||
# Rule to build all files generated by this target. |
|||
src/Bot/src/CMakeFiles/Bot.dir/build: src/Bot/src/Bot |
|||
|
|||
.PHONY : src/Bot/src/CMakeFiles/Bot.dir/build |
|||
|
|||
src/Bot/src/CMakeFiles/Bot.dir/requires: src/Bot/src/CMakeFiles/Bot.dir/Console_Command.cpp.o.requires |
|||
src/Bot/src/CMakeFiles/Bot.dir/requires: src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o.requires |
|||
src/Bot/src/CMakeFiles/Bot.dir/requires: src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o.requires |
|||
src/Bot/src/CMakeFiles/Bot.dir/requires: src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o.requires |
|||
src/Bot/src/CMakeFiles/Bot.dir/requires: src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o.requires |
|||
|
|||
.PHONY : src/Bot/src/CMakeFiles/Bot.dir/requires |
|||
|
|||
src/Bot/src/CMakeFiles/Bot.dir/clean: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Bot/src" && $(CMAKE_COMMAND) -P CMakeFiles/Bot.dir/cmake_clean.cmake |
|||
.PHONY : src/Bot/src/CMakeFiles/Bot.dir/clean |
|||
|
|||
src/Bot/src/CMakeFiles/Bot.dir/depend: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" "/mnt/c/dev/Projects/Jupiter Bot" "/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src" "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Bot/src" "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Bot/src/CMakeFiles/Bot.dir/DependInfo.cmake" --color=$(COLOR) |
|||
.PHONY : src/Bot/src/CMakeFiles/Bot.dir/depend |
|||
|
@ -1,14 +0,0 @@ |
|||
file(REMOVE_RECURSE |
|||
"CMakeFiles/Bot.dir/Console_Command.cpp.o" |
|||
"CMakeFiles/Bot.dir/IRC_Bot.cpp.o" |
|||
"CMakeFiles/Bot.dir/IRC_Command.cpp.o" |
|||
"CMakeFiles/Bot.dir/Main.cpp.o" |
|||
"CMakeFiles/Bot.dir/ServerManager.cpp.o" |
|||
"Bot.pdb" |
|||
"Bot" |
|||
) |
|||
|
|||
# Per-language clean rules from dependency scanning. |
|||
foreach(lang CXX) |
|||
include(CMakeFiles/Bot.dir/cmake_clean_${lang}.cmake OPTIONAL) |
|||
endforeach() |
@ -1,171 +0,0 @@ |
|||
# CMAKE generated file: DO NOT EDIT! |
|||
# Generated by "Unix Makefiles" Generator, CMake Version 3.10 |
|||
|
|||
src/Bot/src/CMakeFiles/Bot.dir/Console_Command.cpp.o |
|||
../src/Bot/src/../include/Console_Command.h |
|||
../src/Bot/src/../include/Jupiter_Bot.h |
|||
../src/jupiter/src/common/../include/Jupiter/ArrayList.h |
|||
../src/jupiter/src/common/../include/Jupiter/Command.h |
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer.h |
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
../src/jupiter/src/common/../include/Jupiter/GenericCommand.h |
|||
../src/jupiter/src/common/../include/Jupiter/InvalidIndex.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Reference_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Reference_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Shift_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Shift_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
../src/jupiter/src/common/../include/Jupiter/String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/String_Type.h |
|||
../src/jupiter/src/common/../include/Jupiter/String_Type_Imp.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/Console_Command.cpp |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o |
|||
../src/Bot/src/../include/IRC_Bot.h |
|||
../src/Bot/src/../include/IRC_Command.h |
|||
../src/Bot/src/../include/Jupiter_Bot.h |
|||
../src/Bot/src/../include/ServerManager.h |
|||
../src/jupiter/src/common/../include/Jupiter/ArrayList.h |
|||
../src/jupiter/src/common/../include/Jupiter/CString.h |
|||
../src/jupiter/src/common/../include/Jupiter/CString_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Command.h |
|||
../src/jupiter/src/common/../include/Jupiter/Config.h |
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer.h |
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
../src/jupiter/src/common/../include/Jupiter/GenericCommand.h |
|||
../src/jupiter/src/common/../include/Jupiter/Hash.h |
|||
../src/jupiter/src/common/../include/Jupiter/Hash_Table.h |
|||
../src/jupiter/src/common/../include/Jupiter/Hash_Table_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/INIConfig.h |
|||
../src/jupiter/src/common/../include/Jupiter/IRC.h |
|||
../src/jupiter/src/common/../include/Jupiter/IRC_Client.h |
|||
../src/jupiter/src/common/../include/Jupiter/InvalidIndex.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Plugin.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Reference_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Reference_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Rehash.h |
|||
../src/jupiter/src/common/../include/Jupiter/Shift_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Shift_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Socket.h |
|||
../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
../src/jupiter/src/common/../include/Jupiter/String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/String_Type.h |
|||
../src/jupiter/src/common/../include/Jupiter/String_Type_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Thinker.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/IRC_Bot.cpp |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o |
|||
../src/Bot/src/../include/IRC_Bot.h |
|||
../src/Bot/src/../include/IRC_Command.h |
|||
../src/Bot/src/../include/Jupiter_Bot.h |
|||
../src/Bot/src/../include/ServerManager.h |
|||
../src/jupiter/src/common/../include/Jupiter/ArrayList.h |
|||
../src/jupiter/src/common/../include/Jupiter/CString.h |
|||
../src/jupiter/src/common/../include/Jupiter/CString_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Command.h |
|||
../src/jupiter/src/common/../include/Jupiter/Config.h |
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer.h |
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
../src/jupiter/src/common/../include/Jupiter/GenericCommand.h |
|||
../src/jupiter/src/common/../include/Jupiter/Hash.h |
|||
../src/jupiter/src/common/../include/Jupiter/Hash_Table.h |
|||
../src/jupiter/src/common/../include/Jupiter/Hash_Table_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/IRC.h |
|||
../src/jupiter/src/common/../include/Jupiter/IRC_Client.h |
|||
../src/jupiter/src/common/../include/Jupiter/InvalidIndex.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Reference_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Reference_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Rehash.h |
|||
../src/jupiter/src/common/../include/Jupiter/Shift_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Shift_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Socket.h |
|||
../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
../src/jupiter/src/common/../include/Jupiter/String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/String_Type.h |
|||
../src/jupiter/src/common/../include/Jupiter/String_Type_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Thinker.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/IRC_Command.cpp |
|||
src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o |
|||
../src/Bot/src/../include/Console_Command.h |
|||
../src/Bot/src/../include/IRC_Bot.h |
|||
../src/Bot/src/../include/IRC_Command.h |
|||
../src/Bot/src/../include/Jupiter_Bot.h |
|||
../src/Bot/src/../include/ServerManager.h |
|||
../src/jupiter/src/common/../include/Jupiter/ArrayList.h |
|||
../src/jupiter/src/common/../include/Jupiter/CString.h |
|||
../src/jupiter/src/common/../include/Jupiter/CString_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Command.h |
|||
../src/jupiter/src/common/../include/Jupiter/Config.h |
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer.h |
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
../src/jupiter/src/common/../include/Jupiter/GenericCommand.h |
|||
../src/jupiter/src/common/../include/Jupiter/Hash.h |
|||
../src/jupiter/src/common/../include/Jupiter/Hash_Table.h |
|||
../src/jupiter/src/common/../include/Jupiter/Hash_Table_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/INIConfig.h |
|||
../src/jupiter/src/common/../include/Jupiter/IRC.h |
|||
../src/jupiter/src/common/../include/Jupiter/IRC_Client.h |
|||
../src/jupiter/src/common/../include/Jupiter/InvalidIndex.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Plugin.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Reference_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Reference_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Rehash.h |
|||
../src/jupiter/src/common/../include/Jupiter/Shift_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Shift_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Socket.h |
|||
../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
../src/jupiter/src/common/../include/Jupiter/String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/String_Type.h |
|||
../src/jupiter/src/common/../include/Jupiter/String_Type_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Thinker.h |
|||
../src/jupiter/src/common/../include/Jupiter/Timer.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/Main.cpp |
|||
src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o |
|||
../src/Bot/src/../include/IRC_Bot.h |
|||
../src/Bot/src/../include/IRC_Command.h |
|||
../src/Bot/src/../include/Jupiter_Bot.h |
|||
../src/Bot/src/../include/ServerManager.h |
|||
../src/jupiter/src/common/../include/Jupiter/ArrayList.h |
|||
../src/jupiter/src/common/../include/Jupiter/CString.h |
|||
../src/jupiter/src/common/../include/Jupiter/CString_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Command.h |
|||
../src/jupiter/src/common/../include/Jupiter/Config.h |
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer.h |
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
../src/jupiter/src/common/../include/Jupiter/GenericCommand.h |
|||
../src/jupiter/src/common/../include/Jupiter/Hash.h |
|||
../src/jupiter/src/common/../include/Jupiter/Hash_Table.h |
|||
../src/jupiter/src/common/../include/Jupiter/Hash_Table_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/IRC.h |
|||
../src/jupiter/src/common/../include/Jupiter/IRC_Client.h |
|||
../src/jupiter/src/common/../include/Jupiter/InvalidIndex.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Reference_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Reference_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Rehash.h |
|||
../src/jupiter/src/common/../include/Jupiter/Shift_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Shift_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Socket.h |
|||
../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
../src/jupiter/src/common/../include/Jupiter/String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/String_Type.h |
|||
../src/jupiter/src/common/../include/Jupiter/String_Type_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Thinker.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/ServerManager.cpp |
@ -1,171 +0,0 @@ |
|||
# CMAKE generated file: DO NOT EDIT! |
|||
# Generated by "Unix Makefiles" Generator, CMake Version 3.10 |
|||
|
|||
src/Bot/src/CMakeFiles/Bot.dir/Console_Command.cpp.o: ../src/Bot/src/../include/Console_Command.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Console_Command.cpp.o: ../src/Bot/src/../include/Jupiter_Bot.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Console_Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/ArrayList.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Console_Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Command.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Console_Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/DataBuffer.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Console_Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/DataBuffer_Imp.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Console_Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Console_Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/GenericCommand.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Console_Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/InvalidIndex.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Console_Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Console_Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Console_Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Readable_String_Imp.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Console_Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Reference_String.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Console_Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Reference_String_Imp.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Console_Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Shift_String.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Console_Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Shift_String_Imp.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Console_Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
src/Bot/src/CMakeFiles/Bot.dir/Console_Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Imp.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Console_Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Type.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Console_Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Type_Imp.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Console_Command.cpp.o: ../src/Bot/src/Console_Command.cpp |
|||
|
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o: ../src/Bot/src/../include/IRC_Bot.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o: ../src/Bot/src/../include/IRC_Command.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o: ../src/Bot/src/../include/Jupiter_Bot.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o: ../src/Bot/src/../include/ServerManager.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o: ../src/jupiter/src/common/../include/Jupiter/ArrayList.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o: ../src/jupiter/src/common/../include/Jupiter/CString.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o: ../src/jupiter/src/common/../include/Jupiter/CString_Imp.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Command.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Config.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o: ../src/jupiter/src/common/../include/Jupiter/DataBuffer.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o: ../src/jupiter/src/common/../include/Jupiter/DataBuffer_Imp.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o: ../src/jupiter/src/common/../include/Jupiter/GenericCommand.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Hash.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Hash_Table.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Hash_Table_Imp.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o: ../src/jupiter/src/common/../include/Jupiter/INIConfig.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o: ../src/jupiter/src/common/../include/Jupiter/IRC.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o: ../src/jupiter/src/common/../include/Jupiter/IRC_Client.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o: ../src/jupiter/src/common/../include/Jupiter/InvalidIndex.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Plugin.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Readable_String_Imp.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Reference_String.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Reference_String_Imp.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Rehash.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Shift_String.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Shift_String_Imp.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Socket.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Imp.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Type.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Type_Imp.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Thinker.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o: ../src/Bot/src/IRC_Bot.cpp |
|||
|
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o: ../src/Bot/src/../include/IRC_Bot.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o: ../src/Bot/src/../include/IRC_Command.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o: ../src/Bot/src/../include/Jupiter_Bot.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o: ../src/Bot/src/../include/ServerManager.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/ArrayList.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/CString.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/CString_Imp.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Command.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Config.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/DataBuffer.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/DataBuffer_Imp.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/GenericCommand.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Hash.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Hash_Table.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Hash_Table_Imp.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/IRC.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/IRC_Client.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/InvalidIndex.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Readable_String_Imp.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Reference_String.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Reference_String_Imp.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Rehash.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Shift_String.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Shift_String_Imp.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Socket.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Imp.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Type.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Type_Imp.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Thinker.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o: ../src/Bot/src/IRC_Command.cpp |
|||
|
|||
src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o: ../src/Bot/src/../include/Console_Command.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o: ../src/Bot/src/../include/IRC_Bot.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o: ../src/Bot/src/../include/IRC_Command.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o: ../src/Bot/src/../include/Jupiter_Bot.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o: ../src/Bot/src/../include/ServerManager.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o: ../src/jupiter/src/common/../include/Jupiter/ArrayList.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o: ../src/jupiter/src/common/../include/Jupiter/CString.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o: ../src/jupiter/src/common/../include/Jupiter/CString_Imp.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Command.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Config.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o: ../src/jupiter/src/common/../include/Jupiter/DataBuffer.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o: ../src/jupiter/src/common/../include/Jupiter/DataBuffer_Imp.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o: ../src/jupiter/src/common/../include/Jupiter/GenericCommand.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Hash.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Hash_Table.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Hash_Table_Imp.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o: ../src/jupiter/src/common/../include/Jupiter/INIConfig.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o: ../src/jupiter/src/common/../include/Jupiter/IRC.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o: ../src/jupiter/src/common/../include/Jupiter/IRC_Client.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o: ../src/jupiter/src/common/../include/Jupiter/InvalidIndex.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Plugin.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Readable_String_Imp.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Reference_String.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Reference_String_Imp.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Rehash.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Shift_String.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Shift_String_Imp.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Socket.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Imp.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Type.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Type_Imp.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Thinker.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Timer.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.o: ../src/Bot/src/Main.cpp |
|||
|
|||
src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o: ../src/Bot/src/../include/IRC_Bot.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o: ../src/Bot/src/../include/IRC_Command.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o: ../src/Bot/src/../include/Jupiter_Bot.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o: ../src/Bot/src/../include/ServerManager.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o: ../src/jupiter/src/common/../include/Jupiter/ArrayList.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o: ../src/jupiter/src/common/../include/Jupiter/CString.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o: ../src/jupiter/src/common/../include/Jupiter/CString_Imp.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Command.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Config.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o: ../src/jupiter/src/common/../include/Jupiter/DataBuffer.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o: ../src/jupiter/src/common/../include/Jupiter/DataBuffer_Imp.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o: ../src/jupiter/src/common/../include/Jupiter/GenericCommand.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Hash.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Hash_Table.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Hash_Table_Imp.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o: ../src/jupiter/src/common/../include/Jupiter/IRC.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o: ../src/jupiter/src/common/../include/Jupiter/IRC_Client.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o: ../src/jupiter/src/common/../include/Jupiter/InvalidIndex.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Readable_String_Imp.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Reference_String.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Reference_String_Imp.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Rehash.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Shift_String.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Shift_String_Imp.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Socket.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Imp.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Type.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Type_Imp.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Thinker.h |
|||
src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o: ../src/Bot/src/ServerManager.cpp |
|||
|
@ -1,10 +0,0 @@ |
|||
# CMAKE generated file: DO NOT EDIT! |
|||
# Generated by "Unix Makefiles" Generator, CMake Version 3.10 |
|||
|
|||
# compile CXX with /usr/bin/g++-8 |
|||
CXX_FLAGS = -pthread -g -std=gnu++1z |
|||
|
|||
CXX_DEFINES = -DBot_EXPORTS -DJUPITER_BOT_EXPORTS |
|||
|
|||
CXX_INCLUDES = -I"/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/../include" -I"/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/../include" |
|||
|
@ -1 +0,0 @@ |
|||
/usr/bin/g++-8 -pthread -g -Wl,--export-dynamic -rdynamic CMakeFiles/Bot.dir/Console_Command.cpp.o CMakeFiles/Bot.dir/IRC_Bot.cpp.o CMakeFiles/Bot.dir/IRC_Command.cpp.o CMakeFiles/Bot.dir/Main.cpp.o CMakeFiles/Bot.dir/ServerManager.cpp.o -o Bot -Wl,-rpath,"/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" ../../jupiter/src/common/libjupiter.so /usr/lib/x86_64-linux-gnu/libssl.so /usr/lib/x86_64-linux-gnu/libcrypto.so |
@ -1,7 +0,0 @@ |
|||
CMAKE_PROGRESS_1 = |
|||
CMAKE_PROGRESS_2 = 1 |
|||
CMAKE_PROGRESS_3 = 2 |
|||
CMAKE_PROGRESS_4 = 3 |
|||
CMAKE_PROGRESS_5 = 4 |
|||
CMAKE_PROGRESS_6 = 5 |
|||
|
@ -1,16 +0,0 @@ |
|||
# CMAKE generated file: DO NOT EDIT! |
|||
# Generated by "Unix Makefiles" Generator, CMake Version 3.10 |
|||
|
|||
# Relative path conversion top directories. |
|||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/mnt/c/dev/Projects/Jupiter Bot") |
|||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug") |
|||
|
|||
# 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}) |
@ -1 +0,0 @@ |
|||
26 |
@ -1,300 +0,0 @@ |
|||
# CMAKE generated file: DO NOT EDIT!
|
|||
# Generated by "Unix Makefiles" Generator, CMake Version 3.10
|
|||
|
|||
# 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: |
|||
|
|||
|
|||
# Remove some rules from gmake that .SUFFIXES does not remove.
|
|||
SUFFIXES = |
|||
|
|||
.SUFFIXES: .hpux_make_needs_suffix_list |
|||
|
|||
|
|||
# Suppress display of executed commands.
|
|||
$(VERBOSE).SILENT: |
|||
|
|||
|
|||
# A target that is always out of date.
|
|||
cmake_force: |
|||
|
|||
.PHONY : cmake_force |
|||
|
|||
#=============================================================================
|
|||
# Set environment variables for the build.
|
|||
|
|||
# The shell in which to execute make rules.
|
|||
SHELL = /bin/sh |
|||
|
|||
# The CMake executable.
|
|||
CMAKE_COMMAND = /usr/bin/cmake |
|||
|
|||
# The command to remove a file.
|
|||
RM = /usr/bin/cmake -E remove -f |
|||
|
|||
# Escaping for special characters.
|
|||
EQUALS = = |
|||
|
|||
# The top-level source directory on which CMake was run.
|
|||
CMAKE_SOURCE_DIR = "/mnt/c/dev/Projects/Jupiter Bot" |
|||
|
|||
# The top-level build directory on which CMake was run.
|
|||
CMAKE_BINARY_DIR = "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" |
|||
|
|||
#=============================================================================
|
|||
# Targets provided globally by CMake.
|
|||
|
|||
# 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 -H$(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 edit_cache
|
|||
edit_cache: |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." |
|||
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. |
|||
.PHONY : edit_cache |
|||
|
|||
# Special rule for the target edit_cache
|
|||
edit_cache/fast: edit_cache |
|||
|
|||
.PHONY : edit_cache/fast |
|||
|
|||
# The main all target
|
|||
all: cmake_check_build_system |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(CMAKE_COMMAND) -E cmake_progress_start "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/CMakeFiles" "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Bot/src/CMakeFiles/progress.marks" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f CMakeFiles/Makefile2 src/Bot/src/all |
|||
$(CMAKE_COMMAND) -E cmake_progress_start "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/CMakeFiles" 0 |
|||
.PHONY : all |
|||
|
|||
# The main clean target
|
|||
clean: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f CMakeFiles/Makefile2 src/Bot/src/clean |
|||
.PHONY : clean |
|||
|
|||
# The main clean target
|
|||
clean/fast: clean |
|||
|
|||
.PHONY : clean/fast |
|||
|
|||
# Prepare targets for installation.
|
|||
preinstall: all |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f CMakeFiles/Makefile2 src/Bot/src/preinstall |
|||
.PHONY : preinstall |
|||
|
|||
# Prepare targets for installation.
|
|||
preinstall/fast: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f CMakeFiles/Makefile2 src/Bot/src/preinstall |
|||
.PHONY : preinstall/fast |
|||
|
|||
# clear depends
|
|||
depend: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 |
|||
.PHONY : depend |
|||
|
|||
# Convenience name for target.
|
|||
src/Bot/src/CMakeFiles/Bot.dir/rule: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f CMakeFiles/Makefile2 src/Bot/src/CMakeFiles/Bot.dir/rule |
|||
.PHONY : src/Bot/src/CMakeFiles/Bot.dir/rule |
|||
|
|||
# Convenience name for target.
|
|||
Bot: src/Bot/src/CMakeFiles/Bot.dir/rule |
|||
|
|||
.PHONY : Bot |
|||
|
|||
# fast build rule for target.
|
|||
Bot/fast: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/Bot/src/CMakeFiles/Bot.dir/build.make src/Bot/src/CMakeFiles/Bot.dir/build |
|||
.PHONY : Bot/fast |
|||
|
|||
Console_Command.o: Console_Command.cpp.o |
|||
|
|||
.PHONY : Console_Command.o |
|||
|
|||
# target to build an object file
|
|||
Console_Command.cpp.o: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/Bot/src/CMakeFiles/Bot.dir/build.make src/Bot/src/CMakeFiles/Bot.dir/Console_Command.cpp.o |
|||
.PHONY : Console_Command.cpp.o |
|||
|
|||
Console_Command.i: Console_Command.cpp.i |
|||
|
|||
.PHONY : Console_Command.i |
|||
|
|||
# target to preprocess a source file
|
|||
Console_Command.cpp.i: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/Bot/src/CMakeFiles/Bot.dir/build.make src/Bot/src/CMakeFiles/Bot.dir/Console_Command.cpp.i |
|||
.PHONY : Console_Command.cpp.i |
|||
|
|||
Console_Command.s: Console_Command.cpp.s |
|||
|
|||
.PHONY : Console_Command.s |
|||
|
|||
# target to generate assembly for a file
|
|||
Console_Command.cpp.s: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/Bot/src/CMakeFiles/Bot.dir/build.make src/Bot/src/CMakeFiles/Bot.dir/Console_Command.cpp.s |
|||
.PHONY : Console_Command.cpp.s |
|||
|
|||
IRC_Bot.o: IRC_Bot.cpp.o |
|||
|
|||
.PHONY : IRC_Bot.o |
|||
|
|||
# target to build an object file
|
|||
IRC_Bot.cpp.o: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/Bot/src/CMakeFiles/Bot.dir/build.make src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.o |
|||
.PHONY : IRC_Bot.cpp.o |
|||
|
|||
IRC_Bot.i: IRC_Bot.cpp.i |
|||
|
|||
.PHONY : IRC_Bot.i |
|||
|
|||
# target to preprocess a source file
|
|||
IRC_Bot.cpp.i: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/Bot/src/CMakeFiles/Bot.dir/build.make src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.i |
|||
.PHONY : IRC_Bot.cpp.i |
|||
|
|||
IRC_Bot.s: IRC_Bot.cpp.s |
|||
|
|||
.PHONY : IRC_Bot.s |
|||
|
|||
# target to generate assembly for a file
|
|||
IRC_Bot.cpp.s: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/Bot/src/CMakeFiles/Bot.dir/build.make src/Bot/src/CMakeFiles/Bot.dir/IRC_Bot.cpp.s |
|||
.PHONY : IRC_Bot.cpp.s |
|||
|
|||
IRC_Command.o: IRC_Command.cpp.o |
|||
|
|||
.PHONY : IRC_Command.o |
|||
|
|||
# target to build an object file
|
|||
IRC_Command.cpp.o: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/Bot/src/CMakeFiles/Bot.dir/build.make src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.o |
|||
.PHONY : IRC_Command.cpp.o |
|||
|
|||
IRC_Command.i: IRC_Command.cpp.i |
|||
|
|||
.PHONY : IRC_Command.i |
|||
|
|||
# target to preprocess a source file
|
|||
IRC_Command.cpp.i: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/Bot/src/CMakeFiles/Bot.dir/build.make src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.i |
|||
.PHONY : IRC_Command.cpp.i |
|||
|
|||
IRC_Command.s: IRC_Command.cpp.s |
|||
|
|||
.PHONY : IRC_Command.s |
|||
|
|||
# target to generate assembly for a file
|
|||
IRC_Command.cpp.s: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/Bot/src/CMakeFiles/Bot.dir/build.make src/Bot/src/CMakeFiles/Bot.dir/IRC_Command.cpp.s |
|||
.PHONY : IRC_Command.cpp.s |
|||
|
|||
Main.o: Main.cpp.o |
|||
|
|||
.PHONY : Main.o |
|||
|
|||
# target to build an object file
|
|||
Main.cpp.o: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/Bot/src/CMakeFiles/Bot.dir/build.make src/Bot/src/CMakeFiles/Bot.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 "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/Bot/src/CMakeFiles/Bot.dir/build.make src/Bot/src/CMakeFiles/Bot.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 "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/Bot/src/CMakeFiles/Bot.dir/build.make src/Bot/src/CMakeFiles/Bot.dir/Main.cpp.s |
|||
.PHONY : Main.cpp.s |
|||
|
|||
ServerManager.o: ServerManager.cpp.o |
|||
|
|||
.PHONY : ServerManager.o |
|||
|
|||
# target to build an object file
|
|||
ServerManager.cpp.o: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/Bot/src/CMakeFiles/Bot.dir/build.make src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.o |
|||
.PHONY : ServerManager.cpp.o |
|||
|
|||
ServerManager.i: ServerManager.cpp.i |
|||
|
|||
.PHONY : ServerManager.i |
|||
|
|||
# target to preprocess a source file
|
|||
ServerManager.cpp.i: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/Bot/src/CMakeFiles/Bot.dir/build.make src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.i |
|||
.PHONY : ServerManager.cpp.i |
|||
|
|||
ServerManager.s: ServerManager.cpp.s |
|||
|
|||
.PHONY : ServerManager.s |
|||
|
|||
# target to generate assembly for a file
|
|||
ServerManager.cpp.s: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/Bot/src/CMakeFiles/Bot.dir/build.make src/Bot/src/CMakeFiles/Bot.dir/ServerManager.cpp.s |
|||
.PHONY : ServerManager.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 "... rebuild_cache" |
|||
@echo "... Bot" |
|||
@echo "... edit_cache" |
|||
@echo "... Console_Command.o" |
|||
@echo "... Console_Command.i" |
|||
@echo "... Console_Command.s" |
|||
@echo "... IRC_Bot.o" |
|||
@echo "... IRC_Bot.i" |
|||
@echo "... IRC_Bot.s" |
|||
@echo "... IRC_Command.o" |
|||
@echo "... IRC_Command.i" |
|||
@echo "... IRC_Command.s" |
|||
@echo "... Main.o" |
|||
@echo "... Main.i" |
|||
@echo "... Main.s" |
|||
@echo "... ServerManager.o" |
|||
@echo "... ServerManager.i" |
|||
@echo "... ServerManager.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 "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 |
|||
.PHONY : cmake_check_build_system |
|||
|
@ -1,39 +0,0 @@ |
|||
# Install script for directory: /mnt/c/dev/Projects/Jupiter Bot/src/Bot/src |
|||
|
|||
# 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 "Debug") |
|||
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 "1") |
|||
endif() |
|||
|
|||
# Is this installation the result of a crosscompile? |
|||
if(NOT DEFINED CMAKE_CROSSCOMPILING) |
|||
set(CMAKE_CROSSCOMPILING "FALSE") |
|||
endif() |
|||
|
@ -1,16 +0,0 @@ |
|||
# CMAKE generated file: DO NOT EDIT! |
|||
# Generated by "Unix Makefiles" Generator, CMake Version 3.10 |
|||
|
|||
# Relative path conversion top directories. |
|||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/mnt/c/dev/Projects/Jupiter Bot") |
|||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug") |
|||
|
|||
# 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}) |
@ -1 +0,0 @@ |
|||
100 |
@ -1,134 +0,0 @@ |
|||
# CMAKE generated file: DO NOT EDIT!
|
|||
# Generated by "Unix Makefiles" Generator, CMake Version 3.10
|
|||
|
|||
# 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: |
|||
|
|||
|
|||
# Remove some rules from gmake that .SUFFIXES does not remove.
|
|||
SUFFIXES = |
|||
|
|||
.SUFFIXES: .hpux_make_needs_suffix_list |
|||
|
|||
|
|||
# Suppress display of executed commands.
|
|||
$(VERBOSE).SILENT: |
|||
|
|||
|
|||
# A target that is always out of date.
|
|||
cmake_force: |
|||
|
|||
.PHONY : cmake_force |
|||
|
|||
#=============================================================================
|
|||
# Set environment variables for the build.
|
|||
|
|||
# The shell in which to execute make rules.
|
|||
SHELL = /bin/sh |
|||
|
|||
# The CMake executable.
|
|||
CMAKE_COMMAND = /usr/bin/cmake |
|||
|
|||
# The command to remove a file.
|
|||
RM = /usr/bin/cmake -E remove -f |
|||
|
|||
# Escaping for special characters.
|
|||
EQUALS = = |
|||
|
|||
# The top-level source directory on which CMake was run.
|
|||
CMAKE_SOURCE_DIR = "/mnt/c/dev/Projects/Jupiter Bot" |
|||
|
|||
# The top-level build directory on which CMake was run.
|
|||
CMAKE_BINARY_DIR = "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" |
|||
|
|||
#=============================================================================
|
|||
# Targets provided globally by CMake.
|
|||
|
|||
# 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 -H$(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 edit_cache
|
|||
edit_cache: |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." |
|||
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. |
|||
.PHONY : edit_cache |
|||
|
|||
# Special rule for the target edit_cache
|
|||
edit_cache/fast: edit_cache |
|||
|
|||
.PHONY : edit_cache/fast |
|||
|
|||
# The main all target
|
|||
all: cmake_check_build_system |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(CMAKE_COMMAND) -E cmake_progress_start "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/CMakeFiles" "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/CMakeFiles/progress.marks" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f CMakeFiles/Makefile2 src/all |
|||
$(CMAKE_COMMAND) -E cmake_progress_start "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/CMakeFiles" 0 |
|||
.PHONY : all |
|||
|
|||
# The main clean target
|
|||
clean: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f CMakeFiles/Makefile2 src/clean |
|||
.PHONY : clean |
|||
|
|||
# The main clean target
|
|||
clean/fast: clean |
|||
|
|||
.PHONY : clean/fast |
|||
|
|||
# Prepare targets for installation.
|
|||
preinstall: all |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f CMakeFiles/Makefile2 src/preinstall |
|||
.PHONY : preinstall |
|||
|
|||
# Prepare targets for installation.
|
|||
preinstall/fast: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f CMakeFiles/Makefile2 src/preinstall |
|||
.PHONY : preinstall/fast |
|||
|
|||
# clear depends
|
|||
depend: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(CMAKE_COMMAND) -H$(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 "... rebuild_cache" |
|||
@echo "... edit_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 "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 |
|||
.PHONY : cmake_check_build_system |
|||
|
@ -1,47 +0,0 @@ |
|||
# Install script for directory: /mnt/c/dev/Projects/Jupiter Bot/src |
|||
|
|||
# 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 "Debug") |
|||
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 "1") |
|||
endif() |
|||
|
|||
# Is this installation the result of a crosscompile? |
|||
if(NOT DEFINED CMAKE_CROSSCOMPILING) |
|||
set(CMAKE_CROSSCOMPILING "FALSE") |
|||
endif() |
|||
|
|||
if(NOT CMAKE_INSTALL_LOCAL_ONLY) |
|||
# Include the install script for each subdirectory. |
|||
include("/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/cmake_install.cmake") |
|||
include("/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Bot/cmake_install.cmake") |
|||
include("/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/Plugins/cmake_install.cmake") |
|||
|
|||
endif() |
|||
|
@ -1,16 +0,0 @@ |
|||
# CMAKE generated file: DO NOT EDIT! |
|||
# Generated by "Unix Makefiles" Generator, CMake Version 3.10 |
|||
|
|||
# Relative path conversion top directories. |
|||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/mnt/c/dev/Projects/Jupiter Bot") |
|||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug") |
|||
|
|||
# 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}) |
@ -1 +0,0 @@ |
|||
21 |
@ -1,134 +0,0 @@ |
|||
# CMAKE generated file: DO NOT EDIT!
|
|||
# Generated by "Unix Makefiles" Generator, CMake Version 3.10
|
|||
|
|||
# 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: |
|||
|
|||
|
|||
# Remove some rules from gmake that .SUFFIXES does not remove.
|
|||
SUFFIXES = |
|||
|
|||
.SUFFIXES: .hpux_make_needs_suffix_list |
|||
|
|||
|
|||
# Suppress display of executed commands.
|
|||
$(VERBOSE).SILENT: |
|||
|
|||
|
|||
# A target that is always out of date.
|
|||
cmake_force: |
|||
|
|||
.PHONY : cmake_force |
|||
|
|||
#=============================================================================
|
|||
# Set environment variables for the build.
|
|||
|
|||
# The shell in which to execute make rules.
|
|||
SHELL = /bin/sh |
|||
|
|||
# The CMake executable.
|
|||
CMAKE_COMMAND = /usr/bin/cmake |
|||
|
|||
# The command to remove a file.
|
|||
RM = /usr/bin/cmake -E remove -f |
|||
|
|||
# Escaping for special characters.
|
|||
EQUALS = = |
|||
|
|||
# The top-level source directory on which CMake was run.
|
|||
CMAKE_SOURCE_DIR = "/mnt/c/dev/Projects/Jupiter Bot" |
|||
|
|||
# The top-level build directory on which CMake was run.
|
|||
CMAKE_BINARY_DIR = "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" |
|||
|
|||
#=============================================================================
|
|||
# Targets provided globally by CMake.
|
|||
|
|||
# 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 -H$(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 edit_cache
|
|||
edit_cache: |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." |
|||
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. |
|||
.PHONY : edit_cache |
|||
|
|||
# Special rule for the target edit_cache
|
|||
edit_cache/fast: edit_cache |
|||
|
|||
.PHONY : edit_cache/fast |
|||
|
|||
# The main all target
|
|||
all: cmake_check_build_system |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(CMAKE_COMMAND) -E cmake_progress_start "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/CMakeFiles" "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/CMakeFiles/progress.marks" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f CMakeFiles/Makefile2 src/jupiter/all |
|||
$(CMAKE_COMMAND) -E cmake_progress_start "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/CMakeFiles" 0 |
|||
.PHONY : all |
|||
|
|||
# The main clean target
|
|||
clean: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f CMakeFiles/Makefile2 src/jupiter/clean |
|||
.PHONY : clean |
|||
|
|||
# The main clean target
|
|||
clean/fast: clean |
|||
|
|||
.PHONY : clean/fast |
|||
|
|||
# Prepare targets for installation.
|
|||
preinstall: all |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f CMakeFiles/Makefile2 src/jupiter/preinstall |
|||
.PHONY : preinstall |
|||
|
|||
# Prepare targets for installation.
|
|||
preinstall/fast: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f CMakeFiles/Makefile2 src/jupiter/preinstall |
|||
.PHONY : preinstall/fast |
|||
|
|||
# clear depends
|
|||
depend: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(CMAKE_COMMAND) -H$(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 "... rebuild_cache" |
|||
@echo "... edit_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 "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 |
|||
.PHONY : cmake_check_build_system |
|||
|
@ -1,45 +0,0 @@ |
|||
# Install script for directory: /mnt/c/dev/Projects/Jupiter Bot/src/jupiter |
|||
|
|||
# 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 "Debug") |
|||
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 "1") |
|||
endif() |
|||
|
|||
# Is this installation the result of a crosscompile? |
|||
if(NOT DEFINED CMAKE_CROSSCOMPILING) |
|||
set(CMAKE_CROSSCOMPILING "FALSE") |
|||
endif() |
|||
|
|||
if(NOT CMAKE_INSTALL_LOCAL_ONLY) |
|||
# Include the install script for each subdirectory. |
|||
include("/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/cmake_install.cmake") |
|||
|
|||
endif() |
|||
|
@ -1,270 +0,0 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<CodeBlocks_project_file> |
|||
<FileVersion major="1" minor="6"/> |
|||
<Project> |
|||
<Option title="jupiter"/> |
|||
<Option makefile_is_custom="1"/> |
|||
<Option compiler="gcc"/> |
|||
<Option virtualFolders="CMake Files\;CMake Files\src\;CMake Files\src\jupiter\;CMake Files\src\jupiter\build\;CMake Files\src\jupiter\src\;CMake Files\src\jupiter\src\common\;CMake Files\src\Bot\;CMake Files\src\Bot\src\;CMake Files\src\Plugins\;CMake Files\src\Plugins\ChannelRelay\;CMake Files\src\Plugins\CoreCommands\;CMake Files\src\Plugins\ExtraCommands\;CMake Files\src\Plugins\FunCommands\;CMake Files\src\Plugins\HTTPServer\;CMake Files\src\Plugins\IRC.Core\;CMake Files\src\Plugins\PluginManager\;CMake Files\src\Plugins\SetJoin\;CMake Files\src\Plugins\RenX\;CMake Files\src\Plugins\RenX\RenX.Core\;CMake Files\src\Plugins\RenX\RenX.AlwaysRecord\;CMake Files\src\Plugins\RenX\RenX.Announcements\;CMake Files\src\Plugins\RenX\RenX.Commands\;CMake Files\src\Plugins\RenX\RenX.ExcessiveHeadshots\;CMake Files\src\Plugins\RenX\RenX.ExtraLogging\;CMake Files\src\Plugins\RenX\RenX.Greetings\;CMake Files\src\Plugins\RenX\RenX.HybridUUID\;CMake Files\src\Plugins\RenX\RenX.IRCJoin\;CMake Files\src\Plugins\RenX\RenX.Ladder\;CMake Files\src\Plugins\RenX\RenX.Ladder.All-Time\;CMake Files\src\Plugins\RenX\RenX.Ladder.Daily\;CMake Files\src\Plugins\RenX\RenX.Ladder.Monthly\;CMake Files\src\Plugins\RenX\RenX.Ladder.Web\;CMake Files\src\Plugins\RenX\RenX.Ladder.Weekly\;CMake Files\src\Plugins\RenX\RenX.Ladder.Yearly\;CMake Files\src\Plugins\RenX\RenX.Listen\;CMake Files\src\Plugins\RenX\RenX.Logging\;CMake Files\src\Plugins\RenX\RenX.Medals\;CMake Files\src\Plugins\RenX\RenX.MinPlayers\;CMake Files\src\Plugins\RenX\RenX.ModSystem\;CMake Files\src\Plugins\RenX\RenX.NicknameUUID\;CMake Files\src\Plugins\RenX\RenX.Plugin.Template\;CMake Files\src\Plugins\RenX\RenX.ServerList\;CMake Files\src\Plugins\RenX\RenX.SetJoin\;CMake Files\src\Plugins\RenX\RenX.Warn\;CMake Files\build\;CMake Files\build\GNU\;"/> |
|||
<Build> |
|||
<Target title="all"> |
|||
<Option working_dir="/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter"/> |
|||
<Option type="4"/> |
|||
<MakeCommands> |
|||
<Build command="/usr/bin/make -j12 -f "/mnt/c/dev/Projects/Jupiter\ Bot/cmake-build-debug/src/jupiter/Makefile" VERBOSE=1 all"/> |
|||
<CompileFile command="/usr/bin/make -j12 -f "/mnt/c/dev/Projects/Jupiter\ Bot/cmake-build-debug/src/jupiter/Makefile" VERBOSE=1 "$file""/> |
|||
<Clean command="/usr/bin/make -j12 -f "/mnt/c/dev/Projects/Jupiter\ Bot/cmake-build-debug/src/jupiter/Makefile" VERBOSE=1 clean"/> |
|||
<DistClean command="/usr/bin/make -j12 -f "/mnt/c/dev/Projects/Jupiter\ Bot/cmake-build-debug/src/jupiter/Makefile" VERBOSE=1 clean"/> |
|||
</MakeCommands> |
|||
</Target> |
|||
<Target title="jupiter"> |
|||
<Option output="/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common/libjupiter.so" prefix_auto="0" extension_auto="0"/> |
|||
<Option working_dir="/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common"/> |
|||
<Option object_output="./"/> |
|||
<Option type="3"/> |
|||
<Option compiler="gcc"/> |
|||
<Compiler> |
|||
<Add directory="/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/../include"/> |
|||
<Add directory="/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/../include/Jupiter"/> |
|||
<Add directory="/usr/include/c++/8"/> |
|||
<Add directory="/usr/include/x86_64-linux-gnu/c++/8"/> |
|||
<Add directory="/usr/include/c++/8/backward"/> |
|||
<Add directory="/usr/lib/gcc/x86_64-linux-gnu/8/include"/> |
|||
<Add directory="/usr/local/include"/> |
|||
<Add directory="/usr/lib/gcc/x86_64-linux-gnu/8/include-fixed"/> |
|||
<Add directory="/usr/include/x86_64-linux-gnu"/> |
|||
<Add directory="/usr/include"/> |
|||
</Compiler> |
|||
<MakeCommands> |
|||
<Build command="/usr/bin/make -j12 -f "/mnt/c/dev/Projects/Jupiter\ Bot/cmake-build-debug/src/jupiter/src/common/Makefile" VERBOSE=1 jupiter"/> |
|||
<CompileFile command="/usr/bin/make -j12 -f "/mnt/c/dev/Projects/Jupiter\ Bot/cmake-build-debug/src/jupiter/src/common/Makefile" VERBOSE=1 "$file""/> |
|||
<Clean command="/usr/bin/make -j12 -f "/mnt/c/dev/Projects/Jupiter\ Bot/cmake-build-debug/src/jupiter/src/common/Makefile" VERBOSE=1 clean"/> |
|||
<DistClean command="/usr/bin/make -j12 -f "/mnt/c/dev/Projects/Jupiter\ Bot/cmake-build-debug/src/jupiter/src/common/Makefile" VERBOSE=1 clean"/> |
|||
</MakeCommands> |
|||
</Target> |
|||
<Target title="jupiter/fast"> |
|||
<Option output="/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common/libjupiter.so" prefix_auto="0" extension_auto="0"/> |
|||
<Option working_dir="/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common"/> |
|||
<Option object_output="./"/> |
|||
<Option type="3"/> |
|||
<Option compiler="gcc"/> |
|||
<Compiler> |
|||
<Add directory="/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/../include"/> |
|||
<Add directory="/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/../include/Jupiter"/> |
|||
<Add directory="/usr/include/c++/8"/> |
|||
<Add directory="/usr/include/x86_64-linux-gnu/c++/8"/> |
|||
<Add directory="/usr/include/c++/8/backward"/> |
|||
<Add directory="/usr/lib/gcc/x86_64-linux-gnu/8/include"/> |
|||
<Add directory="/usr/local/include"/> |
|||
<Add directory="/usr/lib/gcc/x86_64-linux-gnu/8/include-fixed"/> |
|||
<Add directory="/usr/include/x86_64-linux-gnu"/> |
|||
<Add directory="/usr/include"/> |
|||
</Compiler> |
|||
<MakeCommands> |
|||
<Build command="/usr/bin/make -j12 -f "/mnt/c/dev/Projects/Jupiter\ Bot/cmake-build-debug/src/jupiter/src/common/Makefile" VERBOSE=1 jupiter/fast"/> |
|||
<CompileFile command="/usr/bin/make -j12 -f "/mnt/c/dev/Projects/Jupiter\ Bot/cmake-build-debug/src/jupiter/src/common/Makefile" VERBOSE=1 "$file""/> |
|||
<Clean command="/usr/bin/make -j12 -f "/mnt/c/dev/Projects/Jupiter\ Bot/cmake-build-debug/src/jupiter/src/common/Makefile" VERBOSE=1 clean"/> |
|||
<DistClean command="/usr/bin/make -j12 -f "/mnt/c/dev/Projects/Jupiter\ Bot/cmake-build-debug/src/jupiter/src/common/Makefile" VERBOSE=1 clean"/> |
|||
</MakeCommands> |
|||
</Target> |
|||
</Build> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Base64.cpp"> |
|||
<Option target="jupiter"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Command.cpp"> |
|||
<Option target="jupiter"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Config.cpp"> |
|||
<Option target="jupiter"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/DataBuffer.cpp"> |
|||
<Option target="jupiter"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Database.cpp"> |
|||
<Option target="jupiter"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/File.cpp"> |
|||
<Option target="jupiter"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Functions.c"> |
|||
<Option target="jupiter"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/GenericCommand.cpp"> |
|||
<Option target="jupiter"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/HTTP_Server.cpp"> |
|||
<Option target="jupiter"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Hash.cpp"> |
|||
<Option target="jupiter"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/INIConfig.cpp"> |
|||
<Option target="jupiter"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/IRC_Client.cpp"> |
|||
<Option target="jupiter"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Jupiter.cpp"> |
|||
<Option target="jupiter"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Plugin.cpp"> |
|||
<Option target="jupiter"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Rehash.cpp"> |
|||
<Option target="jupiter"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/SecureSocket.cpp"> |
|||
<Option target="jupiter"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Socket.cpp"> |
|||
<Option target="jupiter"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/TCPSocket.cpp"> |
|||
<Option target="jupiter"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Timer.cpp"> |
|||
<Option target="jupiter"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/UDPSocket.cpp"> |
|||
<Option target="jupiter"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/CMakeLists.txt"> |
|||
<Option virtualFolder="CMake Files\"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/CMakeLists.txt"> |
|||
<Option virtualFolder="CMake Files\src\"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/CMakeLists.txt"> |
|||
<Option virtualFolder="CMake Files\src\jupiter\"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/build/CMakeLists.txt"> |
|||
<Option virtualFolder="CMake Files\src\jupiter\build\"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/CMakeLists.txt"> |
|||
<Option virtualFolder="CMake Files\src\jupiter\src\"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/CMakeLists.txt"> |
|||
<Option virtualFolder="CMake Files\src\jupiter\src\common\"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/Bot/CMakeLists.txt"> |
|||
<Option virtualFolder="CMake Files\src\Bot\"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/Bot/src/CMakeLists.txt"> |
|||
<Option virtualFolder="CMake Files\src\Bot\src\"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/Plugins/CMakeLists.txt"> |
|||
<Option virtualFolder="CMake Files\src\Plugins\"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/Plugins/ChannelRelay/CMakeLists.txt"> |
|||
<Option virtualFolder="CMake Files\src\Plugins\ChannelRelay\"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/Plugins/CoreCommands/CMakeLists.txt"> |
|||
<Option virtualFolder="CMake Files\src\Plugins\CoreCommands\"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/Plugins/ExtraCommands/CMakeLists.txt"> |
|||
<Option virtualFolder="CMake Files\src\Plugins\ExtraCommands\"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/Plugins/FunCommands/CMakeLists.txt"> |
|||
<Option virtualFolder="CMake Files\src\Plugins\FunCommands\"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/Plugins/HTTPServer/CMakeLists.txt"> |
|||
<Option virtualFolder="CMake Files\src\Plugins\HTTPServer\"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/Plugins/IRC.Core/CMakeLists.txt"> |
|||
<Option virtualFolder="CMake Files\src\Plugins\IRC.Core\"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/Plugins/PluginManager/CMakeLists.txt"> |
|||
<Option virtualFolder="CMake Files\src\Plugins\PluginManager\"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/Plugins/SetJoin/CMakeLists.txt"> |
|||
<Option virtualFolder="CMake Files\src\Plugins\SetJoin\"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/Plugins/RenX/CMakeLists.txt"> |
|||
<Option virtualFolder="CMake Files\src\Plugins\RenX\"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/Plugins/RenX/RenX.Core/CMakeLists.txt"> |
|||
<Option virtualFolder="CMake Files\src\Plugins\RenX\RenX.Core\"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/Plugins/RenX/RenX.AlwaysRecord/CMakeLists.txt"> |
|||
<Option virtualFolder="CMake Files\src\Plugins\RenX\RenX.AlwaysRecord\"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/Plugins/RenX/RenX.Announcements/CMakeLists.txt"> |
|||
<Option virtualFolder="CMake Files\src\Plugins\RenX\RenX.Announcements\"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/Plugins/RenX/RenX.Commands/CMakeLists.txt"> |
|||
<Option virtualFolder="CMake Files\src\Plugins\RenX\RenX.Commands\"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/Plugins/RenX/RenX.ExcessiveHeadshots/CMakeLists.txt"> |
|||
<Option virtualFolder="CMake Files\src\Plugins\RenX\RenX.ExcessiveHeadshots\"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/Plugins/RenX/RenX.ExtraLogging/CMakeLists.txt"> |
|||
<Option virtualFolder="CMake Files\src\Plugins\RenX\RenX.ExtraLogging\"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/Plugins/RenX/RenX.Greetings/CMakeLists.txt"> |
|||
<Option virtualFolder="CMake Files\src\Plugins\RenX\RenX.Greetings\"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/Plugins/RenX/RenX.HybridUUID/CMakeLists.txt"> |
|||
<Option virtualFolder="CMake Files\src\Plugins\RenX\RenX.HybridUUID\"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/Plugins/RenX/RenX.IRCJoin/CMakeLists.txt"> |
|||
<Option virtualFolder="CMake Files\src\Plugins\RenX\RenX.IRCJoin\"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/Plugins/RenX/RenX.Ladder/CMakeLists.txt"> |
|||
<Option virtualFolder="CMake Files\src\Plugins\RenX\RenX.Ladder\"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/Plugins/RenX/RenX.Ladder.All-Time/CMakeLists.txt"> |
|||
<Option virtualFolder="CMake Files\src\Plugins\RenX\RenX.Ladder.All-Time\"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/Plugins/RenX/RenX.Ladder.Daily/CMakeLists.txt"> |
|||
<Option virtualFolder="CMake Files\src\Plugins\RenX\RenX.Ladder.Daily\"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/Plugins/RenX/RenX.Ladder.Monthly/CMakeLists.txt"> |
|||
<Option virtualFolder="CMake Files\src\Plugins\RenX\RenX.Ladder.Monthly\"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/Plugins/RenX/RenX.Ladder.Web/CMakeLists.txt"> |
|||
<Option virtualFolder="CMake Files\src\Plugins\RenX\RenX.Ladder.Web\"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/Plugins/RenX/RenX.Ladder.Weekly/CMakeLists.txt"> |
|||
<Option virtualFolder="CMake Files\src\Plugins\RenX\RenX.Ladder.Weekly\"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/Plugins/RenX/RenX.Ladder.Yearly/CMakeLists.txt"> |
|||
<Option virtualFolder="CMake Files\src\Plugins\RenX\RenX.Ladder.Yearly\"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/Plugins/RenX/RenX.Listen/CMakeLists.txt"> |
|||
<Option virtualFolder="CMake Files\src\Plugins\RenX\RenX.Listen\"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/Plugins/RenX/RenX.Logging/CMakeLists.txt"> |
|||
<Option virtualFolder="CMake Files\src\Plugins\RenX\RenX.Logging\"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/Plugins/RenX/RenX.Medals/CMakeLists.txt"> |
|||
<Option virtualFolder="CMake Files\src\Plugins\RenX\RenX.Medals\"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/Plugins/RenX/RenX.MinPlayers/CMakeLists.txt"> |
|||
<Option virtualFolder="CMake Files\src\Plugins\RenX\RenX.MinPlayers\"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/Plugins/RenX/RenX.ModSystem/CMakeLists.txt"> |
|||
<Option virtualFolder="CMake Files\src\Plugins\RenX\RenX.ModSystem\"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/Plugins/RenX/RenX.NicknameUUID/CMakeLists.txt"> |
|||
<Option virtualFolder="CMake Files\src\Plugins\RenX\RenX.NicknameUUID\"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/Plugins/RenX/RenX.Plugin.Template/CMakeLists.txt"> |
|||
<Option virtualFolder="CMake Files\src\Plugins\RenX\RenX.Plugin.Template\"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/Plugins/RenX/RenX.ServerList/CMakeLists.txt"> |
|||
<Option virtualFolder="CMake Files\src\Plugins\RenX\RenX.ServerList\"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/Plugins/RenX/RenX.SetJoin/CMakeLists.txt"> |
|||
<Option virtualFolder="CMake Files\src\Plugins\RenX\RenX.SetJoin\"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/src/Plugins/RenX/RenX.Warn/CMakeLists.txt"> |
|||
<Option virtualFolder="CMake Files\src\Plugins\RenX\RenX.Warn\"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/build/CMakeLists.txt"> |
|||
<Option virtualFolder="CMake Files\build\"/> |
|||
</Unit> |
|||
<Unit filename="/mnt/c/dev/Projects/Jupiter Bot/build/GNU/CMakeLists.txt"> |
|||
<Option virtualFolder="CMake Files\build\GNU\"/> |
|||
</Unit> |
|||
</Project> |
|||
</CodeBlocks_project_file> |
@ -1,16 +0,0 @@ |
|||
# CMAKE generated file: DO NOT EDIT! |
|||
# Generated by "Unix Makefiles" Generator, CMake Version 3.10 |
|||
|
|||
# Relative path conversion top directories. |
|||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/mnt/c/dev/Projects/Jupiter Bot") |
|||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug") |
|||
|
|||
# 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}) |
@ -1 +0,0 @@ |
|||
21 |
@ -1,134 +0,0 @@ |
|||
# CMAKE generated file: DO NOT EDIT!
|
|||
# Generated by "Unix Makefiles" Generator, CMake Version 3.10
|
|||
|
|||
# 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: |
|||
|
|||
|
|||
# Remove some rules from gmake that .SUFFIXES does not remove.
|
|||
SUFFIXES = |
|||
|
|||
.SUFFIXES: .hpux_make_needs_suffix_list |
|||
|
|||
|
|||
# Suppress display of executed commands.
|
|||
$(VERBOSE).SILENT: |
|||
|
|||
|
|||
# A target that is always out of date.
|
|||
cmake_force: |
|||
|
|||
.PHONY : cmake_force |
|||
|
|||
#=============================================================================
|
|||
# Set environment variables for the build.
|
|||
|
|||
# The shell in which to execute make rules.
|
|||
SHELL = /bin/sh |
|||
|
|||
# The CMake executable.
|
|||
CMAKE_COMMAND = /usr/bin/cmake |
|||
|
|||
# The command to remove a file.
|
|||
RM = /usr/bin/cmake -E remove -f |
|||
|
|||
# Escaping for special characters.
|
|||
EQUALS = = |
|||
|
|||
# The top-level source directory on which CMake was run.
|
|||
CMAKE_SOURCE_DIR = "/mnt/c/dev/Projects/Jupiter Bot" |
|||
|
|||
# The top-level build directory on which CMake was run.
|
|||
CMAKE_BINARY_DIR = "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" |
|||
|
|||
#=============================================================================
|
|||
# Targets provided globally by CMake.
|
|||
|
|||
# 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 -H$(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 edit_cache
|
|||
edit_cache: |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." |
|||
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. |
|||
.PHONY : edit_cache |
|||
|
|||
# Special rule for the target edit_cache
|
|||
edit_cache/fast: edit_cache |
|||
|
|||
.PHONY : edit_cache/fast |
|||
|
|||
# The main all target
|
|||
all: cmake_check_build_system |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(CMAKE_COMMAND) -E cmake_progress_start "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/CMakeFiles" "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/CMakeFiles/progress.marks" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f CMakeFiles/Makefile2 src/jupiter/src/all |
|||
$(CMAKE_COMMAND) -E cmake_progress_start "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/CMakeFiles" 0 |
|||
.PHONY : all |
|||
|
|||
# The main clean target
|
|||
clean: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f CMakeFiles/Makefile2 src/jupiter/src/clean |
|||
.PHONY : clean |
|||
|
|||
# The main clean target
|
|||
clean/fast: clean |
|||
|
|||
.PHONY : clean/fast |
|||
|
|||
# Prepare targets for installation.
|
|||
preinstall: all |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f CMakeFiles/Makefile2 src/jupiter/src/preinstall |
|||
.PHONY : preinstall |
|||
|
|||
# Prepare targets for installation.
|
|||
preinstall/fast: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f CMakeFiles/Makefile2 src/jupiter/src/preinstall |
|||
.PHONY : preinstall/fast |
|||
|
|||
# clear depends
|
|||
depend: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(CMAKE_COMMAND) -H$(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 "... rebuild_cache" |
|||
@echo "... edit_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 "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 |
|||
.PHONY : cmake_check_build_system |
|||
|
@ -1,45 +0,0 @@ |
|||
# Install script for directory: /mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src |
|||
|
|||
# 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 "Debug") |
|||
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 "1") |
|||
endif() |
|||
|
|||
# Is this installation the result of a crosscompile? |
|||
if(NOT DEFINED CMAKE_CROSSCOMPILING) |
|||
set(CMAKE_CROSSCOMPILING "FALSE") |
|||
endif() |
|||
|
|||
if(NOT CMAKE_INSTALL_LOCAL_ONLY) |
|||
# Include the install script for each subdirectory. |
|||
include("/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common/cmake_install.cmake") |
|||
|
|||
endif() |
|||
|
@ -1,16 +0,0 @@ |
|||
# CMAKE generated file: DO NOT EDIT! |
|||
# Generated by "Unix Makefiles" Generator, CMake Version 3.10 |
|||
|
|||
# Relative path conversion top directories. |
|||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/mnt/c/dev/Projects/Jupiter Bot") |
|||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug") |
|||
|
|||
# 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}) |
Binary file not shown.
@ -1,38 +0,0 @@ |
|||
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">]) |
|||
|
|||
#IncludeRegexScan: ^.*$ |
|||
|
|||
#IncludeRegexComplain: ^$ |
|||
|
|||
#IncludeRegexTransform: |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
cstdint |
|||
- |
|||
cstddef |
|||
- |
|||
type_traits |
|||
- |
|||
stdbool.h |
|||
- |
|||
stdint.h |
|||
- |
|||
stddef.h |
|||
- |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
|
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Functions.c |
|||
stdint.h |
|||
- |
|||
time.h |
|||
- |
|||
ctype.h |
|||
- |
|||
math.h |
|||
- |
|||
Functions.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Functions.h |
|||
|
@ -1,530 +0,0 @@ |
|||
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">]) |
|||
|
|||
#IncludeRegexScan: ^.*$ |
|||
|
|||
#IncludeRegexComplain: ^$ |
|||
|
|||
#IncludeRegexTransform: |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/ArrayList.h |
|||
Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
DataBuffer.h |
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/Base64.h |
|||
cstdint |
|||
- |
|||
cstddef |
|||
- |
|||
Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
String.hpp |
|||
../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/CString.h |
|||
Shift_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Shift_String.h |
|||
CString_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/CString_Imp.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/CString_Imp.h |
|||
Functions.h |
|||
../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
CString.h |
|||
../src/jupiter/src/common/../include/Jupiter/CString.h |
|||
String.hpp |
|||
../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/Command.h |
|||
Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
ArrayList.h |
|||
../src/jupiter/src/common/../include/Jupiter/ArrayList.h |
|||
Reference_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Reference_String.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/Config.h |
|||
Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
Hash_Table.h |
|||
../src/jupiter/src/common/../include/Jupiter/Hash_Table.h |
|||
Reference_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Reference_String.h |
|||
CString.h |
|||
../src/jupiter/src/common/../include/Jupiter/CString.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer.h |
|||
cstdint |
|||
- |
|||
cstdio |
|||
- |
|||
Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
DataBuffer_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer_Imp.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer_Imp.h |
|||
vector |
|||
- |
|||
array |
|||
- |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/Database.h |
|||
CString.h |
|||
../src/jupiter/src/common/../include/Jupiter/CString.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/File.h |
|||
Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
Readable_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
cstdio |
|||
- |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
cstdint |
|||
- |
|||
cstddef |
|||
- |
|||
type_traits |
|||
- |
|||
stdbool.h |
|||
- |
|||
stdint.h |
|||
- |
|||
stddef.h |
|||
- |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/GenericCommand.h |
|||
Command.h |
|||
../src/jupiter/src/common/../include/Jupiter/Command.h |
|||
String.hpp |
|||
../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
ArrayList.h |
|||
../src/jupiter/src/common/../include/Jupiter/ArrayList.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/HTTP.h |
|||
Reference_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Reference_String.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/HTTP_Server.h |
|||
Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
Thinker.h |
|||
../src/jupiter/src/common/../include/Jupiter/Thinker.h |
|||
Readable_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
ArrayList.h |
|||
../src/jupiter/src/common/../include/Jupiter/ArrayList.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/Hash.h |
|||
cstdint |
|||
- |
|||
Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
Readable_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/Hash_Table.h |
|||
forward_list |
|||
- |
|||
String.hpp |
|||
../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
Hash_Table_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Hash_Table_Imp.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/Hash_Table_Imp.h |
|||
Hash_Table.h |
|||
../src/jupiter/src/common/../include/Jupiter/Hash_Table.h |
|||
Hash.h |
|||
../src/jupiter/src/common/../include/Jupiter/Hash.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/INIConfig.h |
|||
Config.h |
|||
../src/jupiter/src/common/../include/Jupiter/Config.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/IRC.h |
|||
Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/IRC_Client.h |
|||
cstdlib |
|||
- |
|||
cstdio |
|||
- |
|||
Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
Thinker.h |
|||
../src/jupiter/src/common/../include/Jupiter/Thinker.h |
|||
IRC.h |
|||
../src/jupiter/src/common/../include/Jupiter/IRC.h |
|||
Reference_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Reference_String.h |
|||
Config.h |
|||
../src/jupiter/src/common/../include/Jupiter/Config.h |
|||
Socket.h |
|||
../src/jupiter/src/common/../include/Jupiter/Socket.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/IRC_Numerics.h |
|||
cstdint |
|||
- |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/InvalidIndex.h |
|||
cstdint |
|||
- |
|||
climits |
|||
- |
|||
stdint.h |
|||
- |
|||
limits.h |
|||
- |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/Plugin.h |
|||
ArrayList.h |
|||
../src/jupiter/src/common/../include/Jupiter/ArrayList.h |
|||
Thinker.h |
|||
../src/jupiter/src/common/../include/Jupiter/Thinker.h |
|||
Rehash.h |
|||
../src/jupiter/src/common/../include/Jupiter/Rehash.h |
|||
INIConfig.h |
|||
../src/jupiter/src/common/../include/Jupiter/INIConfig.h |
|||
String.hpp |
|||
../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
cwchar |
|||
- |
|||
cwctype |
|||
- |
|||
cstdio |
|||
- |
|||
string |
|||
- |
|||
iostream |
|||
- |
|||
InvalidIndex.h |
|||
../src/jupiter/src/common/../include/Jupiter/InvalidIndex.h |
|||
DataBuffer.h |
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer.h |
|||
Readable_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String_Imp.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String_Imp.h |
|||
Readable_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
Functions.h |
|||
../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/Reference_String.h |
|||
Readable_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
Reference_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Reference_String_Imp.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/Reference_String_Imp.h |
|||
Reference_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Reference_String.h |
|||
Functions.h |
|||
../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/Rehash.h |
|||
Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/SecureSocket.h |
|||
Socket.h |
|||
../src/jupiter/src/common/../include/Jupiter/Socket.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/Shift_String.h |
|||
String_Type.h |
|||
../src/jupiter/src/common/../include/Jupiter/String_Type.h |
|||
Shift_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Shift_String_Imp.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/Shift_String_Imp.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/Socket.h |
|||
cstring |
|||
- |
|||
Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
Readable_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
String.hpp |
|||
../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
Shift_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Shift_String.h |
|||
String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/String_Imp.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/String_Imp.h |
|||
String.hpp |
|||
../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/String_Type.h |
|||
cstdarg |
|||
- |
|||
Readable_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
String_Type_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/String_Type_Imp.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/String_Type_Imp.h |
|||
String_Type.h |
|||
../src/jupiter/src/common/../include/Jupiter/String_Type.h |
|||
Functions.h |
|||
../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/TCPSocket.h |
|||
Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
Socket.h |
|||
../src/jupiter/src/common/../include/Jupiter/Socket.h |
|||
SecureSocket.h |
|||
../src/jupiter/src/common/../include/Jupiter/SecureSocket.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/Thinker.h |
|||
Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/Timer.h |
|||
chrono |
|||
- |
|||
Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
Thinker.h |
|||
../src/jupiter/src/common/../include/Jupiter/Thinker.h |
|||
|
|||
../src/jupiter/src/common/../include/Jupiter/UDPSocket.h |
|||
Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
Socket.h |
|||
../src/jupiter/src/common/../include/Jupiter/Socket.h |
|||
|
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Base64.cpp |
|||
Base64.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Base64.h |
|||
Functions.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Functions.h |
|||
|
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Command.cpp |
|||
cstring |
|||
- |
|||
ArrayList.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/ArrayList.h |
|||
Functions.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Functions.h |
|||
Command.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Command.h |
|||
String.hpp |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/String.hpp |
|||
|
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Config.cpp |
|||
Config.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Config.h |
|||
|
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/DataBuffer.cpp |
|||
cstdlib |
|||
- |
|||
cstring |
|||
- |
|||
DataBuffer.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/DataBuffer.h |
|||
Reference_String.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Reference_String.h |
|||
|
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Database.cpp |
|||
Database.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Database.h |
|||
cstring |
|||
- |
|||
|
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/File.cpp |
|||
sys/stat.h |
|||
- |
|||
File.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/File.h |
|||
CString.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/CString.h |
|||
String.hpp |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/String.hpp |
|||
Reference_String.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Reference_String.h |
|||
ArrayList.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/ArrayList.h |
|||
|
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/GenericCommand.cpp |
|||
GenericCommand.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/GenericCommand.h |
|||
Plugin.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Plugin.h |
|||
|
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/HTTP_Server.cpp |
|||
ctime |
|||
- |
|||
chrono |
|||
- |
|||
String.hpp |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/String.hpp |
|||
CString.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/CString.h |
|||
Reference_String.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Reference_String.h |
|||
TCPSocket.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/TCPSocket.h |
|||
ArrayList.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/ArrayList.h |
|||
HTTP.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/HTTP.h |
|||
HTTP_Server.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/HTTP_Server.h |
|||
|
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Hash.cpp |
|||
Hash.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Hash.h |
|||
|
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/INIConfig.cpp |
|||
stack |
|||
- |
|||
INIConfig.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/INIConfig.h |
|||
Socket.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Socket.h |
|||
|
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/IRC_Client.cpp |
|||
cstring |
|||
- |
|||
cstdio |
|||
- |
|||
ctime |
|||
- |
|||
Jupiter.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Jupiter.h |
|||
Functions.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Functions.h |
|||
IRC_Client.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/IRC_Client.h |
|||
TCPSocket.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/TCPSocket.h |
|||
CString.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/CString.h |
|||
String.hpp |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/String.hpp |
|||
Plugin.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Plugin.h |
|||
Base64.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Base64.h |
|||
IRC_Numerics.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/IRC_Numerics.h |
|||
WinSock2.h |
|||
- |
|||
unistd.h |
|||
- |
|||
|
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Jupiter.cpp |
|||
Jupiter.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Jupiter.h |
|||
|
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Plugin.cpp |
|||
cstring |
|||
- |
|||
cstdio |
|||
- |
|||
Windows.h |
|||
- |
|||
dlfcn.h |
|||
- |
|||
Plugin.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Plugin.h |
|||
Functions.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Functions.h |
|||
ArrayList.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/ArrayList.h |
|||
CString.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/CString.h |
|||
String.hpp |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/String.hpp |
|||
|
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Rehash.cpp |
|||
list |
|||
- |
|||
Rehash.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Rehash.h |
|||
|
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/SecureSocket.cpp |
|||
utility |
|||
- |
|||
openssl/ssl.h |
|||
- |
|||
openssl/err.h |
|||
- |
|||
SecureSocket.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/SecureSocket.h |
|||
CString.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/CString.h |
|||
|
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Socket.cpp |
|||
cstdio |
|||
- |
|||
WinSock2.h |
|||
- |
|||
ws2tcpip.h |
|||
- |
|||
sys/types.h |
|||
- |
|||
sys/socket.h |
|||
- |
|||
arpa/inet.h |
|||
- |
|||
netdb.h |
|||
- |
|||
cstring |
|||
- |
|||
unistd.h |
|||
- |
|||
errno.h |
|||
- |
|||
fcntl.h |
|||
- |
|||
Socket.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Socket.h |
|||
Functions.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Functions.h |
|||
CString.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/CString.h |
|||
|
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/TCPSocket.cpp |
|||
utility |
|||
- |
|||
TCPSocket.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/TCPSocket.h |
|||
WinSock2.h |
|||
- |
|||
sys/socket.h |
|||
- |
|||
netinet/in.h |
|||
- |
|||
|
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Timer.cpp |
|||
list |
|||
- |
|||
Timer.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Timer.h |
|||
|
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/UDPSocket.cpp |
|||
UDPSocket.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/UDPSocket.h |
|||
WinSock2.h |
|||
- |
|||
sys/socket.h |
|||
- |
|||
netinet/in.h |
|||
- |
|||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,51 +0,0 @@ |
|||
# The set of languages for which implicit dependencies are needed: |
|||
set(CMAKE_DEPENDS_LANGUAGES |
|||
"C" |
|||
"CXX" |
|||
) |
|||
# The set of files for implicit dependencies of each language: |
|||
set(CMAKE_DEPENDS_CHECK_C |
|||
"/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Functions.c" "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common/CMakeFiles/jupiter.dir/Functions.c.o" |
|||
) |
|||
set(CMAKE_C_COMPILER_ID "GNU") |
|||
|
|||
# The include file search paths: |
|||
set(CMAKE_C_TARGET_INCLUDE_PATH |
|||
"../src/jupiter/src/common/../include" |
|||
"../src/jupiter/src/common/../include/Jupiter" |
|||
) |
|||
set(CMAKE_DEPENDS_CHECK_CXX |
|||
"/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Base64.cpp" "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common/CMakeFiles/jupiter.dir/Base64.cpp.o" |
|||
"/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Command.cpp" "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common/CMakeFiles/jupiter.dir/Command.cpp.o" |
|||
"/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Config.cpp" "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common/CMakeFiles/jupiter.dir/Config.cpp.o" |
|||
"/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/DataBuffer.cpp" "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common/CMakeFiles/jupiter.dir/DataBuffer.cpp.o" |
|||
"/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Database.cpp" "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common/CMakeFiles/jupiter.dir/Database.cpp.o" |
|||
"/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/File.cpp" "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common/CMakeFiles/jupiter.dir/File.cpp.o" |
|||
"/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/GenericCommand.cpp" "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.o" |
|||
"/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/HTTP_Server.cpp" "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common/CMakeFiles/jupiter.dir/HTTP_Server.cpp.o" |
|||
"/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Hash.cpp" "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common/CMakeFiles/jupiter.dir/Hash.cpp.o" |
|||
"/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/INIConfig.cpp" "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common/CMakeFiles/jupiter.dir/INIConfig.cpp.o" |
|||
"/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/IRC_Client.cpp" "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o" |
|||
"/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Jupiter.cpp" "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common/CMakeFiles/jupiter.dir/Jupiter.cpp.o" |
|||
"/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Plugin.cpp" "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common/CMakeFiles/jupiter.dir/Plugin.cpp.o" |
|||
"/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Rehash.cpp" "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common/CMakeFiles/jupiter.dir/Rehash.cpp.o" |
|||
"/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/SecureSocket.cpp" "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common/CMakeFiles/jupiter.dir/SecureSocket.cpp.o" |
|||
"/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Socket.cpp" "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common/CMakeFiles/jupiter.dir/Socket.cpp.o" |
|||
"/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/TCPSocket.cpp" "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common/CMakeFiles/jupiter.dir/TCPSocket.cpp.o" |
|||
"/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Timer.cpp" "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common/CMakeFiles/jupiter.dir/Timer.cpp.o" |
|||
"/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/UDPSocket.cpp" "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common/CMakeFiles/jupiter.dir/UDPSocket.cpp.o" |
|||
) |
|||
set(CMAKE_CXX_COMPILER_ID "GNU") |
|||
|
|||
# The include file search paths: |
|||
set(CMAKE_CXX_TARGET_INCLUDE_PATH |
|||
"../src/jupiter/src/common/../include" |
|||
"../src/jupiter/src/common/../include/Jupiter" |
|||
) |
|||
|
|||
# Targets to which this target links. |
|||
set(CMAKE_TARGET_LINKED_INFO_FILES |
|||
) |
|||
|
|||
# Fortran module output directory. |
|||
set(CMAKE_Fortran_TARGET_MODULE_DIR "") |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,628 +0,0 @@ |
|||
# CMAKE generated file: DO NOT EDIT! |
|||
# Generated by "Unix Makefiles" Generator, CMake Version 3.10 |
|||
|
|||
# Delete rule output on recipe failure. |
|||
.DELETE_ON_ERROR: |
|||
|
|||
|
|||
#============================================================================= |
|||
# Special targets provided by cmake. |
|||
|
|||
# Disable implicit rules so canonical targets will work. |
|||
.SUFFIXES: |
|||
|
|||
|
|||
# Remove some rules from gmake that .SUFFIXES does not remove. |
|||
SUFFIXES = |
|||
|
|||
.SUFFIXES: .hpux_make_needs_suffix_list |
|||
|
|||
|
|||
# Suppress display of executed commands. |
|||
$(VERBOSE).SILENT: |
|||
|
|||
|
|||
# A target that is always out of date. |
|||
cmake_force: |
|||
|
|||
.PHONY : cmake_force |
|||
|
|||
#============================================================================= |
|||
# Set environment variables for the build. |
|||
|
|||
# The shell in which to execute make rules. |
|||
SHELL = /bin/sh |
|||
|
|||
# The CMake executable. |
|||
CMAKE_COMMAND = /usr/bin/cmake |
|||
|
|||
# The command to remove a file. |
|||
RM = /usr/bin/cmake -E remove -f |
|||
|
|||
# Escaping for special characters. |
|||
EQUALS = = |
|||
|
|||
# The top-level source directory on which CMake was run. |
|||
CMAKE_SOURCE_DIR = "/mnt/c/dev/Projects/Jupiter Bot" |
|||
|
|||
# The top-level build directory on which CMake was run. |
|||
CMAKE_BINARY_DIR = "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" |
|||
|
|||
# Include any dependencies generated for this target. |
|||
include src/jupiter/src/common/CMakeFiles/jupiter.dir/depend.make |
|||
|
|||
# Include the progress variables for this target. |
|||
include src/jupiter/src/common/CMakeFiles/jupiter.dir/progress.make |
|||
|
|||
# Include the compile flags for this target's objects. |
|||
include src/jupiter/src/common/CMakeFiles/jupiter.dir/flags.make |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Base64.cpp.o: src/jupiter/src/common/CMakeFiles/jupiter.dir/flags.make |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Base64.cpp.o: ../src/jupiter/src/common/Base64.cpp |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/CMakeFiles" --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object src/jupiter/src/common/CMakeFiles/jupiter.dir/Base64.cpp.o" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/jupiter.dir/Base64.cpp.o -c "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Base64.cpp" |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Base64.cpp.i: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/jupiter.dir/Base64.cpp.i" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Base64.cpp" > CMakeFiles/jupiter.dir/Base64.cpp.i |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Base64.cpp.s: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/jupiter.dir/Base64.cpp.s" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Base64.cpp" -o CMakeFiles/jupiter.dir/Base64.cpp.s |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Base64.cpp.o.requires: |
|||
|
|||
.PHONY : src/jupiter/src/common/CMakeFiles/jupiter.dir/Base64.cpp.o.requires |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Base64.cpp.o.provides: src/jupiter/src/common/CMakeFiles/jupiter.dir/Base64.cpp.o.requires |
|||
$(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/Base64.cpp.o.provides.build |
|||
.PHONY : src/jupiter/src/common/CMakeFiles/jupiter.dir/Base64.cpp.o.provides |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Base64.cpp.o.provides.build: src/jupiter/src/common/CMakeFiles/jupiter.dir/Base64.cpp.o |
|||
|
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Command.cpp.o: src/jupiter/src/common/CMakeFiles/jupiter.dir/flags.make |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Command.cpp.o: ../src/jupiter/src/common/Command.cpp |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/CMakeFiles" --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object src/jupiter/src/common/CMakeFiles/jupiter.dir/Command.cpp.o" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/jupiter.dir/Command.cpp.o -c "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Command.cpp" |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Command.cpp.i: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/jupiter.dir/Command.cpp.i" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Command.cpp" > CMakeFiles/jupiter.dir/Command.cpp.i |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Command.cpp.s: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/jupiter.dir/Command.cpp.s" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Command.cpp" -o CMakeFiles/jupiter.dir/Command.cpp.s |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Command.cpp.o.requires: |
|||
|
|||
.PHONY : src/jupiter/src/common/CMakeFiles/jupiter.dir/Command.cpp.o.requires |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Command.cpp.o.provides: src/jupiter/src/common/CMakeFiles/jupiter.dir/Command.cpp.o.requires |
|||
$(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/Command.cpp.o.provides.build |
|||
.PHONY : src/jupiter/src/common/CMakeFiles/jupiter.dir/Command.cpp.o.provides |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Command.cpp.o.provides.build: src/jupiter/src/common/CMakeFiles/jupiter.dir/Command.cpp.o |
|||
|
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Config.cpp.o: src/jupiter/src/common/CMakeFiles/jupiter.dir/flags.make |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Config.cpp.o: ../src/jupiter/src/common/Config.cpp |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/CMakeFiles" --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object src/jupiter/src/common/CMakeFiles/jupiter.dir/Config.cpp.o" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/jupiter.dir/Config.cpp.o -c "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Config.cpp" |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Config.cpp.i: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/jupiter.dir/Config.cpp.i" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Config.cpp" > CMakeFiles/jupiter.dir/Config.cpp.i |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Config.cpp.s: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/jupiter.dir/Config.cpp.s" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Config.cpp" -o CMakeFiles/jupiter.dir/Config.cpp.s |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Config.cpp.o.requires: |
|||
|
|||
.PHONY : src/jupiter/src/common/CMakeFiles/jupiter.dir/Config.cpp.o.requires |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Config.cpp.o.provides: src/jupiter/src/common/CMakeFiles/jupiter.dir/Config.cpp.o.requires |
|||
$(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/Config.cpp.o.provides.build |
|||
.PHONY : src/jupiter/src/common/CMakeFiles/jupiter.dir/Config.cpp.o.provides |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Config.cpp.o.provides.build: src/jupiter/src/common/CMakeFiles/jupiter.dir/Config.cpp.o |
|||
|
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Database.cpp.o: src/jupiter/src/common/CMakeFiles/jupiter.dir/flags.make |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Database.cpp.o: ../src/jupiter/src/common/Database.cpp |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/CMakeFiles" --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object src/jupiter/src/common/CMakeFiles/jupiter.dir/Database.cpp.o" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/jupiter.dir/Database.cpp.o -c "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Database.cpp" |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Database.cpp.i: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/jupiter.dir/Database.cpp.i" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Database.cpp" > CMakeFiles/jupiter.dir/Database.cpp.i |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Database.cpp.s: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/jupiter.dir/Database.cpp.s" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Database.cpp" -o CMakeFiles/jupiter.dir/Database.cpp.s |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Database.cpp.o.requires: |
|||
|
|||
.PHONY : src/jupiter/src/common/CMakeFiles/jupiter.dir/Database.cpp.o.requires |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Database.cpp.o.provides: src/jupiter/src/common/CMakeFiles/jupiter.dir/Database.cpp.o.requires |
|||
$(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/Database.cpp.o.provides.build |
|||
.PHONY : src/jupiter/src/common/CMakeFiles/jupiter.dir/Database.cpp.o.provides |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Database.cpp.o.provides.build: src/jupiter/src/common/CMakeFiles/jupiter.dir/Database.cpp.o |
|||
|
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/DataBuffer.cpp.o: src/jupiter/src/common/CMakeFiles/jupiter.dir/flags.make |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/DataBuffer.cpp.o: ../src/jupiter/src/common/DataBuffer.cpp |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/CMakeFiles" --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object src/jupiter/src/common/CMakeFiles/jupiter.dir/DataBuffer.cpp.o" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/jupiter.dir/DataBuffer.cpp.o -c "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/DataBuffer.cpp" |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/DataBuffer.cpp.i: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/jupiter.dir/DataBuffer.cpp.i" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/DataBuffer.cpp" > CMakeFiles/jupiter.dir/DataBuffer.cpp.i |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/DataBuffer.cpp.s: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/jupiter.dir/DataBuffer.cpp.s" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/DataBuffer.cpp" -o CMakeFiles/jupiter.dir/DataBuffer.cpp.s |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/DataBuffer.cpp.o.requires: |
|||
|
|||
.PHONY : src/jupiter/src/common/CMakeFiles/jupiter.dir/DataBuffer.cpp.o.requires |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/DataBuffer.cpp.o.provides: src/jupiter/src/common/CMakeFiles/jupiter.dir/DataBuffer.cpp.o.requires |
|||
$(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/DataBuffer.cpp.o.provides.build |
|||
.PHONY : src/jupiter/src/common/CMakeFiles/jupiter.dir/DataBuffer.cpp.o.provides |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/DataBuffer.cpp.o.provides.build: src/jupiter/src/common/CMakeFiles/jupiter.dir/DataBuffer.cpp.o |
|||
|
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/File.cpp.o: src/jupiter/src/common/CMakeFiles/jupiter.dir/flags.make |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/File.cpp.o: ../src/jupiter/src/common/File.cpp |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/CMakeFiles" --progress-num=$(CMAKE_PROGRESS_6) "Building CXX object src/jupiter/src/common/CMakeFiles/jupiter.dir/File.cpp.o" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/jupiter.dir/File.cpp.o -c "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/File.cpp" |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/File.cpp.i: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/jupiter.dir/File.cpp.i" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/File.cpp" > CMakeFiles/jupiter.dir/File.cpp.i |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/File.cpp.s: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/jupiter.dir/File.cpp.s" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/File.cpp" -o CMakeFiles/jupiter.dir/File.cpp.s |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/File.cpp.o.requires: |
|||
|
|||
.PHONY : src/jupiter/src/common/CMakeFiles/jupiter.dir/File.cpp.o.requires |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/File.cpp.o.provides: src/jupiter/src/common/CMakeFiles/jupiter.dir/File.cpp.o.requires |
|||
$(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/File.cpp.o.provides.build |
|||
.PHONY : src/jupiter/src/common/CMakeFiles/jupiter.dir/File.cpp.o.provides |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/File.cpp.o.provides.build: src/jupiter/src/common/CMakeFiles/jupiter.dir/File.cpp.o |
|||
|
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Functions.c.o: src/jupiter/src/common/CMakeFiles/jupiter.dir/flags.make |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Functions.c.o: ../src/jupiter/src/common/Functions.c |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/CMakeFiles" --progress-num=$(CMAKE_PROGRESS_7) "Building C object src/jupiter/src/common/CMakeFiles/jupiter.dir/Functions.c.o" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/gcc-8 $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/jupiter.dir/Functions.c.o -c "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Functions.c" |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Functions.c.i: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/jupiter.dir/Functions.c.i" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/gcc-8 $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Functions.c" > CMakeFiles/jupiter.dir/Functions.c.i |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Functions.c.s: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/jupiter.dir/Functions.c.s" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/gcc-8 $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Functions.c" -o CMakeFiles/jupiter.dir/Functions.c.s |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Functions.c.o.requires: |
|||
|
|||
.PHONY : src/jupiter/src/common/CMakeFiles/jupiter.dir/Functions.c.o.requires |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Functions.c.o.provides: src/jupiter/src/common/CMakeFiles/jupiter.dir/Functions.c.o.requires |
|||
$(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/Functions.c.o.provides.build |
|||
.PHONY : src/jupiter/src/common/CMakeFiles/jupiter.dir/Functions.c.o.provides |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Functions.c.o.provides.build: src/jupiter/src/common/CMakeFiles/jupiter.dir/Functions.c.o |
|||
|
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.o: src/jupiter/src/common/CMakeFiles/jupiter.dir/flags.make |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.o: ../src/jupiter/src/common/GenericCommand.cpp |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/CMakeFiles" --progress-num=$(CMAKE_PROGRESS_8) "Building CXX object src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.o" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/jupiter.dir/GenericCommand.cpp.o -c "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/GenericCommand.cpp" |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.i: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/jupiter.dir/GenericCommand.cpp.i" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/GenericCommand.cpp" > CMakeFiles/jupiter.dir/GenericCommand.cpp.i |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.s: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/jupiter.dir/GenericCommand.cpp.s" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/GenericCommand.cpp" -o CMakeFiles/jupiter.dir/GenericCommand.cpp.s |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.o.requires: |
|||
|
|||
.PHONY : src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.o.requires |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.o.provides: src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.o.requires |
|||
$(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.o.provides.build |
|||
.PHONY : src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.o.provides |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.o.provides.build: src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.o |
|||
|
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Hash.cpp.o: src/jupiter/src/common/CMakeFiles/jupiter.dir/flags.make |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Hash.cpp.o: ../src/jupiter/src/common/Hash.cpp |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/CMakeFiles" --progress-num=$(CMAKE_PROGRESS_9) "Building CXX object src/jupiter/src/common/CMakeFiles/jupiter.dir/Hash.cpp.o" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/jupiter.dir/Hash.cpp.o -c "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Hash.cpp" |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Hash.cpp.i: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/jupiter.dir/Hash.cpp.i" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Hash.cpp" > CMakeFiles/jupiter.dir/Hash.cpp.i |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Hash.cpp.s: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/jupiter.dir/Hash.cpp.s" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Hash.cpp" -o CMakeFiles/jupiter.dir/Hash.cpp.s |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Hash.cpp.o.requires: |
|||
|
|||
.PHONY : src/jupiter/src/common/CMakeFiles/jupiter.dir/Hash.cpp.o.requires |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Hash.cpp.o.provides: src/jupiter/src/common/CMakeFiles/jupiter.dir/Hash.cpp.o.requires |
|||
$(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/Hash.cpp.o.provides.build |
|||
.PHONY : src/jupiter/src/common/CMakeFiles/jupiter.dir/Hash.cpp.o.provides |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Hash.cpp.o.provides.build: src/jupiter/src/common/CMakeFiles/jupiter.dir/Hash.cpp.o |
|||
|
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/HTTP_Server.cpp.o: src/jupiter/src/common/CMakeFiles/jupiter.dir/flags.make |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/HTTP_Server.cpp.o: ../src/jupiter/src/common/HTTP_Server.cpp |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/CMakeFiles" --progress-num=$(CMAKE_PROGRESS_10) "Building CXX object src/jupiter/src/common/CMakeFiles/jupiter.dir/HTTP_Server.cpp.o" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/jupiter.dir/HTTP_Server.cpp.o -c "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/HTTP_Server.cpp" |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/HTTP_Server.cpp.i: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/jupiter.dir/HTTP_Server.cpp.i" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/HTTP_Server.cpp" > CMakeFiles/jupiter.dir/HTTP_Server.cpp.i |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/HTTP_Server.cpp.s: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/jupiter.dir/HTTP_Server.cpp.s" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/HTTP_Server.cpp" -o CMakeFiles/jupiter.dir/HTTP_Server.cpp.s |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/HTTP_Server.cpp.o.requires: |
|||
|
|||
.PHONY : src/jupiter/src/common/CMakeFiles/jupiter.dir/HTTP_Server.cpp.o.requires |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/HTTP_Server.cpp.o.provides: src/jupiter/src/common/CMakeFiles/jupiter.dir/HTTP_Server.cpp.o.requires |
|||
$(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/HTTP_Server.cpp.o.provides.build |
|||
.PHONY : src/jupiter/src/common/CMakeFiles/jupiter.dir/HTTP_Server.cpp.o.provides |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/HTTP_Server.cpp.o.provides.build: src/jupiter/src/common/CMakeFiles/jupiter.dir/HTTP_Server.cpp.o |
|||
|
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/INIConfig.cpp.o: src/jupiter/src/common/CMakeFiles/jupiter.dir/flags.make |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/INIConfig.cpp.o: ../src/jupiter/src/common/INIConfig.cpp |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/CMakeFiles" --progress-num=$(CMAKE_PROGRESS_11) "Building CXX object src/jupiter/src/common/CMakeFiles/jupiter.dir/INIConfig.cpp.o" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/jupiter.dir/INIConfig.cpp.o -c "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/INIConfig.cpp" |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/INIConfig.cpp.i: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/jupiter.dir/INIConfig.cpp.i" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/INIConfig.cpp" > CMakeFiles/jupiter.dir/INIConfig.cpp.i |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/INIConfig.cpp.s: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/jupiter.dir/INIConfig.cpp.s" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/INIConfig.cpp" -o CMakeFiles/jupiter.dir/INIConfig.cpp.s |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/INIConfig.cpp.o.requires: |
|||
|
|||
.PHONY : src/jupiter/src/common/CMakeFiles/jupiter.dir/INIConfig.cpp.o.requires |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/INIConfig.cpp.o.provides: src/jupiter/src/common/CMakeFiles/jupiter.dir/INIConfig.cpp.o.requires |
|||
$(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/INIConfig.cpp.o.provides.build |
|||
.PHONY : src/jupiter/src/common/CMakeFiles/jupiter.dir/INIConfig.cpp.o.provides |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/INIConfig.cpp.o.provides.build: src/jupiter/src/common/CMakeFiles/jupiter.dir/INIConfig.cpp.o |
|||
|
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o: src/jupiter/src/common/CMakeFiles/jupiter.dir/flags.make |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o: ../src/jupiter/src/common/IRC_Client.cpp |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/CMakeFiles" --progress-num=$(CMAKE_PROGRESS_12) "Building CXX object src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/jupiter.dir/IRC_Client.cpp.o -c "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/IRC_Client.cpp" |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.i: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/jupiter.dir/IRC_Client.cpp.i" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/IRC_Client.cpp" > CMakeFiles/jupiter.dir/IRC_Client.cpp.i |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.s: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/jupiter.dir/IRC_Client.cpp.s" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/IRC_Client.cpp" -o CMakeFiles/jupiter.dir/IRC_Client.cpp.s |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o.requires: |
|||
|
|||
.PHONY : src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o.requires |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o.provides: src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o.requires |
|||
$(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o.provides.build |
|||
.PHONY : src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o.provides |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o.provides.build: src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o |
|||
|
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Jupiter.cpp.o: src/jupiter/src/common/CMakeFiles/jupiter.dir/flags.make |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Jupiter.cpp.o: ../src/jupiter/src/common/Jupiter.cpp |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/CMakeFiles" --progress-num=$(CMAKE_PROGRESS_13) "Building CXX object src/jupiter/src/common/CMakeFiles/jupiter.dir/Jupiter.cpp.o" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/jupiter.dir/Jupiter.cpp.o -c "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Jupiter.cpp" |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Jupiter.cpp.i: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/jupiter.dir/Jupiter.cpp.i" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Jupiter.cpp" > CMakeFiles/jupiter.dir/Jupiter.cpp.i |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Jupiter.cpp.s: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/jupiter.dir/Jupiter.cpp.s" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Jupiter.cpp" -o CMakeFiles/jupiter.dir/Jupiter.cpp.s |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Jupiter.cpp.o.requires: |
|||
|
|||
.PHONY : src/jupiter/src/common/CMakeFiles/jupiter.dir/Jupiter.cpp.o.requires |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Jupiter.cpp.o.provides: src/jupiter/src/common/CMakeFiles/jupiter.dir/Jupiter.cpp.o.requires |
|||
$(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/Jupiter.cpp.o.provides.build |
|||
.PHONY : src/jupiter/src/common/CMakeFiles/jupiter.dir/Jupiter.cpp.o.provides |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Jupiter.cpp.o.provides.build: src/jupiter/src/common/CMakeFiles/jupiter.dir/Jupiter.cpp.o |
|||
|
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Plugin.cpp.o: src/jupiter/src/common/CMakeFiles/jupiter.dir/flags.make |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Plugin.cpp.o: ../src/jupiter/src/common/Plugin.cpp |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/CMakeFiles" --progress-num=$(CMAKE_PROGRESS_14) "Building CXX object src/jupiter/src/common/CMakeFiles/jupiter.dir/Plugin.cpp.o" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/jupiter.dir/Plugin.cpp.o -c "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Plugin.cpp" |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Plugin.cpp.i: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/jupiter.dir/Plugin.cpp.i" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Plugin.cpp" > CMakeFiles/jupiter.dir/Plugin.cpp.i |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Plugin.cpp.s: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/jupiter.dir/Plugin.cpp.s" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Plugin.cpp" -o CMakeFiles/jupiter.dir/Plugin.cpp.s |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Plugin.cpp.o.requires: |
|||
|
|||
.PHONY : src/jupiter/src/common/CMakeFiles/jupiter.dir/Plugin.cpp.o.requires |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Plugin.cpp.o.provides: src/jupiter/src/common/CMakeFiles/jupiter.dir/Plugin.cpp.o.requires |
|||
$(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/Plugin.cpp.o.provides.build |
|||
.PHONY : src/jupiter/src/common/CMakeFiles/jupiter.dir/Plugin.cpp.o.provides |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Plugin.cpp.o.provides.build: src/jupiter/src/common/CMakeFiles/jupiter.dir/Plugin.cpp.o |
|||
|
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Rehash.cpp.o: src/jupiter/src/common/CMakeFiles/jupiter.dir/flags.make |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Rehash.cpp.o: ../src/jupiter/src/common/Rehash.cpp |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/CMakeFiles" --progress-num=$(CMAKE_PROGRESS_15) "Building CXX object src/jupiter/src/common/CMakeFiles/jupiter.dir/Rehash.cpp.o" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/jupiter.dir/Rehash.cpp.o -c "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Rehash.cpp" |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Rehash.cpp.i: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/jupiter.dir/Rehash.cpp.i" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Rehash.cpp" > CMakeFiles/jupiter.dir/Rehash.cpp.i |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Rehash.cpp.s: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/jupiter.dir/Rehash.cpp.s" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Rehash.cpp" -o CMakeFiles/jupiter.dir/Rehash.cpp.s |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Rehash.cpp.o.requires: |
|||
|
|||
.PHONY : src/jupiter/src/common/CMakeFiles/jupiter.dir/Rehash.cpp.o.requires |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Rehash.cpp.o.provides: src/jupiter/src/common/CMakeFiles/jupiter.dir/Rehash.cpp.o.requires |
|||
$(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/Rehash.cpp.o.provides.build |
|||
.PHONY : src/jupiter/src/common/CMakeFiles/jupiter.dir/Rehash.cpp.o.provides |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Rehash.cpp.o.provides.build: src/jupiter/src/common/CMakeFiles/jupiter.dir/Rehash.cpp.o |
|||
|
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/SecureSocket.cpp.o: src/jupiter/src/common/CMakeFiles/jupiter.dir/flags.make |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/SecureSocket.cpp.o: ../src/jupiter/src/common/SecureSocket.cpp |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/CMakeFiles" --progress-num=$(CMAKE_PROGRESS_16) "Building CXX object src/jupiter/src/common/CMakeFiles/jupiter.dir/SecureSocket.cpp.o" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/jupiter.dir/SecureSocket.cpp.o -c "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/SecureSocket.cpp" |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/SecureSocket.cpp.i: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/jupiter.dir/SecureSocket.cpp.i" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/SecureSocket.cpp" > CMakeFiles/jupiter.dir/SecureSocket.cpp.i |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/SecureSocket.cpp.s: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/jupiter.dir/SecureSocket.cpp.s" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/SecureSocket.cpp" -o CMakeFiles/jupiter.dir/SecureSocket.cpp.s |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/SecureSocket.cpp.o.requires: |
|||
|
|||
.PHONY : src/jupiter/src/common/CMakeFiles/jupiter.dir/SecureSocket.cpp.o.requires |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/SecureSocket.cpp.o.provides: src/jupiter/src/common/CMakeFiles/jupiter.dir/SecureSocket.cpp.o.requires |
|||
$(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/SecureSocket.cpp.o.provides.build |
|||
.PHONY : src/jupiter/src/common/CMakeFiles/jupiter.dir/SecureSocket.cpp.o.provides |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/SecureSocket.cpp.o.provides.build: src/jupiter/src/common/CMakeFiles/jupiter.dir/SecureSocket.cpp.o |
|||
|
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Socket.cpp.o: src/jupiter/src/common/CMakeFiles/jupiter.dir/flags.make |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Socket.cpp.o: ../src/jupiter/src/common/Socket.cpp |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/CMakeFiles" --progress-num=$(CMAKE_PROGRESS_17) "Building CXX object src/jupiter/src/common/CMakeFiles/jupiter.dir/Socket.cpp.o" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/jupiter.dir/Socket.cpp.o -c "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Socket.cpp" |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Socket.cpp.i: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/jupiter.dir/Socket.cpp.i" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Socket.cpp" > CMakeFiles/jupiter.dir/Socket.cpp.i |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Socket.cpp.s: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/jupiter.dir/Socket.cpp.s" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Socket.cpp" -o CMakeFiles/jupiter.dir/Socket.cpp.s |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Socket.cpp.o.requires: |
|||
|
|||
.PHONY : src/jupiter/src/common/CMakeFiles/jupiter.dir/Socket.cpp.o.requires |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Socket.cpp.o.provides: src/jupiter/src/common/CMakeFiles/jupiter.dir/Socket.cpp.o.requires |
|||
$(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/Socket.cpp.o.provides.build |
|||
.PHONY : src/jupiter/src/common/CMakeFiles/jupiter.dir/Socket.cpp.o.provides |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Socket.cpp.o.provides.build: src/jupiter/src/common/CMakeFiles/jupiter.dir/Socket.cpp.o |
|||
|
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/TCPSocket.cpp.o: src/jupiter/src/common/CMakeFiles/jupiter.dir/flags.make |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/TCPSocket.cpp.o: ../src/jupiter/src/common/TCPSocket.cpp |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/CMakeFiles" --progress-num=$(CMAKE_PROGRESS_18) "Building CXX object src/jupiter/src/common/CMakeFiles/jupiter.dir/TCPSocket.cpp.o" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/jupiter.dir/TCPSocket.cpp.o -c "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/TCPSocket.cpp" |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/TCPSocket.cpp.i: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/jupiter.dir/TCPSocket.cpp.i" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/TCPSocket.cpp" > CMakeFiles/jupiter.dir/TCPSocket.cpp.i |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/TCPSocket.cpp.s: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/jupiter.dir/TCPSocket.cpp.s" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/TCPSocket.cpp" -o CMakeFiles/jupiter.dir/TCPSocket.cpp.s |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/TCPSocket.cpp.o.requires: |
|||
|
|||
.PHONY : src/jupiter/src/common/CMakeFiles/jupiter.dir/TCPSocket.cpp.o.requires |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/TCPSocket.cpp.o.provides: src/jupiter/src/common/CMakeFiles/jupiter.dir/TCPSocket.cpp.o.requires |
|||
$(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/TCPSocket.cpp.o.provides.build |
|||
.PHONY : src/jupiter/src/common/CMakeFiles/jupiter.dir/TCPSocket.cpp.o.provides |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/TCPSocket.cpp.o.provides.build: src/jupiter/src/common/CMakeFiles/jupiter.dir/TCPSocket.cpp.o |
|||
|
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Timer.cpp.o: src/jupiter/src/common/CMakeFiles/jupiter.dir/flags.make |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Timer.cpp.o: ../src/jupiter/src/common/Timer.cpp |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/CMakeFiles" --progress-num=$(CMAKE_PROGRESS_19) "Building CXX object src/jupiter/src/common/CMakeFiles/jupiter.dir/Timer.cpp.o" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/jupiter.dir/Timer.cpp.o -c "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Timer.cpp" |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Timer.cpp.i: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/jupiter.dir/Timer.cpp.i" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Timer.cpp" > CMakeFiles/jupiter.dir/Timer.cpp.i |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Timer.cpp.s: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/jupiter.dir/Timer.cpp.s" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Timer.cpp" -o CMakeFiles/jupiter.dir/Timer.cpp.s |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Timer.cpp.o.requires: |
|||
|
|||
.PHONY : src/jupiter/src/common/CMakeFiles/jupiter.dir/Timer.cpp.o.requires |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Timer.cpp.o.provides: src/jupiter/src/common/CMakeFiles/jupiter.dir/Timer.cpp.o.requires |
|||
$(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/Timer.cpp.o.provides.build |
|||
.PHONY : src/jupiter/src/common/CMakeFiles/jupiter.dir/Timer.cpp.o.provides |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Timer.cpp.o.provides.build: src/jupiter/src/common/CMakeFiles/jupiter.dir/Timer.cpp.o |
|||
|
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/UDPSocket.cpp.o: src/jupiter/src/common/CMakeFiles/jupiter.dir/flags.make |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/UDPSocket.cpp.o: ../src/jupiter/src/common/UDPSocket.cpp |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/CMakeFiles" --progress-num=$(CMAKE_PROGRESS_20) "Building CXX object src/jupiter/src/common/CMakeFiles/jupiter.dir/UDPSocket.cpp.o" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/jupiter.dir/UDPSocket.cpp.o -c "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/UDPSocket.cpp" |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/UDPSocket.cpp.i: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/jupiter.dir/UDPSocket.cpp.i" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/UDPSocket.cpp" > CMakeFiles/jupiter.dir/UDPSocket.cpp.i |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/UDPSocket.cpp.s: cmake_force |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/jupiter.dir/UDPSocket.cpp.s" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && /usr/bin/g++-8 $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/UDPSocket.cpp" -o CMakeFiles/jupiter.dir/UDPSocket.cpp.s |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/UDPSocket.cpp.o.requires: |
|||
|
|||
.PHONY : src/jupiter/src/common/CMakeFiles/jupiter.dir/UDPSocket.cpp.o.requires |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/UDPSocket.cpp.o.provides: src/jupiter/src/common/CMakeFiles/jupiter.dir/UDPSocket.cpp.o.requires |
|||
$(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/UDPSocket.cpp.o.provides.build |
|||
.PHONY : src/jupiter/src/common/CMakeFiles/jupiter.dir/UDPSocket.cpp.o.provides |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/UDPSocket.cpp.o.provides.build: src/jupiter/src/common/CMakeFiles/jupiter.dir/UDPSocket.cpp.o |
|||
|
|||
|
|||
# Object files for target jupiter |
|||
jupiter_OBJECTS = \ |
|||
"CMakeFiles/jupiter.dir/Base64.cpp.o" \ |
|||
"CMakeFiles/jupiter.dir/Command.cpp.o" \ |
|||
"CMakeFiles/jupiter.dir/Config.cpp.o" \ |
|||
"CMakeFiles/jupiter.dir/Database.cpp.o" \ |
|||
"CMakeFiles/jupiter.dir/DataBuffer.cpp.o" \ |
|||
"CMakeFiles/jupiter.dir/File.cpp.o" \ |
|||
"CMakeFiles/jupiter.dir/Functions.c.o" \ |
|||
"CMakeFiles/jupiter.dir/GenericCommand.cpp.o" \ |
|||
"CMakeFiles/jupiter.dir/Hash.cpp.o" \ |
|||
"CMakeFiles/jupiter.dir/HTTP_Server.cpp.o" \ |
|||
"CMakeFiles/jupiter.dir/INIConfig.cpp.o" \ |
|||
"CMakeFiles/jupiter.dir/IRC_Client.cpp.o" \ |
|||
"CMakeFiles/jupiter.dir/Jupiter.cpp.o" \ |
|||
"CMakeFiles/jupiter.dir/Plugin.cpp.o" \ |
|||
"CMakeFiles/jupiter.dir/Rehash.cpp.o" \ |
|||
"CMakeFiles/jupiter.dir/SecureSocket.cpp.o" \ |
|||
"CMakeFiles/jupiter.dir/Socket.cpp.o" \ |
|||
"CMakeFiles/jupiter.dir/TCPSocket.cpp.o" \ |
|||
"CMakeFiles/jupiter.dir/Timer.cpp.o" \ |
|||
"CMakeFiles/jupiter.dir/UDPSocket.cpp.o" |
|||
|
|||
# External object files for target jupiter |
|||
jupiter_EXTERNAL_OBJECTS = |
|||
|
|||
src/jupiter/src/common/libjupiter.so: src/jupiter/src/common/CMakeFiles/jupiter.dir/Base64.cpp.o |
|||
src/jupiter/src/common/libjupiter.so: src/jupiter/src/common/CMakeFiles/jupiter.dir/Command.cpp.o |
|||
src/jupiter/src/common/libjupiter.so: src/jupiter/src/common/CMakeFiles/jupiter.dir/Config.cpp.o |
|||
src/jupiter/src/common/libjupiter.so: src/jupiter/src/common/CMakeFiles/jupiter.dir/Database.cpp.o |
|||
src/jupiter/src/common/libjupiter.so: src/jupiter/src/common/CMakeFiles/jupiter.dir/DataBuffer.cpp.o |
|||
src/jupiter/src/common/libjupiter.so: src/jupiter/src/common/CMakeFiles/jupiter.dir/File.cpp.o |
|||
src/jupiter/src/common/libjupiter.so: src/jupiter/src/common/CMakeFiles/jupiter.dir/Functions.c.o |
|||
src/jupiter/src/common/libjupiter.so: src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.o |
|||
src/jupiter/src/common/libjupiter.so: src/jupiter/src/common/CMakeFiles/jupiter.dir/Hash.cpp.o |
|||
src/jupiter/src/common/libjupiter.so: src/jupiter/src/common/CMakeFiles/jupiter.dir/HTTP_Server.cpp.o |
|||
src/jupiter/src/common/libjupiter.so: src/jupiter/src/common/CMakeFiles/jupiter.dir/INIConfig.cpp.o |
|||
src/jupiter/src/common/libjupiter.so: src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o |
|||
src/jupiter/src/common/libjupiter.so: src/jupiter/src/common/CMakeFiles/jupiter.dir/Jupiter.cpp.o |
|||
src/jupiter/src/common/libjupiter.so: src/jupiter/src/common/CMakeFiles/jupiter.dir/Plugin.cpp.o |
|||
src/jupiter/src/common/libjupiter.so: src/jupiter/src/common/CMakeFiles/jupiter.dir/Rehash.cpp.o |
|||
src/jupiter/src/common/libjupiter.so: src/jupiter/src/common/CMakeFiles/jupiter.dir/SecureSocket.cpp.o |
|||
src/jupiter/src/common/libjupiter.so: src/jupiter/src/common/CMakeFiles/jupiter.dir/Socket.cpp.o |
|||
src/jupiter/src/common/libjupiter.so: src/jupiter/src/common/CMakeFiles/jupiter.dir/TCPSocket.cpp.o |
|||
src/jupiter/src/common/libjupiter.so: src/jupiter/src/common/CMakeFiles/jupiter.dir/Timer.cpp.o |
|||
src/jupiter/src/common/libjupiter.so: src/jupiter/src/common/CMakeFiles/jupiter.dir/UDPSocket.cpp.o |
|||
src/jupiter/src/common/libjupiter.so: src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make |
|||
src/jupiter/src/common/libjupiter.so: /usr/lib/x86_64-linux-gnu/libssl.so |
|||
src/jupiter/src/common/libjupiter.so: /usr/lib/x86_64-linux-gnu/libcrypto.so |
|||
src/jupiter/src/common/libjupiter.so: src/jupiter/src/common/CMakeFiles/jupiter.dir/link.txt |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir="/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/CMakeFiles" --progress-num=$(CMAKE_PROGRESS_21) "Linking CXX shared library libjupiter.so" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/jupiter.dir/link.txt --verbose=$(VERBOSE) |
|||
|
|||
# Rule to build all files generated by this target. |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/build: src/jupiter/src/common/libjupiter.so |
|||
|
|||
.PHONY : src/jupiter/src/common/CMakeFiles/jupiter.dir/build |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/requires: src/jupiter/src/common/CMakeFiles/jupiter.dir/Base64.cpp.o.requires |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/requires: src/jupiter/src/common/CMakeFiles/jupiter.dir/Command.cpp.o.requires |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/requires: src/jupiter/src/common/CMakeFiles/jupiter.dir/Config.cpp.o.requires |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/requires: src/jupiter/src/common/CMakeFiles/jupiter.dir/Database.cpp.o.requires |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/requires: src/jupiter/src/common/CMakeFiles/jupiter.dir/DataBuffer.cpp.o.requires |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/requires: src/jupiter/src/common/CMakeFiles/jupiter.dir/File.cpp.o.requires |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/requires: src/jupiter/src/common/CMakeFiles/jupiter.dir/Functions.c.o.requires |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/requires: src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.o.requires |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/requires: src/jupiter/src/common/CMakeFiles/jupiter.dir/Hash.cpp.o.requires |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/requires: src/jupiter/src/common/CMakeFiles/jupiter.dir/HTTP_Server.cpp.o.requires |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/requires: src/jupiter/src/common/CMakeFiles/jupiter.dir/INIConfig.cpp.o.requires |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/requires: src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o.requires |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/requires: src/jupiter/src/common/CMakeFiles/jupiter.dir/Jupiter.cpp.o.requires |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/requires: src/jupiter/src/common/CMakeFiles/jupiter.dir/Plugin.cpp.o.requires |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/requires: src/jupiter/src/common/CMakeFiles/jupiter.dir/Rehash.cpp.o.requires |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/requires: src/jupiter/src/common/CMakeFiles/jupiter.dir/SecureSocket.cpp.o.requires |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/requires: src/jupiter/src/common/CMakeFiles/jupiter.dir/Socket.cpp.o.requires |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/requires: src/jupiter/src/common/CMakeFiles/jupiter.dir/TCPSocket.cpp.o.requires |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/requires: src/jupiter/src/common/CMakeFiles/jupiter.dir/Timer.cpp.o.requires |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/requires: src/jupiter/src/common/CMakeFiles/jupiter.dir/UDPSocket.cpp.o.requires |
|||
|
|||
.PHONY : src/jupiter/src/common/CMakeFiles/jupiter.dir/requires |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/clean: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" && $(CMAKE_COMMAND) -P CMakeFiles/jupiter.dir/cmake_clean.cmake |
|||
.PHONY : src/jupiter/src/common/CMakeFiles/jupiter.dir/clean |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/depend: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" "/mnt/c/dev/Projects/Jupiter Bot" "/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common" "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common" "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common/CMakeFiles/jupiter.dir/DependInfo.cmake" --color=$(COLOR) |
|||
.PHONY : src/jupiter/src/common/CMakeFiles/jupiter.dir/depend |
|||
|
@ -1,29 +0,0 @@ |
|||
file(REMOVE_RECURSE |
|||
"CMakeFiles/jupiter.dir/Base64.cpp.o" |
|||
"CMakeFiles/jupiter.dir/Command.cpp.o" |
|||
"CMakeFiles/jupiter.dir/Config.cpp.o" |
|||
"CMakeFiles/jupiter.dir/Database.cpp.o" |
|||
"CMakeFiles/jupiter.dir/DataBuffer.cpp.o" |
|||
"CMakeFiles/jupiter.dir/File.cpp.o" |
|||
"CMakeFiles/jupiter.dir/Functions.c.o" |
|||
"CMakeFiles/jupiter.dir/GenericCommand.cpp.o" |
|||
"CMakeFiles/jupiter.dir/Hash.cpp.o" |
|||
"CMakeFiles/jupiter.dir/HTTP_Server.cpp.o" |
|||
"CMakeFiles/jupiter.dir/INIConfig.cpp.o" |
|||
"CMakeFiles/jupiter.dir/IRC_Client.cpp.o" |
|||
"CMakeFiles/jupiter.dir/Jupiter.cpp.o" |
|||
"CMakeFiles/jupiter.dir/Plugin.cpp.o" |
|||
"CMakeFiles/jupiter.dir/Rehash.cpp.o" |
|||
"CMakeFiles/jupiter.dir/SecureSocket.cpp.o" |
|||
"CMakeFiles/jupiter.dir/Socket.cpp.o" |
|||
"CMakeFiles/jupiter.dir/TCPSocket.cpp.o" |
|||
"CMakeFiles/jupiter.dir/Timer.cpp.o" |
|||
"CMakeFiles/jupiter.dir/UDPSocket.cpp.o" |
|||
"libjupiter.pdb" |
|||
"libjupiter.so" |
|||
) |
|||
|
|||
# Per-language clean rules from dependency scanning. |
|||
foreach(lang C CXX) |
|||
include(CMakeFiles/jupiter.dir/cmake_clean_${lang}.cmake OPTIONAL) |
|||
endforeach() |
@ -1,353 +0,0 @@ |
|||
# CMAKE generated file: DO NOT EDIT! |
|||
# Generated by "Unix Makefiles" Generator, CMake Version 3.10 |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Functions.c.o |
|||
../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Functions.c |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Base64.cpp.o |
|||
../src/jupiter/src/common/../include/Jupiter/Base64.h |
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer.h |
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
../src/jupiter/src/common/../include/Jupiter/InvalidIndex.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Shift_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Shift_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
../src/jupiter/src/common/../include/Jupiter/String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/String_Type.h |
|||
../src/jupiter/src/common/../include/Jupiter/String_Type_Imp.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Base64.cpp |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Command.cpp.o |
|||
../src/jupiter/src/common/../include/Jupiter/ArrayList.h |
|||
../src/jupiter/src/common/../include/Jupiter/Command.h |
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer.h |
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
../src/jupiter/src/common/../include/Jupiter/InvalidIndex.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Reference_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Reference_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Shift_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Shift_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
../src/jupiter/src/common/../include/Jupiter/String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/String_Type.h |
|||
../src/jupiter/src/common/../include/Jupiter/String_Type_Imp.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Command.cpp |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Config.cpp.o |
|||
../src/jupiter/src/common/../include/Jupiter/CString.h |
|||
../src/jupiter/src/common/../include/Jupiter/CString_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Config.h |
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer.h |
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
../src/jupiter/src/common/../include/Jupiter/Hash.h |
|||
../src/jupiter/src/common/../include/Jupiter/Hash_Table.h |
|||
../src/jupiter/src/common/../include/Jupiter/Hash_Table_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/InvalidIndex.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Reference_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Reference_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Shift_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Shift_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
../src/jupiter/src/common/../include/Jupiter/String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/String_Type.h |
|||
../src/jupiter/src/common/../include/Jupiter/String_Type_Imp.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Config.cpp |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/DataBuffer.cpp.o |
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer.h |
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
../src/jupiter/src/common/../include/Jupiter/InvalidIndex.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Reference_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Reference_String_Imp.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/DataBuffer.cpp |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Database.cpp.o |
|||
../src/jupiter/src/common/../include/Jupiter/CString.h |
|||
../src/jupiter/src/common/../include/Jupiter/CString_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer.h |
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Database.h |
|||
../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
../src/jupiter/src/common/../include/Jupiter/InvalidIndex.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Shift_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Shift_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
../src/jupiter/src/common/../include/Jupiter/String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/String_Type.h |
|||
../src/jupiter/src/common/../include/Jupiter/String_Type_Imp.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Database.cpp |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/File.cpp.o |
|||
../src/jupiter/src/common/../include/Jupiter/ArrayList.h |
|||
../src/jupiter/src/common/../include/Jupiter/CString.h |
|||
../src/jupiter/src/common/../include/Jupiter/CString_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer.h |
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/File.h |
|||
../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
../src/jupiter/src/common/../include/Jupiter/InvalidIndex.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Reference_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Reference_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Shift_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Shift_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
../src/jupiter/src/common/../include/Jupiter/String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/String_Type.h |
|||
../src/jupiter/src/common/../include/Jupiter/String_Type_Imp.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/File.cpp |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.o |
|||
../src/jupiter/src/common/../include/Jupiter/ArrayList.h |
|||
../src/jupiter/src/common/../include/Jupiter/CString.h |
|||
../src/jupiter/src/common/../include/Jupiter/CString_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Command.h |
|||
../src/jupiter/src/common/../include/Jupiter/Config.h |
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer.h |
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
../src/jupiter/src/common/../include/Jupiter/GenericCommand.h |
|||
../src/jupiter/src/common/../include/Jupiter/Hash.h |
|||
../src/jupiter/src/common/../include/Jupiter/Hash_Table.h |
|||
../src/jupiter/src/common/../include/Jupiter/Hash_Table_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/INIConfig.h |
|||
../src/jupiter/src/common/../include/Jupiter/InvalidIndex.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Plugin.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Reference_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Reference_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Rehash.h |
|||
../src/jupiter/src/common/../include/Jupiter/Shift_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Shift_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
../src/jupiter/src/common/../include/Jupiter/String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/String_Type.h |
|||
../src/jupiter/src/common/../include/Jupiter/String_Type_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Thinker.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/GenericCommand.cpp |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/HTTP_Server.cpp.o |
|||
../src/jupiter/src/common/../include/Jupiter/ArrayList.h |
|||
../src/jupiter/src/common/../include/Jupiter/CString.h |
|||
../src/jupiter/src/common/../include/Jupiter/CString_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer.h |
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
../src/jupiter/src/common/../include/Jupiter/HTTP.h |
|||
../src/jupiter/src/common/../include/Jupiter/HTTP_Server.h |
|||
../src/jupiter/src/common/../include/Jupiter/InvalidIndex.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Reference_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Reference_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/SecureSocket.h |
|||
../src/jupiter/src/common/../include/Jupiter/Shift_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Shift_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Socket.h |
|||
../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
../src/jupiter/src/common/../include/Jupiter/String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/String_Type.h |
|||
../src/jupiter/src/common/../include/Jupiter/String_Type_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/TCPSocket.h |
|||
../src/jupiter/src/common/../include/Jupiter/Thinker.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/HTTP_Server.cpp |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Hash.cpp.o |
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer.h |
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
../src/jupiter/src/common/../include/Jupiter/Hash.h |
|||
../src/jupiter/src/common/../include/Jupiter/InvalidIndex.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String_Imp.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Hash.cpp |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/INIConfig.cpp.o |
|||
../src/jupiter/src/common/../include/Jupiter/CString.h |
|||
../src/jupiter/src/common/../include/Jupiter/CString_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Config.h |
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer.h |
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
../src/jupiter/src/common/../include/Jupiter/Hash.h |
|||
../src/jupiter/src/common/../include/Jupiter/Hash_Table.h |
|||
../src/jupiter/src/common/../include/Jupiter/Hash_Table_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/INIConfig.h |
|||
../src/jupiter/src/common/../include/Jupiter/InvalidIndex.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Reference_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Reference_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Shift_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Shift_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Socket.h |
|||
../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
../src/jupiter/src/common/../include/Jupiter/String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/String_Type.h |
|||
../src/jupiter/src/common/../include/Jupiter/String_Type_Imp.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/INIConfig.cpp |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o |
|||
../src/jupiter/src/common/../include/Jupiter/ArrayList.h |
|||
../src/jupiter/src/common/../include/Jupiter/Base64.h |
|||
../src/jupiter/src/common/../include/Jupiter/CString.h |
|||
../src/jupiter/src/common/../include/Jupiter/CString_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Config.h |
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer.h |
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
../src/jupiter/src/common/../include/Jupiter/Hash.h |
|||
../src/jupiter/src/common/../include/Jupiter/Hash_Table.h |
|||
../src/jupiter/src/common/../include/Jupiter/Hash_Table_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/INIConfig.h |
|||
../src/jupiter/src/common/../include/Jupiter/IRC.h |
|||
../src/jupiter/src/common/../include/Jupiter/IRC_Client.h |
|||
../src/jupiter/src/common/../include/Jupiter/IRC_Numerics.h |
|||
../src/jupiter/src/common/../include/Jupiter/InvalidIndex.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Plugin.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Reference_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Reference_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Rehash.h |
|||
../src/jupiter/src/common/../include/Jupiter/SecureSocket.h |
|||
../src/jupiter/src/common/../include/Jupiter/Shift_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Shift_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Socket.h |
|||
../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
../src/jupiter/src/common/../include/Jupiter/String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/String_Type.h |
|||
../src/jupiter/src/common/../include/Jupiter/String_Type_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/TCPSocket.h |
|||
../src/jupiter/src/common/../include/Jupiter/Thinker.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/IRC_Client.cpp |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Jupiter.cpp.o |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Jupiter.cpp |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Plugin.cpp.o |
|||
../src/jupiter/src/common/../include/Jupiter/ArrayList.h |
|||
../src/jupiter/src/common/../include/Jupiter/CString.h |
|||
../src/jupiter/src/common/../include/Jupiter/CString_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Config.h |
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer.h |
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
../src/jupiter/src/common/../include/Jupiter/Hash.h |
|||
../src/jupiter/src/common/../include/Jupiter/Hash_Table.h |
|||
../src/jupiter/src/common/../include/Jupiter/Hash_Table_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/INIConfig.h |
|||
../src/jupiter/src/common/../include/Jupiter/InvalidIndex.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Plugin.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Reference_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Reference_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Rehash.h |
|||
../src/jupiter/src/common/../include/Jupiter/Shift_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Shift_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
../src/jupiter/src/common/../include/Jupiter/String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/String_Type.h |
|||
../src/jupiter/src/common/../include/Jupiter/String_Type_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Thinker.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Plugin.cpp |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Rehash.cpp.o |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Rehash.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Rehash.cpp |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/SecureSocket.cpp.o |
|||
../src/jupiter/src/common/../include/Jupiter/CString.h |
|||
../src/jupiter/src/common/../include/Jupiter/CString_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer.h |
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
../src/jupiter/src/common/../include/Jupiter/InvalidIndex.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/SecureSocket.h |
|||
../src/jupiter/src/common/../include/Jupiter/Shift_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Shift_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Socket.h |
|||
../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
../src/jupiter/src/common/../include/Jupiter/String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/String_Type.h |
|||
../src/jupiter/src/common/../include/Jupiter/String_Type_Imp.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/SecureSocket.cpp |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Socket.cpp.o |
|||
../src/jupiter/src/common/../include/Jupiter/CString.h |
|||
../src/jupiter/src/common/../include/Jupiter/CString_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer.h |
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
../src/jupiter/src/common/../include/Jupiter/InvalidIndex.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Shift_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Shift_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Socket.h |
|||
../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
../src/jupiter/src/common/../include/Jupiter/String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/String_Type.h |
|||
../src/jupiter/src/common/../include/Jupiter/String_Type_Imp.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Socket.cpp |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/TCPSocket.cpp.o |
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer.h |
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
../src/jupiter/src/common/../include/Jupiter/InvalidIndex.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/SecureSocket.h |
|||
../src/jupiter/src/common/../include/Jupiter/Shift_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Shift_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Socket.h |
|||
../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
../src/jupiter/src/common/../include/Jupiter/String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/String_Type.h |
|||
../src/jupiter/src/common/../include/Jupiter/String_Type_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/TCPSocket.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/TCPSocket.cpp |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Timer.cpp.o |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Thinker.h |
|||
../src/jupiter/src/common/../include/Jupiter/Timer.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/Timer.cpp |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/UDPSocket.cpp.o |
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer.h |
|||
../src/jupiter/src/common/../include/Jupiter/DataBuffer_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
../src/jupiter/src/common/../include/Jupiter/InvalidIndex.h |
|||
../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Readable_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Shift_String.h |
|||
../src/jupiter/src/common/../include/Jupiter/Shift_String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/Socket.h |
|||
../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
../src/jupiter/src/common/../include/Jupiter/String_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/String_Type.h |
|||
../src/jupiter/src/common/../include/Jupiter/String_Type_Imp.h |
|||
../src/jupiter/src/common/../include/Jupiter/UDPSocket.h |
|||
/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/UDPSocket.cpp |
@ -1,353 +0,0 @@ |
|||
# CMAKE generated file: DO NOT EDIT! |
|||
# Generated by "Unix Makefiles" Generator, CMake Version 3.10 |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Functions.c.o: ../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Functions.c.o: ../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Functions.c.o: ../src/jupiter/src/common/Functions.c |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Base64.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Base64.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Base64.cpp.o: ../src/jupiter/src/common/../include/Jupiter/DataBuffer.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Base64.cpp.o: ../src/jupiter/src/common/../include/Jupiter/DataBuffer_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Base64.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Base64.cpp.o: ../src/jupiter/src/common/../include/Jupiter/InvalidIndex.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Base64.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Base64.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Base64.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Readable_String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Base64.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Shift_String.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Base64.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Shift_String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Base64.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Base64.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Base64.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Type.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Base64.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Type_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Base64.cpp.o: ../src/jupiter/src/common/Base64.cpp |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/ArrayList.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Command.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/DataBuffer.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/DataBuffer_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/InvalidIndex.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Readable_String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Reference_String.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Reference_String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Shift_String.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Shift_String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Type.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Command.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Type_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Command.cpp.o: ../src/jupiter/src/common/Command.cpp |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Config.cpp.o: ../src/jupiter/src/common/../include/Jupiter/CString.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Config.cpp.o: ../src/jupiter/src/common/../include/Jupiter/CString_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Config.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Config.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Config.cpp.o: ../src/jupiter/src/common/../include/Jupiter/DataBuffer.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Config.cpp.o: ../src/jupiter/src/common/../include/Jupiter/DataBuffer_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Config.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Config.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Hash.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Config.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Hash_Table.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Config.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Hash_Table_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Config.cpp.o: ../src/jupiter/src/common/../include/Jupiter/InvalidIndex.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Config.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Config.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Config.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Readable_String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Config.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Reference_String.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Config.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Reference_String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Config.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Shift_String.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Config.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Shift_String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Config.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Config.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Config.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Type.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Config.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Type_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Config.cpp.o: ../src/jupiter/src/common/Config.cpp |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/DataBuffer.cpp.o: ../src/jupiter/src/common/../include/Jupiter/DataBuffer.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/DataBuffer.cpp.o: ../src/jupiter/src/common/../include/Jupiter/DataBuffer_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/DataBuffer.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/DataBuffer.cpp.o: ../src/jupiter/src/common/../include/Jupiter/InvalidIndex.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/DataBuffer.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/DataBuffer.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/DataBuffer.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Readable_String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/DataBuffer.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Reference_String.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/DataBuffer.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Reference_String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/DataBuffer.cpp.o: ../src/jupiter/src/common/DataBuffer.cpp |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Database.cpp.o: ../src/jupiter/src/common/../include/Jupiter/CString.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Database.cpp.o: ../src/jupiter/src/common/../include/Jupiter/CString_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Database.cpp.o: ../src/jupiter/src/common/../include/Jupiter/DataBuffer.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Database.cpp.o: ../src/jupiter/src/common/../include/Jupiter/DataBuffer_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Database.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Database.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Database.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Database.cpp.o: ../src/jupiter/src/common/../include/Jupiter/InvalidIndex.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Database.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Database.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Database.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Readable_String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Database.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Shift_String.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Database.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Shift_String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Database.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Database.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Database.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Type.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Database.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Type_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Database.cpp.o: ../src/jupiter/src/common/Database.cpp |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/File.cpp.o: ../src/jupiter/src/common/../include/Jupiter/ArrayList.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/File.cpp.o: ../src/jupiter/src/common/../include/Jupiter/CString.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/File.cpp.o: ../src/jupiter/src/common/../include/Jupiter/CString_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/File.cpp.o: ../src/jupiter/src/common/../include/Jupiter/DataBuffer.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/File.cpp.o: ../src/jupiter/src/common/../include/Jupiter/DataBuffer_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/File.cpp.o: ../src/jupiter/src/common/../include/Jupiter/File.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/File.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/File.cpp.o: ../src/jupiter/src/common/../include/Jupiter/InvalidIndex.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/File.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/File.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/File.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Readable_String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/File.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Reference_String.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/File.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Reference_String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/File.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Shift_String.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/File.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Shift_String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/File.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/File.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/File.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Type.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/File.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Type_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/File.cpp.o: ../src/jupiter/src/common/File.cpp |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.o: ../src/jupiter/src/common/../include/Jupiter/ArrayList.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.o: ../src/jupiter/src/common/../include/Jupiter/CString.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.o: ../src/jupiter/src/common/../include/Jupiter/CString_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Command.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Config.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.o: ../src/jupiter/src/common/../include/Jupiter/DataBuffer.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.o: ../src/jupiter/src/common/../include/Jupiter/DataBuffer_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.o: ../src/jupiter/src/common/../include/Jupiter/GenericCommand.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Hash.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Hash_Table.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Hash_Table_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.o: ../src/jupiter/src/common/../include/Jupiter/INIConfig.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.o: ../src/jupiter/src/common/../include/Jupiter/InvalidIndex.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Plugin.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Readable_String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Reference_String.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Reference_String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Rehash.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Shift_String.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Shift_String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Type.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Type_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Thinker.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.o: ../src/jupiter/src/common/GenericCommand.cpp |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/HTTP_Server.cpp.o: ../src/jupiter/src/common/../include/Jupiter/ArrayList.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/HTTP_Server.cpp.o: ../src/jupiter/src/common/../include/Jupiter/CString.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/HTTP_Server.cpp.o: ../src/jupiter/src/common/../include/Jupiter/CString_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/HTTP_Server.cpp.o: ../src/jupiter/src/common/../include/Jupiter/DataBuffer.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/HTTP_Server.cpp.o: ../src/jupiter/src/common/../include/Jupiter/DataBuffer_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/HTTP_Server.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/HTTP_Server.cpp.o: ../src/jupiter/src/common/../include/Jupiter/HTTP.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/HTTP_Server.cpp.o: ../src/jupiter/src/common/../include/Jupiter/HTTP_Server.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/HTTP_Server.cpp.o: ../src/jupiter/src/common/../include/Jupiter/InvalidIndex.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/HTTP_Server.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/HTTP_Server.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/HTTP_Server.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Readable_String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/HTTP_Server.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Reference_String.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/HTTP_Server.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Reference_String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/HTTP_Server.cpp.o: ../src/jupiter/src/common/../include/Jupiter/SecureSocket.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/HTTP_Server.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Shift_String.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/HTTP_Server.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Shift_String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/HTTP_Server.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Socket.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/HTTP_Server.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/HTTP_Server.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/HTTP_Server.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Type.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/HTTP_Server.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Type_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/HTTP_Server.cpp.o: ../src/jupiter/src/common/../include/Jupiter/TCPSocket.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/HTTP_Server.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Thinker.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/HTTP_Server.cpp.o: ../src/jupiter/src/common/HTTP_Server.cpp |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Hash.cpp.o: ../src/jupiter/src/common/../include/Jupiter/DataBuffer.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Hash.cpp.o: ../src/jupiter/src/common/../include/Jupiter/DataBuffer_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Hash.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Hash.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Hash.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Hash.cpp.o: ../src/jupiter/src/common/../include/Jupiter/InvalidIndex.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Hash.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Hash.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Hash.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Readable_String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Hash.cpp.o: ../src/jupiter/src/common/Hash.cpp |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/INIConfig.cpp.o: ../src/jupiter/src/common/../include/Jupiter/CString.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/INIConfig.cpp.o: ../src/jupiter/src/common/../include/Jupiter/CString_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/INIConfig.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Config.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/INIConfig.cpp.o: ../src/jupiter/src/common/../include/Jupiter/DataBuffer.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/INIConfig.cpp.o: ../src/jupiter/src/common/../include/Jupiter/DataBuffer_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/INIConfig.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/INIConfig.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Hash.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/INIConfig.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Hash_Table.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/INIConfig.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Hash_Table_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/INIConfig.cpp.o: ../src/jupiter/src/common/../include/Jupiter/INIConfig.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/INIConfig.cpp.o: ../src/jupiter/src/common/../include/Jupiter/InvalidIndex.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/INIConfig.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/INIConfig.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/INIConfig.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Readable_String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/INIConfig.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Reference_String.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/INIConfig.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Reference_String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/INIConfig.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Shift_String.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/INIConfig.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Shift_String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/INIConfig.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Socket.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/INIConfig.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/INIConfig.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/INIConfig.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Type.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/INIConfig.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Type_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/INIConfig.cpp.o: ../src/jupiter/src/common/INIConfig.cpp |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o: ../src/jupiter/src/common/../include/Jupiter/ArrayList.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Base64.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o: ../src/jupiter/src/common/../include/Jupiter/CString.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o: ../src/jupiter/src/common/../include/Jupiter/CString_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Config.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o: ../src/jupiter/src/common/../include/Jupiter/DataBuffer.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o: ../src/jupiter/src/common/../include/Jupiter/DataBuffer_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Hash.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Hash_Table.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Hash_Table_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o: ../src/jupiter/src/common/../include/Jupiter/INIConfig.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o: ../src/jupiter/src/common/../include/Jupiter/IRC.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o: ../src/jupiter/src/common/../include/Jupiter/IRC_Client.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o: ../src/jupiter/src/common/../include/Jupiter/IRC_Numerics.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o: ../src/jupiter/src/common/../include/Jupiter/InvalidIndex.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Plugin.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Readable_String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Reference_String.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Reference_String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Rehash.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o: ../src/jupiter/src/common/../include/Jupiter/SecureSocket.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Shift_String.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Shift_String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Socket.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Type.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Type_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o: ../src/jupiter/src/common/../include/Jupiter/TCPSocket.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Thinker.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o: ../src/jupiter/src/common/IRC_Client.cpp |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Jupiter.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Jupiter.cpp.o: ../src/jupiter/src/common/Jupiter.cpp |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Plugin.cpp.o: ../src/jupiter/src/common/../include/Jupiter/ArrayList.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Plugin.cpp.o: ../src/jupiter/src/common/../include/Jupiter/CString.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Plugin.cpp.o: ../src/jupiter/src/common/../include/Jupiter/CString_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Plugin.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Config.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Plugin.cpp.o: ../src/jupiter/src/common/../include/Jupiter/DataBuffer.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Plugin.cpp.o: ../src/jupiter/src/common/../include/Jupiter/DataBuffer_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Plugin.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Plugin.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Hash.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Plugin.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Hash_Table.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Plugin.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Hash_Table_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Plugin.cpp.o: ../src/jupiter/src/common/../include/Jupiter/INIConfig.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Plugin.cpp.o: ../src/jupiter/src/common/../include/Jupiter/InvalidIndex.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Plugin.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Plugin.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Plugin.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Plugin.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Plugin.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Readable_String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Plugin.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Reference_String.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Plugin.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Reference_String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Plugin.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Rehash.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Plugin.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Shift_String.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Plugin.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Shift_String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Plugin.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Plugin.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Plugin.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Type.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Plugin.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Type_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Plugin.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Thinker.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Plugin.cpp.o: ../src/jupiter/src/common/Plugin.cpp |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Rehash.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Rehash.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Rehash.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Rehash.cpp.o: ../src/jupiter/src/common/Rehash.cpp |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/SecureSocket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/CString.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/SecureSocket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/CString_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/SecureSocket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/DataBuffer.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/SecureSocket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/DataBuffer_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/SecureSocket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/SecureSocket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/InvalidIndex.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/SecureSocket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/SecureSocket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/SecureSocket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Readable_String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/SecureSocket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/SecureSocket.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/SecureSocket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Shift_String.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/SecureSocket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Shift_String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/SecureSocket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Socket.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/SecureSocket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/SecureSocket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/SecureSocket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Type.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/SecureSocket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Type_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/SecureSocket.cpp.o: ../src/jupiter/src/common/SecureSocket.cpp |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Socket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/CString.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Socket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/CString_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Socket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/DataBuffer.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Socket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/DataBuffer_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Socket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Socket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/InvalidIndex.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Socket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Socket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Socket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Readable_String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Socket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Shift_String.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Socket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Shift_String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Socket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Socket.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Socket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Socket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Socket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Type.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Socket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Type_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Socket.cpp.o: ../src/jupiter/src/common/Socket.cpp |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/TCPSocket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/DataBuffer.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/TCPSocket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/DataBuffer_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/TCPSocket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/TCPSocket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/InvalidIndex.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/TCPSocket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/TCPSocket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/TCPSocket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Readable_String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/TCPSocket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/SecureSocket.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/TCPSocket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Shift_String.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/TCPSocket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Shift_String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/TCPSocket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Socket.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/TCPSocket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/TCPSocket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/TCPSocket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Type.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/TCPSocket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Type_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/TCPSocket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/TCPSocket.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/TCPSocket.cpp.o: ../src/jupiter/src/common/TCPSocket.cpp |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Timer.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Timer.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Thinker.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Timer.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Timer.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/Timer.cpp.o: ../src/jupiter/src/common/Timer.cpp |
|||
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/UDPSocket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/DataBuffer.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/UDPSocket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/DataBuffer_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/UDPSocket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Functions.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/UDPSocket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/InvalidIndex.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/UDPSocket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Jupiter.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/UDPSocket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Readable_String.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/UDPSocket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Readable_String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/UDPSocket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Shift_String.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/UDPSocket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Shift_String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/UDPSocket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/Socket.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/UDPSocket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String.hpp |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/UDPSocket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/UDPSocket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Type.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/UDPSocket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/String_Type_Imp.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/UDPSocket.cpp.o: ../src/jupiter/src/common/../include/Jupiter/UDPSocket.h |
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/UDPSocket.cpp.o: ../src/jupiter/src/common/UDPSocket.cpp |
|||
|
@ -1,17 +0,0 @@ |
|||
# CMAKE generated file: DO NOT EDIT! |
|||
# Generated by "Unix Makefiles" Generator, CMake Version 3.10 |
|||
|
|||
# compile C with /usr/bin/gcc-8 |
|||
# compile CXX with /usr/bin/g++-8 |
|||
C_FLAGS = -g -fPIC |
|||
|
|||
C_DEFINES = -Djupiter_EXPORTS |
|||
|
|||
C_INCLUDES = -I"/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/../include" -I"/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/../include/Jupiter" |
|||
|
|||
CXX_FLAGS = -pthread -g -fPIC -std=gnu++1z |
|||
|
|||
CXX_DEFINES = -Djupiter_EXPORTS |
|||
|
|||
CXX_INCLUDES = -I"/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/../include" -I"/mnt/c/dev/Projects/Jupiter Bot/src/jupiter/src/common/../include/Jupiter" |
|||
|
@ -1 +0,0 @@ |
|||
/usr/bin/g++-8 -fPIC -pthread -g -shared -Wl,-soname,libjupiter.so -o libjupiter.so CMakeFiles/jupiter.dir/Base64.cpp.o CMakeFiles/jupiter.dir/Command.cpp.o CMakeFiles/jupiter.dir/Config.cpp.o CMakeFiles/jupiter.dir/Database.cpp.o CMakeFiles/jupiter.dir/DataBuffer.cpp.o CMakeFiles/jupiter.dir/File.cpp.o CMakeFiles/jupiter.dir/Functions.c.o CMakeFiles/jupiter.dir/GenericCommand.cpp.o CMakeFiles/jupiter.dir/Hash.cpp.o CMakeFiles/jupiter.dir/HTTP_Server.cpp.o CMakeFiles/jupiter.dir/INIConfig.cpp.o CMakeFiles/jupiter.dir/IRC_Client.cpp.o CMakeFiles/jupiter.dir/Jupiter.cpp.o CMakeFiles/jupiter.dir/Plugin.cpp.o CMakeFiles/jupiter.dir/Rehash.cpp.o CMakeFiles/jupiter.dir/SecureSocket.cpp.o CMakeFiles/jupiter.dir/Socket.cpp.o CMakeFiles/jupiter.dir/TCPSocket.cpp.o CMakeFiles/jupiter.dir/Timer.cpp.o CMakeFiles/jupiter.dir/UDPSocket.cpp.o /usr/lib/x86_64-linux-gnu/libssl.so /usr/lib/x86_64-linux-gnu/libcrypto.so |
@ -1,22 +0,0 @@ |
|||
CMAKE_PROGRESS_1 = 80 |
|||
CMAKE_PROGRESS_2 = 81 |
|||
CMAKE_PROGRESS_3 = 82 |
|||
CMAKE_PROGRESS_4 = 83 |
|||
CMAKE_PROGRESS_5 = 84 |
|||
CMAKE_PROGRESS_6 = 85 |
|||
CMAKE_PROGRESS_7 = 86 |
|||
CMAKE_PROGRESS_8 = 87 |
|||
CMAKE_PROGRESS_9 = 88 |
|||
CMAKE_PROGRESS_10 = 89 |
|||
CMAKE_PROGRESS_11 = 90 |
|||
CMAKE_PROGRESS_12 = 91 |
|||
CMAKE_PROGRESS_13 = 92 |
|||
CMAKE_PROGRESS_14 = 93 |
|||
CMAKE_PROGRESS_15 = 94 |
|||
CMAKE_PROGRESS_16 = 95 |
|||
CMAKE_PROGRESS_17 = 96 |
|||
CMAKE_PROGRESS_18 = 97 |
|||
CMAKE_PROGRESS_19 = 98 |
|||
CMAKE_PROGRESS_20 = 99 |
|||
CMAKE_PROGRESS_21 = 100 |
|||
|
@ -1 +0,0 @@ |
|||
21 |
@ -1,750 +0,0 @@ |
|||
# CMAKE generated file: DO NOT EDIT!
|
|||
# Generated by "Unix Makefiles" Generator, CMake Version 3.10
|
|||
|
|||
# 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: |
|||
|
|||
|
|||
# Remove some rules from gmake that .SUFFIXES does not remove.
|
|||
SUFFIXES = |
|||
|
|||
.SUFFIXES: .hpux_make_needs_suffix_list |
|||
|
|||
|
|||
# Suppress display of executed commands.
|
|||
$(VERBOSE).SILENT: |
|||
|
|||
|
|||
# A target that is always out of date.
|
|||
cmake_force: |
|||
|
|||
.PHONY : cmake_force |
|||
|
|||
#=============================================================================
|
|||
# Set environment variables for the build.
|
|||
|
|||
# The shell in which to execute make rules.
|
|||
SHELL = /bin/sh |
|||
|
|||
# The CMake executable.
|
|||
CMAKE_COMMAND = /usr/bin/cmake |
|||
|
|||
# The command to remove a file.
|
|||
RM = /usr/bin/cmake -E remove -f |
|||
|
|||
# Escaping for special characters.
|
|||
EQUALS = = |
|||
|
|||
# The top-level source directory on which CMake was run.
|
|||
CMAKE_SOURCE_DIR = "/mnt/c/dev/Projects/Jupiter Bot" |
|||
|
|||
# The top-level build directory on which CMake was run.
|
|||
CMAKE_BINARY_DIR = "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" |
|||
|
|||
#=============================================================================
|
|||
# Targets provided globally by CMake.
|
|||
|
|||
# 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 -H$(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 edit_cache
|
|||
edit_cache: |
|||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." |
|||
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. |
|||
.PHONY : edit_cache |
|||
|
|||
# Special rule for the target edit_cache
|
|||
edit_cache/fast: edit_cache |
|||
|
|||
.PHONY : edit_cache/fast |
|||
|
|||
# The main all target
|
|||
all: cmake_check_build_system |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(CMAKE_COMMAND) -E cmake_progress_start "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/CMakeFiles" "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/src/jupiter/src/common/CMakeFiles/progress.marks" |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f CMakeFiles/Makefile2 src/jupiter/src/common/all |
|||
$(CMAKE_COMMAND) -E cmake_progress_start "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug/CMakeFiles" 0 |
|||
.PHONY : all |
|||
|
|||
# The main clean target
|
|||
clean: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f CMakeFiles/Makefile2 src/jupiter/src/common/clean |
|||
.PHONY : clean |
|||
|
|||
# The main clean target
|
|||
clean/fast: clean |
|||
|
|||
.PHONY : clean/fast |
|||
|
|||
# Prepare targets for installation.
|
|||
preinstall: all |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f CMakeFiles/Makefile2 src/jupiter/src/common/preinstall |
|||
.PHONY : preinstall |
|||
|
|||
# Prepare targets for installation.
|
|||
preinstall/fast: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f CMakeFiles/Makefile2 src/jupiter/src/common/preinstall |
|||
.PHONY : preinstall/fast |
|||
|
|||
# clear depends
|
|||
depend: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 |
|||
.PHONY : depend |
|||
|
|||
# Convenience name for target.
|
|||
src/jupiter/src/common/CMakeFiles/jupiter.dir/rule: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f CMakeFiles/Makefile2 src/jupiter/src/common/CMakeFiles/jupiter.dir/rule |
|||
.PHONY : src/jupiter/src/common/CMakeFiles/jupiter.dir/rule |
|||
|
|||
# Convenience name for target.
|
|||
jupiter: src/jupiter/src/common/CMakeFiles/jupiter.dir/rule |
|||
|
|||
.PHONY : jupiter |
|||
|
|||
# fast build rule for target.
|
|||
jupiter/fast: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/build |
|||
.PHONY : jupiter/fast |
|||
|
|||
Base64.o: Base64.cpp.o |
|||
|
|||
.PHONY : Base64.o |
|||
|
|||
# target to build an object file
|
|||
Base64.cpp.o: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/Base64.cpp.o |
|||
.PHONY : Base64.cpp.o |
|||
|
|||
Base64.i: Base64.cpp.i |
|||
|
|||
.PHONY : Base64.i |
|||
|
|||
# target to preprocess a source file
|
|||
Base64.cpp.i: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/Base64.cpp.i |
|||
.PHONY : Base64.cpp.i |
|||
|
|||
Base64.s: Base64.cpp.s |
|||
|
|||
.PHONY : Base64.s |
|||
|
|||
# target to generate assembly for a file
|
|||
Base64.cpp.s: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/Base64.cpp.s |
|||
.PHONY : Base64.cpp.s |
|||
|
|||
Command.o: Command.cpp.o |
|||
|
|||
.PHONY : Command.o |
|||
|
|||
# target to build an object file
|
|||
Command.cpp.o: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/Command.cpp.o |
|||
.PHONY : Command.cpp.o |
|||
|
|||
Command.i: Command.cpp.i |
|||
|
|||
.PHONY : Command.i |
|||
|
|||
# target to preprocess a source file
|
|||
Command.cpp.i: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/Command.cpp.i |
|||
.PHONY : Command.cpp.i |
|||
|
|||
Command.s: Command.cpp.s |
|||
|
|||
.PHONY : Command.s |
|||
|
|||
# target to generate assembly for a file
|
|||
Command.cpp.s: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/Command.cpp.s |
|||
.PHONY : Command.cpp.s |
|||
|
|||
Config.o: Config.cpp.o |
|||
|
|||
.PHONY : Config.o |
|||
|
|||
# target to build an object file
|
|||
Config.cpp.o: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/Config.cpp.o |
|||
.PHONY : Config.cpp.o |
|||
|
|||
Config.i: Config.cpp.i |
|||
|
|||
.PHONY : Config.i |
|||
|
|||
# target to preprocess a source file
|
|||
Config.cpp.i: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/Config.cpp.i |
|||
.PHONY : Config.cpp.i |
|||
|
|||
Config.s: Config.cpp.s |
|||
|
|||
.PHONY : Config.s |
|||
|
|||
# target to generate assembly for a file
|
|||
Config.cpp.s: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/Config.cpp.s |
|||
.PHONY : Config.cpp.s |
|||
|
|||
DataBuffer.o: DataBuffer.cpp.o |
|||
|
|||
.PHONY : DataBuffer.o |
|||
|
|||
# target to build an object file
|
|||
DataBuffer.cpp.o: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/DataBuffer.cpp.o |
|||
.PHONY : DataBuffer.cpp.o |
|||
|
|||
DataBuffer.i: DataBuffer.cpp.i |
|||
|
|||
.PHONY : DataBuffer.i |
|||
|
|||
# target to preprocess a source file
|
|||
DataBuffer.cpp.i: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/DataBuffer.cpp.i |
|||
.PHONY : DataBuffer.cpp.i |
|||
|
|||
DataBuffer.s: DataBuffer.cpp.s |
|||
|
|||
.PHONY : DataBuffer.s |
|||
|
|||
# target to generate assembly for a file
|
|||
DataBuffer.cpp.s: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/DataBuffer.cpp.s |
|||
.PHONY : DataBuffer.cpp.s |
|||
|
|||
Database.o: Database.cpp.o |
|||
|
|||
.PHONY : Database.o |
|||
|
|||
# target to build an object file
|
|||
Database.cpp.o: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/Database.cpp.o |
|||
.PHONY : Database.cpp.o |
|||
|
|||
Database.i: Database.cpp.i |
|||
|
|||
.PHONY : Database.i |
|||
|
|||
# target to preprocess a source file
|
|||
Database.cpp.i: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/Database.cpp.i |
|||
.PHONY : Database.cpp.i |
|||
|
|||
Database.s: Database.cpp.s |
|||
|
|||
.PHONY : Database.s |
|||
|
|||
# target to generate assembly for a file
|
|||
Database.cpp.s: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/Database.cpp.s |
|||
.PHONY : Database.cpp.s |
|||
|
|||
File.o: File.cpp.o |
|||
|
|||
.PHONY : File.o |
|||
|
|||
# target to build an object file
|
|||
File.cpp.o: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/File.cpp.o |
|||
.PHONY : File.cpp.o |
|||
|
|||
File.i: File.cpp.i |
|||
|
|||
.PHONY : File.i |
|||
|
|||
# target to preprocess a source file
|
|||
File.cpp.i: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/File.cpp.i |
|||
.PHONY : File.cpp.i |
|||
|
|||
File.s: File.cpp.s |
|||
|
|||
.PHONY : File.s |
|||
|
|||
# target to generate assembly for a file
|
|||
File.cpp.s: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/File.cpp.s |
|||
.PHONY : File.cpp.s |
|||
|
|||
Functions.o: Functions.c.o |
|||
|
|||
.PHONY : Functions.o |
|||
|
|||
# target to build an object file
|
|||
Functions.c.o: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/Functions.c.o |
|||
.PHONY : Functions.c.o |
|||
|
|||
Functions.i: Functions.c.i |
|||
|
|||
.PHONY : Functions.i |
|||
|
|||
# target to preprocess a source file
|
|||
Functions.c.i: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/Functions.c.i |
|||
.PHONY : Functions.c.i |
|||
|
|||
Functions.s: Functions.c.s |
|||
|
|||
.PHONY : Functions.s |
|||
|
|||
# target to generate assembly for a file
|
|||
Functions.c.s: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/Functions.c.s |
|||
.PHONY : Functions.c.s |
|||
|
|||
GenericCommand.o: GenericCommand.cpp.o |
|||
|
|||
.PHONY : GenericCommand.o |
|||
|
|||
# target to build an object file
|
|||
GenericCommand.cpp.o: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.o |
|||
.PHONY : GenericCommand.cpp.o |
|||
|
|||
GenericCommand.i: GenericCommand.cpp.i |
|||
|
|||
.PHONY : GenericCommand.i |
|||
|
|||
# target to preprocess a source file
|
|||
GenericCommand.cpp.i: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.i |
|||
.PHONY : GenericCommand.cpp.i |
|||
|
|||
GenericCommand.s: GenericCommand.cpp.s |
|||
|
|||
.PHONY : GenericCommand.s |
|||
|
|||
# target to generate assembly for a file
|
|||
GenericCommand.cpp.s: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/GenericCommand.cpp.s |
|||
.PHONY : GenericCommand.cpp.s |
|||
|
|||
HTTP_Server.o: HTTP_Server.cpp.o |
|||
|
|||
.PHONY : HTTP_Server.o |
|||
|
|||
# target to build an object file
|
|||
HTTP_Server.cpp.o: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/HTTP_Server.cpp.o |
|||
.PHONY : HTTP_Server.cpp.o |
|||
|
|||
HTTP_Server.i: HTTP_Server.cpp.i |
|||
|
|||
.PHONY : HTTP_Server.i |
|||
|
|||
# target to preprocess a source file
|
|||
HTTP_Server.cpp.i: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/HTTP_Server.cpp.i |
|||
.PHONY : HTTP_Server.cpp.i |
|||
|
|||
HTTP_Server.s: HTTP_Server.cpp.s |
|||
|
|||
.PHONY : HTTP_Server.s |
|||
|
|||
# target to generate assembly for a file
|
|||
HTTP_Server.cpp.s: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/HTTP_Server.cpp.s |
|||
.PHONY : HTTP_Server.cpp.s |
|||
|
|||
Hash.o: Hash.cpp.o |
|||
|
|||
.PHONY : Hash.o |
|||
|
|||
# target to build an object file
|
|||
Hash.cpp.o: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/Hash.cpp.o |
|||
.PHONY : Hash.cpp.o |
|||
|
|||
Hash.i: Hash.cpp.i |
|||
|
|||
.PHONY : Hash.i |
|||
|
|||
# target to preprocess a source file
|
|||
Hash.cpp.i: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/Hash.cpp.i |
|||
.PHONY : Hash.cpp.i |
|||
|
|||
Hash.s: Hash.cpp.s |
|||
|
|||
.PHONY : Hash.s |
|||
|
|||
# target to generate assembly for a file
|
|||
Hash.cpp.s: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/Hash.cpp.s |
|||
.PHONY : Hash.cpp.s |
|||
|
|||
INIConfig.o: INIConfig.cpp.o |
|||
|
|||
.PHONY : INIConfig.o |
|||
|
|||
# target to build an object file
|
|||
INIConfig.cpp.o: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/INIConfig.cpp.o |
|||
.PHONY : INIConfig.cpp.o |
|||
|
|||
INIConfig.i: INIConfig.cpp.i |
|||
|
|||
.PHONY : INIConfig.i |
|||
|
|||
# target to preprocess a source file
|
|||
INIConfig.cpp.i: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/INIConfig.cpp.i |
|||
.PHONY : INIConfig.cpp.i |
|||
|
|||
INIConfig.s: INIConfig.cpp.s |
|||
|
|||
.PHONY : INIConfig.s |
|||
|
|||
# target to generate assembly for a file
|
|||
INIConfig.cpp.s: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/INIConfig.cpp.s |
|||
.PHONY : INIConfig.cpp.s |
|||
|
|||
IRC_Client.o: IRC_Client.cpp.o |
|||
|
|||
.PHONY : IRC_Client.o |
|||
|
|||
# target to build an object file
|
|||
IRC_Client.cpp.o: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.o |
|||
.PHONY : IRC_Client.cpp.o |
|||
|
|||
IRC_Client.i: IRC_Client.cpp.i |
|||
|
|||
.PHONY : IRC_Client.i |
|||
|
|||
# target to preprocess a source file
|
|||
IRC_Client.cpp.i: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.i |
|||
.PHONY : IRC_Client.cpp.i |
|||
|
|||
IRC_Client.s: IRC_Client.cpp.s |
|||
|
|||
.PHONY : IRC_Client.s |
|||
|
|||
# target to generate assembly for a file
|
|||
IRC_Client.cpp.s: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/IRC_Client.cpp.s |
|||
.PHONY : IRC_Client.cpp.s |
|||
|
|||
Jupiter.o: Jupiter.cpp.o |
|||
|
|||
.PHONY : Jupiter.o |
|||
|
|||
# target to build an object file
|
|||
Jupiter.cpp.o: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/Jupiter.cpp.o |
|||
.PHONY : Jupiter.cpp.o |
|||
|
|||
Jupiter.i: Jupiter.cpp.i |
|||
|
|||
.PHONY : Jupiter.i |
|||
|
|||
# target to preprocess a source file
|
|||
Jupiter.cpp.i: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/Jupiter.cpp.i |
|||
.PHONY : Jupiter.cpp.i |
|||
|
|||
Jupiter.s: Jupiter.cpp.s |
|||
|
|||
.PHONY : Jupiter.s |
|||
|
|||
# target to generate assembly for a file
|
|||
Jupiter.cpp.s: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/Jupiter.cpp.s |
|||
.PHONY : Jupiter.cpp.s |
|||
|
|||
Plugin.o: Plugin.cpp.o |
|||
|
|||
.PHONY : Plugin.o |
|||
|
|||
# target to build an object file
|
|||
Plugin.cpp.o: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/Plugin.cpp.o |
|||
.PHONY : Plugin.cpp.o |
|||
|
|||
Plugin.i: Plugin.cpp.i |
|||
|
|||
.PHONY : Plugin.i |
|||
|
|||
# target to preprocess a source file
|
|||
Plugin.cpp.i: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/Plugin.cpp.i |
|||
.PHONY : Plugin.cpp.i |
|||
|
|||
Plugin.s: Plugin.cpp.s |
|||
|
|||
.PHONY : Plugin.s |
|||
|
|||
# target to generate assembly for a file
|
|||
Plugin.cpp.s: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/Plugin.cpp.s |
|||
.PHONY : Plugin.cpp.s |
|||
|
|||
Rehash.o: Rehash.cpp.o |
|||
|
|||
.PHONY : Rehash.o |
|||
|
|||
# target to build an object file
|
|||
Rehash.cpp.o: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/Rehash.cpp.o |
|||
.PHONY : Rehash.cpp.o |
|||
|
|||
Rehash.i: Rehash.cpp.i |
|||
|
|||
.PHONY : Rehash.i |
|||
|
|||
# target to preprocess a source file
|
|||
Rehash.cpp.i: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/Rehash.cpp.i |
|||
.PHONY : Rehash.cpp.i |
|||
|
|||
Rehash.s: Rehash.cpp.s |
|||
|
|||
.PHONY : Rehash.s |
|||
|
|||
# target to generate assembly for a file
|
|||
Rehash.cpp.s: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/Rehash.cpp.s |
|||
.PHONY : Rehash.cpp.s |
|||
|
|||
SecureSocket.o: SecureSocket.cpp.o |
|||
|
|||
.PHONY : SecureSocket.o |
|||
|
|||
# target to build an object file
|
|||
SecureSocket.cpp.o: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/SecureSocket.cpp.o |
|||
.PHONY : SecureSocket.cpp.o |
|||
|
|||
SecureSocket.i: SecureSocket.cpp.i |
|||
|
|||
.PHONY : SecureSocket.i |
|||
|
|||
# target to preprocess a source file
|
|||
SecureSocket.cpp.i: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/SecureSocket.cpp.i |
|||
.PHONY : SecureSocket.cpp.i |
|||
|
|||
SecureSocket.s: SecureSocket.cpp.s |
|||
|
|||
.PHONY : SecureSocket.s |
|||
|
|||
# target to generate assembly for a file
|
|||
SecureSocket.cpp.s: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/SecureSocket.cpp.s |
|||
.PHONY : SecureSocket.cpp.s |
|||
|
|||
Socket.o: Socket.cpp.o |
|||
|
|||
.PHONY : Socket.o |
|||
|
|||
# target to build an object file
|
|||
Socket.cpp.o: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/Socket.cpp.o |
|||
.PHONY : Socket.cpp.o |
|||
|
|||
Socket.i: Socket.cpp.i |
|||
|
|||
.PHONY : Socket.i |
|||
|
|||
# target to preprocess a source file
|
|||
Socket.cpp.i: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/Socket.cpp.i |
|||
.PHONY : Socket.cpp.i |
|||
|
|||
Socket.s: Socket.cpp.s |
|||
|
|||
.PHONY : Socket.s |
|||
|
|||
# target to generate assembly for a file
|
|||
Socket.cpp.s: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/Socket.cpp.s |
|||
.PHONY : Socket.cpp.s |
|||
|
|||
TCPSocket.o: TCPSocket.cpp.o |
|||
|
|||
.PHONY : TCPSocket.o |
|||
|
|||
# target to build an object file
|
|||
TCPSocket.cpp.o: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/TCPSocket.cpp.o |
|||
.PHONY : TCPSocket.cpp.o |
|||
|
|||
TCPSocket.i: TCPSocket.cpp.i |
|||
|
|||
.PHONY : TCPSocket.i |
|||
|
|||
# target to preprocess a source file
|
|||
TCPSocket.cpp.i: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/TCPSocket.cpp.i |
|||
.PHONY : TCPSocket.cpp.i |
|||
|
|||
TCPSocket.s: TCPSocket.cpp.s |
|||
|
|||
.PHONY : TCPSocket.s |
|||
|
|||
# target to generate assembly for a file
|
|||
TCPSocket.cpp.s: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/TCPSocket.cpp.s |
|||
.PHONY : TCPSocket.cpp.s |
|||
|
|||
Timer.o: Timer.cpp.o |
|||
|
|||
.PHONY : Timer.o |
|||
|
|||
# target to build an object file
|
|||
Timer.cpp.o: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/Timer.cpp.o |
|||
.PHONY : Timer.cpp.o |
|||
|
|||
Timer.i: Timer.cpp.i |
|||
|
|||
.PHONY : Timer.i |
|||
|
|||
# target to preprocess a source file
|
|||
Timer.cpp.i: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/Timer.cpp.i |
|||
.PHONY : Timer.cpp.i |
|||
|
|||
Timer.s: Timer.cpp.s |
|||
|
|||
.PHONY : Timer.s |
|||
|
|||
# target to generate assembly for a file
|
|||
Timer.cpp.s: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/Timer.cpp.s |
|||
.PHONY : Timer.cpp.s |
|||
|
|||
UDPSocket.o: UDPSocket.cpp.o |
|||
|
|||
.PHONY : UDPSocket.o |
|||
|
|||
# target to build an object file
|
|||
UDPSocket.cpp.o: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/UDPSocket.cpp.o |
|||
.PHONY : UDPSocket.cpp.o |
|||
|
|||
UDPSocket.i: UDPSocket.cpp.i |
|||
|
|||
.PHONY : UDPSocket.i |
|||
|
|||
# target to preprocess a source file
|
|||
UDPSocket.cpp.i: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/UDPSocket.cpp.i |
|||
.PHONY : UDPSocket.cpp.i |
|||
|
|||
UDPSocket.s: UDPSocket.cpp.s |
|||
|
|||
.PHONY : UDPSocket.s |
|||
|
|||
# target to generate assembly for a file
|
|||
UDPSocket.cpp.s: |
|||
cd "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(MAKE) -f src/jupiter/src/common/CMakeFiles/jupiter.dir/build.make src/jupiter/src/common/CMakeFiles/jupiter.dir/UDPSocket.cpp.s |
|||
.PHONY : UDPSocket.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 "... rebuild_cache" |
|||
@echo "... jupiter" |
|||
@echo "... edit_cache" |
|||
@echo "... Base64.o" |
|||
@echo "... Base64.i" |
|||
@echo "... Base64.s" |
|||
@echo "... Command.o" |
|||
@echo "... Command.i" |
|||
@echo "... Command.s" |
|||
@echo "... Config.o" |
|||
@echo "... Config.i" |
|||
@echo "... Config.s" |
|||
@echo "... DataBuffer.o" |
|||
@echo "... DataBuffer.i" |
|||
@echo "... DataBuffer.s" |
|||
@echo "... Database.o" |
|||
@echo "... Database.i" |
|||
@echo "... Database.s" |
|||
@echo "... File.o" |
|||
@echo "... File.i" |
|||
@echo "... File.s" |
|||
@echo "... Functions.o" |
|||
@echo "... Functions.i" |
|||
@echo "... Functions.s" |
|||
@echo "... GenericCommand.o" |
|||
@echo "... GenericCommand.i" |
|||
@echo "... GenericCommand.s" |
|||
@echo "... HTTP_Server.o" |
|||
@echo "... HTTP_Server.i" |
|||
@echo "... HTTP_Server.s" |
|||
@echo "... Hash.o" |
|||
@echo "... Hash.i" |
|||
@echo "... Hash.s" |
|||
@echo "... INIConfig.o" |
|||
@echo "... INIConfig.i" |
|||
@echo "... INIConfig.s" |
|||
@echo "... IRC_Client.o" |
|||
@echo "... IRC_Client.i" |
|||
@echo "... IRC_Client.s" |
|||
@echo "... Jupiter.o" |
|||
@echo "... Jupiter.i" |
|||
@echo "... Jupiter.s" |
|||
@echo "... Plugin.o" |
|||
@echo "... Plugin.i" |
|||
@echo "... Plugin.s" |
|||
@echo "... Rehash.o" |
|||
@echo "... Rehash.i" |
|||
@echo "... Rehash.s" |
|||
@echo "... SecureSocket.o" |
|||
@echo "... SecureSocket.i" |
|||
@echo "... SecureSocket.s" |
|||
@echo "... Socket.o" |
|||
@echo "... Socket.i" |
|||
@echo "... Socket.s" |
|||
@echo "... TCPSocket.o" |
|||
@echo "... TCPSocket.i" |
|||
@echo "... TCPSocket.s" |
|||
@echo "... Timer.o" |
|||
@echo "... Timer.i" |
|||
@echo "... Timer.s" |
|||
@echo "... UDPSocket.o" |
|||
@echo "... UDPSocket.i" |
|||
@echo "... UDPSocket.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 "/mnt/c/dev/Projects/Jupiter Bot/cmake-build-debug" && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 |
|||
.PHONY : cmake_check_build_system |
|||
|
Some files were not shown because too many files changed in this diff
Loading…
Reference in new issue