Rm tmp dir

This commit is contained in:
TheFloW 2016-12-12 20:04:21 +01:00
parent 018c93e971
commit 9c8ef4fc83
45 changed files with 0 additions and 8980 deletions

View File

@ -1,341 +0,0 @@
# This is the CMakeCache file.
# For build in directory: /usr/local/vitasdk/vitashell/build
# It was generated by CMake: /usr/bin/cmake.exe
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.
########################
# EXTERNAL cache entries
########################
//archive
CMAKE_AR:PATH=/usr/local/vitasdk/bin/arm-vita-eabi-ar.exe
//assembler
CMAKE_ASM_COMPILER:PATH=/usr/local/vitasdk/bin/arm-vita-eabi-gcc.exe
//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or
// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.
CMAKE_BUILD_TYPE:STRING=
//Enable/Disable color output during build.
CMAKE_COLOR_MAKEFILE:BOOL=ON
//C++ compiler
CMAKE_CXX_COMPILER:PATH=/usr/local/vitasdk/bin/arm-vita-eabi-g++.exe
//c++ flags
CMAKE_CXX_FLAGS:STRING=
//c++ Debug flags
CMAKE_CXX_FLAGS_DEBUG:STRING=-O0 -g -DDEBUG -D_DEBUG
//Flags used by the compiler during release builds for minimum
// size.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
//c++ Release flags
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
//Flags used by the compiler during release builds with debug info.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
//C compiler
CMAKE_C_COMPILER:PATH=/usr/local/vitasdk/bin/arm-vita-eabi-gcc.exe
//c flags
CMAKE_C_FLAGS:STRING=
//c Debug flags
CMAKE_C_FLAGS_DEBUG:STRING=-O0 -g -DDEBUG -D_DEBUG
//Flags used by the compiler during release builds for minimum
// size.
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
//c Release flags
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
//Flags used by the compiler during release builds with debug info.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
//executable linker flags
CMAKE_EXE_LINKER_FLAGS:STRING=-Wl,-z,nocopyreloc
//Flags used by the linker during debug builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during release minsize builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during release builds.
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during Release with Debug Info builds.
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Enable/Disable output of compile commands during generation.
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF
//default install path
CMAKE_INSTALL_PREFIX:PATH=/usr/local/vitasdk/arm-vita-eabi
//linker
CMAKE_LINKER:PATH=/usr/local/vitasdk/bin/arm-vita-eabi-ld.exe
//Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make.exe
//module linker flags
CMAKE_MODULE_LINKER_FLAGS:STRING=
//Flags used by the linker during debug builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during release minsize builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during release builds.
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during Release with Debug Info builds.
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//nm
CMAKE_NM:PATH=/usr/local/vitasdk/bin/arm-vita-eabi-nm.exe
//objcopy
CMAKE_OBJCOPY:PATH=/usr/local/vitasdk/bin/arm-vita-eabi-objcopy.exe
//objdump
CMAKE_OBJDUMP:PATH=/usr/local/vitasdk/bin/arm-vita-eabi-objdump.exe
//Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=VitaShell
//ranlib
CMAKE_RANLIB:PATH=/usr/local/vitasdk/bin/arm-vita-eabi-ranlib.exe
//shared linker flags
CMAKE_SHARED_LINKER_FLAGS:STRING=
//Flags used by the linker during debug builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during release minsize builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during release builds.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during Release with Debug Info builds.
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//If set, runtime paths are not added when installing shared libraries,
// but are added when building.
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
//If set, runtime paths are not added when using shared libraries.
CMAKE_SKIP_RPATH:BOOL=NO
//Flags used by the linker during the creation of static libraries.
CMAKE_STATIC_LINKER_FLAGS:STRING=
//Flags used by the linker during debug builds.
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during release minsize builds.
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during release builds.
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during Release with Debug Info builds.
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//strip
CMAKE_STRIP:PATH=/usr/local/vitasdk/bin/arm-vita-eabi-strip.exe
//The CMake toolchain file
CMAKE_TOOLCHAIN_FILE:FILEPATH=/usr/local/vitasdk/share/vita.toolchain.cmake
//If this value is on, makefiles will be generated without the
// .SILENT directive, and all commands will be echoed to the console
// during the make. This is useful for debugging only. With Visual
// Studio IDE projects all commands are done without /nologo.
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
//Path to Vita SDK root
VITASDK:PATH=/usr/local/vitasdk
//vita-elf-create
VITA_ELF_CREATE:PATH=/usr/local/vitasdk/bin/vita-elf-create.exe
//vita-elf-create flags
VITA_ELF_CREATE_FLAGS:STRING=
//vita-elf-export
VITA_ELF_EXPORT:PATH=/usr/local/vitasdk/bin/vita-elf-export.exe
//vita-libs-gen
VITA_LIBS_GEN:PATH=/usr/local/vitasdk/bin/vita-libs-gen.exe
//vita-make-fself
VITA_MAKE_FSELF:PATH=/usr/local/vitasdk/bin/vita-make-fself.exe
//vita-make-fself flags
VITA_MAKE_FSELF_FLAGS:STRING=
//vita-mksfoex
VITA_MKSFOEX:PATH=/usr/local/vitasdk/bin/vita-mksfoex.exe
//vita-mksfoex flags
VITA_MKSFOEX_FLAGS:STRING= -d PARENTAL_LEVEL=1
//vita-pack-vpk
VITA_PACK_VPK:PATH=/usr/local/vitasdk/bin/vita-pack-vpk.exe
//vita-pack-vpk flags
VITA_PACK_VPK_FLAGS:STRING=
//Value Computed by CMake
VitaShell_BINARY_DIR:STATIC=/usr/local/vitasdk/vitashell/build
//Value Computed by CMake
VitaShell_SOURCE_DIR:STATIC=/usr/local/vitasdk/vitashell
########################
# INTERNAL cache entries
########################
//ADVANCED property for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/usr/local/vitasdk/vitashell/build
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=6
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=2
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=/usr/bin/cmake.exe
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack.exe
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest.exe
//ADVANCED property for variable: CMAKE_CXX_COMPILER
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Executable file format
CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
//Name of external makefile project generator.
CMAKE_EXTRA_GENERATOR:INTERNAL=
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
//Name of generator platform.
CMAKE_GENERATOR_PLATFORM:INTERNAL=
//Name of generator toolset.
CMAKE_GENERATOR_TOOLSET:INTERNAL=
//Source directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=/usr/local/vitasdk/vitashell
//ADVANCED property for variable: CMAKE_LINKER
CMAKE_LINKER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_NM
CMAKE_NM-ADVANCED:INTERNAL=1
//number of local generators
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1
//ADVANCED property for variable: CMAKE_OBJCOPY
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_OBJDUMP
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_RANLIB
CMAKE_RANLIB-ADVANCED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.6.2
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STRIP
CMAKE_STRIP-ADVANCED:INTERNAL=1
//uname command
CMAKE_UNAME:INTERNAL=/usr/bin/uname.exe
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1

View File

@ -1,73 +0,0 @@
set(CMAKE_C_COMPILER "/usr/local/vitasdk/bin/arm-vita-eabi-gcc.exe")
set(CMAKE_C_COMPILER_ARG1 "")
set(CMAKE_C_COMPILER_ID "GNU")
set(CMAKE_C_COMPILER_VERSION "6.2.0")
set(CMAKE_C_COMPILER_WRAPPER "")
set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "11")
set(CMAKE_C_COMPILE_FEATURES "c_function_prototypes;c_restrict;c_variadic_macros;c_static_assert")
set(CMAKE_C90_COMPILE_FEATURES "c_function_prototypes")
set(CMAKE_C99_COMPILE_FEATURES "c_restrict;c_variadic_macros")
set(CMAKE_C11_COMPILE_FEATURES "c_static_assert")
set(CMAKE_C_PLATFORM_ID "")
set(CMAKE_C_SIMULATE_ID "")
set(CMAKE_C_SIMULATE_VERSION "")
set(CMAKE_AR "/usr/local/vitasdk/bin/arm-vita-eabi-ar.exe")
set(CMAKE_RANLIB "/usr/local/vitasdk/bin/arm-vita-eabi-ranlib.exe")
set(CMAKE_LINKER "/usr/local/vitasdk/bin/arm-vita-eabi-ld.exe")
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 )
set(CMAKE_COMPILER_IS_MSYS )
if(CMAKE_COMPILER_IS_CYGWIN)
set(CYGWIN 1)
set(UNIX 1)
endif()
if(CMAKE_COMPILER_IS_MSYS)
#set(CYGWIN 1)
set(MSYS 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 "4")
set(CMAKE_C_COMPILER_ABI "ELF")
set(CMAKE_C_LIBRARY_ARCHITECTURE "")
if(CMAKE_C_SIZEOF_DATA_PTR)
set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}")
endif()
if(CMAKE_C_COMPILER_ABI)
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}")
endif()
if(CMAKE_C_LIBRARY_ARCHITECTURE)
set(CMAKE_LIBRARY_ARCHITECTURE "")
endif()
set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "")
if(CMAKE_C_CL_SHOWINCLUDES_PREFIX)
set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}")
endif()
set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "c;SceRtc_stub;SceSysmem_stub;SceKernelThreadMgr_stub;SceKernelModulemgr_stub;SceIofilemgr_stub;SceProcessmgr_stub;SceLibKernel_stub;SceNet_stub")
set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "c:/msys64/usr/local/vitasdk/lib/gcc/arm-vita-eabi/6.2.0;c:/msys64/usr/local/vitasdk/lib/gcc;c:/msys64/usr/local/vitasdk/arm-vita-eabi/lib")
set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")

View File

@ -1,74 +0,0 @@
set(CMAKE_CXX_COMPILER "/usr/local/vitasdk/bin/arm-vita-eabi-g++.exe")
set(CMAKE_CXX_COMPILER_ARG1 "")
set(CMAKE_CXX_COMPILER_ID "GNU")
set(CMAKE_CXX_COMPILER_VERSION "6.2.0")
set(CMAKE_CXX_COMPILER_WRAPPER "")
set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "14")
set(CMAKE_CXX_COMPILE_FEATURES "cxx_template_template_parameters;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_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_CXX98_COMPILE_FEATURES "cxx_template_template_parameters")
set(CMAKE_CXX11_COMPILE_FEATURES "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_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_CXX_PLATFORM_ID "")
set(CMAKE_CXX_SIMULATE_ID "")
set(CMAKE_CXX_SIMULATE_VERSION "")
set(CMAKE_AR "/usr/local/vitasdk/bin/arm-vita-eabi-ar.exe")
set(CMAKE_RANLIB "/usr/local/vitasdk/bin/arm-vita-eabi-ranlib.exe")
set(CMAKE_LINKER "/usr/local/vitasdk/bin/arm-vita-eabi-ld.exe")
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 )
set(CMAKE_COMPILER_IS_MSYS )
if(CMAKE_COMPILER_IS_CYGWIN)
set(CYGWIN 1)
set(UNIX 1)
endif()
if(CMAKE_COMPILER_IS_MSYS)
#set(CYGWIN 1)
set(MSYS 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 "4")
set(CMAKE_CXX_COMPILER_ABI "ELF")
set(CMAKE_CXX_LIBRARY_ARCHITECTURE "")
if(CMAKE_CXX_SIZEOF_DATA_PTR)
set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}")
endif()
if(CMAKE_CXX_COMPILER_ABI)
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}")
endif()
if(CMAKE_CXX_LIBRARY_ARCHITECTURE)
set(CMAKE_LIBRARY_ARCHITECTURE "")
endif()
set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "")
if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX)
set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}")
endif()
set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;c;SceRtc_stub;SceSysmem_stub;SceKernelThreadMgr_stub;SceKernelModulemgr_stub;SceIofilemgr_stub;SceProcessmgr_stub;SceLibKernel_stub;SceNet_stub")
set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "c:/msys64/usr/local/vitasdk/lib/gcc/arm-vita-eabi/6.2.0;c:/msys64/usr/local/vitasdk/lib/gcc;c:/msys64/usr/local/vitasdk/arm-vita-eabi/lib")
set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")

View File

@ -1,15 +0,0 @@
set(CMAKE_HOST_SYSTEM "MSYS-2.6.0(0.304/5/3)")
set(CMAKE_HOST_SYSTEM_NAME "MSYS")
set(CMAKE_HOST_SYSTEM_VERSION "2.6.0(0.304/5/3)")
set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
include("/usr/local/vitasdk/share/vita.toolchain.cmake")
set(CMAKE_SYSTEM "Generic-1")
set(CMAKE_SYSTEM_NAME "Generic")
set(CMAKE_SYSTEM_VERSION "1")
set(CMAKE_SYSTEM_PROCESSOR "armv7-a")
set(CMAKE_CROSSCOMPILING "TRUE")
set(CMAKE_SYSTEM_LOADED 1)

View File

@ -1,564 +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"
#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)
# define COMPILER_ID "SDCC"
/* SDCC = VRP */
# define COMPILER_VERSION_MAJOR DEC(SDCC/100)
# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10)
# define COMPILER_VERSION_PATCH DEC(SDCC % 10)
#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(__MSYS__)
# define PLATFORM_ID "MSYS"
#elif defined(__CYGWIN__)
# define PLATFORM_ID "Cygwin"
#elif defined(__MINGW32__)
# define PLATFORM_ID "MinGW"
#elif defined(__APPLE__)
# define PLATFORM_ID "Darwin"
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
# define PLATFORM_ID "Windows"
#elif defined(__FreeBSD__) || defined(__FreeBSD)
# define PLATFORM_ID "FreeBSD"
#elif defined(__NetBSD__) || defined(__NetBSD)
# define PLATFORM_ID "NetBSD"
#elif defined(__OpenBSD__) || defined(__OPENBSD)
# define PLATFORM_ID "OpenBSD"
#elif defined(__sun) || defined(sun)
# define PLATFORM_ID "SunOS"
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
# define PLATFORM_ID "AIX"
#elif defined(__sgi) || defined(__sgi__) || defined(_SGI)
# define PLATFORM_ID "IRIX"
#elif defined(__hpux) || defined(__hpux__)
# define PLATFORM_ID "HP-UX"
#elif defined(__HAIKU__)
# define PLATFORM_ID "Haiku"
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
# define PLATFORM_ID "BeOS"
#elif defined(__QNX__) || defined(__QNXNTO__)
# define PLATFORM_ID "QNX"
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
# define PLATFORM_ID "Tru64"
#elif defined(__riscos) || defined(__riscos__)
# define PLATFORM_ID "RISCos"
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
# define PLATFORM_ID "SINIX"
#elif defined(__UNIX_SV__)
# define PLATFORM_ID "UNIX_SV"
#elif defined(__bsdos__)
# define PLATFORM_ID "BSDOS"
#elif defined(_MPRAS) || defined(MPRAS)
# define PLATFORM_ID "MP-RAS"
#elif defined(__osf) || defined(__osf__)
# define PLATFORM_ID "OSF1"
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
# define PLATFORM_ID "SCO_SV"
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
# define PLATFORM_ID "ULTRIX"
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
# define PLATFORM_ID "Xenix"
#elif defined(__WATCOMC__)
# if defined(__LINUX__)
# define PLATFORM_ID "Linux"
# elif defined(__DOS__)
# define PLATFORM_ID "DOS"
# elif defined(__OS2__)
# define PLATFORM_ID "OS2"
# elif defined(__WINDOWS__)
# define PLATFORM_ID "Windows3x"
# else /* unknown platform */
# define PLATFORM_ID
# endif
#else /* unknown platform */
# define PLATFORM_ID
#endif
/* For windows compilers MSVC and Intel we can determine
the architecture of the compiler being used. This is because
the compilers do not have flags that can change the architecture,
but rather depend on which compiler is being used
*/
#if defined(_WIN32) && defined(_MSC_VER)
# if defined(_M_IA64)
# define ARCHITECTURE_ID "IA64"
# elif defined(_M_X64) || defined(_M_AMD64)
# define ARCHITECTURE_ID "x64"
# elif defined(_M_IX86)
# define ARCHITECTURE_ID "X86"
# elif defined(_M_ARM)
# if _M_ARM == 4
# define ARCHITECTURE_ID "ARMV4I"
# elif _M_ARM == 5
# define ARCHITECTURE_ID "ARMV5I"
# else
# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
# endif
# elif defined(_M_MIPS)
# define ARCHITECTURE_ID "MIPS"
# elif defined(_M_SH)
# define ARCHITECTURE_ID "SHx"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#elif defined(__WATCOMC__)
# if defined(_M_I86)
# define ARCHITECTURE_ID "I86"
# elif defined(_M_IX86)
# define ARCHITECTURE_ID "X86"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#else
# define ARCHITECTURE_ID
#endif
/* Convert integer to decimal digit literals. */
#define DEC(n) \
('0' + (((n) / 10000000)%10)), \
('0' + (((n) / 1000000)%10)), \
('0' + (((n) / 100000)%10)), \
('0' + (((n) / 10000)%10)), \
('0' + (((n) / 1000)%10)), \
('0' + (((n) / 100)%10)), \
('0' + (((n) / 10)%10)), \
('0' + ((n) % 10))
/* Convert integer to hex digit literals. */
#define HEX(n) \
('0' + ((n)>>28 & 0xF)), \
('0' + ((n)>>24 & 0xF)), \
('0' + ((n)>>20 & 0xF)), \
('0' + ((n)>>16 & 0xF)), \
('0' + ((n)>>12 & 0xF)), \
('0' + ((n)>>8 & 0xF)), \
('0' + ((n)>>4 & 0xF)), \
('0' + ((n) & 0xF))
/* Construct a string literal encoding the version number components. */
#ifdef COMPILER_VERSION_MAJOR
char const info_version[] = {
'I', 'N', 'F', 'O', ':',
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
COMPILER_VERSION_MAJOR,
# ifdef COMPILER_VERSION_MINOR
'.', COMPILER_VERSION_MINOR,
# ifdef COMPILER_VERSION_PATCH
'.', COMPILER_VERSION_PATCH,
# ifdef COMPILER_VERSION_TWEAK
'.', COMPILER_VERSION_TWEAK,
# endif
# endif
# endif
']','\0'};
#endif
/* Construct a string literal encoding the version number components. */
#ifdef SIMULATE_VERSION_MAJOR
char const info_simulate_version[] = {
'I', 'N', 'F', 'O', ':',
's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
SIMULATE_VERSION_MAJOR,
# ifdef SIMULATE_VERSION_MINOR
'.', SIMULATE_VERSION_MINOR,
# ifdef SIMULATE_VERSION_PATCH
'.', SIMULATE_VERSION_PATCH,
# ifdef SIMULATE_VERSION_TWEAK
'.', SIMULATE_VERSION_TWEAK,
# endif
# endif
# endif
']','\0'};
#endif
/* Construct the string literal in pieces to prevent the source from
getting matched. Store it in a pointer rather than an array
because some compilers will just produce instructions to fill the
array rather than assigning a pointer to a static array. */
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
#if !defined(__STDC__)
# if defined(_MSC_VER) && !defined(__clang__)
# define C_DIALECT "90"
# else
# define C_DIALECT
# endif
#elif __STDC_VERSION__ >= 201000L
# define C_DIALECT "11"
#elif __STDC_VERSION__ >= 199901L
# define C_DIALECT "99"
#else
# define C_DIALECT "90"
#endif
const char* info_language_dialect_default =
"INFO" ":" "dialect_default[" C_DIALECT "]";
/*--------------------------------------------------------------------------*/
#ifdef ID_VOID_MAIN
void main() {}
#else
# if defined(__CLASSIC_C__)
int main(argc, argv) int argc; char *argv[];
# else
int main(int argc, char* argv[])
# endif
{
int require = 0;
require += info_compiler[argc];
require += info_platform[argc];
require += info_arch[argc];
#ifdef COMPILER_VERSION_MAJOR
require += info_version[argc];
#endif
#ifdef SIMULATE_ID
require += info_simulate[argc];
#endif
#ifdef SIMULATE_VERSION_MAJOR
require += info_simulate_version[argc];
#endif
#if defined(__CRAYXE) || defined(__CRAYXC)
require += info_cray[argc];
#endif
require += info_language_dialect_default[argc];
(void)argv;
return require;
}
#endif

View File

@ -1,536 +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__)
# define COMPILER_ID "GNU"
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
# if defined(__GNUC_MINOR__)
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
#elif defined(_MSC_VER)
# define COMPILER_ID "MSVC"
/* _MSC_VER = VVRR */
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
# if defined(_MSC_FULL_VER)
# if _MSC_VER >= 1400
/* _MSC_FULL_VER = VVRRPPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
# else
/* _MSC_FULL_VER = VVRRPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
# endif
# endif
# if defined(_MSC_BUILD)
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
# endif
#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
# define COMPILER_ID "ADSP"
#if defined(__VISUALDSPVERSION__)
/* __VISUALDSPVERSION__ = 0xVVRRPP00 */
# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF)
#endif
#elif defined(__IAR_SYSTEMS_ICC__ ) || defined(__IAR_SYSTEMS_ICC)
# define COMPILER_ID "IAR"
#elif defined(__ARMCC_VERSION)
# define COMPILER_ID "ARMCC"
#if __ARMCC_VERSION >= 1000000
/* __ARMCC_VERSION = VRRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#else
/* __ARMCC_VERSION = VRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#endif
#elif defined(_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(__MSYS__)
# define PLATFORM_ID "MSYS"
#elif defined(__CYGWIN__)
# define PLATFORM_ID "Cygwin"
#elif defined(__MINGW32__)
# define PLATFORM_ID "MinGW"
#elif defined(__APPLE__)
# define PLATFORM_ID "Darwin"
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
# define PLATFORM_ID "Windows"
#elif defined(__FreeBSD__) || defined(__FreeBSD)
# define PLATFORM_ID "FreeBSD"
#elif defined(__NetBSD__) || defined(__NetBSD)
# define PLATFORM_ID "NetBSD"
#elif defined(__OpenBSD__) || defined(__OPENBSD)
# define PLATFORM_ID "OpenBSD"
#elif defined(__sun) || defined(sun)
# define PLATFORM_ID "SunOS"
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
# define PLATFORM_ID "AIX"
#elif defined(__sgi) || defined(__sgi__) || defined(_SGI)
# define PLATFORM_ID "IRIX"
#elif defined(__hpux) || defined(__hpux__)
# define PLATFORM_ID "HP-UX"
#elif defined(__HAIKU__)
# define PLATFORM_ID "Haiku"
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
# define PLATFORM_ID "BeOS"
#elif defined(__QNX__) || defined(__QNXNTO__)
# define PLATFORM_ID "QNX"
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
# define PLATFORM_ID "Tru64"
#elif defined(__riscos) || defined(__riscos__)
# define PLATFORM_ID "RISCos"
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
# define PLATFORM_ID "SINIX"
#elif defined(__UNIX_SV__)
# define PLATFORM_ID "UNIX_SV"
#elif defined(__bsdos__)
# define PLATFORM_ID "BSDOS"
#elif defined(_MPRAS) || defined(MPRAS)
# define PLATFORM_ID "MP-RAS"
#elif defined(__osf) || defined(__osf__)
# define PLATFORM_ID "OSF1"
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
# define PLATFORM_ID "SCO_SV"
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
# define PLATFORM_ID "ULTRIX"
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
# define PLATFORM_ID "Xenix"
#elif defined(__WATCOMC__)
# if defined(__LINUX__)
# define PLATFORM_ID "Linux"
# elif defined(__DOS__)
# define PLATFORM_ID "DOS"
# elif defined(__OS2__)
# define PLATFORM_ID "OS2"
# elif defined(__WINDOWS__)
# define PLATFORM_ID "Windows3x"
# else /* unknown platform */
# define PLATFORM_ID
# endif
#else /* unknown platform */
# define PLATFORM_ID
#endif
/* For windows compilers MSVC and Intel we can determine
the architecture of the compiler being used. This is because
the compilers do not have flags that can change the architecture,
but rather depend on which compiler is being used
*/
#if defined(_WIN32) && defined(_MSC_VER)
# if defined(_M_IA64)
# define ARCHITECTURE_ID "IA64"
# elif defined(_M_X64) || defined(_M_AMD64)
# define ARCHITECTURE_ID "x64"
# elif defined(_M_IX86)
# define ARCHITECTURE_ID "X86"
# elif defined(_M_ARM)
# if _M_ARM == 4
# define ARCHITECTURE_ID "ARMV4I"
# elif _M_ARM == 5
# define ARCHITECTURE_ID "ARMV5I"
# else
# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
# endif
# elif defined(_M_MIPS)
# define ARCHITECTURE_ID "MIPS"
# elif defined(_M_SH)
# define ARCHITECTURE_ID "SHx"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#elif defined(__WATCOMC__)
# if defined(_M_I86)
# define ARCHITECTURE_ID "I86"
# elif defined(_M_IX86)
# define ARCHITECTURE_ID "X86"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#else
# define ARCHITECTURE_ID
#endif
/* Convert integer to decimal digit literals. */
#define DEC(n) \
('0' + (((n) / 10000000)%10)), \
('0' + (((n) / 1000000)%10)), \
('0' + (((n) / 100000)%10)), \
('0' + (((n) / 10000)%10)), \
('0' + (((n) / 1000)%10)), \
('0' + (((n) / 100)%10)), \
('0' + (((n) / 10)%10)), \
('0' + ((n) % 10))
/* Convert integer to hex digit literals. */
#define HEX(n) \
('0' + ((n)>>28 & 0xF)), \
('0' + ((n)>>24 & 0xF)), \
('0' + ((n)>>20 & 0xF)), \
('0' + ((n)>>16 & 0xF)), \
('0' + ((n)>>12 & 0xF)), \
('0' + ((n)>>8 & 0xF)), \
('0' + ((n)>>4 & 0xF)), \
('0' + ((n) & 0xF))
/* Construct a string literal encoding the version number components. */
#ifdef COMPILER_VERSION_MAJOR
char const info_version[] = {
'I', 'N', 'F', 'O', ':',
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
COMPILER_VERSION_MAJOR,
# ifdef COMPILER_VERSION_MINOR
'.', COMPILER_VERSION_MINOR,
# ifdef COMPILER_VERSION_PATCH
'.', COMPILER_VERSION_PATCH,
# ifdef COMPILER_VERSION_TWEAK
'.', COMPILER_VERSION_TWEAK,
# endif
# endif
# endif
']','\0'};
#endif
/* Construct a string literal encoding the version number components. */
#ifdef SIMULATE_VERSION_MAJOR
char const info_simulate_version[] = {
'I', 'N', 'F', 'O', ':',
's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
SIMULATE_VERSION_MAJOR,
# ifdef SIMULATE_VERSION_MINOR
'.', SIMULATE_VERSION_MINOR,
# ifdef SIMULATE_VERSION_PATCH
'.', SIMULATE_VERSION_PATCH,
# ifdef SIMULATE_VERSION_TWEAK
'.', SIMULATE_VERSION_TWEAK,
# endif
# endif
# endif
']','\0'};
#endif
/* Construct the string literal in pieces to prevent the source from
getting matched. Store it in a pointer rather than an array
because some compilers will just produce instructions to fill the
array rather than assigning a pointer to a static array. */
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
const char* info_language_dialect_default = "INFO" ":" "dialect_default["
#if __cplusplus >= 201402L
"14"
#elif __cplusplus >= 201103L
"11"
#else
"98"
#endif
"]";
/*--------------------------------------------------------------------------*/
int main(int argc, char* argv[])
{
int require = 0;
require += info_compiler[argc];
require += info_platform[argc];
#ifdef COMPILER_VERSION_MAJOR
require += info_version[argc];
#endif
#ifdef SIMULATE_ID
require += info_simulate[argc];
#endif
#ifdef SIMULATE_VERSION_MAJOR
require += info_simulate_version[argc];
#endif
#if defined(__CRAYXE) || defined(__CRAYXC)
require += info_cray[argc];
#endif
require += info_language_dialect_default[argc];
(void)argv;
return require;
}

View File

@ -1,16 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.6
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/usr/local/vitasdk/vitashell")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/usr/local/vitasdk/vitashell/build")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)
# The C and CXX include file regular expressions for this directory.
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})

View File

@ -1,551 +0,0 @@
The target system is: Generic - 1 - armv7-a
The host system is: MSYS - 2.6.0(0.304/5/3) - x86_64
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /usr/local/vitasdk/bin/arm-vita-eabi-gcc.exe
Build flags: ;-Wl,-q
Id flags:
The output was:
0
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
The C compiler identification is GNU, found in "/usr/local/vitasdk/vitashell/build/CMakeFiles/3.6.2/CompilerIdC/a.out"
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler: /usr/local/vitasdk/bin/arm-vita-eabi-g++.exe
Build flags: ;-Wl,-q
Id flags:
The output was:
0
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
The CXX compiler identification is GNU, found in "/usr/local/vitasdk/vitashell/build/CMakeFiles/3.6.2/CompilerIdCXX/a.out"
Determining if the C compiler works passed with the following output:
Change Dir: /usr/local/vitasdk/vitashell/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make.exe" "cmTC_2df53/fast"
/usr/bin/make -f CMakeFiles/cmTC_2df53.dir/build.make CMakeFiles/cmTC_2df53.dir/build
make[1]: Verzeichnis „/usr/local/vitasdk/vitashell/build/CMakeFiles/CMakeTmp“ wird betreten
Building C object CMakeFiles/cmTC_2df53.dir/testCCompiler.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc.exe -Wl,-q -o CMakeFiles/cmTC_2df53.dir/testCCompiler.c.obj -c /usr/local/vitasdk/vitashell/build/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTC_2df53
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_2df53.dir/link.txt --verbose=1
/usr/local/vitasdk/bin/arm-vita-eabi-gcc.exe -Wl,-q -Wl,-z,nocopyreloc CMakeFiles/cmTC_2df53.dir/testCCompiler.c.obj -o cmTC_2df53
make[1]: Verzeichnis „/usr/local/vitasdk/vitashell/build/CMakeFiles/CMakeTmp“ wird verlassen
Detecting C compiler ABI info compiled with the following output:
Change Dir: /usr/local/vitasdk/vitashell/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make.exe" "cmTC_93b42/fast"
/usr/bin/make -f CMakeFiles/cmTC_93b42.dir/build.make CMakeFiles/cmTC_93b42.dir/build
make[1]: Verzeichnis „/usr/local/vitasdk/vitashell/build/CMakeFiles/CMakeTmp“ wird betreten
Building C object CMakeFiles/cmTC_93b42.dir/CMakeCCompilerABI.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc.exe -Wl,-q -o CMakeFiles/cmTC_93b42.dir/CMakeCCompilerABI.c.obj -c /usr/share/cmake-3.6.2/Modules/CMakeCCompilerABI.c
Linking C executable cmTC_93b42
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_93b42.dir/link.txt --verbose=1
/usr/local/vitasdk/bin/arm-vita-eabi-gcc.exe -Wl,-q -Wl,-z,nocopyreloc -v CMakeFiles/cmTC_93b42.dir/CMakeCCompilerABI.c.obj -o cmTC_93b42
Using built-in specs.
COLLECT_GCC=C:\msys64\usr\local\vitasdk\bin\arm-vita-eabi-gcc.exe
COLLECT_LTO_WRAPPER=c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/lto-wrapper.exe
Target: arm-vita-eabi
Configured with: /home/travis/build/vitasdk/autobuilds/buildscripts/build/gcc-final-prefix/src/gcc-final/configure --build=x86_64-linux-gnu --host=x86_64-w64-mingw32 --target=arm-vita-eabi --prefix=/home/travis/build/vitasdk/autobuilds/buildscripts/build/vitasdk --libdir=/home/travis/build/vitasdk/autobuilds/buildscripts/build/vitasdk/lib --libexecdir=/home/travis/build/vitasdk/autobuilds/buildscripts/build/vitasdk/lib --with-sysroot=/home/travis/build/vitasdk/autobuilds/buildscripts/build/vitasdk/arm-vita-eabi --with-gmp=/home/travis/build/vitasdk/autobuilds/buildscripts/build/deps_host --with-mpfr=/home/travis/build/vitasdk/autobuilds/buildscripts/build/deps_host --with-mpc=/home/travis/build/vitasdk/autobuilds/buildscripts/build/deps_host --with-isl=/home/travis/build/vitasdk/autobuilds/buildscripts/build/deps_host --with-libelf=/home/travis/build/vitasdk/autobuilds/buildscripts/build/deps_host --with-python-dir=share/gcc-arm-vita-eabi --enable-languages=c,c++ --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared --disable-tls --with-gnu-as --with-gnu-ld --with-newlib --disable-multilib --with-arch=armv7-a --with-tune=cortex-a9 --with-fpu=neon --with-float=hard --with-mode=thumb --with-pkgversion='GNU Tools for ARM Embedded Processors' --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --with-headers=yes --enable-threads=posix
Thread model: posix
gcc version 6.2.0 (GNU Tools for ARM Embedded Processors)
COMPILER_PATH=c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/;c:/msys64/usr/local/vitasdk/bin/../lib/gcc/;c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/../../../../arm-vita-eabi/bin/
LIBRARY_PATH=c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/;c:/msys64/usr/local/vitasdk/bin/../lib/gcc/;c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/../../../../arm-vita-eabi/lib/;c:/msys64/usr/local/vitasdk/bin/../arm-vita-eabi/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_93b42' '-march=armv7-a' '-mtune=cortex-a9' '-mfloat-abi=hard' '-mfpu=neon' '-mthumb'
c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/collect2.exe -plugin c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/liblto_plugin-0.dll -plugin-opt=c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\msys64\tmp\ccssl1l5.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lSceRtc_stub -plugin-opt=-pass-through=-lSceSysmem_stub -plugin-opt=-pass-through=-lSceKernelThreadMgr_stub -plugin-opt=-pass-through=-lSceKernelModulemgr_stub -plugin-opt=-pass-through=-lSceIofilemgr_stub -plugin-opt=-pass-through=-lSceProcessmgr_stub -plugin-opt=-pass-through=-lSceLibKernel_stub -plugin-opt=-pass-through=-lSceNet_stub --sysroot=c:\msys64\usr\local\vitasdk\bin\../arm-vita-eabi -X -o cmTC_93b42 c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/crti.o c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/crtbegin.o c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/../../../../arm-vita-eabi/lib/crt0.o -Lc:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0 -Lc:/msys64/usr/local/vitasdk/bin/../lib/gcc -Lc:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/../../../../arm-vita-eabi/lib -Lc:/msys64/usr/local/vitasdk/bin/../arm-vita-eabi/lib -q -z nocopyreloc CMakeFiles/cmTC_93b42.dir/CMakeCCompilerABI.c.obj --start-group -lgcc -lc -lSceRtc_stub -lSceSysmem_stub -lSceKernelThreadMgr_stub -lSceKernelModulemgr_stub -lSceIofilemgr_stub -lSceProcessmgr_stub -lSceLibKernel_stub -lSceNet_stub --end-group c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/crtend.o c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/crtn.o
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_93b42' '-march=armv7-a' '-mtune=cortex-a9' '-mfloat-abi=hard' '-mfpu=neon' '-mthumb'
make[1]: Verzeichnis „/usr/local/vitasdk/vitashell/build/CMakeFiles/CMakeTmp“ wird verlassen
Parsed C implicit link information from above output:
link line regex: [^( *|.*[/\])(arm-vita-eabi-ld\.exe|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /usr/local/vitasdk/vitashell/build/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:"/usr/bin/make.exe" "cmTC_93b42/fast"]
ignore line: [/usr/bin/make -f CMakeFiles/cmTC_93b42.dir/build.make CMakeFiles/cmTC_93b42.dir/build]
ignore line: [make[1]: Verzeichnis „/usr/local/vitasdk/vitashell/build/CMakeFiles/CMakeTmp“ wird betreten]
ignore line: [Building C object CMakeFiles/cmTC_93b42.dir/CMakeCCompilerABI.c.obj]
ignore line: [/usr/local/vitasdk/bin/arm-vita-eabi-gcc.exe -Wl,-q -o CMakeFiles/cmTC_93b42.dir/CMakeCCompilerABI.c.obj -c /usr/share/cmake-3.6.2/Modules/CMakeCCompilerABI.c]
ignore line: [Linking C executable cmTC_93b42]
ignore line: [/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_93b42.dir/link.txt --verbose=1]
ignore line: [/usr/local/vitasdk/bin/arm-vita-eabi-gcc.exe -Wl,-q -Wl,-z,nocopyreloc -v CMakeFiles/cmTC_93b42.dir/CMakeCCompilerABI.c.obj -o cmTC_93b42 ]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=C:\msys64\usr\local\vitasdk\bin\arm-vita-eabi-gcc.exe]
ignore line: [COLLECT_LTO_WRAPPER=c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/lto-wrapper.exe]
ignore line: [Target: arm-vita-eabi]
ignore line: [Configured with: /home/travis/build/vitasdk/autobuilds/buildscripts/build/gcc-final-prefix/src/gcc-final/configure --build=x86_64-linux-gnu --host=x86_64-w64-mingw32 --target=arm-vita-eabi --prefix=/home/travis/build/vitasdk/autobuilds/buildscripts/build/vitasdk --libdir=/home/travis/build/vitasdk/autobuilds/buildscripts/build/vitasdk/lib --libexecdir=/home/travis/build/vitasdk/autobuilds/buildscripts/build/vitasdk/lib --with-sysroot=/home/travis/build/vitasdk/autobuilds/buildscripts/build/vitasdk/arm-vita-eabi --with-gmp=/home/travis/build/vitasdk/autobuilds/buildscripts/build/deps_host --with-mpfr=/home/travis/build/vitasdk/autobuilds/buildscripts/build/deps_host --with-mpc=/home/travis/build/vitasdk/autobuilds/buildscripts/build/deps_host --with-isl=/home/travis/build/vitasdk/autobuilds/buildscripts/build/deps_host --with-libelf=/home/travis/build/vitasdk/autobuilds/buildscripts/build/deps_host --with-python-dir=share/gcc-arm-vita-eabi --enable-languages=c,c++ --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared --disable-tls --with-gnu-as --with-gnu-ld --with-newlib --disable-multilib --with-arch=armv7-a --with-tune=cortex-a9 --with-fpu=neon --with-float=hard --with-mode=thumb --with-pkgversion='GNU Tools for ARM Embedded Processors' --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --with-headers=yes --enable-threads=posix]
ignore line: [Thread model: posix]
ignore line: [gcc version 6.2.0 (GNU Tools for ARM Embedded Processors) ]
ignore line: [COMPILER_PATH=c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/]
ignore line: [c:/msys64/usr/local/vitasdk/bin/../lib/gcc/]
ignore line: [c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/../../../../arm-vita-eabi/bin/]
ignore line: [LIBRARY_PATH=c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/]
ignore line: [c:/msys64/usr/local/vitasdk/bin/../lib/gcc/]
ignore line: [c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/../../../../arm-vita-eabi/lib/]
ignore line: [c:/msys64/usr/local/vitasdk/bin/../arm-vita-eabi/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_93b42' '-march=armv7-a' '-mtune=cortex-a9' '-mfloat-abi=hard' '-mfpu=neon' '-mthumb']
link line: [ c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/collect2.exe -plugin c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/liblto_plugin-0.dll -plugin-opt=c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\msys64\tmp\ccssl1l5.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lSceRtc_stub -plugin-opt=-pass-through=-lSceSysmem_stub -plugin-opt=-pass-through=-lSceKernelThreadMgr_stub -plugin-opt=-pass-through=-lSceKernelModulemgr_stub -plugin-opt=-pass-through=-lSceIofilemgr_stub -plugin-opt=-pass-through=-lSceProcessmgr_stub -plugin-opt=-pass-through=-lSceLibKernel_stub -plugin-opt=-pass-through=-lSceNet_stub --sysroot=c:\msys64\usr\local\vitasdk\bin\../arm-vita-eabi -X -o cmTC_93b42 c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/crti.o c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/crtbegin.o c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/../../../../arm-vita-eabi/lib/crt0.o -Lc:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0 -Lc:/msys64/usr/local/vitasdk/bin/../lib/gcc -Lc:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/../../../../arm-vita-eabi/lib -Lc:/msys64/usr/local/vitasdk/bin/../arm-vita-eabi/lib -q -z nocopyreloc CMakeFiles/cmTC_93b42.dir/CMakeCCompilerABI.c.obj --start-group -lgcc -lc -lSceRtc_stub -lSceSysmem_stub -lSceKernelThreadMgr_stub -lSceKernelModulemgr_stub -lSceIofilemgr_stub -lSceProcessmgr_stub -lSceLibKernel_stub -lSceNet_stub --end-group c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/crtend.o c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/crtn.o]
arg [c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/collect2.exe] ==> ignore
arg [-plugin] ==> ignore
arg [c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/liblto_plugin-0.dll] ==> ignore
arg [-plugin-opt=c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/lto-wrapper.exe] ==> ignore
arg [-plugin-opt=-fresolution=C:\msys64\tmp\ccssl1l5.res] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [-plugin-opt=-pass-through=-lc] ==> ignore
arg [-plugin-opt=-pass-through=-lSceRtc_stub] ==> ignore
arg [-plugin-opt=-pass-through=-lSceSysmem_stub] ==> ignore
arg [-plugin-opt=-pass-through=-lSceKernelThreadMgr_stub] ==> ignore
arg [-plugin-opt=-pass-through=-lSceKernelModulemgr_stub] ==> ignore
arg [-plugin-opt=-pass-through=-lSceIofilemgr_stub] ==> ignore
arg [-plugin-opt=-pass-through=-lSceProcessmgr_stub] ==> ignore
arg [-plugin-opt=-pass-through=-lSceLibKernel_stub] ==> ignore
arg [-plugin-opt=-pass-through=-lSceNet_stub] ==> ignore
arg [--sysroot=c:\msys64\usr\local\vitasdk\bin\../arm-vita-eabi] ==> ignore
arg [-X] ==> ignore
arg [-o] ==> ignore
arg [cmTC_93b42] ==> ignore
arg [c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/crti.o] ==> ignore
arg [c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/crtbegin.o] ==> ignore
arg [c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/../../../../arm-vita-eabi/lib/crt0.o] ==> ignore
arg [-Lc:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0] ==> dir [c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0]
arg [-Lc:/msys64/usr/local/vitasdk/bin/../lib/gcc] ==> dir [c:/msys64/usr/local/vitasdk/bin/../lib/gcc]
arg [-Lc:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/../../../../arm-vita-eabi/lib] ==> dir [c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/../../../../arm-vita-eabi/lib]
arg [-Lc:/msys64/usr/local/vitasdk/bin/../arm-vita-eabi/lib] ==> dir [c:/msys64/usr/local/vitasdk/bin/../arm-vita-eabi/lib]
arg [-q] ==> ignore
arg [-znocopyreloc] ==> ignore
arg [CMakeFiles/cmTC_93b42.dir/CMakeCCompilerABI.c.obj] ==> ignore
arg [--start-group] ==> ignore
arg [-lgcc] ==> lib [gcc]
arg [-lc] ==> lib [c]
arg [-lSceRtc_stub] ==> lib [SceRtc_stub]
arg [-lSceSysmem_stub] ==> lib [SceSysmem_stub]
arg [-lSceKernelThreadMgr_stub] ==> lib [SceKernelThreadMgr_stub]
arg [-lSceKernelModulemgr_stub] ==> lib [SceKernelModulemgr_stub]
arg [-lSceIofilemgr_stub] ==> lib [SceIofilemgr_stub]
arg [-lSceProcessmgr_stub] ==> lib [SceProcessmgr_stub]
arg [-lSceLibKernel_stub] ==> lib [SceLibKernel_stub]
arg [-lSceNet_stub] ==> lib [SceNet_stub]
arg [--end-group] ==> ignore
arg [c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/crtend.o] ==> ignore
arg [c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/crtn.o] ==> ignore
remove lib [gcc]
collapse library dir [c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0] ==> [c:/msys64/usr/local/vitasdk/lib/gcc/arm-vita-eabi/6.2.0]
collapse library dir [c:/msys64/usr/local/vitasdk/bin/../lib/gcc] ==> [c:/msys64/usr/local/vitasdk/lib/gcc]
collapse library dir [c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/../../../../arm-vita-eabi/lib] ==> [c:/msys64/usr/local/vitasdk/arm-vita-eabi/lib]
collapse library dir [c:/msys64/usr/local/vitasdk/bin/../arm-vita-eabi/lib] ==> [c:/msys64/usr/local/vitasdk/arm-vita-eabi/lib]
implicit libs: [c;SceRtc_stub;SceSysmem_stub;SceKernelThreadMgr_stub;SceKernelModulemgr_stub;SceIofilemgr_stub;SceProcessmgr_stub;SceLibKernel_stub;SceNet_stub]
implicit dirs: [c:/msys64/usr/local/vitasdk/lib/gcc/arm-vita-eabi/6.2.0;c:/msys64/usr/local/vitasdk/lib/gcc;c:/msys64/usr/local/vitasdk/arm-vita-eabi/lib]
implicit fwks: []
Detecting C [-std=c11] compiler features compiled with the following output:
Change Dir: /usr/local/vitasdk/vitashell/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make.exe" "cmTC_7d91c/fast"
/usr/bin/make -f CMakeFiles/cmTC_7d91c.dir/build.make CMakeFiles/cmTC_7d91c.dir/build
make[1]: Verzeichnis „/usr/local/vitasdk/vitashell/build/CMakeFiles/CMakeTmp“ wird betreten
Building C object CMakeFiles/cmTC_7d91c.dir/feature_tests.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc.exe -Wl,-q -std=c11 -o CMakeFiles/cmTC_7d91c.dir/feature_tests.c.obj -c /usr/local/vitasdk/vitashell/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_7d91c
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_7d91c.dir/link.txt --verbose=1
/usr/local/vitasdk/bin/arm-vita-eabi-gcc.exe -Wl,-q -Wl,-z,nocopyreloc CMakeFiles/cmTC_7d91c.dir/feature_tests.c.obj -o cmTC_7d91c
make[1]: Verzeichnis „/usr/local/vitasdk/vitashell/build/CMakeFiles/CMakeTmp“ wird verlassen
Feature record: C_FEATURE:1c_function_prototypes
Feature record: C_FEATURE:1c_restrict
Feature record: C_FEATURE:1c_static_assert
Feature record: C_FEATURE:1c_variadic_macros
Detecting C [-std=c99] compiler features compiled with the following output:
Change Dir: /usr/local/vitasdk/vitashell/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make.exe" "cmTC_84126/fast"
/usr/bin/make -f CMakeFiles/cmTC_84126.dir/build.make CMakeFiles/cmTC_84126.dir/build
make[1]: Verzeichnis „/usr/local/vitasdk/vitashell/build/CMakeFiles/CMakeTmp“ wird betreten
Building C object CMakeFiles/cmTC_84126.dir/feature_tests.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc.exe -Wl,-q -std=c99 -o CMakeFiles/cmTC_84126.dir/feature_tests.c.obj -c /usr/local/vitasdk/vitashell/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_84126
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_84126.dir/link.txt --verbose=1
/usr/local/vitasdk/bin/arm-vita-eabi-gcc.exe -Wl,-q -Wl,-z,nocopyreloc CMakeFiles/cmTC_84126.dir/feature_tests.c.obj -o cmTC_84126
make[1]: Verzeichnis „/usr/local/vitasdk/vitashell/build/CMakeFiles/CMakeTmp“ wird verlassen
Feature record: C_FEATURE:1c_function_prototypes
Feature record: C_FEATURE:1c_restrict
Feature record: C_FEATURE:0c_static_assert
Feature record: C_FEATURE:1c_variadic_macros
Detecting C [-std=c90] compiler features compiled with the following output:
Change Dir: /usr/local/vitasdk/vitashell/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make.exe" "cmTC_5290f/fast"
/usr/bin/make -f CMakeFiles/cmTC_5290f.dir/build.make CMakeFiles/cmTC_5290f.dir/build
make[1]: Verzeichnis „/usr/local/vitasdk/vitashell/build/CMakeFiles/CMakeTmp“ wird betreten
Building C object CMakeFiles/cmTC_5290f.dir/feature_tests.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc.exe -Wl,-q -std=c90 -o CMakeFiles/cmTC_5290f.dir/feature_tests.c.obj -c /usr/local/vitasdk/vitashell/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_5290f
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_5290f.dir/link.txt --verbose=1
/usr/local/vitasdk/bin/arm-vita-eabi-gcc.exe -Wl,-q -Wl,-z,nocopyreloc CMakeFiles/cmTC_5290f.dir/feature_tests.c.obj -o cmTC_5290f
make[1]: Verzeichnis „/usr/local/vitasdk/vitashell/build/CMakeFiles/CMakeTmp“ wird verlassen
Feature record: C_FEATURE:1c_function_prototypes
Feature record: C_FEATURE:0c_restrict
Feature record: C_FEATURE:0c_static_assert
Feature record: C_FEATURE:0c_variadic_macros
Determining if the CXX compiler works passed with the following output:
Change Dir: /usr/local/vitasdk/vitashell/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make.exe" "cmTC_cd880/fast"
/usr/bin/make -f CMakeFiles/cmTC_cd880.dir/build.make CMakeFiles/cmTC_cd880.dir/build
make[1]: Verzeichnis „/usr/local/vitasdk/vitashell/build/CMakeFiles/CMakeTmp“ wird betreten
Building CXX object CMakeFiles/cmTC_cd880.dir/testCXXCompiler.cxx.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++.exe -Wl,-q -o CMakeFiles/cmTC_cd880.dir/testCXXCompiler.cxx.obj -c /usr/local/vitasdk/vitashell/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
Linking CXX executable cmTC_cd880
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_cd880.dir/link.txt --verbose=1
/usr/local/vitasdk/bin/arm-vita-eabi-g++.exe -Wl,-q -Wl,-z,nocopyreloc CMakeFiles/cmTC_cd880.dir/testCXXCompiler.cxx.obj -o cmTC_cd880
make[1]: Verzeichnis „/usr/local/vitasdk/vitashell/build/CMakeFiles/CMakeTmp“ wird verlassen
Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /usr/local/vitasdk/vitashell/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make.exe" "cmTC_9b94b/fast"
/usr/bin/make -f CMakeFiles/cmTC_9b94b.dir/build.make CMakeFiles/cmTC_9b94b.dir/build
make[1]: Verzeichnis „/usr/local/vitasdk/vitashell/build/CMakeFiles/CMakeTmp“ wird betreten
Building CXX object CMakeFiles/cmTC_9b94b.dir/CMakeCXXCompilerABI.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++.exe -Wl,-q -o CMakeFiles/cmTC_9b94b.dir/CMakeCXXCompilerABI.cpp.obj -c /usr/share/cmake-3.6.2/Modules/CMakeCXXCompilerABI.cpp
Linking CXX executable cmTC_9b94b
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_9b94b.dir/link.txt --verbose=1
/usr/local/vitasdk/bin/arm-vita-eabi-g++.exe -Wl,-q -Wl,-z,nocopyreloc -v CMakeFiles/cmTC_9b94b.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_9b94b
Using built-in specs.
COLLECT_GCC=C:\msys64\usr\local\vitasdk\bin\arm-vita-eabi-g++.exe
COLLECT_LTO_WRAPPER=c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/lto-wrapper.exe
Target: arm-vita-eabi
Configured with: /home/travis/build/vitasdk/autobuilds/buildscripts/build/gcc-final-prefix/src/gcc-final/configure --build=x86_64-linux-gnu --host=x86_64-w64-mingw32 --target=arm-vita-eabi --prefix=/home/travis/build/vitasdk/autobuilds/buildscripts/build/vitasdk --libdir=/home/travis/build/vitasdk/autobuilds/buildscripts/build/vitasdk/lib --libexecdir=/home/travis/build/vitasdk/autobuilds/buildscripts/build/vitasdk/lib --with-sysroot=/home/travis/build/vitasdk/autobuilds/buildscripts/build/vitasdk/arm-vita-eabi --with-gmp=/home/travis/build/vitasdk/autobuilds/buildscripts/build/deps_host --with-mpfr=/home/travis/build/vitasdk/autobuilds/buildscripts/build/deps_host --with-mpc=/home/travis/build/vitasdk/autobuilds/buildscripts/build/deps_host --with-isl=/home/travis/build/vitasdk/autobuilds/buildscripts/build/deps_host --with-libelf=/home/travis/build/vitasdk/autobuilds/buildscripts/build/deps_host --with-python-dir=share/gcc-arm-vita-eabi --enable-languages=c,c++ --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared --disable-tls --with-gnu-as --with-gnu-ld --with-newlib --disable-multilib --with-arch=armv7-a --with-tune=cortex-a9 --with-fpu=neon --with-float=hard --with-mode=thumb --with-pkgversion='GNU Tools for ARM Embedded Processors' --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --with-headers=yes --enable-threads=posix
Thread model: posix
gcc version 6.2.0 (GNU Tools for ARM Embedded Processors)
COMPILER_PATH=c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/;c:/msys64/usr/local/vitasdk/bin/../lib/gcc/;c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/../../../../arm-vita-eabi/bin/
LIBRARY_PATH=c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/;c:/msys64/usr/local/vitasdk/bin/../lib/gcc/;c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/../../../../arm-vita-eabi/lib/;c:/msys64/usr/local/vitasdk/bin/../arm-vita-eabi/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_9b94b' '-march=armv7-a' '-mtune=cortex-a9' '-mfloat-abi=hard' '-mfpu=neon' '-mthumb'
c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/collect2.exe -plugin c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/liblto_plugin-0.dll -plugin-opt=c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\msys64\tmp\ccExm9tr.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lSceRtc_stub -plugin-opt=-pass-through=-lSceSysmem_stub -plugin-opt=-pass-through=-lSceKernelThreadMgr_stub -plugin-opt=-pass-through=-lSceKernelModulemgr_stub -plugin-opt=-pass-through=-lSceIofilemgr_stub -plugin-opt=-pass-through=-lSceProcessmgr_stub -plugin-opt=-pass-through=-lSceLibKernel_stub -plugin-opt=-pass-through=-lSceNet_stub --sysroot=c:\msys64\usr\local\vitasdk\bin\../arm-vita-eabi -X -o cmTC_9b94b c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/crti.o c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/crtbegin.o c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/../../../../arm-vita-eabi/lib/crt0.o -Lc:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0 -Lc:/msys64/usr/local/vitasdk/bin/../lib/gcc -Lc:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/../../../../arm-vita-eabi/lib -Lc:/msys64/usr/local/vitasdk/bin/../arm-vita-eabi/lib -q -z nocopyreloc CMakeFiles/cmTC_9b94b.dir/CMakeCXXCompilerABI.cpp.obj -lstdc++ -lm --start-group -lgcc -lc -lSceRtc_stub -lSceSysmem_stub -lSceKernelThreadMgr_stub -lSceKernelModulemgr_stub -lSceIofilemgr_stub -lSceProcessmgr_stub -lSceLibKernel_stub -lSceNet_stub --end-group c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/crtend.o c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/crtn.o
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_9b94b' '-march=armv7-a' '-mtune=cortex-a9' '-mfloat-abi=hard' '-mfpu=neon' '-mthumb'
make[1]: Verzeichnis „/usr/local/vitasdk/vitashell/build/CMakeFiles/CMakeTmp“ wird verlassen
Parsed CXX implicit link information from above output:
link line regex: [^( *|.*[/\])(arm-vita-eabi-ld\.exe|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /usr/local/vitasdk/vitashell/build/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:"/usr/bin/make.exe" "cmTC_9b94b/fast"]
ignore line: [/usr/bin/make -f CMakeFiles/cmTC_9b94b.dir/build.make CMakeFiles/cmTC_9b94b.dir/build]
ignore line: [make[1]: Verzeichnis „/usr/local/vitasdk/vitashell/build/CMakeFiles/CMakeTmp“ wird betreten]
ignore line: [Building CXX object CMakeFiles/cmTC_9b94b.dir/CMakeCXXCompilerABI.cpp.obj]
ignore line: [/usr/local/vitasdk/bin/arm-vita-eabi-g++.exe -Wl,-q -o CMakeFiles/cmTC_9b94b.dir/CMakeCXXCompilerABI.cpp.obj -c /usr/share/cmake-3.6.2/Modules/CMakeCXXCompilerABI.cpp]
ignore line: [Linking CXX executable cmTC_9b94b]
ignore line: [/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_9b94b.dir/link.txt --verbose=1]
ignore line: [/usr/local/vitasdk/bin/arm-vita-eabi-g++.exe -Wl,-q -Wl,-z,nocopyreloc -v CMakeFiles/cmTC_9b94b.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_9b94b ]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=C:\msys64\usr\local\vitasdk\bin\arm-vita-eabi-g++.exe]
ignore line: [COLLECT_LTO_WRAPPER=c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/lto-wrapper.exe]
ignore line: [Target: arm-vita-eabi]
ignore line: [Configured with: /home/travis/build/vitasdk/autobuilds/buildscripts/build/gcc-final-prefix/src/gcc-final/configure --build=x86_64-linux-gnu --host=x86_64-w64-mingw32 --target=arm-vita-eabi --prefix=/home/travis/build/vitasdk/autobuilds/buildscripts/build/vitasdk --libdir=/home/travis/build/vitasdk/autobuilds/buildscripts/build/vitasdk/lib --libexecdir=/home/travis/build/vitasdk/autobuilds/buildscripts/build/vitasdk/lib --with-sysroot=/home/travis/build/vitasdk/autobuilds/buildscripts/build/vitasdk/arm-vita-eabi --with-gmp=/home/travis/build/vitasdk/autobuilds/buildscripts/build/deps_host --with-mpfr=/home/travis/build/vitasdk/autobuilds/buildscripts/build/deps_host --with-mpc=/home/travis/build/vitasdk/autobuilds/buildscripts/build/deps_host --with-isl=/home/travis/build/vitasdk/autobuilds/buildscripts/build/deps_host --with-libelf=/home/travis/build/vitasdk/autobuilds/buildscripts/build/deps_host --with-python-dir=share/gcc-arm-vita-eabi --enable-languages=c,c++ --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared --disable-tls --with-gnu-as --with-gnu-ld --with-newlib --disable-multilib --with-arch=armv7-a --with-tune=cortex-a9 --with-fpu=neon --with-float=hard --with-mode=thumb --with-pkgversion='GNU Tools for ARM Embedded Processors' --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --with-headers=yes --enable-threads=posix]
ignore line: [Thread model: posix]
ignore line: [gcc version 6.2.0 (GNU Tools for ARM Embedded Processors) ]
ignore line: [COMPILER_PATH=c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/]
ignore line: [c:/msys64/usr/local/vitasdk/bin/../lib/gcc/]
ignore line: [c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/../../../../arm-vita-eabi/bin/]
ignore line: [LIBRARY_PATH=c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/]
ignore line: [c:/msys64/usr/local/vitasdk/bin/../lib/gcc/]
ignore line: [c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/../../../../arm-vita-eabi/lib/]
ignore line: [c:/msys64/usr/local/vitasdk/bin/../arm-vita-eabi/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_9b94b' '-march=armv7-a' '-mtune=cortex-a9' '-mfloat-abi=hard' '-mfpu=neon' '-mthumb']
link line: [ c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/collect2.exe -plugin c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/liblto_plugin-0.dll -plugin-opt=c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\msys64\tmp\ccExm9tr.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lSceRtc_stub -plugin-opt=-pass-through=-lSceSysmem_stub -plugin-opt=-pass-through=-lSceKernelThreadMgr_stub -plugin-opt=-pass-through=-lSceKernelModulemgr_stub -plugin-opt=-pass-through=-lSceIofilemgr_stub -plugin-opt=-pass-through=-lSceProcessmgr_stub -plugin-opt=-pass-through=-lSceLibKernel_stub -plugin-opt=-pass-through=-lSceNet_stub --sysroot=c:\msys64\usr\local\vitasdk\bin\../arm-vita-eabi -X -o cmTC_9b94b c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/crti.o c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/crtbegin.o c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/../../../../arm-vita-eabi/lib/crt0.o -Lc:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0 -Lc:/msys64/usr/local/vitasdk/bin/../lib/gcc -Lc:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/../../../../arm-vita-eabi/lib -Lc:/msys64/usr/local/vitasdk/bin/../arm-vita-eabi/lib -q -z nocopyreloc CMakeFiles/cmTC_9b94b.dir/CMakeCXXCompilerABI.cpp.obj -lstdc++ -lm --start-group -lgcc -lc -lSceRtc_stub -lSceSysmem_stub -lSceKernelThreadMgr_stub -lSceKernelModulemgr_stub -lSceIofilemgr_stub -lSceProcessmgr_stub -lSceLibKernel_stub -lSceNet_stub --end-group c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/crtend.o c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/crtn.o]
arg [c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/collect2.exe] ==> ignore
arg [-plugin] ==> ignore
arg [c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/liblto_plugin-0.dll] ==> ignore
arg [-plugin-opt=c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/lto-wrapper.exe] ==> ignore
arg [-plugin-opt=-fresolution=C:\msys64\tmp\ccExm9tr.res] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [-plugin-opt=-pass-through=-lc] ==> ignore
arg [-plugin-opt=-pass-through=-lSceRtc_stub] ==> ignore
arg [-plugin-opt=-pass-through=-lSceSysmem_stub] ==> ignore
arg [-plugin-opt=-pass-through=-lSceKernelThreadMgr_stub] ==> ignore
arg [-plugin-opt=-pass-through=-lSceKernelModulemgr_stub] ==> ignore
arg [-plugin-opt=-pass-through=-lSceIofilemgr_stub] ==> ignore
arg [-plugin-opt=-pass-through=-lSceProcessmgr_stub] ==> ignore
arg [-plugin-opt=-pass-through=-lSceLibKernel_stub] ==> ignore
arg [-plugin-opt=-pass-through=-lSceNet_stub] ==> ignore
arg [--sysroot=c:\msys64\usr\local\vitasdk\bin\../arm-vita-eabi] ==> ignore
arg [-X] ==> ignore
arg [-o] ==> ignore
arg [cmTC_9b94b] ==> ignore
arg [c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/crti.o] ==> ignore
arg [c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/crtbegin.o] ==> ignore
arg [c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/../../../../arm-vita-eabi/lib/crt0.o] ==> ignore
arg [-Lc:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0] ==> dir [c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0]
arg [-Lc:/msys64/usr/local/vitasdk/bin/../lib/gcc] ==> dir [c:/msys64/usr/local/vitasdk/bin/../lib/gcc]
arg [-Lc:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/../../../../arm-vita-eabi/lib] ==> dir [c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/../../../../arm-vita-eabi/lib]
arg [-Lc:/msys64/usr/local/vitasdk/bin/../arm-vita-eabi/lib] ==> dir [c:/msys64/usr/local/vitasdk/bin/../arm-vita-eabi/lib]
arg [-q] ==> ignore
arg [-znocopyreloc] ==> ignore
arg [CMakeFiles/cmTC_9b94b.dir/CMakeCXXCompilerABI.cpp.obj] ==> ignore
arg [-lstdc++] ==> lib [stdc++]
arg [-lm] ==> lib [m]
arg [--start-group] ==> ignore
arg [-lgcc] ==> lib [gcc]
arg [-lc] ==> lib [c]
arg [-lSceRtc_stub] ==> lib [SceRtc_stub]
arg [-lSceSysmem_stub] ==> lib [SceSysmem_stub]
arg [-lSceKernelThreadMgr_stub] ==> lib [SceKernelThreadMgr_stub]
arg [-lSceKernelModulemgr_stub] ==> lib [SceKernelModulemgr_stub]
arg [-lSceIofilemgr_stub] ==> lib [SceIofilemgr_stub]
arg [-lSceProcessmgr_stub] ==> lib [SceProcessmgr_stub]
arg [-lSceLibKernel_stub] ==> lib [SceLibKernel_stub]
arg [-lSceNet_stub] ==> lib [SceNet_stub]
arg [--end-group] ==> ignore
arg [c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/crtend.o] ==> ignore
arg [c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/crtn.o] ==> ignore
remove lib [gcc]
collapse library dir [c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0] ==> [c:/msys64/usr/local/vitasdk/lib/gcc/arm-vita-eabi/6.2.0]
collapse library dir [c:/msys64/usr/local/vitasdk/bin/../lib/gcc] ==> [c:/msys64/usr/local/vitasdk/lib/gcc]
collapse library dir [c:/msys64/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/6.2.0/../../../../arm-vita-eabi/lib] ==> [c:/msys64/usr/local/vitasdk/arm-vita-eabi/lib]
collapse library dir [c:/msys64/usr/local/vitasdk/bin/../arm-vita-eabi/lib] ==> [c:/msys64/usr/local/vitasdk/arm-vita-eabi/lib]
implicit libs: [stdc++;m;c;SceRtc_stub;SceSysmem_stub;SceKernelThreadMgr_stub;SceKernelModulemgr_stub;SceIofilemgr_stub;SceProcessmgr_stub;SceLibKernel_stub;SceNet_stub]
implicit dirs: [c:/msys64/usr/local/vitasdk/lib/gcc/arm-vita-eabi/6.2.0;c:/msys64/usr/local/vitasdk/lib/gcc;c:/msys64/usr/local/vitasdk/arm-vita-eabi/lib]
implicit fwks: []
Detecting CXX [-std=c++14] compiler features compiled with the following output:
Change Dir: /usr/local/vitasdk/vitashell/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make.exe" "cmTC_0a38b/fast"
/usr/bin/make -f CMakeFiles/cmTC_0a38b.dir/build.make CMakeFiles/cmTC_0a38b.dir/build
make[1]: Verzeichnis „/usr/local/vitasdk/vitashell/build/CMakeFiles/CMakeTmp“ wird betreten
Building CXX object CMakeFiles/cmTC_0a38b.dir/feature_tests.cxx.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++.exe -Wl,-q -std=c++14 -o CMakeFiles/cmTC_0a38b.dir/feature_tests.cxx.obj -c /usr/local/vitasdk/vitashell/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_0a38b
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_0a38b.dir/link.txt --verbose=1
/usr/local/vitasdk/bin/arm-vita-eabi-g++.exe -Wl,-q -Wl,-z,nocopyreloc CMakeFiles/cmTC_0a38b.dir/feature_tests.cxx.obj -o cmTC_0a38b
make[1]: Verzeichnis „/usr/local/vitasdk/vitashell/build/CMakeFiles/CMakeTmp“ wird verlassen
Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:1cxx_alias_templates
Feature record: CXX_FEATURE:1cxx_alignas
Feature record: CXX_FEATURE:1cxx_alignof
Feature record: CXX_FEATURE:1cxx_attributes
Feature record: CXX_FEATURE:1cxx_attribute_deprecated
Feature record: CXX_FEATURE:1cxx_auto_type
Feature record: CXX_FEATURE:1cxx_binary_literals
Feature record: CXX_FEATURE:1cxx_constexpr
Feature record: CXX_FEATURE:1cxx_contextual_conversions
Feature record: CXX_FEATURE:1cxx_decltype
Feature record: CXX_FEATURE:1cxx_decltype_auto
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
Feature record: CXX_FEATURE:1cxx_default_function_template_args
Feature record: CXX_FEATURE:1cxx_defaulted_functions
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:1cxx_delegating_constructors
Feature record: CXX_FEATURE:1cxx_deleted_functions
Feature record: CXX_FEATURE:1cxx_digit_separators
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
Feature record: CXX_FEATURE:1cxx_explicit_conversions
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
Feature record: CXX_FEATURE:1cxx_extern_templates
Feature record: CXX_FEATURE:1cxx_final
Feature record: CXX_FEATURE:1cxx_func_identifier
Feature record: CXX_FEATURE:1cxx_generalized_initializers
Feature record: CXX_FEATURE:1cxx_generic_lambdas
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
Feature record: CXX_FEATURE:1cxx_inline_namespaces
Feature record: CXX_FEATURE:1cxx_lambdas
Feature record: CXX_FEATURE:1cxx_lambda_init_captures
Feature record: CXX_FEATURE:1cxx_local_type_template_args
Feature record: CXX_FEATURE:1cxx_long_long_type
Feature record: CXX_FEATURE:1cxx_noexcept
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
Feature record: CXX_FEATURE:1cxx_nullptr
Feature record: CXX_FEATURE:1cxx_override
Feature record: CXX_FEATURE:1cxx_range_for
Feature record: CXX_FEATURE:1cxx_raw_string_literals
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
Feature record: CXX_FEATURE:1cxx_return_type_deduction
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
Feature record: CXX_FEATURE:1cxx_rvalue_references
Feature record: CXX_FEATURE:1cxx_sizeof_member
Feature record: CXX_FEATURE:1cxx_static_assert
Feature record: CXX_FEATURE:1cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:1cxx_thread_local
Feature record: CXX_FEATURE:1cxx_trailing_return_types
Feature record: CXX_FEATURE:1cxx_unicode_literals
Feature record: CXX_FEATURE:1cxx_uniform_initialization
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
Feature record: CXX_FEATURE:1cxx_user_literals
Feature record: CXX_FEATURE:1cxx_variable_templates
Feature record: CXX_FEATURE:1cxx_variadic_macros
Feature record: CXX_FEATURE:1cxx_variadic_templates
Detecting CXX [-std=c++11] compiler features compiled with the following output:
Change Dir: /usr/local/vitasdk/vitashell/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make.exe" "cmTC_38a68/fast"
/usr/bin/make -f CMakeFiles/cmTC_38a68.dir/build.make CMakeFiles/cmTC_38a68.dir/build
make[1]: Verzeichnis „/usr/local/vitasdk/vitashell/build/CMakeFiles/CMakeTmp“ wird betreten
Building CXX object CMakeFiles/cmTC_38a68.dir/feature_tests.cxx.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++.exe -Wl,-q -std=c++11 -o CMakeFiles/cmTC_38a68.dir/feature_tests.cxx.obj -c /usr/local/vitasdk/vitashell/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_38a68
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_38a68.dir/link.txt --verbose=1
/usr/local/vitasdk/bin/arm-vita-eabi-g++.exe -Wl,-q -Wl,-z,nocopyreloc CMakeFiles/cmTC_38a68.dir/feature_tests.cxx.obj -o cmTC_38a68
make[1]: Verzeichnis „/usr/local/vitasdk/vitashell/build/CMakeFiles/CMakeTmp“ wird verlassen
Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:1cxx_alias_templates
Feature record: CXX_FEATURE:1cxx_alignas
Feature record: CXX_FEATURE:1cxx_alignof
Feature record: CXX_FEATURE:1cxx_attributes
Feature record: CXX_FEATURE:0cxx_attribute_deprecated
Feature record: CXX_FEATURE:1cxx_auto_type
Feature record: CXX_FEATURE:0cxx_binary_literals
Feature record: CXX_FEATURE:1cxx_constexpr
Feature record: CXX_FEATURE:0cxx_contextual_conversions
Feature record: CXX_FEATURE:1cxx_decltype
Feature record: CXX_FEATURE:0cxx_decltype_auto
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
Feature record: CXX_FEATURE:1cxx_default_function_template_args
Feature record: CXX_FEATURE:1cxx_defaulted_functions
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:1cxx_delegating_constructors
Feature record: CXX_FEATURE:1cxx_deleted_functions
Feature record: CXX_FEATURE:0cxx_digit_separators
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
Feature record: CXX_FEATURE:1cxx_explicit_conversions
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
Feature record: CXX_FEATURE:1cxx_extern_templates
Feature record: CXX_FEATURE:1cxx_final
Feature record: CXX_FEATURE:1cxx_func_identifier
Feature record: CXX_FEATURE:1cxx_generalized_initializers
Feature record: CXX_FEATURE:0cxx_generic_lambdas
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
Feature record: CXX_FEATURE:1cxx_inline_namespaces
Feature record: CXX_FEATURE:1cxx_lambdas
Feature record: CXX_FEATURE:0cxx_lambda_init_captures
Feature record: CXX_FEATURE:1cxx_local_type_template_args
Feature record: CXX_FEATURE:1cxx_long_long_type
Feature record: CXX_FEATURE:1cxx_noexcept
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
Feature record: CXX_FEATURE:1cxx_nullptr
Feature record: CXX_FEATURE:1cxx_override
Feature record: CXX_FEATURE:1cxx_range_for
Feature record: CXX_FEATURE:1cxx_raw_string_literals
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
Feature record: CXX_FEATURE:0cxx_return_type_deduction
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
Feature record: CXX_FEATURE:1cxx_rvalue_references
Feature record: CXX_FEATURE:1cxx_sizeof_member
Feature record: CXX_FEATURE:1cxx_static_assert
Feature record: CXX_FEATURE:1cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:1cxx_thread_local
Feature record: CXX_FEATURE:1cxx_trailing_return_types
Feature record: CXX_FEATURE:1cxx_unicode_literals
Feature record: CXX_FEATURE:1cxx_uniform_initialization
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
Feature record: CXX_FEATURE:1cxx_user_literals
Feature record: CXX_FEATURE:0cxx_variable_templates
Feature record: CXX_FEATURE:1cxx_variadic_macros
Feature record: CXX_FEATURE:1cxx_variadic_templates
Detecting CXX [-std=c++98] compiler features compiled with the following output:
Change Dir: /usr/local/vitasdk/vitashell/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make.exe" "cmTC_f61d1/fast"
/usr/bin/make -f CMakeFiles/cmTC_f61d1.dir/build.make CMakeFiles/cmTC_f61d1.dir/build
make[1]: Verzeichnis „/usr/local/vitasdk/vitashell/build/CMakeFiles/CMakeTmp“ wird betreten
Building CXX object CMakeFiles/cmTC_f61d1.dir/feature_tests.cxx.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++.exe -Wl,-q -std=c++98 -o CMakeFiles/cmTC_f61d1.dir/feature_tests.cxx.obj -c /usr/local/vitasdk/vitashell/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_f61d1
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_f61d1.dir/link.txt --verbose=1
/usr/local/vitasdk/bin/arm-vita-eabi-g++.exe -Wl,-q -Wl,-z,nocopyreloc CMakeFiles/cmTC_f61d1.dir/feature_tests.cxx.obj -o cmTC_f61d1
make[1]: Verzeichnis „/usr/local/vitasdk/vitashell/build/CMakeFiles/CMakeTmp“ wird verlassen
Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:0cxx_alias_templates
Feature record: CXX_FEATURE:0cxx_alignas
Feature record: CXX_FEATURE:0cxx_alignof
Feature record: CXX_FEATURE:0cxx_attributes
Feature record: CXX_FEATURE:0cxx_attribute_deprecated
Feature record: CXX_FEATURE:0cxx_auto_type
Feature record: CXX_FEATURE:0cxx_binary_literals
Feature record: CXX_FEATURE:0cxx_constexpr
Feature record: CXX_FEATURE:0cxx_contextual_conversions
Feature record: CXX_FEATURE:0cxx_decltype
Feature record: CXX_FEATURE:0cxx_decltype_auto
Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types
Feature record: CXX_FEATURE:0cxx_default_function_template_args
Feature record: CXX_FEATURE:0cxx_defaulted_functions
Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:0cxx_delegating_constructors
Feature record: CXX_FEATURE:0cxx_deleted_functions
Feature record: CXX_FEATURE:0cxx_digit_separators
Feature record: CXX_FEATURE:0cxx_enum_forward_declarations
Feature record: CXX_FEATURE:0cxx_explicit_conversions
Feature record: CXX_FEATURE:0cxx_extended_friend_declarations
Feature record: CXX_FEATURE:0cxx_extern_templates
Feature record: CXX_FEATURE:0cxx_final
Feature record: CXX_FEATURE:0cxx_func_identifier
Feature record: CXX_FEATURE:0cxx_generalized_initializers
Feature record: CXX_FEATURE:0cxx_generic_lambdas
Feature record: CXX_FEATURE:0cxx_inheriting_constructors
Feature record: CXX_FEATURE:0cxx_inline_namespaces
Feature record: CXX_FEATURE:0cxx_lambdas
Feature record: CXX_FEATURE:0cxx_lambda_init_captures
Feature record: CXX_FEATURE:0cxx_local_type_template_args
Feature record: CXX_FEATURE:0cxx_long_long_type
Feature record: CXX_FEATURE:0cxx_noexcept
Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
Feature record: CXX_FEATURE:0cxx_nullptr
Feature record: CXX_FEATURE:0cxx_override
Feature record: CXX_FEATURE:0cxx_range_for
Feature record: CXX_FEATURE:0cxx_raw_string_literals
Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
Feature record: CXX_FEATURE:0cxx_return_type_deduction
Feature record: CXX_FEATURE:0cxx_right_angle_brackets
Feature record: CXX_FEATURE:0cxx_rvalue_references
Feature record: CXX_FEATURE:0cxx_sizeof_member
Feature record: CXX_FEATURE:0cxx_static_assert
Feature record: CXX_FEATURE:0cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:0cxx_thread_local
Feature record: CXX_FEATURE:0cxx_trailing_return_types
Feature record: CXX_FEATURE:0cxx_unicode_literals
Feature record: CXX_FEATURE:0cxx_uniform_initialization
Feature record: CXX_FEATURE:0cxx_unrestricted_unions
Feature record: CXX_FEATURE:0cxx_user_literals
Feature record: CXX_FEATURE:0cxx_variable_templates
Feature record: CXX_FEATURE:0cxx_variadic_macros
Feature record: CXX_FEATURE:0cxx_variadic_templates

View File

@ -1,53 +0,0 @@
# Hashes of file build rules.
040d31e973961dffe09fd92891fca1ca CMakeFiles/VitaShell.self
6063a63800cc851718a11bb5d5218964 CMakeFiles/VitaShell.vpk
209b056e4f7fbde69801956a9e892f7d VitaShell.velf
eb2464979ca5e345f288e915ee04ff00 VitaShell.vpk_param.sfo
d87b7176c6c7cb7be0f8dcf4e08e9685 resources/app0.png.o
1aadb1fcfeb2ed09465c5d6bf51fb5f6 resources/archive_icon.png.o
0065fdb6dff9e66cdf6ab498d37ea0c2 resources/audio_icon.png.o
9d13c13dbe90f0be0f9db727b23e16ec resources/battery.png.o
fd2ba0e28423a087000be7fbbf802d5d resources/battery_bar_charge.png.o
686e4b18aa15e6bae1359f291fcf7691 resources/battery_bar_green.png.o
3d6190085ce0d531dda46759c64e0a07 resources/battery_bar_red.png.o
d329cbf834648d2b07b76022436db0a2 resources/bg_wallpaper.png.o
89f4e0b06ebf60f8b7d84623c9b3c680 resources/changeinfo.txt.o
fdb7ec520c4cda5adc3fea5609e2f160 resources/colors.txt.o
d62a57351b1f7a3d4ab45239fd33e83f resources/cover.png.o
3fbe3e337c4899558d77aa8954a60783 resources/english_us.txt.o
3ab74f1b1ac49f1f16ca8d557f63c715 resources/fastforward.png.o
3833661dc99e950ad6a6ca21245f377b resources/fastrewind.png.o
29ae2727a00c88730c73e636b9d91c82 resources/file_icon.png.o
27e8bfb37e6be435231d9b88d022e92f resources/folder.png.o
6ce8aec68d9320bb4100e18de3580d07 resources/folder_icon.png.o
ad0463b6b7996b29daf391ef1f747739 resources/ftp.png.o
0879a335ee27356a9c19d13c4e7fec3c resources/image_file.png.o
d226024a909ab257a9ccb9d0c5010b9e resources/image_icon.png.o
a7f28dbc0f4ced72c2cae3f39c1602d0 resources/mark.png.o
a67aee21bf622040ee1c5179bda5e200 resources/memory_card.png.o
eb00f1f5c7f0fb6d6452b1edbe2604c9 resources/music_file.png.o
b44a114714a6223469a78c539905a2af resources/os0.png.o
881da92ac53414e49a62b209dc5a5ff9 resources/pause.png.o
6b0b19fb6e93095b2452308f922c0a69 resources/pd0.png.o
ba1340a2ee7083e6fdfcb647a12e716f resources/play.png.o
63cafd403a2551dfdea754cd9e94a9c4 resources/run_file.png.o
c84a0b2fe517531f728ba74b08bd407c resources/sa0.png.o
1105120f9512498504620e7e9c4b5ac7 resources/savedata0.png.o
f6f6d606e07893eee9c709fd78cb1093 resources/sfo_icon.png.o
4d48a520f644a321def6ad5b2bf20506 resources/stop.png.o
fee55f84e2006bb9124a37a46ad4d924 resources/text_icon.png.o
4c4e0c0c87ea7d7ce81862f5dda0f155 resources/theme.txt.o
d9ff9433c725224dd8a83bc341863591 resources/title_bar_bg.png.o
82d36844953e16a05651e858999ddd7c resources/txt_file.png.o
1efde30ab89dc39d786730f57e8c339a resources/ud0.png.o
a18cb1ca705a402d687e7ae734da3edd resources/unknown_file.png.o
514a6bc0c78deb5dd01040c413dcc502 resources/updater_eboot.bin.o
24ba489ce593db68e5ce3e8f42e9026d resources/updater_param.bin.o
4a2303b31ba0a374c5dcb585da1b050e resources/updir.png.o
f9e9cfe0170d29bb1eb6837f4e7a477f resources/ur0.png.o
b4a3165881fb93eadf14d0cb653c0749 resources/vd0.png.o
6a06bed643cb83110b4cd28894562847 resources/vita_game_card.png.o
bac40b67105a96f81c3951017fd97c75 resources/vita_game_card_storage.png.o
9fd37d7c47f4aa734548efb0d48dfd9c resources/vs0.png.o
d83cc39311c7391a94fc81d351b2fb2c resources/wifi.png.o
b5203f2dd753ef62cdee478bb96aedb9 resources/zip_file.png.o

View File

@ -1,46 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.6
# 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"
"/usr/local/vitasdk/share/vita.cmake"
"/usr/local/vitasdk/share/vita.toolchain.cmake"
"../CMakeLists.txt"
"CMakeFiles/3.6.2/CMakeCCompiler.cmake"
"CMakeFiles/3.6.2/CMakeCXXCompiler.cmake"
"CMakeFiles/3.6.2/CMakeSystem.cmake"
"/usr/share/cmake-3.6.2/Modules/CMakeCInformation.cmake"
"/usr/share/cmake-3.6.2/Modules/CMakeCXXInformation.cmake"
"/usr/share/cmake-3.6.2/Modules/CMakeCommonLanguageInclude.cmake"
"/usr/share/cmake-3.6.2/Modules/CMakeGenericSystem.cmake"
"/usr/share/cmake-3.6.2/Modules/CMakeLanguageInformation.cmake"
"/usr/share/cmake-3.6.2/Modules/CMakeParseArguments.cmake"
"/usr/share/cmake-3.6.2/Modules/CMakeSystemSpecificInformation.cmake"
"/usr/share/cmake-3.6.2/Modules/CMakeSystemSpecificInitialize.cmake"
"/usr/share/cmake-3.6.2/Modules/Compiler/GNU-C.cmake"
"/usr/share/cmake-3.6.2/Modules/Compiler/GNU-CXX.cmake"
"/usr/share/cmake-3.6.2/Modules/Compiler/GNU.cmake"
"/usr/share/cmake-3.6.2/Modules/Platform/Generic.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"
)
# Dependency information for all targets:
set(CMAKE_DEPEND_INFO_FILES
"CMakeFiles/VitaShell.dir/DependInfo.cmake"
"CMakeFiles/VitaShell.self.dir/DependInfo.cmake"
"CMakeFiles/VitaShell.vpk.dir/DependInfo.cmake"
)

View File

@ -1,182 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.6
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# The main recursive all target
all:
.PHONY : all
# The main recursive preinstall target
preinstall:
.PHONY : preinstall
#=============================================================================
# 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.exe
# The command to remove a file.
RM = /usr/bin/cmake.exe -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /usr/local/vitasdk/vitashell
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /usr/local/vitasdk/vitashell/build
#=============================================================================
# Target rules for target CMakeFiles/VitaShell.dir
# All Build rule for target.
CMakeFiles/VitaShell.dir/all:
$(MAKE) -f CMakeFiles/VitaShell.dir/build.make CMakeFiles/VitaShell.dir/depend
$(MAKE) -f CMakeFiles/VitaShell.dir/build.make CMakeFiles/VitaShell.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/usr/local/vitasdk/vitashell/build/CMakeFiles --progress-num=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96 "Built target VitaShell"
.PHONY : CMakeFiles/VitaShell.dir/all
# Include target in all.
all: CMakeFiles/VitaShell.dir/all
.PHONY : all
# Build rule for subdir invocation for target.
CMakeFiles/VitaShell.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /usr/local/vitasdk/vitashell/build/CMakeFiles 96
$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/VitaShell.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /usr/local/vitasdk/vitashell/build/CMakeFiles 0
.PHONY : CMakeFiles/VitaShell.dir/rule
# Convenience name for target.
VitaShell: CMakeFiles/VitaShell.dir/rule
.PHONY : VitaShell
# clean rule for target.
CMakeFiles/VitaShell.dir/clean:
$(MAKE) -f CMakeFiles/VitaShell.dir/build.make CMakeFiles/VitaShell.dir/clean
.PHONY : CMakeFiles/VitaShell.dir/clean
# clean rule for target.
clean: CMakeFiles/VitaShell.dir/clean
.PHONY : clean
#=============================================================================
# Target rules for target CMakeFiles/VitaShell.self.dir
# All Build rule for target.
CMakeFiles/VitaShell.self.dir/all: CMakeFiles/VitaShell.dir/all
$(MAKE) -f CMakeFiles/VitaShell.self.dir/build.make CMakeFiles/VitaShell.self.dir/depend
$(MAKE) -f CMakeFiles/VitaShell.self.dir/build.make CMakeFiles/VitaShell.self.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/usr/local/vitasdk/vitashell/build/CMakeFiles --progress-num=97,98 "Built target VitaShell.self"
.PHONY : CMakeFiles/VitaShell.self.dir/all
# Include target in all.
all: CMakeFiles/VitaShell.self.dir/all
.PHONY : all
# Build rule for subdir invocation for target.
CMakeFiles/VitaShell.self.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /usr/local/vitasdk/vitashell/build/CMakeFiles 98
$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/VitaShell.self.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /usr/local/vitasdk/vitashell/build/CMakeFiles 0
.PHONY : CMakeFiles/VitaShell.self.dir/rule
# Convenience name for target.
VitaShell.self: CMakeFiles/VitaShell.self.dir/rule
.PHONY : VitaShell.self
# clean rule for target.
CMakeFiles/VitaShell.self.dir/clean:
$(MAKE) -f CMakeFiles/VitaShell.self.dir/build.make CMakeFiles/VitaShell.self.dir/clean
.PHONY : CMakeFiles/VitaShell.self.dir/clean
# clean rule for target.
clean: CMakeFiles/VitaShell.self.dir/clean
.PHONY : clean
#=============================================================================
# Target rules for target CMakeFiles/VitaShell.vpk.dir
# All Build rule for target.
CMakeFiles/VitaShell.vpk.dir/all: CMakeFiles/VitaShell.self.dir/all
$(MAKE) -f CMakeFiles/VitaShell.vpk.dir/build.make CMakeFiles/VitaShell.vpk.dir/depend
$(MAKE) -f CMakeFiles/VitaShell.vpk.dir/build.make CMakeFiles/VitaShell.vpk.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/usr/local/vitasdk/vitashell/build/CMakeFiles --progress-num=99,100 "Built target VitaShell.vpk"
.PHONY : CMakeFiles/VitaShell.vpk.dir/all
# Include target in all.
all: CMakeFiles/VitaShell.vpk.dir/all
.PHONY : all
# Build rule for subdir invocation for target.
CMakeFiles/VitaShell.vpk.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /usr/local/vitasdk/vitashell/build/CMakeFiles 100
$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/VitaShell.vpk.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /usr/local/vitasdk/vitashell/build/CMakeFiles 0
.PHONY : CMakeFiles/VitaShell.vpk.dir/rule
# Convenience name for target.
VitaShell.vpk: CMakeFiles/VitaShell.vpk.dir/rule
.PHONY : VitaShell.vpk
# clean rule for target.
CMakeFiles/VitaShell.vpk.dir/clean:
$(MAKE) -f CMakeFiles/VitaShell.vpk.dir/build.make CMakeFiles/VitaShell.vpk.dir/clean
.PHONY : CMakeFiles/VitaShell.vpk.dir/clean
# clean rule for target.
clean: CMakeFiles/VitaShell.vpk.dir/clean
.PHONY : clean
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@ -1,5 +0,0 @@
/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir
/usr/local/vitasdk/vitashell/build/CMakeFiles/edit_cache.dir
/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.self.dir
/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.vpk.dir
/usr/local/vitasdk/vitashell/build/CMakeFiles/rebuild_cache.dir

File diff suppressed because it is too large Load Diff

View File

@ -1,68 +0,0 @@
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
"C"
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_C
"/usr/local/vitasdk/vitashell/UI2.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/UI2.c.obj"
"/usr/local/vitasdk/vitashell/archive.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/archive.c.obj"
"/usr/local/vitasdk/vitashell/audio/id3.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/audio/id3.c.obj"
"/usr/local/vitasdk/vitashell/audio/lrcparse.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/audio/lrcparse.c.obj"
"/usr/local/vitasdk/vitashell/audio/mp3player.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/audio/mp3player.c.obj"
"/usr/local/vitasdk/vitashell/audio/mp3xing.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/audio/mp3xing.c.obj"
"/usr/local/vitasdk/vitashell/audio/oggplayer.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/audio/oggplayer.c.obj"
"/usr/local/vitasdk/vitashell/audio/player.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/audio/player.c.obj"
"/usr/local/vitasdk/vitashell/audio/vita_audio.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/audio/vita_audio.c.obj"
"/usr/local/vitasdk/vitashell/audioplayer.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/audioplayer.c.obj"
"/usr/local/vitasdk/vitashell/bm.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/bm.c.obj"
"/usr/local/vitasdk/vitashell/config.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/config.c.obj"
"/usr/local/vitasdk/vitashell/context_menu.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/context_menu.c.obj"
"/usr/local/vitasdk/vitashell/elf.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/elf.c.obj"
"/usr/local/vitasdk/vitashell/file.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/file.c.obj"
"/usr/local/vitasdk/vitashell/hex.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/hex.c.obj"
"/usr/local/vitasdk/vitashell/ime_dialog.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/ime_dialog.c.obj"
"/usr/local/vitasdk/vitashell/init.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/init.c.obj"
"/usr/local/vitasdk/vitashell/io_process.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/io_process.c.obj"
"/usr/local/vitasdk/vitashell/language.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/language.c.obj"
"/usr/local/vitasdk/vitashell/libmad/bit.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/libmad/bit.c.obj"
"/usr/local/vitasdk/vitashell/libmad/decoder.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/libmad/decoder.c.obj"
"/usr/local/vitasdk/vitashell/libmad/fixed.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/libmad/fixed.c.obj"
"/usr/local/vitasdk/vitashell/libmad/frame.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/libmad/frame.c.obj"
"/usr/local/vitasdk/vitashell/libmad/huffman.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/libmad/huffman.c.obj"
"/usr/local/vitasdk/vitashell/libmad/layer12.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/libmad/layer12.c.obj"
"/usr/local/vitasdk/vitashell/libmad/layer3.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/libmad/layer3.c.obj"
"/usr/local/vitasdk/vitashell/libmad/stream.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/libmad/stream.c.obj"
"/usr/local/vitasdk/vitashell/libmad/synth.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/libmad/synth.c.obj"
"/usr/local/vitasdk/vitashell/libmad/timer.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/libmad/timer.c.obj"
"/usr/local/vitasdk/vitashell/list_dialog.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/list_dialog.c.obj"
"/usr/local/vitasdk/vitashell/main.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/main.c.obj"
"/usr/local/vitasdk/vitashell/makezip.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/makezip.c.obj"
"/usr/local/vitasdk/vitashell/message_dialog.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/message_dialog.c.obj"
"/usr/local/vitasdk/vitashell/minizip/ioapi.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/minizip/ioapi.c.obj"
"/usr/local/vitasdk/vitashell/minizip/unzip.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/minizip/unzip.c.obj"
"/usr/local/vitasdk/vitashell/minizip/zip.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/minizip/zip.c.obj"
"/usr/local/vitasdk/vitashell/network_update.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/network_update.c.obj"
"/usr/local/vitasdk/vitashell/package_installer.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/package_installer.c.obj"
"/usr/local/vitasdk/vitashell/photo.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/photo.c.obj"
"/usr/local/vitasdk/vitashell/property_dialog.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/property_dialog.c.obj"
"/usr/local/vitasdk/vitashell/settings.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/settings.c.obj"
"/usr/local/vitasdk/vitashell/sfo.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/sfo.c.obj"
"/usr/local/vitasdk/vitashell/sha1.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/sha1.c.obj"
"/usr/local/vitasdk/vitashell/text.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/text.c.obj"
"/usr/local/vitasdk/vitashell/theme.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/theme.c.obj"
"/usr/local/vitasdk/vitashell/touch_shell.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/touch_shell.c.obj"
"/usr/local/vitasdk/vitashell/uncommon_dialog.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/uncommon_dialog.c.obj"
"/usr/local/vitasdk/vitashell/utils.c" "/usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.dir/utils.c.obj"
)
set(CMAKE_C_COMPILER_ID "GNU")
# The include file search paths:
set(CMAKE_C_TARGET_INCLUDE_PATH
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

File diff suppressed because it is too large Load Diff

View File

@ -1,106 +0,0 @@
file(REMOVE_RECURSE
"resources/app0.png.o"
"resources/archive_icon.png.o"
"resources/audio_icon.png.o"
"resources/battery.png.o"
"resources/battery_bar_charge.png.o"
"resources/battery_bar_green.png.o"
"resources/battery_bar_red.png.o"
"resources/bg_wallpaper.png.o"
"resources/cover.png.o"
"resources/fastforward.png.o"
"resources/fastrewind.png.o"
"resources/file_icon.png.o"
"resources/folder.png.o"
"resources/folder_icon.png.o"
"resources/ftp.png.o"
"resources/image_file.png.o"
"resources/image_icon.png.o"
"resources/mark.png.o"
"resources/memory_card.png.o"
"resources/music_file.png.o"
"resources/os0.png.o"
"resources/pause.png.o"
"resources/pd0.png.o"
"resources/play.png.o"
"resources/run_file.png.o"
"resources/sa0.png.o"
"resources/savedata0.png.o"
"resources/sfo_icon.png.o"
"resources/stop.png.o"
"resources/text_icon.png.o"
"resources/title_bar_bg.png.o"
"resources/txt_file.png.o"
"resources/ud0.png.o"
"resources/unknown_file.png.o"
"resources/updir.png.o"
"resources/ur0.png.o"
"resources/vd0.png.o"
"resources/vita_game_card.png.o"
"resources/vita_game_card_storage.png.o"
"resources/vs0.png.o"
"resources/wifi.png.o"
"resources/zip_file.png.o"
"resources/changeinfo.txt.o"
"resources/colors.txt.o"
"resources/english_us.txt.o"
"resources/theme.txt.o"
"resources/updater_eboot.bin.o"
"resources/updater_param.bin.o"
"CMakeFiles/VitaShell.dir/main.c.obj"
"CMakeFiles/VitaShell.dir/init.c.obj"
"CMakeFiles/VitaShell.dir/io_process.c.obj"
"CMakeFiles/VitaShell.dir/makezip.c.obj"
"CMakeFiles/VitaShell.dir/package_installer.c.obj"
"CMakeFiles/VitaShell.dir/network_update.c.obj"
"CMakeFiles/VitaShell.dir/context_menu.c.obj"
"CMakeFiles/VitaShell.dir/archive.c.obj"
"CMakeFiles/VitaShell.dir/photo.c.obj"
"CMakeFiles/VitaShell.dir/audioplayer.c.obj"
"CMakeFiles/VitaShell.dir/file.c.obj"
"CMakeFiles/VitaShell.dir/text.c.obj"
"CMakeFiles/VitaShell.dir/hex.c.obj"
"CMakeFiles/VitaShell.dir/sfo.c.obj"
"CMakeFiles/VitaShell.dir/settings.c.obj"
"CMakeFiles/VitaShell.dir/property_dialog.c.obj"
"CMakeFiles/VitaShell.dir/uncommon_dialog.c.obj"
"CMakeFiles/VitaShell.dir/message_dialog.c.obj"
"CMakeFiles/VitaShell.dir/ime_dialog.c.obj"
"CMakeFiles/VitaShell.dir/config.c.obj"
"CMakeFiles/VitaShell.dir/theme.c.obj"
"CMakeFiles/VitaShell.dir/language.c.obj"
"CMakeFiles/VitaShell.dir/utils.c.obj"
"CMakeFiles/VitaShell.dir/elf.c.obj"
"CMakeFiles/VitaShell.dir/sha1.c.obj"
"CMakeFiles/VitaShell.dir/list_dialog.c.obj"
"CMakeFiles/VitaShell.dir/UI2.c.obj"
"CMakeFiles/VitaShell.dir/touch_shell.c.obj"
"CMakeFiles/VitaShell.dir/minizip/zip.c.obj"
"CMakeFiles/VitaShell.dir/minizip/unzip.c.obj"
"CMakeFiles/VitaShell.dir/minizip/ioapi.c.obj"
"CMakeFiles/VitaShell.dir/bm.c.obj"
"CMakeFiles/VitaShell.dir/audio/vita_audio.c.obj"
"CMakeFiles/VitaShell.dir/audio/player.c.obj"
"CMakeFiles/VitaShell.dir/audio/id3.c.obj"
"CMakeFiles/VitaShell.dir/audio/oggplayer.c.obj"
"CMakeFiles/VitaShell.dir/audio/mp3player.c.obj"
"CMakeFiles/VitaShell.dir/audio/mp3xing.c.obj"
"CMakeFiles/VitaShell.dir/audio/lrcparse.c.obj"
"CMakeFiles/VitaShell.dir/libmad/bit.c.obj"
"CMakeFiles/VitaShell.dir/libmad/decoder.c.obj"
"CMakeFiles/VitaShell.dir/libmad/fixed.c.obj"
"CMakeFiles/VitaShell.dir/libmad/frame.c.obj"
"CMakeFiles/VitaShell.dir/libmad/huffman.c.obj"
"CMakeFiles/VitaShell.dir/libmad/layer12.c.obj"
"CMakeFiles/VitaShell.dir/libmad/layer3.c.obj"
"CMakeFiles/VitaShell.dir/libmad/stream.c.obj"
"CMakeFiles/VitaShell.dir/libmad/synth.c.obj"
"CMakeFiles/VitaShell.dir/libmad/timer.c.obj"
"VitaShell.pdb"
"VitaShell"
)
# Per-language clean rules from dependency scanning.
foreach(lang C)
include(CMakeFiles/VitaShell.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@ -1,441 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.6
CMakeFiles/VitaShell.dir/UI2.c.obj
/usr/local/vitasdk/vitashell/UI2.c
/usr/local/vitasdk/vitashell/UI2.h
/usr/local/vitasdk/vitashell/archive.h
/usr/local/vitasdk/vitashell/audio/vita_audio.h
/usr/local/vitasdk/vitashell/audioplayer.h
/usr/local/vitasdk/vitashell/context_menu.h
/usr/local/vitasdk/vitashell/file.h
/usr/local/vitasdk/vitashell/hex.h
/usr/local/vitasdk/vitashell/ime_dialog.h
/usr/local/vitasdk/vitashell/init.h
/usr/local/vitasdk/vitashell/io_process.h
/usr/local/vitasdk/vitashell/language.h
/usr/local/vitasdk/vitashell/list_dialog.h
/usr/local/vitasdk/vitashell/main.h
/usr/local/vitasdk/vitashell/makezip.h
/usr/local/vitasdk/vitashell/message_dialog.h
/usr/local/vitasdk/vitashell/network_update.h
/usr/local/vitasdk/vitashell/package_installer.h
/usr/local/vitasdk/vitashell/photo.h
/usr/local/vitasdk/vitashell/property_dialog.h
/usr/local/vitasdk/vitashell/settings.h
/usr/local/vitasdk/vitashell/sfo.h
/usr/local/vitasdk/vitashell/text.h
/usr/local/vitasdk/vitashell/theme.h
/usr/local/vitasdk/vitashell/touch_shell.h
/usr/local/vitasdk/vitashell/utils.h
/usr/local/vitasdk/vitashell/vitashell_config.h
CMakeFiles/VitaShell.dir/archive.c.obj
/usr/local/vitasdk/vitashell/archive.c
/usr/local/vitasdk/vitashell/archive.h
/usr/local/vitasdk/vitashell/elf.h
/usr/local/vitasdk/vitashell/file.h
/usr/local/vitasdk/vitashell/main.h
/usr/local/vitasdk/vitashell/minizip/ioapi.h
/usr/local/vitasdk/vitashell/minizip/unzip.h
/usr/local/vitasdk/vitashell/utils.h
/usr/local/vitasdk/vitashell/vitashell_config.h
CMakeFiles/VitaShell.dir/audio/id3.c.obj
/usr/local/vitasdk/vitashell/audio/id3.c
/usr/local/vitasdk/vitashell/audio/id3.h
CMakeFiles/VitaShell.dir/audio/lrcparse.c.obj
/usr/local/vitasdk/vitashell/audio/lrcparse.c
/usr/local/vitasdk/vitashell/audio/lrcparse.h
/usr/local/vitasdk/vitashell/file.h
CMakeFiles/VitaShell.dir/audio/mp3player.c.obj
/usr/local/vitasdk/vitashell/audio/id3.h
/usr/local/vitasdk/vitashell/audio/info.h
/usr/local/vitasdk/vitashell/audio/mp3player.c
/usr/local/vitasdk/vitashell/audio/mp3player.h
/usr/local/vitasdk/vitashell/audio/mp3xing.h
/usr/local/vitasdk/vitashell/audio/player.h
/usr/local/vitasdk/vitashell/audio/vita_audio.h
/usr/local/vitasdk/vitashell/libmad/mad.h
CMakeFiles/VitaShell.dir/audio/mp3xing.c.obj
/usr/local/vitasdk/vitashell/audio/mp3xing.c
/usr/local/vitasdk/vitashell/audio/mp3xing.h
/usr/local/vitasdk/vitashell/libmad/mad.h
CMakeFiles/VitaShell.dir/audio/oggplayer.c.obj
/usr/local/vitasdk/vitashell/audio/id3.h
/usr/local/vitasdk/vitashell/audio/info.h
/usr/local/vitasdk/vitashell/audio/oggplayer.c
/usr/local/vitasdk/vitashell/audio/oggplayer.h
/usr/local/vitasdk/vitashell/audio/player.h
/usr/local/vitasdk/vitashell/audio/vita_audio.h
CMakeFiles/VitaShell.dir/audio/player.c.obj
/usr/local/vitasdk/vitashell/audio/id3.h
/usr/local/vitasdk/vitashell/audio/info.h
/usr/local/vitasdk/vitashell/audio/mp3player.h
/usr/local/vitasdk/vitashell/audio/oggplayer.h
/usr/local/vitasdk/vitashell/audio/player.c
/usr/local/vitasdk/vitashell/audio/player.h
/usr/local/vitasdk/vitashell/audio/vita_audio.h
/usr/local/vitasdk/vitashell/file.h
/usr/local/vitasdk/vitashell/libmad/mad.h
CMakeFiles/VitaShell.dir/audio/vita_audio.c.obj
/usr/local/vitasdk/vitashell/audio/vita_audio.c
/usr/local/vitasdk/vitashell/audio/vita_audio.h
CMakeFiles/VitaShell.dir/audioplayer.c.obj
/usr/local/vitasdk/vitashell/archive.h
/usr/local/vitasdk/vitashell/audio/id3.h
/usr/local/vitasdk/vitashell/audio/info.h
/usr/local/vitasdk/vitashell/audio/lrcparse.h
/usr/local/vitasdk/vitashell/audio/player.h
/usr/local/vitasdk/vitashell/audio/vita_audio.h
/usr/local/vitasdk/vitashell/audioplayer.c
/usr/local/vitasdk/vitashell/audioplayer.h
/usr/local/vitasdk/vitashell/file.h
/usr/local/vitasdk/vitashell/language.h
/usr/local/vitasdk/vitashell/main.h
/usr/local/vitasdk/vitashell/theme.h
/usr/local/vitasdk/vitashell/utils.h
/usr/local/vitasdk/vitashell/vitashell_config.h
CMakeFiles/VitaShell.dir/bm.c.obj
/usr/local/vitasdk/vitashell/bm.c
CMakeFiles/VitaShell.dir/config.c.obj
/usr/local/vitasdk/vitashell/config.c
/usr/local/vitasdk/vitashell/config.h
/usr/local/vitasdk/vitashell/file.h
/usr/local/vitasdk/vitashell/main.h
/usr/local/vitasdk/vitashell/vitashell_config.h
CMakeFiles/VitaShell.dir/context_menu.c.obj
/usr/local/vitasdk/vitashell/context_menu.c
/usr/local/vitasdk/vitashell/context_menu.h
/usr/local/vitasdk/vitashell/language.h
/usr/local/vitasdk/vitashell/main.h
/usr/local/vitasdk/vitashell/theme.h
/usr/local/vitasdk/vitashell/utils.h
/usr/local/vitasdk/vitashell/vitashell_config.h
CMakeFiles/VitaShell.dir/elf.c.obj
/usr/local/vitasdk/vitashell/elf.c
/usr/local/vitasdk/vitashell/elf.h
/usr/local/vitasdk/vitashell/main.h
/usr/local/vitasdk/vitashell/vitashell_config.h
CMakeFiles/VitaShell.dir/file.c.obj
/usr/local/vitasdk/vitashell/archive.h
/usr/local/vitasdk/vitashell/file.c
/usr/local/vitasdk/vitashell/file.h
/usr/local/vitasdk/vitashell/main.h
/usr/local/vitasdk/vitashell/sha1.h
/usr/local/vitasdk/vitashell/utils.h
/usr/local/vitasdk/vitashell/vitashell_config.h
CMakeFiles/VitaShell.dir/hex.c.obj
/usr/local/vitasdk/vitashell/archive.h
/usr/local/vitasdk/vitashell/file.h
/usr/local/vitasdk/vitashell/hex.c
/usr/local/vitasdk/vitashell/hex.h
/usr/local/vitasdk/vitashell/language.h
/usr/local/vitasdk/vitashell/main.h
/usr/local/vitasdk/vitashell/message_dialog.h
/usr/local/vitasdk/vitashell/text.h
/usr/local/vitasdk/vitashell/theme.h
/usr/local/vitasdk/vitashell/utils.h
/usr/local/vitasdk/vitashell/vitashell_config.h
CMakeFiles/VitaShell.dir/ime_dialog.c.obj
/usr/local/vitasdk/vitashell/ime_dialog.c
/usr/local/vitasdk/vitashell/ime_dialog.h
/usr/local/vitasdk/vitashell/main.h
/usr/local/vitasdk/vitashell/utils.h
/usr/local/vitasdk/vitashell/vitashell_config.h
CMakeFiles/VitaShell.dir/init.c.obj
/usr/local/vitasdk/vitashell/file.h
/usr/local/vitasdk/vitashell/init.c
/usr/local/vitasdk/vitashell/init.h
/usr/local/vitasdk/vitashell/main.h
/usr/local/vitasdk/vitashell/package_installer.h
/usr/local/vitasdk/vitashell/utils.h
/usr/local/vitasdk/vitashell/vitashell_config.h
CMakeFiles/VitaShell.dir/io_process.c.obj
/usr/local/vitasdk/vitashell/archive.h
/usr/local/vitasdk/vitashell/file.h
/usr/local/vitasdk/vitashell/io_process.c
/usr/local/vitasdk/vitashell/io_process.h
/usr/local/vitasdk/vitashell/language.h
/usr/local/vitasdk/vitashell/main.h
/usr/local/vitasdk/vitashell/message_dialog.h
/usr/local/vitasdk/vitashell/utils.h
/usr/local/vitasdk/vitashell/vitashell_config.h
CMakeFiles/VitaShell.dir/language.c.obj
/usr/local/vitasdk/vitashell/config.h
/usr/local/vitasdk/vitashell/language.c
/usr/local/vitasdk/vitashell/language.h
/usr/local/vitasdk/vitashell/main.h
/usr/local/vitasdk/vitashell/vitashell_config.h
CMakeFiles/VitaShell.dir/libmad/bit.c.obj
/usr/local/vitasdk/vitashell/libmad/bit.c
/usr/local/vitasdk/vitashell/libmad/bit.h
/usr/local/vitasdk/vitashell/libmad/libmad_config.h
/usr/local/vitasdk/vitashell/libmad/libmad_global.h
CMakeFiles/VitaShell.dir/libmad/decoder.c.obj
/usr/local/vitasdk/vitashell/libmad/bit.h
/usr/local/vitasdk/vitashell/libmad/decoder.c
/usr/local/vitasdk/vitashell/libmad/decoder.h
/usr/local/vitasdk/vitashell/libmad/fixed.h
/usr/local/vitasdk/vitashell/libmad/frame.h
/usr/local/vitasdk/vitashell/libmad/libmad_config.h
/usr/local/vitasdk/vitashell/libmad/libmad_global.h
/usr/local/vitasdk/vitashell/libmad/stream.h
/usr/local/vitasdk/vitashell/libmad/synth.h
/usr/local/vitasdk/vitashell/libmad/timer.h
CMakeFiles/VitaShell.dir/libmad/fixed.c.obj
/usr/local/vitasdk/vitashell/libmad/fixed.c
/usr/local/vitasdk/vitashell/libmad/fixed.h
/usr/local/vitasdk/vitashell/libmad/libmad_config.h
/usr/local/vitasdk/vitashell/libmad/libmad_global.h
CMakeFiles/VitaShell.dir/libmad/frame.c.obj
/usr/local/vitasdk/vitashell/libmad/bit.h
/usr/local/vitasdk/vitashell/libmad/fixed.h
/usr/local/vitasdk/vitashell/libmad/frame.c
/usr/local/vitasdk/vitashell/libmad/frame.h
/usr/local/vitasdk/vitashell/libmad/layer12.h
/usr/local/vitasdk/vitashell/libmad/layer3.h
/usr/local/vitasdk/vitashell/libmad/libmad_config.h
/usr/local/vitasdk/vitashell/libmad/libmad_global.h
/usr/local/vitasdk/vitashell/libmad/stream.h
/usr/local/vitasdk/vitashell/libmad/timer.h
CMakeFiles/VitaShell.dir/libmad/huffman.c.obj
/usr/local/vitasdk/vitashell/libmad/huffman.c
/usr/local/vitasdk/vitashell/libmad/huffman.h
/usr/local/vitasdk/vitashell/libmad/libmad_config.h
/usr/local/vitasdk/vitashell/libmad/libmad_global.h
CMakeFiles/VitaShell.dir/libmad/layer12.c.obj
/usr/local/vitasdk/vitashell/libmad/bit.h
/usr/local/vitasdk/vitashell/libmad/fixed.h
/usr/local/vitasdk/vitashell/libmad/frame.h
/usr/local/vitasdk/vitashell/libmad/layer12.c
/usr/local/vitasdk/vitashell/libmad/layer12.h
/usr/local/vitasdk/vitashell/libmad/libmad_config.h
/usr/local/vitasdk/vitashell/libmad/libmad_global.h
/usr/local/vitasdk/vitashell/libmad/qc_table.dat
/usr/local/vitasdk/vitashell/libmad/sf_table.dat
/usr/local/vitasdk/vitashell/libmad/stream.h
/usr/local/vitasdk/vitashell/libmad/timer.h
CMakeFiles/VitaShell.dir/libmad/layer3.c.obj
/usr/local/vitasdk/vitashell/libmad/bit.h
/usr/local/vitasdk/vitashell/libmad/fixed.h
/usr/local/vitasdk/vitashell/libmad/frame.h
/usr/local/vitasdk/vitashell/libmad/huffman.h
/usr/local/vitasdk/vitashell/libmad/imdct_s.dat
/usr/local/vitasdk/vitashell/libmad/layer3.c
/usr/local/vitasdk/vitashell/libmad/layer3.h
/usr/local/vitasdk/vitashell/libmad/libmad_config.h
/usr/local/vitasdk/vitashell/libmad/libmad_global.h
/usr/local/vitasdk/vitashell/libmad/rq_table.dat
/usr/local/vitasdk/vitashell/libmad/stream.h
/usr/local/vitasdk/vitashell/libmad/timer.h
CMakeFiles/VitaShell.dir/libmad/stream.c.obj
/usr/local/vitasdk/vitashell/libmad/bit.h
/usr/local/vitasdk/vitashell/libmad/libmad_config.h
/usr/local/vitasdk/vitashell/libmad/libmad_global.h
/usr/local/vitasdk/vitashell/libmad/stream.c
/usr/local/vitasdk/vitashell/libmad/stream.h
CMakeFiles/VitaShell.dir/libmad/synth.c.obj
/usr/local/vitasdk/vitashell/libmad/D.dat
/usr/local/vitasdk/vitashell/libmad/bit.h
/usr/local/vitasdk/vitashell/libmad/fixed.h
/usr/local/vitasdk/vitashell/libmad/frame.h
/usr/local/vitasdk/vitashell/libmad/libmad_config.h
/usr/local/vitasdk/vitashell/libmad/libmad_global.h
/usr/local/vitasdk/vitashell/libmad/stream.h
/usr/local/vitasdk/vitashell/libmad/synth.c
/usr/local/vitasdk/vitashell/libmad/synth.h
/usr/local/vitasdk/vitashell/libmad/timer.h
CMakeFiles/VitaShell.dir/libmad/timer.c.obj
/usr/local/vitasdk/vitashell/libmad/libmad_config.h
/usr/local/vitasdk/vitashell/libmad/libmad_global.h
/usr/local/vitasdk/vitashell/libmad/timer.c
/usr/local/vitasdk/vitashell/libmad/timer.h
CMakeFiles/VitaShell.dir/list_dialog.c.obj
/usr/local/vitasdk/vitashell/file.h
/usr/local/vitasdk/vitashell/init.h
/usr/local/vitasdk/vitashell/language.h
/usr/local/vitasdk/vitashell/list_dialog.c
/usr/local/vitasdk/vitashell/list_dialog.h
/usr/local/vitasdk/vitashell/main.h
/usr/local/vitasdk/vitashell/theme.h
/usr/local/vitasdk/vitashell/utils.h
/usr/local/vitasdk/vitashell/vitashell_config.h
CMakeFiles/VitaShell.dir/main.c.obj
/usr/local/vitasdk/vitashell/UI2.h
/usr/local/vitasdk/vitashell/archive.h
/usr/local/vitasdk/vitashell/audio/vita_audio.h
/usr/local/vitasdk/vitashell/audioplayer.h
/usr/local/vitasdk/vitashell/context_menu.h
/usr/local/vitasdk/vitashell/file.h
/usr/local/vitasdk/vitashell/hex.h
/usr/local/vitasdk/vitashell/ime_dialog.h
/usr/local/vitasdk/vitashell/init.h
/usr/local/vitasdk/vitashell/io_process.h
/usr/local/vitasdk/vitashell/language.h
/usr/local/vitasdk/vitashell/list_dialog.h
/usr/local/vitasdk/vitashell/main.c
/usr/local/vitasdk/vitashell/main.h
/usr/local/vitasdk/vitashell/makezip.h
/usr/local/vitasdk/vitashell/message_dialog.h
/usr/local/vitasdk/vitashell/network_update.h
/usr/local/vitasdk/vitashell/package_installer.h
/usr/local/vitasdk/vitashell/photo.h
/usr/local/vitasdk/vitashell/property_dialog.h
/usr/local/vitasdk/vitashell/settings.h
/usr/local/vitasdk/vitashell/sfo.h
/usr/local/vitasdk/vitashell/text.h
/usr/local/vitasdk/vitashell/theme.h
/usr/local/vitasdk/vitashell/utils.h
/usr/local/vitasdk/vitashell/vitashell_config.h
CMakeFiles/VitaShell.dir/makezip.c.obj
/usr/local/vitasdk/vitashell/file.h
/usr/local/vitasdk/vitashell/io_process.h
/usr/local/vitasdk/vitashell/main.h
/usr/local/vitasdk/vitashell/makezip.c
/usr/local/vitasdk/vitashell/makezip.h
/usr/local/vitasdk/vitashell/minizip/ioapi.h
/usr/local/vitasdk/vitashell/minizip/zip.h
/usr/local/vitasdk/vitashell/utils.h
/usr/local/vitasdk/vitashell/vitashell_config.h
CMakeFiles/VitaShell.dir/message_dialog.c.obj
/usr/local/vitasdk/vitashell/main.h
/usr/local/vitasdk/vitashell/message_dialog.c
/usr/local/vitasdk/vitashell/message_dialog.h
/usr/local/vitasdk/vitashell/vitashell_config.h
CMakeFiles/VitaShell.dir/minizip/ioapi.c.obj
/usr/local/vitasdk/vitashell/minizip/ioapi.c
/usr/local/vitasdk/vitashell/minizip/ioapi.h
CMakeFiles/VitaShell.dir/minizip/unzip.c.obj
/usr/local/vitasdk/vitashell/minizip/crypt.h
/usr/local/vitasdk/vitashell/minizip/ioapi.h
/usr/local/vitasdk/vitashell/minizip/unzip.c
/usr/local/vitasdk/vitashell/minizip/unzip.h
CMakeFiles/VitaShell.dir/minizip/zip.c.obj
/usr/local/vitasdk/vitashell/minizip/crypt.h
/usr/local/vitasdk/vitashell/minizip/ioapi.h
/usr/local/vitasdk/vitashell/minizip/zip.c
/usr/local/vitasdk/vitashell/minizip/zip.h
CMakeFiles/VitaShell.dir/network_update.c.obj
/usr/local/vitasdk/vitashell/archive.h
/usr/local/vitasdk/vitashell/file.h
/usr/local/vitasdk/vitashell/io_process.h
/usr/local/vitasdk/vitashell/language.h
/usr/local/vitasdk/vitashell/main.h
/usr/local/vitasdk/vitashell/message_dialog.h
/usr/local/vitasdk/vitashell/network_update.c
/usr/local/vitasdk/vitashell/network_update.h
/usr/local/vitasdk/vitashell/package_installer.h
/usr/local/vitasdk/vitashell/utils.h
/usr/local/vitasdk/vitashell/vitashell_config.h
CMakeFiles/VitaShell.dir/package_installer.c.obj
/usr/local/vitasdk/vitashell/archive.h
/usr/local/vitasdk/vitashell/file.h
/usr/local/vitasdk/vitashell/io_process.h
/usr/local/vitasdk/vitashell/language.h
/usr/local/vitasdk/vitashell/main.h
/usr/local/vitasdk/vitashell/message_dialog.h
/usr/local/vitasdk/vitashell/package_installer.c
/usr/local/vitasdk/vitashell/package_installer.h
/usr/local/vitasdk/vitashell/resources/base_head_bin.h
/usr/local/vitasdk/vitashell/sfo.h
/usr/local/vitasdk/vitashell/sha1.h
/usr/local/vitasdk/vitashell/utils.h
/usr/local/vitasdk/vitashell/vitashell_config.h
CMakeFiles/VitaShell.dir/photo.c.obj
/usr/local/vitasdk/vitashell/archive.h
/usr/local/vitasdk/vitashell/file.h
/usr/local/vitasdk/vitashell/main.h
/usr/local/vitasdk/vitashell/photo.c
/usr/local/vitasdk/vitashell/photo.h
/usr/local/vitasdk/vitashell/theme.h
/usr/local/vitasdk/vitashell/utils.h
/usr/local/vitasdk/vitashell/vitashell_config.h
CMakeFiles/VitaShell.dir/property_dialog.c.obj
/usr/local/vitasdk/vitashell/archive.h
/usr/local/vitasdk/vitashell/file.h
/usr/local/vitasdk/vitashell/init.h
/usr/local/vitasdk/vitashell/language.h
/usr/local/vitasdk/vitashell/main.h
/usr/local/vitasdk/vitashell/property_dialog.c
/usr/local/vitasdk/vitashell/property_dialog.h
/usr/local/vitasdk/vitashell/theme.h
/usr/local/vitasdk/vitashell/utils.h
/usr/local/vitasdk/vitashell/vitashell_config.h
CMakeFiles/VitaShell.dir/settings.c.obj
/usr/local/vitasdk/vitashell/config.h
/usr/local/vitasdk/vitashell/file.h
/usr/local/vitasdk/vitashell/henkaku_config.h
/usr/local/vitasdk/vitashell/ime_dialog.h
/usr/local/vitasdk/vitashell/init.h
/usr/local/vitasdk/vitashell/language.h
/usr/local/vitasdk/vitashell/main.h
/usr/local/vitasdk/vitashell/message_dialog.h
/usr/local/vitasdk/vitashell/settings.c
/usr/local/vitasdk/vitashell/settings.h
/usr/local/vitasdk/vitashell/theme.h
/usr/local/vitasdk/vitashell/utils.h
/usr/local/vitasdk/vitashell/vitashell_config.h
CMakeFiles/VitaShell.dir/sfo.c.obj
/usr/local/vitasdk/vitashell/archive.h
/usr/local/vitasdk/vitashell/file.h
/usr/local/vitasdk/vitashell/hex.h
/usr/local/vitasdk/vitashell/language.h
/usr/local/vitasdk/vitashell/main.h
/usr/local/vitasdk/vitashell/message_dialog.h
/usr/local/vitasdk/vitashell/sfo.c
/usr/local/vitasdk/vitashell/sfo.h
/usr/local/vitasdk/vitashell/text.h
/usr/local/vitasdk/vitashell/theme.h
/usr/local/vitasdk/vitashell/utils.h
/usr/local/vitasdk/vitashell/vitashell_config.h
CMakeFiles/VitaShell.dir/sha1.c.obj
/usr/local/vitasdk/vitashell/sha1.c
/usr/local/vitasdk/vitashell/sha1.h
CMakeFiles/VitaShell.dir/text.c.obj
/usr/local/vitasdk/vitashell/archive.h
/usr/local/vitasdk/vitashell/context_menu.h
/usr/local/vitasdk/vitashell/file.h
/usr/local/vitasdk/vitashell/hex.h
/usr/local/vitasdk/vitashell/ime_dialog.h
/usr/local/vitasdk/vitashell/language.h
/usr/local/vitasdk/vitashell/main.h
/usr/local/vitasdk/vitashell/message_dialog.h
/usr/local/vitasdk/vitashell/text.c
/usr/local/vitasdk/vitashell/text.h
/usr/local/vitasdk/vitashell/theme.h
/usr/local/vitasdk/vitashell/utils.h
/usr/local/vitasdk/vitashell/vitashell_config.h
CMakeFiles/VitaShell.dir/theme.c.obj
/usr/local/vitasdk/vitashell/config.h
/usr/local/vitasdk/vitashell/file.h
/usr/local/vitasdk/vitashell/init.h
/usr/local/vitasdk/vitashell/main.h
/usr/local/vitasdk/vitashell/theme.c
/usr/local/vitasdk/vitashell/theme.h
/usr/local/vitasdk/vitashell/utils.h
/usr/local/vitasdk/vitashell/vitashell_config.h
CMakeFiles/VitaShell.dir/touch_shell.c.obj
/usr/local/vitasdk/vitashell/main.h
/usr/local/vitasdk/vitashell/touch_shell.c
/usr/local/vitasdk/vitashell/touch_shell.h
/usr/local/vitasdk/vitashell/vitashell_config.h
CMakeFiles/VitaShell.dir/uncommon_dialog.c.obj
/usr/local/vitasdk/vitashell/file.h
/usr/local/vitasdk/vitashell/init.h
/usr/local/vitasdk/vitashell/language.h
/usr/local/vitasdk/vitashell/main.h
/usr/local/vitasdk/vitashell/theme.h
/usr/local/vitasdk/vitashell/uncommon_dialog.c
/usr/local/vitasdk/vitashell/uncommon_dialog.h
/usr/local/vitasdk/vitashell/utils.h
/usr/local/vitasdk/vitashell/vitashell_config.h
CMakeFiles/VitaShell.dir/utils.c.obj
/usr/local/vitasdk/vitashell/bm.h
/usr/local/vitasdk/vitashell/file.h
/usr/local/vitasdk/vitashell/language.h
/usr/local/vitasdk/vitashell/main.h
/usr/local/vitasdk/vitashell/message_dialog.h
/usr/local/vitasdk/vitashell/theme.h
/usr/local/vitasdk/vitashell/uncommon_dialog.h
/usr/local/vitasdk/vitashell/utils.c
/usr/local/vitasdk/vitashell/utils.h
/usr/local/vitasdk/vitashell/vitashell_config.h

View File

@ -1,441 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.6
CMakeFiles/VitaShell.dir/UI2.c.obj: ../UI2.c
CMakeFiles/VitaShell.dir/UI2.c.obj: ../UI2.h
CMakeFiles/VitaShell.dir/UI2.c.obj: ../archive.h
CMakeFiles/VitaShell.dir/UI2.c.obj: ../audio/vita_audio.h
CMakeFiles/VitaShell.dir/UI2.c.obj: ../audioplayer.h
CMakeFiles/VitaShell.dir/UI2.c.obj: ../context_menu.h
CMakeFiles/VitaShell.dir/UI2.c.obj: ../file.h
CMakeFiles/VitaShell.dir/UI2.c.obj: ../hex.h
CMakeFiles/VitaShell.dir/UI2.c.obj: ../ime_dialog.h
CMakeFiles/VitaShell.dir/UI2.c.obj: ../init.h
CMakeFiles/VitaShell.dir/UI2.c.obj: ../io_process.h
CMakeFiles/VitaShell.dir/UI2.c.obj: ../language.h
CMakeFiles/VitaShell.dir/UI2.c.obj: ../list_dialog.h
CMakeFiles/VitaShell.dir/UI2.c.obj: ../main.h
CMakeFiles/VitaShell.dir/UI2.c.obj: ../makezip.h
CMakeFiles/VitaShell.dir/UI2.c.obj: ../message_dialog.h
CMakeFiles/VitaShell.dir/UI2.c.obj: ../network_update.h
CMakeFiles/VitaShell.dir/UI2.c.obj: ../package_installer.h
CMakeFiles/VitaShell.dir/UI2.c.obj: ../photo.h
CMakeFiles/VitaShell.dir/UI2.c.obj: ../property_dialog.h
CMakeFiles/VitaShell.dir/UI2.c.obj: ../settings.h
CMakeFiles/VitaShell.dir/UI2.c.obj: ../sfo.h
CMakeFiles/VitaShell.dir/UI2.c.obj: ../text.h
CMakeFiles/VitaShell.dir/UI2.c.obj: ../theme.h
CMakeFiles/VitaShell.dir/UI2.c.obj: ../touch_shell.h
CMakeFiles/VitaShell.dir/UI2.c.obj: ../utils.h
CMakeFiles/VitaShell.dir/UI2.c.obj: ../vitashell_config.h
CMakeFiles/VitaShell.dir/archive.c.obj: ../archive.c
CMakeFiles/VitaShell.dir/archive.c.obj: ../archive.h
CMakeFiles/VitaShell.dir/archive.c.obj: ../elf.h
CMakeFiles/VitaShell.dir/archive.c.obj: ../file.h
CMakeFiles/VitaShell.dir/archive.c.obj: ../main.h
CMakeFiles/VitaShell.dir/archive.c.obj: ../minizip/ioapi.h
CMakeFiles/VitaShell.dir/archive.c.obj: ../minizip/unzip.h
CMakeFiles/VitaShell.dir/archive.c.obj: ../utils.h
CMakeFiles/VitaShell.dir/archive.c.obj: ../vitashell_config.h
CMakeFiles/VitaShell.dir/audio/id3.c.obj: ../audio/id3.c
CMakeFiles/VitaShell.dir/audio/id3.c.obj: ../audio/id3.h
CMakeFiles/VitaShell.dir/audio/lrcparse.c.obj: ../audio/lrcparse.c
CMakeFiles/VitaShell.dir/audio/lrcparse.c.obj: ../audio/lrcparse.h
CMakeFiles/VitaShell.dir/audio/lrcparse.c.obj: ../file.h
CMakeFiles/VitaShell.dir/audio/mp3player.c.obj: ../audio/id3.h
CMakeFiles/VitaShell.dir/audio/mp3player.c.obj: ../audio/info.h
CMakeFiles/VitaShell.dir/audio/mp3player.c.obj: ../audio/mp3player.c
CMakeFiles/VitaShell.dir/audio/mp3player.c.obj: ../audio/mp3player.h
CMakeFiles/VitaShell.dir/audio/mp3player.c.obj: ../audio/mp3xing.h
CMakeFiles/VitaShell.dir/audio/mp3player.c.obj: ../audio/player.h
CMakeFiles/VitaShell.dir/audio/mp3player.c.obj: ../audio/vita_audio.h
CMakeFiles/VitaShell.dir/audio/mp3player.c.obj: ../libmad/mad.h
CMakeFiles/VitaShell.dir/audio/mp3xing.c.obj: ../audio/mp3xing.c
CMakeFiles/VitaShell.dir/audio/mp3xing.c.obj: ../audio/mp3xing.h
CMakeFiles/VitaShell.dir/audio/mp3xing.c.obj: ../libmad/mad.h
CMakeFiles/VitaShell.dir/audio/oggplayer.c.obj: ../audio/id3.h
CMakeFiles/VitaShell.dir/audio/oggplayer.c.obj: ../audio/info.h
CMakeFiles/VitaShell.dir/audio/oggplayer.c.obj: ../audio/oggplayer.c
CMakeFiles/VitaShell.dir/audio/oggplayer.c.obj: ../audio/oggplayer.h
CMakeFiles/VitaShell.dir/audio/oggplayer.c.obj: ../audio/player.h
CMakeFiles/VitaShell.dir/audio/oggplayer.c.obj: ../audio/vita_audio.h
CMakeFiles/VitaShell.dir/audio/player.c.obj: ../audio/id3.h
CMakeFiles/VitaShell.dir/audio/player.c.obj: ../audio/info.h
CMakeFiles/VitaShell.dir/audio/player.c.obj: ../audio/mp3player.h
CMakeFiles/VitaShell.dir/audio/player.c.obj: ../audio/oggplayer.h
CMakeFiles/VitaShell.dir/audio/player.c.obj: ../audio/player.c
CMakeFiles/VitaShell.dir/audio/player.c.obj: ../audio/player.h
CMakeFiles/VitaShell.dir/audio/player.c.obj: ../audio/vita_audio.h
CMakeFiles/VitaShell.dir/audio/player.c.obj: ../file.h
CMakeFiles/VitaShell.dir/audio/player.c.obj: ../libmad/mad.h
CMakeFiles/VitaShell.dir/audio/vita_audio.c.obj: ../audio/vita_audio.c
CMakeFiles/VitaShell.dir/audio/vita_audio.c.obj: ../audio/vita_audio.h
CMakeFiles/VitaShell.dir/audioplayer.c.obj: ../archive.h
CMakeFiles/VitaShell.dir/audioplayer.c.obj: ../audio/id3.h
CMakeFiles/VitaShell.dir/audioplayer.c.obj: ../audio/info.h
CMakeFiles/VitaShell.dir/audioplayer.c.obj: ../audio/lrcparse.h
CMakeFiles/VitaShell.dir/audioplayer.c.obj: ../audio/player.h
CMakeFiles/VitaShell.dir/audioplayer.c.obj: ../audio/vita_audio.h
CMakeFiles/VitaShell.dir/audioplayer.c.obj: ../audioplayer.c
CMakeFiles/VitaShell.dir/audioplayer.c.obj: ../audioplayer.h
CMakeFiles/VitaShell.dir/audioplayer.c.obj: ../file.h
CMakeFiles/VitaShell.dir/audioplayer.c.obj: ../language.h
CMakeFiles/VitaShell.dir/audioplayer.c.obj: ../main.h
CMakeFiles/VitaShell.dir/audioplayer.c.obj: ../theme.h
CMakeFiles/VitaShell.dir/audioplayer.c.obj: ../utils.h
CMakeFiles/VitaShell.dir/audioplayer.c.obj: ../vitashell_config.h
CMakeFiles/VitaShell.dir/bm.c.obj: ../bm.c
CMakeFiles/VitaShell.dir/config.c.obj: ../config.c
CMakeFiles/VitaShell.dir/config.c.obj: ../config.h
CMakeFiles/VitaShell.dir/config.c.obj: ../file.h
CMakeFiles/VitaShell.dir/config.c.obj: ../main.h
CMakeFiles/VitaShell.dir/config.c.obj: ../vitashell_config.h
CMakeFiles/VitaShell.dir/context_menu.c.obj: ../context_menu.c
CMakeFiles/VitaShell.dir/context_menu.c.obj: ../context_menu.h
CMakeFiles/VitaShell.dir/context_menu.c.obj: ../language.h
CMakeFiles/VitaShell.dir/context_menu.c.obj: ../main.h
CMakeFiles/VitaShell.dir/context_menu.c.obj: ../theme.h
CMakeFiles/VitaShell.dir/context_menu.c.obj: ../utils.h
CMakeFiles/VitaShell.dir/context_menu.c.obj: ../vitashell_config.h
CMakeFiles/VitaShell.dir/elf.c.obj: ../elf.c
CMakeFiles/VitaShell.dir/elf.c.obj: ../elf.h
CMakeFiles/VitaShell.dir/elf.c.obj: ../main.h
CMakeFiles/VitaShell.dir/elf.c.obj: ../vitashell_config.h
CMakeFiles/VitaShell.dir/file.c.obj: ../archive.h
CMakeFiles/VitaShell.dir/file.c.obj: ../file.c
CMakeFiles/VitaShell.dir/file.c.obj: ../file.h
CMakeFiles/VitaShell.dir/file.c.obj: ../main.h
CMakeFiles/VitaShell.dir/file.c.obj: ../sha1.h
CMakeFiles/VitaShell.dir/file.c.obj: ../utils.h
CMakeFiles/VitaShell.dir/file.c.obj: ../vitashell_config.h
CMakeFiles/VitaShell.dir/hex.c.obj: ../archive.h
CMakeFiles/VitaShell.dir/hex.c.obj: ../file.h
CMakeFiles/VitaShell.dir/hex.c.obj: ../hex.c
CMakeFiles/VitaShell.dir/hex.c.obj: ../hex.h
CMakeFiles/VitaShell.dir/hex.c.obj: ../language.h
CMakeFiles/VitaShell.dir/hex.c.obj: ../main.h
CMakeFiles/VitaShell.dir/hex.c.obj: ../message_dialog.h
CMakeFiles/VitaShell.dir/hex.c.obj: ../text.h
CMakeFiles/VitaShell.dir/hex.c.obj: ../theme.h
CMakeFiles/VitaShell.dir/hex.c.obj: ../utils.h
CMakeFiles/VitaShell.dir/hex.c.obj: ../vitashell_config.h
CMakeFiles/VitaShell.dir/ime_dialog.c.obj: ../ime_dialog.c
CMakeFiles/VitaShell.dir/ime_dialog.c.obj: ../ime_dialog.h
CMakeFiles/VitaShell.dir/ime_dialog.c.obj: ../main.h
CMakeFiles/VitaShell.dir/ime_dialog.c.obj: ../utils.h
CMakeFiles/VitaShell.dir/ime_dialog.c.obj: ../vitashell_config.h
CMakeFiles/VitaShell.dir/init.c.obj: ../file.h
CMakeFiles/VitaShell.dir/init.c.obj: ../init.c
CMakeFiles/VitaShell.dir/init.c.obj: ../init.h
CMakeFiles/VitaShell.dir/init.c.obj: ../main.h
CMakeFiles/VitaShell.dir/init.c.obj: ../package_installer.h
CMakeFiles/VitaShell.dir/init.c.obj: ../utils.h
CMakeFiles/VitaShell.dir/init.c.obj: ../vitashell_config.h
CMakeFiles/VitaShell.dir/io_process.c.obj: ../archive.h
CMakeFiles/VitaShell.dir/io_process.c.obj: ../file.h
CMakeFiles/VitaShell.dir/io_process.c.obj: ../io_process.c
CMakeFiles/VitaShell.dir/io_process.c.obj: ../io_process.h
CMakeFiles/VitaShell.dir/io_process.c.obj: ../language.h
CMakeFiles/VitaShell.dir/io_process.c.obj: ../main.h
CMakeFiles/VitaShell.dir/io_process.c.obj: ../message_dialog.h
CMakeFiles/VitaShell.dir/io_process.c.obj: ../utils.h
CMakeFiles/VitaShell.dir/io_process.c.obj: ../vitashell_config.h
CMakeFiles/VitaShell.dir/language.c.obj: ../config.h
CMakeFiles/VitaShell.dir/language.c.obj: ../language.c
CMakeFiles/VitaShell.dir/language.c.obj: ../language.h
CMakeFiles/VitaShell.dir/language.c.obj: ../main.h
CMakeFiles/VitaShell.dir/language.c.obj: ../vitashell_config.h
CMakeFiles/VitaShell.dir/libmad/bit.c.obj: ../libmad/bit.c
CMakeFiles/VitaShell.dir/libmad/bit.c.obj: ../libmad/bit.h
CMakeFiles/VitaShell.dir/libmad/bit.c.obj: ../libmad/libmad_config.h
CMakeFiles/VitaShell.dir/libmad/bit.c.obj: ../libmad/libmad_global.h
CMakeFiles/VitaShell.dir/libmad/decoder.c.obj: ../libmad/bit.h
CMakeFiles/VitaShell.dir/libmad/decoder.c.obj: ../libmad/decoder.c
CMakeFiles/VitaShell.dir/libmad/decoder.c.obj: ../libmad/decoder.h
CMakeFiles/VitaShell.dir/libmad/decoder.c.obj: ../libmad/fixed.h
CMakeFiles/VitaShell.dir/libmad/decoder.c.obj: ../libmad/frame.h
CMakeFiles/VitaShell.dir/libmad/decoder.c.obj: ../libmad/libmad_config.h
CMakeFiles/VitaShell.dir/libmad/decoder.c.obj: ../libmad/libmad_global.h
CMakeFiles/VitaShell.dir/libmad/decoder.c.obj: ../libmad/stream.h
CMakeFiles/VitaShell.dir/libmad/decoder.c.obj: ../libmad/synth.h
CMakeFiles/VitaShell.dir/libmad/decoder.c.obj: ../libmad/timer.h
CMakeFiles/VitaShell.dir/libmad/fixed.c.obj: ../libmad/fixed.c
CMakeFiles/VitaShell.dir/libmad/fixed.c.obj: ../libmad/fixed.h
CMakeFiles/VitaShell.dir/libmad/fixed.c.obj: ../libmad/libmad_config.h
CMakeFiles/VitaShell.dir/libmad/fixed.c.obj: ../libmad/libmad_global.h
CMakeFiles/VitaShell.dir/libmad/frame.c.obj: ../libmad/bit.h
CMakeFiles/VitaShell.dir/libmad/frame.c.obj: ../libmad/fixed.h
CMakeFiles/VitaShell.dir/libmad/frame.c.obj: ../libmad/frame.c
CMakeFiles/VitaShell.dir/libmad/frame.c.obj: ../libmad/frame.h
CMakeFiles/VitaShell.dir/libmad/frame.c.obj: ../libmad/layer12.h
CMakeFiles/VitaShell.dir/libmad/frame.c.obj: ../libmad/layer3.h
CMakeFiles/VitaShell.dir/libmad/frame.c.obj: ../libmad/libmad_config.h
CMakeFiles/VitaShell.dir/libmad/frame.c.obj: ../libmad/libmad_global.h
CMakeFiles/VitaShell.dir/libmad/frame.c.obj: ../libmad/stream.h
CMakeFiles/VitaShell.dir/libmad/frame.c.obj: ../libmad/timer.h
CMakeFiles/VitaShell.dir/libmad/huffman.c.obj: ../libmad/huffman.c
CMakeFiles/VitaShell.dir/libmad/huffman.c.obj: ../libmad/huffman.h
CMakeFiles/VitaShell.dir/libmad/huffman.c.obj: ../libmad/libmad_config.h
CMakeFiles/VitaShell.dir/libmad/huffman.c.obj: ../libmad/libmad_global.h
CMakeFiles/VitaShell.dir/libmad/layer12.c.obj: ../libmad/bit.h
CMakeFiles/VitaShell.dir/libmad/layer12.c.obj: ../libmad/fixed.h
CMakeFiles/VitaShell.dir/libmad/layer12.c.obj: ../libmad/frame.h
CMakeFiles/VitaShell.dir/libmad/layer12.c.obj: ../libmad/layer12.c
CMakeFiles/VitaShell.dir/libmad/layer12.c.obj: ../libmad/layer12.h
CMakeFiles/VitaShell.dir/libmad/layer12.c.obj: ../libmad/libmad_config.h
CMakeFiles/VitaShell.dir/libmad/layer12.c.obj: ../libmad/libmad_global.h
CMakeFiles/VitaShell.dir/libmad/layer12.c.obj: ../libmad/qc_table.dat
CMakeFiles/VitaShell.dir/libmad/layer12.c.obj: ../libmad/sf_table.dat
CMakeFiles/VitaShell.dir/libmad/layer12.c.obj: ../libmad/stream.h
CMakeFiles/VitaShell.dir/libmad/layer12.c.obj: ../libmad/timer.h
CMakeFiles/VitaShell.dir/libmad/layer3.c.obj: ../libmad/bit.h
CMakeFiles/VitaShell.dir/libmad/layer3.c.obj: ../libmad/fixed.h
CMakeFiles/VitaShell.dir/libmad/layer3.c.obj: ../libmad/frame.h
CMakeFiles/VitaShell.dir/libmad/layer3.c.obj: ../libmad/huffman.h
CMakeFiles/VitaShell.dir/libmad/layer3.c.obj: ../libmad/imdct_s.dat
CMakeFiles/VitaShell.dir/libmad/layer3.c.obj: ../libmad/layer3.c
CMakeFiles/VitaShell.dir/libmad/layer3.c.obj: ../libmad/layer3.h
CMakeFiles/VitaShell.dir/libmad/layer3.c.obj: ../libmad/libmad_config.h
CMakeFiles/VitaShell.dir/libmad/layer3.c.obj: ../libmad/libmad_global.h
CMakeFiles/VitaShell.dir/libmad/layer3.c.obj: ../libmad/rq_table.dat
CMakeFiles/VitaShell.dir/libmad/layer3.c.obj: ../libmad/stream.h
CMakeFiles/VitaShell.dir/libmad/layer3.c.obj: ../libmad/timer.h
CMakeFiles/VitaShell.dir/libmad/stream.c.obj: ../libmad/bit.h
CMakeFiles/VitaShell.dir/libmad/stream.c.obj: ../libmad/libmad_config.h
CMakeFiles/VitaShell.dir/libmad/stream.c.obj: ../libmad/libmad_global.h
CMakeFiles/VitaShell.dir/libmad/stream.c.obj: ../libmad/stream.c
CMakeFiles/VitaShell.dir/libmad/stream.c.obj: ../libmad/stream.h
CMakeFiles/VitaShell.dir/libmad/synth.c.obj: ../libmad/D.dat
CMakeFiles/VitaShell.dir/libmad/synth.c.obj: ../libmad/bit.h
CMakeFiles/VitaShell.dir/libmad/synth.c.obj: ../libmad/fixed.h
CMakeFiles/VitaShell.dir/libmad/synth.c.obj: ../libmad/frame.h
CMakeFiles/VitaShell.dir/libmad/synth.c.obj: ../libmad/libmad_config.h
CMakeFiles/VitaShell.dir/libmad/synth.c.obj: ../libmad/libmad_global.h
CMakeFiles/VitaShell.dir/libmad/synth.c.obj: ../libmad/stream.h
CMakeFiles/VitaShell.dir/libmad/synth.c.obj: ../libmad/synth.c
CMakeFiles/VitaShell.dir/libmad/synth.c.obj: ../libmad/synth.h
CMakeFiles/VitaShell.dir/libmad/synth.c.obj: ../libmad/timer.h
CMakeFiles/VitaShell.dir/libmad/timer.c.obj: ../libmad/libmad_config.h
CMakeFiles/VitaShell.dir/libmad/timer.c.obj: ../libmad/libmad_global.h
CMakeFiles/VitaShell.dir/libmad/timer.c.obj: ../libmad/timer.c
CMakeFiles/VitaShell.dir/libmad/timer.c.obj: ../libmad/timer.h
CMakeFiles/VitaShell.dir/list_dialog.c.obj: ../file.h
CMakeFiles/VitaShell.dir/list_dialog.c.obj: ../init.h
CMakeFiles/VitaShell.dir/list_dialog.c.obj: ../language.h
CMakeFiles/VitaShell.dir/list_dialog.c.obj: ../list_dialog.c
CMakeFiles/VitaShell.dir/list_dialog.c.obj: ../list_dialog.h
CMakeFiles/VitaShell.dir/list_dialog.c.obj: ../main.h
CMakeFiles/VitaShell.dir/list_dialog.c.obj: ../theme.h
CMakeFiles/VitaShell.dir/list_dialog.c.obj: ../utils.h
CMakeFiles/VitaShell.dir/list_dialog.c.obj: ../vitashell_config.h
CMakeFiles/VitaShell.dir/main.c.obj: ../UI2.h
CMakeFiles/VitaShell.dir/main.c.obj: ../archive.h
CMakeFiles/VitaShell.dir/main.c.obj: ../audio/vita_audio.h
CMakeFiles/VitaShell.dir/main.c.obj: ../audioplayer.h
CMakeFiles/VitaShell.dir/main.c.obj: ../context_menu.h
CMakeFiles/VitaShell.dir/main.c.obj: ../file.h
CMakeFiles/VitaShell.dir/main.c.obj: ../hex.h
CMakeFiles/VitaShell.dir/main.c.obj: ../ime_dialog.h
CMakeFiles/VitaShell.dir/main.c.obj: ../init.h
CMakeFiles/VitaShell.dir/main.c.obj: ../io_process.h
CMakeFiles/VitaShell.dir/main.c.obj: ../language.h
CMakeFiles/VitaShell.dir/main.c.obj: ../list_dialog.h
CMakeFiles/VitaShell.dir/main.c.obj: ../main.c
CMakeFiles/VitaShell.dir/main.c.obj: ../main.h
CMakeFiles/VitaShell.dir/main.c.obj: ../makezip.h
CMakeFiles/VitaShell.dir/main.c.obj: ../message_dialog.h
CMakeFiles/VitaShell.dir/main.c.obj: ../network_update.h
CMakeFiles/VitaShell.dir/main.c.obj: ../package_installer.h
CMakeFiles/VitaShell.dir/main.c.obj: ../photo.h
CMakeFiles/VitaShell.dir/main.c.obj: ../property_dialog.h
CMakeFiles/VitaShell.dir/main.c.obj: ../settings.h
CMakeFiles/VitaShell.dir/main.c.obj: ../sfo.h
CMakeFiles/VitaShell.dir/main.c.obj: ../text.h
CMakeFiles/VitaShell.dir/main.c.obj: ../theme.h
CMakeFiles/VitaShell.dir/main.c.obj: ../utils.h
CMakeFiles/VitaShell.dir/main.c.obj: ../vitashell_config.h
CMakeFiles/VitaShell.dir/makezip.c.obj: ../file.h
CMakeFiles/VitaShell.dir/makezip.c.obj: ../io_process.h
CMakeFiles/VitaShell.dir/makezip.c.obj: ../main.h
CMakeFiles/VitaShell.dir/makezip.c.obj: ../makezip.c
CMakeFiles/VitaShell.dir/makezip.c.obj: ../makezip.h
CMakeFiles/VitaShell.dir/makezip.c.obj: ../minizip/ioapi.h
CMakeFiles/VitaShell.dir/makezip.c.obj: ../minizip/zip.h
CMakeFiles/VitaShell.dir/makezip.c.obj: ../utils.h
CMakeFiles/VitaShell.dir/makezip.c.obj: ../vitashell_config.h
CMakeFiles/VitaShell.dir/message_dialog.c.obj: ../main.h
CMakeFiles/VitaShell.dir/message_dialog.c.obj: ../message_dialog.c
CMakeFiles/VitaShell.dir/message_dialog.c.obj: ../message_dialog.h
CMakeFiles/VitaShell.dir/message_dialog.c.obj: ../vitashell_config.h
CMakeFiles/VitaShell.dir/minizip/ioapi.c.obj: ../minizip/ioapi.c
CMakeFiles/VitaShell.dir/minizip/ioapi.c.obj: ../minizip/ioapi.h
CMakeFiles/VitaShell.dir/minizip/unzip.c.obj: ../minizip/crypt.h
CMakeFiles/VitaShell.dir/minizip/unzip.c.obj: ../minizip/ioapi.h
CMakeFiles/VitaShell.dir/minizip/unzip.c.obj: ../minizip/unzip.c
CMakeFiles/VitaShell.dir/minizip/unzip.c.obj: ../minizip/unzip.h
CMakeFiles/VitaShell.dir/minizip/zip.c.obj: ../minizip/crypt.h
CMakeFiles/VitaShell.dir/minizip/zip.c.obj: ../minizip/ioapi.h
CMakeFiles/VitaShell.dir/minizip/zip.c.obj: ../minizip/zip.c
CMakeFiles/VitaShell.dir/minizip/zip.c.obj: ../minizip/zip.h
CMakeFiles/VitaShell.dir/network_update.c.obj: ../archive.h
CMakeFiles/VitaShell.dir/network_update.c.obj: ../file.h
CMakeFiles/VitaShell.dir/network_update.c.obj: ../io_process.h
CMakeFiles/VitaShell.dir/network_update.c.obj: ../language.h
CMakeFiles/VitaShell.dir/network_update.c.obj: ../main.h
CMakeFiles/VitaShell.dir/network_update.c.obj: ../message_dialog.h
CMakeFiles/VitaShell.dir/network_update.c.obj: ../network_update.c
CMakeFiles/VitaShell.dir/network_update.c.obj: ../network_update.h
CMakeFiles/VitaShell.dir/network_update.c.obj: ../package_installer.h
CMakeFiles/VitaShell.dir/network_update.c.obj: ../utils.h
CMakeFiles/VitaShell.dir/network_update.c.obj: ../vitashell_config.h
CMakeFiles/VitaShell.dir/package_installer.c.obj: ../archive.h
CMakeFiles/VitaShell.dir/package_installer.c.obj: ../file.h
CMakeFiles/VitaShell.dir/package_installer.c.obj: ../io_process.h
CMakeFiles/VitaShell.dir/package_installer.c.obj: ../language.h
CMakeFiles/VitaShell.dir/package_installer.c.obj: ../main.h
CMakeFiles/VitaShell.dir/package_installer.c.obj: ../message_dialog.h
CMakeFiles/VitaShell.dir/package_installer.c.obj: ../package_installer.c
CMakeFiles/VitaShell.dir/package_installer.c.obj: ../package_installer.h
CMakeFiles/VitaShell.dir/package_installer.c.obj: ../resources/base_head_bin.h
CMakeFiles/VitaShell.dir/package_installer.c.obj: ../sfo.h
CMakeFiles/VitaShell.dir/package_installer.c.obj: ../sha1.h
CMakeFiles/VitaShell.dir/package_installer.c.obj: ../utils.h
CMakeFiles/VitaShell.dir/package_installer.c.obj: ../vitashell_config.h
CMakeFiles/VitaShell.dir/photo.c.obj: ../archive.h
CMakeFiles/VitaShell.dir/photo.c.obj: ../file.h
CMakeFiles/VitaShell.dir/photo.c.obj: ../main.h
CMakeFiles/VitaShell.dir/photo.c.obj: ../photo.c
CMakeFiles/VitaShell.dir/photo.c.obj: ../photo.h
CMakeFiles/VitaShell.dir/photo.c.obj: ../theme.h
CMakeFiles/VitaShell.dir/photo.c.obj: ../utils.h
CMakeFiles/VitaShell.dir/photo.c.obj: ../vitashell_config.h
CMakeFiles/VitaShell.dir/property_dialog.c.obj: ../archive.h
CMakeFiles/VitaShell.dir/property_dialog.c.obj: ../file.h
CMakeFiles/VitaShell.dir/property_dialog.c.obj: ../init.h
CMakeFiles/VitaShell.dir/property_dialog.c.obj: ../language.h
CMakeFiles/VitaShell.dir/property_dialog.c.obj: ../main.h
CMakeFiles/VitaShell.dir/property_dialog.c.obj: ../property_dialog.c
CMakeFiles/VitaShell.dir/property_dialog.c.obj: ../property_dialog.h
CMakeFiles/VitaShell.dir/property_dialog.c.obj: ../theme.h
CMakeFiles/VitaShell.dir/property_dialog.c.obj: ../utils.h
CMakeFiles/VitaShell.dir/property_dialog.c.obj: ../vitashell_config.h
CMakeFiles/VitaShell.dir/settings.c.obj: ../config.h
CMakeFiles/VitaShell.dir/settings.c.obj: ../file.h
CMakeFiles/VitaShell.dir/settings.c.obj: ../henkaku_config.h
CMakeFiles/VitaShell.dir/settings.c.obj: ../ime_dialog.h
CMakeFiles/VitaShell.dir/settings.c.obj: ../init.h
CMakeFiles/VitaShell.dir/settings.c.obj: ../language.h
CMakeFiles/VitaShell.dir/settings.c.obj: ../main.h
CMakeFiles/VitaShell.dir/settings.c.obj: ../message_dialog.h
CMakeFiles/VitaShell.dir/settings.c.obj: ../settings.c
CMakeFiles/VitaShell.dir/settings.c.obj: ../settings.h
CMakeFiles/VitaShell.dir/settings.c.obj: ../theme.h
CMakeFiles/VitaShell.dir/settings.c.obj: ../utils.h
CMakeFiles/VitaShell.dir/settings.c.obj: ../vitashell_config.h
CMakeFiles/VitaShell.dir/sfo.c.obj: ../archive.h
CMakeFiles/VitaShell.dir/sfo.c.obj: ../file.h
CMakeFiles/VitaShell.dir/sfo.c.obj: ../hex.h
CMakeFiles/VitaShell.dir/sfo.c.obj: ../language.h
CMakeFiles/VitaShell.dir/sfo.c.obj: ../main.h
CMakeFiles/VitaShell.dir/sfo.c.obj: ../message_dialog.h
CMakeFiles/VitaShell.dir/sfo.c.obj: ../sfo.c
CMakeFiles/VitaShell.dir/sfo.c.obj: ../sfo.h
CMakeFiles/VitaShell.dir/sfo.c.obj: ../text.h
CMakeFiles/VitaShell.dir/sfo.c.obj: ../theme.h
CMakeFiles/VitaShell.dir/sfo.c.obj: ../utils.h
CMakeFiles/VitaShell.dir/sfo.c.obj: ../vitashell_config.h
CMakeFiles/VitaShell.dir/sha1.c.obj: ../sha1.c
CMakeFiles/VitaShell.dir/sha1.c.obj: ../sha1.h
CMakeFiles/VitaShell.dir/text.c.obj: ../archive.h
CMakeFiles/VitaShell.dir/text.c.obj: ../context_menu.h
CMakeFiles/VitaShell.dir/text.c.obj: ../file.h
CMakeFiles/VitaShell.dir/text.c.obj: ../hex.h
CMakeFiles/VitaShell.dir/text.c.obj: ../ime_dialog.h
CMakeFiles/VitaShell.dir/text.c.obj: ../language.h
CMakeFiles/VitaShell.dir/text.c.obj: ../main.h
CMakeFiles/VitaShell.dir/text.c.obj: ../message_dialog.h
CMakeFiles/VitaShell.dir/text.c.obj: ../text.c
CMakeFiles/VitaShell.dir/text.c.obj: ../text.h
CMakeFiles/VitaShell.dir/text.c.obj: ../theme.h
CMakeFiles/VitaShell.dir/text.c.obj: ../utils.h
CMakeFiles/VitaShell.dir/text.c.obj: ../vitashell_config.h
CMakeFiles/VitaShell.dir/theme.c.obj: ../config.h
CMakeFiles/VitaShell.dir/theme.c.obj: ../file.h
CMakeFiles/VitaShell.dir/theme.c.obj: ../init.h
CMakeFiles/VitaShell.dir/theme.c.obj: ../main.h
CMakeFiles/VitaShell.dir/theme.c.obj: ../theme.c
CMakeFiles/VitaShell.dir/theme.c.obj: ../theme.h
CMakeFiles/VitaShell.dir/theme.c.obj: ../utils.h
CMakeFiles/VitaShell.dir/theme.c.obj: ../vitashell_config.h
CMakeFiles/VitaShell.dir/touch_shell.c.obj: ../main.h
CMakeFiles/VitaShell.dir/touch_shell.c.obj: ../touch_shell.c
CMakeFiles/VitaShell.dir/touch_shell.c.obj: ../touch_shell.h
CMakeFiles/VitaShell.dir/touch_shell.c.obj: ../vitashell_config.h
CMakeFiles/VitaShell.dir/uncommon_dialog.c.obj: ../file.h
CMakeFiles/VitaShell.dir/uncommon_dialog.c.obj: ../init.h
CMakeFiles/VitaShell.dir/uncommon_dialog.c.obj: ../language.h
CMakeFiles/VitaShell.dir/uncommon_dialog.c.obj: ../main.h
CMakeFiles/VitaShell.dir/uncommon_dialog.c.obj: ../theme.h
CMakeFiles/VitaShell.dir/uncommon_dialog.c.obj: ../uncommon_dialog.c
CMakeFiles/VitaShell.dir/uncommon_dialog.c.obj: ../uncommon_dialog.h
CMakeFiles/VitaShell.dir/uncommon_dialog.c.obj: ../utils.h
CMakeFiles/VitaShell.dir/uncommon_dialog.c.obj: ../vitashell_config.h
CMakeFiles/VitaShell.dir/utils.c.obj: ../bm.h
CMakeFiles/VitaShell.dir/utils.c.obj: ../file.h
CMakeFiles/VitaShell.dir/utils.c.obj: ../language.h
CMakeFiles/VitaShell.dir/utils.c.obj: ../main.h
CMakeFiles/VitaShell.dir/utils.c.obj: ../message_dialog.h
CMakeFiles/VitaShell.dir/utils.c.obj: ../theme.h
CMakeFiles/VitaShell.dir/utils.c.obj: ../uncommon_dialog.h
CMakeFiles/VitaShell.dir/utils.c.obj: ../utils.c
CMakeFiles/VitaShell.dir/utils.c.obj: ../utils.h
CMakeFiles/VitaShell.dir/utils.c.obj: ../vitashell_config.h

View File

@ -1,10 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.6
# compile C with /usr/local/vitasdk/bin/arm-vita-eabi-gcc.exe
C_FLAGS = -Wl,-q -Wall -O3 -Wno-unused-variable -Wno-unused-but-set-variable -fno-lto
C_DEFINES =
C_INCLUDES =

View File

@ -1 +0,0 @@
/usr/local/vitasdk/bin/arm-vita-eabi-gcc.exe -Wl,-q -Wall -O3 -Wno-unused-variable -Wno-unused-but-set-variable -fno-lto -Wl,-z,nocopyreloc CMakeFiles/VitaShell.dir/main.c.obj CMakeFiles/VitaShell.dir/init.c.obj CMakeFiles/VitaShell.dir/io_process.c.obj CMakeFiles/VitaShell.dir/makezip.c.obj CMakeFiles/VitaShell.dir/package_installer.c.obj CMakeFiles/VitaShell.dir/network_update.c.obj CMakeFiles/VitaShell.dir/context_menu.c.obj CMakeFiles/VitaShell.dir/archive.c.obj CMakeFiles/VitaShell.dir/photo.c.obj CMakeFiles/VitaShell.dir/audioplayer.c.obj CMakeFiles/VitaShell.dir/file.c.obj CMakeFiles/VitaShell.dir/text.c.obj CMakeFiles/VitaShell.dir/hex.c.obj CMakeFiles/VitaShell.dir/sfo.c.obj CMakeFiles/VitaShell.dir/settings.c.obj CMakeFiles/VitaShell.dir/property_dialog.c.obj CMakeFiles/VitaShell.dir/uncommon_dialog.c.obj CMakeFiles/VitaShell.dir/message_dialog.c.obj CMakeFiles/VitaShell.dir/ime_dialog.c.obj CMakeFiles/VitaShell.dir/config.c.obj CMakeFiles/VitaShell.dir/theme.c.obj CMakeFiles/VitaShell.dir/language.c.obj CMakeFiles/VitaShell.dir/utils.c.obj CMakeFiles/VitaShell.dir/elf.c.obj CMakeFiles/VitaShell.dir/sha1.c.obj CMakeFiles/VitaShell.dir/list_dialog.c.obj CMakeFiles/VitaShell.dir/UI2.c.obj CMakeFiles/VitaShell.dir/touch_shell.c.obj CMakeFiles/VitaShell.dir/minizip/zip.c.obj CMakeFiles/VitaShell.dir/minizip/unzip.c.obj CMakeFiles/VitaShell.dir/minizip/ioapi.c.obj CMakeFiles/VitaShell.dir/bm.c.obj CMakeFiles/VitaShell.dir/audio/vita_audio.c.obj CMakeFiles/VitaShell.dir/audio/player.c.obj CMakeFiles/VitaShell.dir/audio/id3.c.obj CMakeFiles/VitaShell.dir/audio/oggplayer.c.obj CMakeFiles/VitaShell.dir/audio/mp3player.c.obj CMakeFiles/VitaShell.dir/audio/mp3xing.c.obj CMakeFiles/VitaShell.dir/audio/lrcparse.c.obj CMakeFiles/VitaShell.dir/libmad/bit.c.obj CMakeFiles/VitaShell.dir/libmad/decoder.c.obj CMakeFiles/VitaShell.dir/libmad/fixed.c.obj CMakeFiles/VitaShell.dir/libmad/frame.c.obj CMakeFiles/VitaShell.dir/libmad/huffman.c.obj CMakeFiles/VitaShell.dir/libmad/layer12.c.obj CMakeFiles/VitaShell.dir/libmad/layer3.c.obj CMakeFiles/VitaShell.dir/libmad/stream.c.obj CMakeFiles/VitaShell.dir/libmad/synth.c.obj CMakeFiles/VitaShell.dir/libmad/timer.c.obj resources/app0.png.o resources/archive_icon.png.o resources/audio_icon.png.o resources/battery.png.o resources/battery_bar_charge.png.o resources/battery_bar_green.png.o resources/battery_bar_red.png.o resources/bg_wallpaper.png.o resources/cover.png.o resources/fastforward.png.o resources/fastrewind.png.o resources/file_icon.png.o resources/folder.png.o resources/folder_icon.png.o resources/ftp.png.o resources/image_file.png.o resources/image_icon.png.o resources/mark.png.o resources/memory_card.png.o resources/music_file.png.o resources/os0.png.o resources/pause.png.o resources/pd0.png.o resources/play.png.o resources/run_file.png.o resources/sa0.png.o resources/savedata0.png.o resources/sfo_icon.png.o resources/stop.png.o resources/text_icon.png.o resources/title_bar_bg.png.o resources/txt_file.png.o resources/ud0.png.o resources/unknown_file.png.o resources/updir.png.o resources/ur0.png.o resources/vd0.png.o resources/vita_game_card.png.o resources/vita_game_card_storage.png.o resources/vs0.png.o resources/wifi.png.o resources/zip_file.png.o resources/changeinfo.txt.o resources/colors.txt.o resources/english_us.txt.o resources/theme.txt.o resources/updater_eboot.bin.o resources/updater_param.bin.o -o VitaShell -L/usr/local/vitasdk/vitashell/build -lftpvita -lvita2d -lvorbisfile -lvorbis -logg -lpng -ljpeg -lz -lm -lc -lonigmo -ltaihen_stub -lHENkaku_stub -lSceAppMgr_stub -lSceAppUtil_stub -lSceAudio_stub -lSceAudiodec_stub -lSceCommonDialog_stub -lSceCtrl_stub -lSceDisplay_stub -lSceGxm_stub -lSceIme_stub -lSceHttp_stub -lSceMusicExport_stub -lSceNet_stub -lSceNetCtl_stub -lSceShellSvc_stub -lSceSsl_stub -lSceSysmodule_stub -lScePgf_stub -lScePhotoExport_stub -lScePower_stub -lScePromoterUtil_stub -lSceTouch_stub

View File

@ -1,99 +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
CMAKE_PROGRESS_7 = 6
CMAKE_PROGRESS_8 = 7
CMAKE_PROGRESS_9 = 8
CMAKE_PROGRESS_10 = 9
CMAKE_PROGRESS_11 = 10
CMAKE_PROGRESS_12 = 11
CMAKE_PROGRESS_13 = 12
CMAKE_PROGRESS_14 = 13
CMAKE_PROGRESS_15 = 14
CMAKE_PROGRESS_16 = 15
CMAKE_PROGRESS_17 = 16
CMAKE_PROGRESS_18 = 17
CMAKE_PROGRESS_19 = 18
CMAKE_PROGRESS_20 = 19
CMAKE_PROGRESS_21 = 20
CMAKE_PROGRESS_22 = 21
CMAKE_PROGRESS_23 = 22
CMAKE_PROGRESS_24 = 23
CMAKE_PROGRESS_25 = 24
CMAKE_PROGRESS_26 = 25
CMAKE_PROGRESS_27 = 26
CMAKE_PROGRESS_28 = 27
CMAKE_PROGRESS_29 = 28
CMAKE_PROGRESS_30 = 29
CMAKE_PROGRESS_31 = 30
CMAKE_PROGRESS_32 = 31
CMAKE_PROGRESS_33 = 32
CMAKE_PROGRESS_34 = 33
CMAKE_PROGRESS_35 = 34
CMAKE_PROGRESS_36 = 35
CMAKE_PROGRESS_37 = 36
CMAKE_PROGRESS_38 = 37
CMAKE_PROGRESS_39 = 38
CMAKE_PROGRESS_40 = 39
CMAKE_PROGRESS_41 = 40
CMAKE_PROGRESS_42 = 41
CMAKE_PROGRESS_43 = 42
CMAKE_PROGRESS_44 = 43
CMAKE_PROGRESS_45 = 44
CMAKE_PROGRESS_46 = 45
CMAKE_PROGRESS_47 = 46
CMAKE_PROGRESS_48 = 47
CMAKE_PROGRESS_49 = 48
CMAKE_PROGRESS_50 = 49
CMAKE_PROGRESS_51 = 50
CMAKE_PROGRESS_52 =
CMAKE_PROGRESS_53 = 51
CMAKE_PROGRESS_54 = 52
CMAKE_PROGRESS_55 = 53
CMAKE_PROGRESS_56 = 54
CMAKE_PROGRESS_57 = 55
CMAKE_PROGRESS_58 = 56
CMAKE_PROGRESS_59 = 57
CMAKE_PROGRESS_60 = 58
CMAKE_PROGRESS_61 = 59
CMAKE_PROGRESS_62 = 60
CMAKE_PROGRESS_63 = 61
CMAKE_PROGRESS_64 = 62
CMAKE_PROGRESS_65 = 63
CMAKE_PROGRESS_66 = 64
CMAKE_PROGRESS_67 = 65
CMAKE_PROGRESS_68 = 66
CMAKE_PROGRESS_69 = 67
CMAKE_PROGRESS_70 = 68
CMAKE_PROGRESS_71 = 69
CMAKE_PROGRESS_72 = 70
CMAKE_PROGRESS_73 = 71
CMAKE_PROGRESS_74 = 72
CMAKE_PROGRESS_75 = 73
CMAKE_PROGRESS_76 = 74
CMAKE_PROGRESS_77 = 75
CMAKE_PROGRESS_78 = 76
CMAKE_PROGRESS_79 = 77
CMAKE_PROGRESS_80 = 78
CMAKE_PROGRESS_81 = 79
CMAKE_PROGRESS_82 = 80
CMAKE_PROGRESS_83 = 81
CMAKE_PROGRESS_84 = 82
CMAKE_PROGRESS_85 = 83
CMAKE_PROGRESS_86 = 84
CMAKE_PROGRESS_87 = 85
CMAKE_PROGRESS_88 = 86
CMAKE_PROGRESS_89 = 87
CMAKE_PROGRESS_90 = 88
CMAKE_PROGRESS_91 = 89
CMAKE_PROGRESS_92 = 90
CMAKE_PROGRESS_93 = 91
CMAKE_PROGRESS_94 = 92
CMAKE_PROGRESS_95 = 93
CMAKE_PROGRESS_96 = 94
CMAKE_PROGRESS_97 = 95
CMAKE_PROGRESS_98 = 96

View File

@ -1,11 +0,0 @@
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of files for implicit dependencies of each language:
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@ -1,82 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.6
# 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.exe
# The command to remove a file.
RM = /usr/bin/cmake.exe -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /usr/local/vitasdk/vitashell
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /usr/local/vitasdk/vitashell/build
# Utility rule file for VitaShell.self.
# Include the progress variables for this target.
include CMakeFiles/VitaShell.self.dir/progress.make
CMakeFiles/VitaShell.self: VitaShell.velf
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/usr/local/vitasdk/vitashell/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Creating SELF VitaShell.self"
/usr/local/vitasdk/bin/vita-make-fself.exe -c VitaShell.velf VitaShell.self
VitaShell.velf: VitaShell
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/usr/local/vitasdk/vitashell/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Converting to Sony ELF VitaShell.velf"
/usr/local/vitasdk/bin/vita-elf-create.exe VitaShell VitaShell.velf
VitaShell.self: CMakeFiles/VitaShell.self
VitaShell.self: VitaShell.velf
VitaShell.self: CMakeFiles/VitaShell.self.dir/build.make
.PHONY : VitaShell.self
# Rule to build all files generated by this target.
CMakeFiles/VitaShell.self.dir/build: VitaShell.self
.PHONY : CMakeFiles/VitaShell.self.dir/build
CMakeFiles/VitaShell.self.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/VitaShell.self.dir/cmake_clean.cmake
.PHONY : CMakeFiles/VitaShell.self.dir/clean
CMakeFiles/VitaShell.self.dir/depend:
cd /usr/local/vitasdk/vitashell/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /usr/local/vitasdk/vitashell /usr/local/vitasdk/vitashell /usr/local/vitasdk/vitashell/build /usr/local/vitasdk/vitashell/build /usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.self.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/VitaShell.self.dir/depend

View File

@ -1,9 +0,0 @@
file(REMOVE_RECURSE
"CMakeFiles/VitaShell.self"
"VitaShell.velf"
)
# Per-language clean rules from dependency scanning.
foreach(lang )
include(CMakeFiles/VitaShell.self.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@ -1,3 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.6

View File

@ -1,3 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.6

View File

@ -1,3 +0,0 @@
CMAKE_PROGRESS_1 = 97
CMAKE_PROGRESS_2 = 98

View File

@ -1,11 +0,0 @@
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of files for implicit dependencies of each language:
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@ -1,82 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.6
# 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.exe
# The command to remove a file.
RM = /usr/bin/cmake.exe -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /usr/local/vitasdk/vitashell
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /usr/local/vitasdk/vitashell/build
# Utility rule file for VitaShell.vpk.
# Include the progress variables for this target.
include CMakeFiles/VitaShell.vpk.dir/progress.make
CMakeFiles/VitaShell.vpk: VitaShell.vpk_param.sfo
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/usr/local/vitasdk/vitashell/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building vpk VitaShell.vpk"
/usr/local/vitasdk/bin/vita-pack-vpk.exe -a /usr/local/vitasdk/vitashell/pkg/sce_sys/icon0.png=sce_sys/icon0.png -a /usr/local/vitasdk/vitashell/pkg/sce_sys/livearea/contents/bg.png=sce_sys/livearea/contents/bg.png -a /usr/local/vitasdk/vitashell/pkg/sce_sys/livearea/contents/startup.png=sce_sys/livearea/contents/startup.png -a /usr/local/vitasdk/vitashell/pkg/sce_sys/livearea/contents/template.xml=sce_sys/livearea/contents/template.xml -s VitaShell.vpk_param.sfo -b VitaShell.self VitaShell.vpk
VitaShell.vpk_param.sfo:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/usr/local/vitasdk/vitashell/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Generating param.sfo for VitaShell.vpk"
/usr/local/vitasdk/bin/vita-mksfoex.exe -d PARENTAL_LEVEL=1 -d PARENTAL_LEVEL=1 -s APP_VER=01.43 -s TITLE_ID=VITASHELL VitaShell VitaShell.vpk_param.sfo
VitaShell.vpk: CMakeFiles/VitaShell.vpk
VitaShell.vpk: VitaShell.vpk_param.sfo
VitaShell.vpk: CMakeFiles/VitaShell.vpk.dir/build.make
.PHONY : VitaShell.vpk
# Rule to build all files generated by this target.
CMakeFiles/VitaShell.vpk.dir/build: VitaShell.vpk
.PHONY : CMakeFiles/VitaShell.vpk.dir/build
CMakeFiles/VitaShell.vpk.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/VitaShell.vpk.dir/cmake_clean.cmake
.PHONY : CMakeFiles/VitaShell.vpk.dir/clean
CMakeFiles/VitaShell.vpk.dir/depend:
cd /usr/local/vitasdk/vitashell/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /usr/local/vitasdk/vitashell /usr/local/vitasdk/vitashell /usr/local/vitasdk/vitashell/build /usr/local/vitasdk/vitashell/build /usr/local/vitasdk/vitashell/build/CMakeFiles/VitaShell.vpk.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/VitaShell.vpk.dir/depend

View File

@ -1,9 +0,0 @@
file(REMOVE_RECURSE
"CMakeFiles/VitaShell.vpk"
"VitaShell.vpk_param.sfo"
)
# Per-language clean rules from dependency scanning.
foreach(lang )
include(CMakeFiles/VitaShell.vpk.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@ -1,3 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.6

View File

@ -1,3 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.6

View File

@ -1,3 +0,0 @@
CMAKE_PROGRESS_1 = 99
CMAKE_PROGRESS_2 = 100

View File

@ -1 +0,0 @@
# This file is generated by cmake for dependency checking of the CMakeCache.txt file

Binary file not shown.

View File

@ -1,34 +0,0 @@
const char features[] = {"\n"
"C_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404
"1"
#else
"0"
#endif
"c_function_prototypes\n"
"C_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && 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__) >= 404 && 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]; }

View File

@ -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]; }

View File

@ -1 +0,0 @@
100

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -1,39 +0,0 @@
# Install script for directory: /usr/local/vitasdk/vitashell
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local/vitasdk/arm-vita-eabi")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
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 "/usr/local/vitasdk/vitashell/build/${CMAKE_INSTALL_MANIFEST}"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")