From a0411b078a13d315c370dea50c3d4937cb2b3b62 Mon Sep 17 00:00:00 2001 From: probono Date: Tue, 16 Apr 2013 21:44:53 +0000 Subject: [PATCH] Add files --- CMake.gitignore | 5 + CMakeCache.txt | 291 +++++++++++++++ CMakeFiles/2.8.10.1/CMakeCCompiler.cmake | 55 +++ .../2.8.10.1/CMakeDetermineCompilerABI_C.bin | Bin 0 -> 7374 bytes CMakeFiles/2.8.10.1/CMakeSystem.cmake | 15 + CMakeFiles/2.8.10.1/CompilerIdC/CMakeCCompilerId.c | 393 +++++++++++++++++++++ CMakeFiles/2.8.10.1/CompilerIdC/a.out | Bin 0 -> 7442 bytes CMakeFiles/AppImageAssistant.dir/DependInfo.cmake | 24 ++ CMakeFiles/AppImageAssistant.dir/build.make | 70 ++++ CMakeFiles/AppImageAssistant.dir/cmake_clean.cmake | 16 + CMakeFiles/AppImageAssistant.dir/depend.internal | 3 + CMakeFiles/AppImageAssistant.dir/depend.make | 3 + CMakeFiles/AppImageAssistant.dir/progress.make | 1 + CMakeFiles/AppImageExtract.dir/DependInfo.cmake | 24 ++ CMakeFiles/AppImageExtract.dir/build.make | 70 ++++ CMakeFiles/AppImageExtract.dir/cmake_clean.cmake | 16 + CMakeFiles/AppImageExtract.dir/depend.internal | 3 + CMakeFiles/AppImageExtract.dir/depend.make | 3 + CMakeFiles/AppImageExtract.dir/progress.make | 1 + CMakeFiles/AppRun.dir/C.includecache | 8 + CMakeFiles/AppRun.dir/DependInfo.cmake | 29 ++ CMakeFiles/AppRun.dir/build.make | 103 ++++++ CMakeFiles/AppRun.dir/cmake_clean.cmake | 18 + CMakeFiles/AppRun.dir/depend.internal | 5 + CMakeFiles/AppRun.dir/depend.make | 5 + CMakeFiles/AppRun.dir/flags.make | 8 + CMakeFiles/AppRun.dir/link.txt | 1 + CMakeFiles/AppRun.dir/progress.make | 2 + CMakeFiles/CMakeDirectoryInformation.cmake | 16 + CMakeFiles/CMakeOutput.log | 132 +++++++ CMakeFiles/CMakeRuleHashes.txt | 3 + CMakeFiles/Makefile.cmake | 44 +++ CMakeFiles/Makefile2 | 275 ++++++++++++++ CMakeFiles/TargetDirectories.txt | 6 + CMakeFiles/build/AppRun.dir/AppRun.c.o | Bin 0 -> 4420 bytes CMakeFiles/build/AppRun.dir/C.includecache | 22 ++ CMakeFiles/build/AppRun.dir/DependInfo.cmake | 20 ++ CMakeFiles/build/AppRun.dir/build.make | 102 ++++++ CMakeFiles/build/AppRun.dir/cmake_clean.cmake | 10 + CMakeFiles/build/AppRun.dir/depend.internal | 5 + CMakeFiles/build/AppRun.dir/depend.make | 5 + CMakeFiles/build/AppRun.dir/flags.make | 8 + CMakeFiles/build/AppRun.dir/link.txt | 1 + CMakeFiles/build/AppRun.dir/progress.make | 2 + CMakeFiles/cmake.check_cache | 1 + CMakeFiles/fuseiso.dir/C.includecache | 8 + CMakeFiles/fuseiso.dir/DependInfo.cmake | 29 ++ CMakeFiles/fuseiso.dir/build.make | 103 ++++++ CMakeFiles/fuseiso.dir/cmake_clean.cmake | 18 + CMakeFiles/fuseiso.dir/cmake_clean_target.cmake | 3 + CMakeFiles/fuseiso.dir/depend.internal | 6 + CMakeFiles/fuseiso.dir/depend.make | 6 + CMakeFiles/fuseiso.dir/flags.make | 8 + CMakeFiles/fuseiso.dir/link.txt | 2 + CMakeFiles/fuseiso.dir/progress.make | 2 + CMakeFiles/isofs.dir/C.includecache | 8 + CMakeFiles/isofs.dir/DependInfo.cmake | 29 ++ CMakeFiles/isofs.dir/build.make | 103 ++++++ CMakeFiles/isofs.dir/cmake_clean.cmake | 18 + CMakeFiles/isofs.dir/cmake_clean_target.cmake | 3 + CMakeFiles/isofs.dir/depend.internal | 8 + CMakeFiles/isofs.dir/depend.make | 8 + CMakeFiles/isofs.dir/flags.make | 8 + CMakeFiles/isofs.dir/link.txt | 2 + CMakeFiles/isofs.dir/progress.make | 2 + CMakeFiles/progress.marks | 1 + CMakeFiles/runtime.dir/C.includecache | 8 + CMakeFiles/runtime.dir/DependInfo.cmake | 31 ++ CMakeFiles/runtime.dir/build.make | 105 ++++++ CMakeFiles/runtime.dir/cmake_clean.cmake | 18 + CMakeFiles/runtime.dir/cmake_clean_target.cmake | 3 + CMakeFiles/runtime.dir/depend.internal | 8 + CMakeFiles/runtime.dir/depend.make | 8 + CMakeFiles/runtime.dir/flags.make | 8 + CMakeFiles/runtime.dir/link.txt | 1 + CMakeFiles/runtime.dir/progress.make | 2 + CMakeLists.txt | 54 +++ cmake_install.cmake | 44 +++ 78 files changed, 2489 insertions(+) create mode 100644 CMake.gitignore create mode 100644 CMakeCache.txt create mode 100644 CMakeFiles/2.8.10.1/CMakeCCompiler.cmake create mode 100755 CMakeFiles/2.8.10.1/CMakeDetermineCompilerABI_C.bin create mode 100644 CMakeFiles/2.8.10.1/CMakeSystem.cmake create mode 100644 CMakeFiles/2.8.10.1/CompilerIdC/CMakeCCompilerId.c create mode 100755 CMakeFiles/2.8.10.1/CompilerIdC/a.out create mode 100644 CMakeFiles/AppImageAssistant.dir/DependInfo.cmake create mode 100644 CMakeFiles/AppImageAssistant.dir/build.make create mode 100644 CMakeFiles/AppImageAssistant.dir/cmake_clean.cmake create mode 100644 CMakeFiles/AppImageAssistant.dir/depend.internal create mode 100644 CMakeFiles/AppImageAssistant.dir/depend.make create mode 100644 CMakeFiles/AppImageAssistant.dir/progress.make create mode 100644 CMakeFiles/AppImageExtract.dir/DependInfo.cmake create mode 100644 CMakeFiles/AppImageExtract.dir/build.make create mode 100644 CMakeFiles/AppImageExtract.dir/cmake_clean.cmake create mode 100644 CMakeFiles/AppImageExtract.dir/depend.internal create mode 100644 CMakeFiles/AppImageExtract.dir/depend.make create mode 100644 CMakeFiles/AppImageExtract.dir/progress.make create mode 100644 CMakeFiles/AppRun.dir/C.includecache create mode 100644 CMakeFiles/AppRun.dir/DependInfo.cmake create mode 100644 CMakeFiles/AppRun.dir/build.make create mode 100644 CMakeFiles/AppRun.dir/cmake_clean.cmake create mode 100644 CMakeFiles/AppRun.dir/depend.internal create mode 100644 CMakeFiles/AppRun.dir/depend.make create mode 100644 CMakeFiles/AppRun.dir/flags.make create mode 100644 CMakeFiles/AppRun.dir/link.txt create mode 100644 CMakeFiles/AppRun.dir/progress.make create mode 100644 CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 CMakeFiles/CMakeOutput.log create mode 100644 CMakeFiles/CMakeRuleHashes.txt create mode 100644 CMakeFiles/Makefile.cmake create mode 100644 CMakeFiles/Makefile2 create mode 100644 CMakeFiles/TargetDirectories.txt create mode 100644 CMakeFiles/build/AppRun.dir/AppRun.c.o create mode 100644 CMakeFiles/build/AppRun.dir/C.includecache create mode 100644 CMakeFiles/build/AppRun.dir/DependInfo.cmake create mode 100644 CMakeFiles/build/AppRun.dir/build.make create mode 100644 CMakeFiles/build/AppRun.dir/cmake_clean.cmake create mode 100644 CMakeFiles/build/AppRun.dir/depend.internal create mode 100644 CMakeFiles/build/AppRun.dir/depend.make create mode 100644 CMakeFiles/build/AppRun.dir/flags.make create mode 100644 CMakeFiles/build/AppRun.dir/link.txt create mode 100644 CMakeFiles/build/AppRun.dir/progress.make create mode 100644 CMakeFiles/cmake.check_cache create mode 100644 CMakeFiles/fuseiso.dir/C.includecache create mode 100644 CMakeFiles/fuseiso.dir/DependInfo.cmake create mode 100644 CMakeFiles/fuseiso.dir/build.make create mode 100644 CMakeFiles/fuseiso.dir/cmake_clean.cmake create mode 100644 CMakeFiles/fuseiso.dir/cmake_clean_target.cmake create mode 100644 CMakeFiles/fuseiso.dir/depend.internal create mode 100644 CMakeFiles/fuseiso.dir/depend.make create mode 100644 CMakeFiles/fuseiso.dir/flags.make create mode 100644 CMakeFiles/fuseiso.dir/link.txt create mode 100644 CMakeFiles/fuseiso.dir/progress.make create mode 100644 CMakeFiles/isofs.dir/C.includecache create mode 100644 CMakeFiles/isofs.dir/DependInfo.cmake create mode 100644 CMakeFiles/isofs.dir/build.make create mode 100644 CMakeFiles/isofs.dir/cmake_clean.cmake create mode 100644 CMakeFiles/isofs.dir/cmake_clean_target.cmake create mode 100644 CMakeFiles/isofs.dir/depend.internal create mode 100644 CMakeFiles/isofs.dir/depend.make create mode 100644 CMakeFiles/isofs.dir/flags.make create mode 100644 CMakeFiles/isofs.dir/link.txt create mode 100644 CMakeFiles/isofs.dir/progress.make create mode 100644 CMakeFiles/progress.marks create mode 100644 CMakeFiles/runtime.dir/C.includecache create mode 100644 CMakeFiles/runtime.dir/DependInfo.cmake create mode 100644 CMakeFiles/runtime.dir/build.make create mode 100644 CMakeFiles/runtime.dir/cmake_clean.cmake create mode 100644 CMakeFiles/runtime.dir/cmake_clean_target.cmake create mode 100644 CMakeFiles/runtime.dir/depend.internal create mode 100644 CMakeFiles/runtime.dir/depend.make create mode 100644 CMakeFiles/runtime.dir/flags.make create mode 100644 CMakeFiles/runtime.dir/link.txt create mode 100644 CMakeFiles/runtime.dir/progress.make create mode 100644 CMakeLists.txt create mode 100644 cmake_install.cmake diff --git a/CMake.gitignore b/CMake.gitignore new file mode 100644 index 0000000..52540e7 --- /dev/null +++ b/CMake.gitignore @@ -0,0 +1,5 @@ +CMakeCache.txt +CMakeFiles +Makefile +cmake_install.cmake +install_manifest.txt diff --git a/CMakeCache.txt b/CMakeCache.txt new file mode 100644 index 0000000..0be02c1 --- /dev/null +++ b/CMakeCache.txt @@ -0,0 +1,291 @@ +# This is the CMakeCache file. +# For build in directory: /home/ubuntu/AppImageKit +# It was generated by CMake: /usr/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUI's for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Value Computed by CMake +AppImageKit_BINARY_DIR:STATIC=/home/ubuntu/AppImageKit + +//Value Computed by CMake +AppImageKit_SOURCE_DIR:STATIC=/home/ubuntu/AppImageKit + +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/ar + +//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_C_COMPILER:FILEPATH=/usr/bin/cc + +//Flags used by the compiler during all build types. +CMAKE_C_FLAGS:STRING= + +//Flags used by the compiler during debug builds. +CMAKE_C_FLAGS_DEBUG:STRING=-g + +//Flags used by the compiler during release minsize builds. +CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the compiler during release builds (/MD /Ob1 /Oi +// /Ot /Oy /Gs will produce slightly less optimized but smaller +// files). +CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the compiler during Release with Debug Info builds. +CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Flags used by the linker. +CMAKE_EXE_LINKER_FLAGS:STRING=' ' + +//Flags used by the linker during debug builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during 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 + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//Path to a program. +CMAKE_LINKER:FILEPATH=/usr/bin/ld + +//Path to a program. +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make + +//Flags used by the linker during the creation of modules. +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= + +//Path to a program. +CMAKE_NM:FILEPATH=/usr/bin/nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=AppImageKit + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib + +//Flags used by the linker during the creation of dll's. +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 + +//Path to a program. +CMAKE_STRIP:FILEPATH=/usr/bin/strip + +//If true, cmake will use relative paths in makefiles and projects. +CMAKE_USE_RELATIVE_PATHS:BOOL=OFF + +//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 a library. +FOUNDattr:FILEPATH=FOUNDattr-NOTFOUND + +//Path to a library. +FOUNDfuse:FILEPATH=/usr/lib/i386-linux-gnu/libfuse.so + +//Path to a library. +FOUNDglib2:FILEPATH=FOUNDglib2-NOTFOUND + +//Path to a library. +FOUNDglibc2:FILEPATH=FOUNDglibc2-NOTFOUND + +//Path to a library. +FOUNDlibglibc2:FILEPATH=FOUNDlibglibc2-NOTFOUND + +//Path to a library. +FOUNDpthread:FILEPATH=/usr/lib/i386-linux-gnu/libpthread.so + +//Path to a file. +FUSE_INCLUDE_DIR:PATH=/usr/include + +//Path to a library. +FUSE_LIBRARIES:FILEPATH=/usr/lib/i386-linux-gnu/libfuse.so + +//Dependencies for target +fuseiso_LIB_DEPENDS:STATIC= + +//Dependencies for target +isofs_LIB_DEPENDS:STATIC= + +//Dependencies for the target +runtime_LIB_DEPENDS:STATIC=general;fuseiso;general;isofs; + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_BUILD_TOOL +CMAKE_BUILD_TOOL-ADVANCED:INTERNAL=1 +//What is the target build tool cmake is generating for. +CMAKE_BUILD_TOOL:INTERNAL=/usr/bin/make +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/ubuntu/AppImageKit +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=2 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=8 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=10 +//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE +CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/usr/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest +//ADVANCED property for variable: CMAKE_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 generator. +CMAKE_GENERATOR:INTERNAL=Unix Makefiles +//Start directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/ubuntu/AppImageKit +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1 +//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_LOCAL_GENERATORS: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-2.8 +//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_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/bin/uname +//ADVANCED property for variable: CMAKE_USE_RELATIVE_PATHS +CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//Details about finding FUSE +FIND_PACKAGE_MESSAGE_DETAILS_FUSE:INTERNAL=[/usr/include][/usr/lib/i386-linux-gnu/libfuse.so][v()] +//ADVANCED property for variable: FUSE_INCLUDE_DIR +FUSE_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: FUSE_LIBRARIES +FUSE_LIBRARIES-ADVANCED:INTERNAL=1 + diff --git a/CMakeFiles/2.8.10.1/CMakeCCompiler.cmake b/CMakeFiles/2.8.10.1/CMakeCCompiler.cmake new file mode 100644 index 0000000..df58353 --- /dev/null +++ b/CMakeFiles/2.8.10.1/CMakeCCompiler.cmake @@ -0,0 +1,55 @@ +set(CMAKE_C_COMPILER "/usr/bin/cc") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_C_COMPILER_VERSION "4.7.2") +set(CMAKE_C_PLATFORM_ID "Linux") + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_COMPILER_IS_GNUCC 1) +set(CMAKE_C_COMPILER_LOADED 1) +set(CMAKE_C_COMPILER_WORKS TRUE) +set(CMAKE_C_ABI_COMPILED TRUE) +set(CMAKE_COMPILER_IS_MINGW ) +set(CMAKE_COMPILER_IS_CYGWIN ) +if(CMAKE_COMPILER_IS_CYGWIN) + set(CYGWIN 1) + set(UNIX 1) +endif() + +set(CMAKE_C_COMPILER_ENV_VAR "CC") + +if(CMAKE_COMPILER_IS_MINGW) + set(MINGW 1) +endif() +set(CMAKE_C_COMPILER_ID_RUN 1) +set(CMAKE_C_SOURCE_FILE_EXTENSIONS c) +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 "i386-linux-gnu") + +if(CMAKE_C_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_C_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") +endif() + +if(CMAKE_C_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "i386-linux-gnu") +endif() + + + + +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "c") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/i686-linux-gnu/4.7;/usr/lib/i386-linux-gnu;/usr/lib;/lib/i386-linux-gnu;/lib") + + + diff --git a/CMakeFiles/2.8.10.1/CMakeDetermineCompilerABI_C.bin b/CMakeFiles/2.8.10.1/CMakeDetermineCompilerABI_C.bin new file mode 100755 index 0000000000000000000000000000000000000000..e8300537a2136fb475f54278c638abee50f910b0 GIT binary patch literal 7374 zcwX&UZ){W76+h2@38rxz(*#H$YqK@9v;_lMN*QG;j+4;PB+w8j6@tri{1O`+JGGx_ z!k7v(As~o^DztSIqN!9(sgw^$LnvFPDlGgN)2cBBXj(sPE$tT8pwe|Msg&ZKbMJfh zbudN!uy481$$96V-#zF4Iq&-3^IolMtXC8TtYQN@kaTOm>ZnHEJxkPALj}x)h42u} zhkPz0?L`by1vVhc!#Wkoj?{{B>ps;%RE%=5sZ&hi1=|vxoB=>Y?ZGYdjv}NtR0mNB zR+J*;n|d3v64aNF4rvT!qI}Z_Q4sM#^i5QYa;>CW|FIFcg5WC$R0q)_tXm}MUqC(N zD3<*e)XV*wz`6;@jBiOeZuYsx2a##yph|pnKnz!wk06uj`Zw_ zC(pk3_U*5>T|54?>tB8QuipM@!Y=h;1{s*;hNBe+3LL6ZxK~wIlWrzeBh}Ph9p5q2 zckP|)ukCTJ{8_=!^VdiI_TKdqRsQ#HZXUZi{@0f`m+yG>7khr)|C!5K^5Kc$(!AkM z{_?2{rj%9Ea|P0mr^xdp`9Y*pQ}n-|B8QO52XNhi=A#t4ke5jEal)nLGKfj~3e*=M zAHp@GIhX}SaD?hn)`0vM!Y&Z83#R-g@<9ndnB~6=9z#CfD`K7SKSh2#-M)aw#Zhc; zGxeL1pG0}KX>U35V+SleP9Ls)8?E_rU=8b7+z5msED_fOz!<5pMvED&Qwv3`nznd? zwTB`hY|z@o0(wmE2*nLO*4pF?MrJhWSnwzEK&5d)?NG($rh#DrB8 zIy$2f(*=|5qj^;85$r~L7Yn|EI)6NFHCwxjwU|zQVJ#llpZ8FxklKA{%9HpG<)axVuFDMMZsHj18WhtsK2DC8 zUQjDZnYwgw^k~2FC=8cd_%jo>L%%!o?}wF3f1XHS!{6|Rm#v0}YAaQ%@nvd!>QMsh z{UMLmL@`G>#`a(r&*xE{a`AKQ*_&>hJaqq%)sNZfevk(Haia&D+%WJT*SIg#O%n8Q zog{`=#+%|7mW%wsOUxMU^-z2R>HQ=u*etAz<=?@`KxnzbDU@Z`sDS zj($>jR4z0ozV1oxv8~KpXgiNF8#FZ6uUjd-2V0g_ZxxlAKePpZ%(fzKzWtenAoj`e zuTv@7`%BR?MMWd>gUEl2{49t)mx{8x1(ZDwWxi8Y4=Q4>Dn}Z?_B_&Ej(V4KZBc=t zcEhvto_V6G@_VFTjWmc|rTqiEE=RAerZBJT99jWbfmPed7wWaN-s^Jq*?lhe0oCg& zN#-@XmfD_km3T*8Ztr=Q(|f_?@Sbz2^sdlecnjOwV7g3~=`vlW%XFD8|Bo_)=f8no zafY<+s7?@f0X(eoGd`Y0_?-{WqWo+@cONIp<)(~>r05XdH|ZX`K8a^qh}YyW3o(Bj}f&_amo!6?LrGq=B$hOWB3dk3QSEu!Q?Gu977v0a z&=Wy>g5$M_Yj)|ecqkgl5*X@YdYEwHp(|{VL%bJx480rw^E;R)7UlOUj~-<0F|AW) z!9Xk{i55(Y#k3yL!g}7(7UP}JIzw&fIBM{J!i%to7cTI$MLRq7h>?3SaukX+T4Rb4 zo=;Ik99YH5r91*6CqOu!_b|_}R#8p9Ou`*R9G!J5bKvOA{3XT};V7nu5JyRoJPAkC z3?i<13}dXj@nN-@t5G16_t*p?-U&zV#(KMWC#+(PV;fS+^h+_l3JuU%-tucRX(x#H zfS&1H2&iJbvR^8@LF7aTNAJ>pRlGy;I7m)PIC}SvsG{G5b4s`)rhW25d&6;6%)M1C zzkL#J1aTv%ux`v$+$Q!l2}gO0TUhy)H5rh(Grun3XfHaJpSimLWc;3hOuSIuV-Rsq z=D__@!tp#hl!(Gd$~LJIKBp9&x#SkZIW=-Zxa0`*roay;_{__QjxW4GF{$52s)MvGy1=k_F|8gPxr^qXMMV^=Z=P8-~QD$}y%B2HV`%-vB z$;`ik^S?;R^q26@Dw+8u{PWbov^*CyB|9(tvNV7Sq<$qkZ~eNGoi~14$BP zr=|9!ADv?VvXY$#|3K1H^xZ*O&WpRSqjFxo*p{6qpJ&U?lYiHiohM&x%g&QmNqYqK zr+$jO-Ikq4hqjmzHxljbo;F}?t*?bOHf(5R3^Ms{W^}SP$}`6yM-^j%DC-DE{aTm> zjA$&*v_v=HajGk<8+yRA{QFO>$PHqdV;aMwSF8ub!7h;K?CilNlEgBnI}_?_(st@T zAG!&J^%x#WvHv_5ulYmRw!X#NRLAO?Yk9hzhGji>uUPKs&<)nr#*APhveV=5#@a0V z^i3cTkFuZ^350cEwJ$Y$n;LxCFe|g)+T^oruW4LY<85T?>gzYuwX#-kO=DeFvj4sx r6QoZD_x!FPjC|AAh5LNoSiL&)r6Bj02-ED{A0))rk#F@?LfHKu*yjUr literal 0 HcwPel00001 diff --git a/CMakeFiles/2.8.10.1/CMakeSystem.cmake b/CMakeFiles/2.8.10.1/CMakeSystem.cmake new file mode 100644 index 0000000..8f2fda9 --- /dev/null +++ b/CMakeFiles/2.8.10.1/CMakeSystem.cmake @@ -0,0 +1,15 @@ + + +set(CMAKE_SYSTEM "Linux-3.8.0-13-generic") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "3.8.0-13-generic") +set(CMAKE_SYSTEM_PROCESSOR "i686") + +set(CMAKE_HOST_SYSTEM "Linux-3.8.0-13-generic") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "3.8.0-13-generic") +set(CMAKE_HOST_SYSTEM_PROCESSOR "i686") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/CMakeFiles/2.8.10.1/CompilerIdC/CMakeCCompilerId.c b/CMakeFiles/2.8.10.1/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 0000000..699d25d --- /dev/null +++ b/CMakeFiles/2.8.10.1/CompilerIdC/CMakeCCompilerId.c @@ -0,0 +1,393 @@ +#ifdef __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(__18CXX) +# define ID_VOID_MAIN +#endif + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" + /* __INTEL_COMPILER = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# 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(__clang__) +# define COMPILER_ID "Clang" +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) + +#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 HEX(__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__) +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__WATCOMC__ % 100) + +#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_C = 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__) +# if defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" +# else +# if __IBMC__ >= 800 +# define COMPILER_ID "XL" +# else +# define COMPILER_ID "VisualAge" +# endif + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI_DSP" + /* __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(__TINYC__) +# define COMPILER_ID "TinyCC" + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__GNUC__) +# define COMPILER_ID "GNU" +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# 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 + +/* Analog VisualDSP++ >= 4.5.6 */ +#elif defined(__VISUALDSPVERSION__) +# define COMPILER_ID "ADSP" + /* __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) + +/* Analog VisualDSP++ < 4.5.6 */ +#elif defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) +# define COMPILER_ID "ADSP" + +/* IAR Systems compiler for embedded systems. + http://www.iar.com + Not supported yet by CMake +#elif defined(__IAR_SYSTEMS_ICC__) +# define COMPILER_ID "IAR" */ + +/* sdcc, the small devices C compiler for embedded systems, + http://sdcc.sourceforge.net */ +#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 + +/* This compiler is either not known or is 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 "]"; + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__sgi) || defined(__sgi__) || defined(_SGI) +# define PLATFORM_ID "IRIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU) || defined(__HAIKU__) || defined(_HAIKU) +# define PLATFORM_ID "Haiku" +/* Haiku also defines __BEOS__ so we must + put it prior to the check for __BEOS__ +*/ + +#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" + +#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) +# define ARCHITECTURE_ID "ARM" + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# 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 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 "]"; + + + +/*--------------------------------------------------------------------------*/ + +#ifdef ID_VOID_MAIN +void main() {} +#else +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif + (void)argv; + return require; +} +#endif diff --git a/CMakeFiles/2.8.10.1/CompilerIdC/a.out b/CMakeFiles/2.8.10.1/CompilerIdC/a.out new file mode 100755 index 0000000000000000000000000000000000000000..7cc85cca5491170c53cb13e8b61fa10b63722f3d GIT binary patch literal 7442 zcwX&UZ)_CD6@R-vn+(5k zJoU?%{$#S6Y?~#X!M>|Pf_K7WEWp%HDK>If@s2TFM8c7&=u-gW#hFs6bbQjPoL+^Q z#fwJ&l+%vViykahT5aH!5iz3`W(wd=onP{4xk^MW7R1y8mIJ$B&_sqlMih;aA| zlmmq&oMlXpVHGb|Ql578W31VC{n&{ZewAI1rA|G_g7vsPibZZ)c;OcRm5v#rjxTLM zC*vK4cD?2t)O;|hbb+Xc{iQj{mO>Yo?X+I9+pZ+roOil zAJ?6R@l>$s)Q`PbgXw25|5VYy+vhJ|c&H!0Z#{SF9IsA$u=V8HAohZRw=L8gr87Sv zV)2Uh`F|CDU%c4Rzn|@!`fK%RRj3d6c-h4xzOZu601@*=hsQ}*Pv?$J(QJA+nTqH7 zapvv&6gxW@&*hWZOn;M*mXN%8$-ZgcCrS*bOlvTkOZRuvJ3wZdxoDyv{c9^LHaCKp z^WC46O7w0T!Rphf{T-$!C?8vX5yU%zM0=wbv@t_l>GgO{XktD$kO9l{N#`>g3HyxWdRuj+-hT<*Kr3dwO0m#xI`**7`&LE7=YP`^ z_SF?Ddwfm$mwa{MDW5-l+2;*k@fqPuJ`c_5@1P#WvXAfGd6}1anU{H)mwB0&|6iHJ z_5Vas>>=zusu%SP?t^jD0vB#JK&*FZQ_GVrzM|-<# zh@Zf;1H^ud)=f)gOj?@)F0OT%PisBeZZAhYhUMvg3{%>xQN@OE)ct=I+CSU(AEA#wseW*Y--|kgx-}Bn6lmN%P{>$?^|+`tbJ;*k=%rBey5{Br z&uw{LWWc9THwfwmn+l=)XxcIdFtu_bP1twIj1|ufLnxEA;-PR`*E-7_l4vMX2n`gH zxW!J!fTM(&Pe3R(nn8aewQ|BDm+Z3uLt8GMBA&PzPFWN%iB~H=g4aO=Xv)S+%Y;xo z!3J|?I?fWYoQp&WX6AC{s3>9IzZT8$N|@~;&0(rEr2$tc|{^UN6G2+qqJ}doI zDm>C25M!KpH14lyV*f$&Km+#-WDkh3Pdu6@UR}%&TkLl1M=i;?G`@RvG5+niy3_+8 z<^7vKoCjz)}-vM{L+(6z9G`y|w z0y6!+!sBORm9x)|Y=7@5yb0t@An!+IcpsqpKs;l9Mpon6RNl`~Yb1}}qu$5xJ^~S! zcyy@Ye+=)pAo_%O{A{qsJr}fj^xSSL{^$&9ri?$*+X|1~)ARu5_A}`}6kZ+j>dNp) z=#0>iJUYQ?^p|hPCm{UUV}y8n6rTP6ME?&JO8z0_RVm{|Q&M%0-m(n${TS>iyk7_I zyreO&`a6SvaEFwFit9&&-ba*HNLIqZ!odj#iwI{OELwfd!D2RgkJ?x~yyldlH zj=c^RZ*0GV#Ym}huvi_;ICvR|05)DO_zte;xY5BYK$QwyrKr!%1Ai}3i|zOt#-|cZ za_ysI`$L$%s^BoD6AFF>L_9GLSHK{+?bEP*r$DTyZ2q^w?GFw6^UfLJy_3#62_PPA~6o10T z_3$&LJdLhfi0K&H1X2Hch}SytR=~eCcYKpw)5UnU{Zqpm6#vU~wLL4~S;TZc&Sd%L zly^b^b+f{!`fr_MH+6UZ)#CgcqW@={FU>N(g*d3hhiJ~qTZO^FP!t&37U^Z(UAy`i zgIGKlA4=wNUC697i>9)fcpl1RF&4|Rp;UIjOtF}i&E=U{7y&xPO~tKvEVS{37hB7d zn7fQ)xHQX+f>`*)3hDGH7Eus$SAUWk*=`<)MN?~2T}@DD7&ws!Am3wN^}ot?Wn`dDAMt-FKSUuB~C03Yi0;ff1m^s2w8CSEkYvQ!TSU^`I@EWeGDABe%1^ z6D2c)S!SPoKl;^Z%NF-Lky3fS@D_a_BMuI;#OuPFefEw8aM3IY;uF-igRED!HIg#( bdH&?F)pie4ca-l89+A7Zw+9^10X_T|G{?WJ literal 0 HcwPel00001 diff --git a/CMakeFiles/AppImageAssistant.dir/DependInfo.cmake b/CMakeFiles/AppImageAssistant.dir/DependInfo.cmake new file mode 100644 index 0000000..fe48847 --- /dev/null +++ b/CMakeFiles/AppImageAssistant.dir/DependInfo.cmake @@ -0,0 +1,24 @@ +# The set of languages for which implicit dependencies are needed: +SET(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Preprocessor definitions for this target. +SET(CMAKE_TARGET_DEFINITIONS + "_FILE_OFFSET_BITS=64" + "_FILE_OFFSET_BITS=64" + ) + +# Targets to which this target links. +SET(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# The include file search paths: +SET(CMAKE_C_TARGET_INCLUDE_PATH + "/usr/include/glib-2.0" + "/usr/lib/i386-linux-gnu/glib-2.0/include" + "." + ) +SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) +SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) +SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) diff --git a/CMakeFiles/AppImageAssistant.dir/build.make b/CMakeFiles/AppImageAssistant.dir/build.make new file mode 100644 index 0000000..a00ae11 --- /dev/null +++ b/CMakeFiles/AppImageAssistant.dir/build.make @@ -0,0 +1,70 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/ubuntu/AppImageKit + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/ubuntu/AppImageKit + +# Utility rule file for AppImageAssistant. + +# Include the progress variables for this target. +include CMakeFiles/AppImageAssistant.dir/progress.make + +CMakeFiles/AppImageAssistant: runtime + +AppImageAssistant: CMakeFiles/AppImageAssistant +AppImageAssistant: CMakeFiles/AppImageAssistant.dir/build.make + cp runtime AppImageAssistant.AppDir/ + mkdir -p ./AppImageAssistant.AppDir/usr/bin/ AppImageAssistant.AppDir/usr/lib/ + cp ./bundled-dependencies-i386/xorriso ./AppImageAssistant.AppDir/usr/bin/ + cp ./bundled-dependencies-i386/libglade-2.0.so.0 ./bundled-dependencies-i386/libvte.so.9 ./bundled-dependencies-i386/libisofs.so.6 ./bundled-dependencies-i386/libisoburn.so.1 ./bundled-dependencies-i386/libburn.so.4 ./AppImageAssistant.AppDir/usr/lib/ + ./AppImageAssistant.AppDir/package ./AppImageAssistant.AppDir ./AppImageAssistant +.PHONY : AppImageAssistant + +# Rule to build all files generated by this target. +CMakeFiles/AppImageAssistant.dir/build: AppImageAssistant +.PHONY : CMakeFiles/AppImageAssistant.dir/build + +CMakeFiles/AppImageAssistant.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/AppImageAssistant.dir/cmake_clean.cmake +.PHONY : CMakeFiles/AppImageAssistant.dir/clean + +CMakeFiles/AppImageAssistant.dir/depend: + cd /home/ubuntu/AppImageKit && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ubuntu/AppImageKit /home/ubuntu/AppImageKit /home/ubuntu/AppImageKit /home/ubuntu/AppImageKit /home/ubuntu/AppImageKit/CMakeFiles/AppImageAssistant.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/AppImageAssistant.dir/depend + diff --git a/CMakeFiles/AppImageAssistant.dir/cmake_clean.cmake b/CMakeFiles/AppImageAssistant.dir/cmake_clean.cmake new file mode 100644 index 0000000..262e619 --- /dev/null +++ b/CMakeFiles/AppImageAssistant.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +FILE(REMOVE_RECURSE + "AppImageAssistant" + "AppImageExtract" + "./AppImageAssistant.AppDir/runtime" + "./AppImageAssistant.AppDir/usr/lib/" + "./AppImageExtract.AppDir/AppRun" + "./AppImageExtract.AppDir/usr/lib/" + "./AppImageAssistant.AppDir/usr/bin/xorriso" + "./AppImageExtract.AppDir/usr/bin/xorriso" + "CMakeFiles/AppImageAssistant" +) + +# Per-language clean rules from dependency scanning. +FOREACH(lang) + INCLUDE(CMakeFiles/AppImageAssistant.dir/cmake_clean_${lang}.cmake OPTIONAL) +ENDFOREACH(lang) diff --git a/CMakeFiles/AppImageAssistant.dir/depend.internal b/CMakeFiles/AppImageAssistant.dir/depend.internal new file mode 100644 index 0000000..38eae05 --- /dev/null +++ b/CMakeFiles/AppImageAssistant.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + diff --git a/CMakeFiles/AppImageAssistant.dir/depend.make b/CMakeFiles/AppImageAssistant.dir/depend.make new file mode 100644 index 0000000..38eae05 --- /dev/null +++ b/CMakeFiles/AppImageAssistant.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + diff --git a/CMakeFiles/AppImageAssistant.dir/progress.make b/CMakeFiles/AppImageAssistant.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/CMakeFiles/AppImageAssistant.dir/progress.make @@ -0,0 +1 @@ + diff --git a/CMakeFiles/AppImageExtract.dir/DependInfo.cmake b/CMakeFiles/AppImageExtract.dir/DependInfo.cmake new file mode 100644 index 0000000..fe48847 --- /dev/null +++ b/CMakeFiles/AppImageExtract.dir/DependInfo.cmake @@ -0,0 +1,24 @@ +# The set of languages for which implicit dependencies are needed: +SET(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Preprocessor definitions for this target. +SET(CMAKE_TARGET_DEFINITIONS + "_FILE_OFFSET_BITS=64" + "_FILE_OFFSET_BITS=64" + ) + +# Targets to which this target links. +SET(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# The include file search paths: +SET(CMAKE_C_TARGET_INCLUDE_PATH + "/usr/include/glib-2.0" + "/usr/lib/i386-linux-gnu/glib-2.0/include" + "." + ) +SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) +SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) +SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) diff --git a/CMakeFiles/AppImageExtract.dir/build.make b/CMakeFiles/AppImageExtract.dir/build.make new file mode 100644 index 0000000..7e738ce --- /dev/null +++ b/CMakeFiles/AppImageExtract.dir/build.make @@ -0,0 +1,70 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/ubuntu/AppImageKit + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/ubuntu/AppImageKit + +# Utility rule file for AppImageExtract. + +# Include the progress variables for this target. +include CMakeFiles/AppImageExtract.dir/progress.make + +CMakeFiles/AppImageExtract: AppRun + +AppImageExtract: CMakeFiles/AppImageExtract +AppImageExtract: CMakeFiles/AppImageExtract.dir/build.make + cp AppRun ./AppImageExtract.AppDir + mkdir -p ./AppImageExtract.AppDir/usr/bin/ ./AppImageExtract.AppDir/usr/lib/ + cp ./bundled-dependencies-i386/xorriso ./AppImageExtract.AppDir/usr/bin/ + cp ./bundled-dependencies-i386/libisofs.so.6 ./bundled-dependencies-i386/libisoburn.so.1 ./bundled-dependencies-i386/libburn.so.4 ./AppImageExtract.AppDir/usr/lib/ + ./AppImageAssistant.AppDir/package ./AppImageExtract.AppDir ./AppImageExtract +.PHONY : AppImageExtract + +# Rule to build all files generated by this target. +CMakeFiles/AppImageExtract.dir/build: AppImageExtract +.PHONY : CMakeFiles/AppImageExtract.dir/build + +CMakeFiles/AppImageExtract.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/AppImageExtract.dir/cmake_clean.cmake +.PHONY : CMakeFiles/AppImageExtract.dir/clean + +CMakeFiles/AppImageExtract.dir/depend: + cd /home/ubuntu/AppImageKit && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ubuntu/AppImageKit /home/ubuntu/AppImageKit /home/ubuntu/AppImageKit /home/ubuntu/AppImageKit /home/ubuntu/AppImageKit/CMakeFiles/AppImageExtract.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/AppImageExtract.dir/depend + diff --git a/CMakeFiles/AppImageExtract.dir/cmake_clean.cmake b/CMakeFiles/AppImageExtract.dir/cmake_clean.cmake new file mode 100644 index 0000000..87e6ff8 --- /dev/null +++ b/CMakeFiles/AppImageExtract.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +FILE(REMOVE_RECURSE + "AppImageAssistant" + "AppImageExtract" + "./AppImageAssistant.AppDir/runtime" + "./AppImageAssistant.AppDir/usr/lib/" + "./AppImageExtract.AppDir/AppRun" + "./AppImageExtract.AppDir/usr/lib/" + "./AppImageAssistant.AppDir/usr/bin/xorriso" + "./AppImageExtract.AppDir/usr/bin/xorriso" + "CMakeFiles/AppImageExtract" +) + +# Per-language clean rules from dependency scanning. +FOREACH(lang) + INCLUDE(CMakeFiles/AppImageExtract.dir/cmake_clean_${lang}.cmake OPTIONAL) +ENDFOREACH(lang) diff --git a/CMakeFiles/AppImageExtract.dir/depend.internal b/CMakeFiles/AppImageExtract.dir/depend.internal new file mode 100644 index 0000000..38eae05 --- /dev/null +++ b/CMakeFiles/AppImageExtract.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + diff --git a/CMakeFiles/AppImageExtract.dir/depend.make b/CMakeFiles/AppImageExtract.dir/depend.make new file mode 100644 index 0000000..38eae05 --- /dev/null +++ b/CMakeFiles/AppImageExtract.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + diff --git a/CMakeFiles/AppImageExtract.dir/progress.make b/CMakeFiles/AppImageExtract.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/CMakeFiles/AppImageExtract.dir/progress.make @@ -0,0 +1 @@ + diff --git a/CMakeFiles/AppRun.dir/C.includecache b/CMakeFiles/AppRun.dir/C.includecache new file mode 100644 index 0000000..b84d7a1 --- /dev/null +++ b/CMakeFiles/AppRun.dir/C.includecache @@ -0,0 +1,8 @@ +#IncludeRegexLine: ^[ ]*#[ ]*(include|import)[ ]*[<"]([^">]+)([">]) + +#IncludeRegexScan: ^.*$ + +#IncludeRegexComplain: ^$ + +#IncludeRegexTransform: + diff --git a/CMakeFiles/AppRun.dir/DependInfo.cmake b/CMakeFiles/AppRun.dir/DependInfo.cmake new file mode 100644 index 0000000..533c226 --- /dev/null +++ b/CMakeFiles/AppRun.dir/DependInfo.cmake @@ -0,0 +1,29 @@ +# The set of languages for which implicit dependencies are needed: +SET(CMAKE_DEPENDS_LANGUAGES + "C" + ) +# The set of files for implicit dependencies of each language: +SET(CMAKE_DEPENDS_CHECK_C + "/home/ubuntu/AppImageKit/AppRun.c" "/home/ubuntu/AppImageKit/CMakeFiles/AppRun.dir/AppRun.c.o" + ) +SET(CMAKE_C_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +SET(CMAKE_TARGET_DEFINITIONS + "_FILE_OFFSET_BITS=64" + "_FILE_OFFSET_BITS=64" + ) + +# Targets to which this target links. +SET(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# The include file search paths: +SET(CMAKE_C_TARGET_INCLUDE_PATH + "/usr/include/glib-2.0" + "/usr/lib/i386-linux-gnu/glib-2.0/include" + "." + ) +SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) +SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) +SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) diff --git a/CMakeFiles/AppRun.dir/build.make b/CMakeFiles/AppRun.dir/build.make new file mode 100644 index 0000000..fb1aeab --- /dev/null +++ b/CMakeFiles/AppRun.dir/build.make @@ -0,0 +1,103 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/ubuntu/AppImageKit + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/ubuntu/AppImageKit + +# Include any dependencies generated for this target. +include CMakeFiles/AppRun.dir/depend.make + +# Include the progress variables for this target. +include CMakeFiles/AppRun.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/AppRun.dir/flags.make + +CMakeFiles/AppRun.dir/AppRun.c.o: CMakeFiles/AppRun.dir/flags.make +CMakeFiles/AppRun.dir/AppRun.c.o: AppRun.c + $(CMAKE_COMMAND) -E cmake_progress_report /home/ubuntu/AppImageKit/CMakeFiles $(CMAKE_PROGRESS_1) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building C object CMakeFiles/AppRun.dir/AppRun.c.o" + /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/AppRun.dir/AppRun.c.o -c /home/ubuntu/AppImageKit/AppRun.c + +CMakeFiles/AppRun.dir/AppRun.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/AppRun.dir/AppRun.c.i" + /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -E /home/ubuntu/AppImageKit/AppRun.c > CMakeFiles/AppRun.dir/AppRun.c.i + +CMakeFiles/AppRun.dir/AppRun.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/AppRun.dir/AppRun.c.s" + /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -S /home/ubuntu/AppImageKit/AppRun.c -o CMakeFiles/AppRun.dir/AppRun.c.s + +CMakeFiles/AppRun.dir/AppRun.c.o.requires: +.PHONY : CMakeFiles/AppRun.dir/AppRun.c.o.requires + +CMakeFiles/AppRun.dir/AppRun.c.o.provides: CMakeFiles/AppRun.dir/AppRun.c.o.requires + $(MAKE) -f CMakeFiles/AppRun.dir/build.make CMakeFiles/AppRun.dir/AppRun.c.o.provides.build +.PHONY : CMakeFiles/AppRun.dir/AppRun.c.o.provides + +CMakeFiles/AppRun.dir/AppRun.c.o.provides.build: CMakeFiles/AppRun.dir/AppRun.c.o + +# Object files for target AppRun +AppRun_OBJECTS = \ +"CMakeFiles/AppRun.dir/AppRun.c.o" + +# External object files for target AppRun +AppRun_EXTERNAL_OBJECTS = + +AppRun: CMakeFiles/AppRun.dir/AppRun.c.o +AppRun: CMakeFiles/AppRun.dir/build.make +AppRun: CMakeFiles/AppRun.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking C executable AppRun" + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/AppRun.dir/link.txt --verbose=$(VERBOSE) + /usr/bin/strip AppRun + +# Rule to build all files generated by this target. +CMakeFiles/AppRun.dir/build: AppRun +.PHONY : CMakeFiles/AppRun.dir/build + +CMakeFiles/AppRun.dir/requires: CMakeFiles/AppRun.dir/AppRun.c.o.requires +.PHONY : CMakeFiles/AppRun.dir/requires + +CMakeFiles/AppRun.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/AppRun.dir/cmake_clean.cmake +.PHONY : CMakeFiles/AppRun.dir/clean + +CMakeFiles/AppRun.dir/depend: + cd /home/ubuntu/AppImageKit && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ubuntu/AppImageKit /home/ubuntu/AppImageKit /home/ubuntu/AppImageKit /home/ubuntu/AppImageKit /home/ubuntu/AppImageKit/CMakeFiles/AppRun.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/AppRun.dir/depend + diff --git a/CMakeFiles/AppRun.dir/cmake_clean.cmake b/CMakeFiles/AppRun.dir/cmake_clean.cmake new file mode 100644 index 0000000..ea51e90 --- /dev/null +++ b/CMakeFiles/AppRun.dir/cmake_clean.cmake @@ -0,0 +1,18 @@ +FILE(REMOVE_RECURSE + "AppImageAssistant" + "AppImageExtract" + "./AppImageAssistant.AppDir/runtime" + "./AppImageAssistant.AppDir/usr/lib/" + "./AppImageExtract.AppDir/AppRun" + "./AppImageExtract.AppDir/usr/lib/" + "./AppImageAssistant.AppDir/usr/bin/xorriso" + "./AppImageExtract.AppDir/usr/bin/xorriso" + "CMakeFiles/AppRun.dir/AppRun.c.o" + "AppRun.pdb" + "AppRun" +) + +# Per-language clean rules from dependency scanning. +FOREACH(lang C) + INCLUDE(CMakeFiles/AppRun.dir/cmake_clean_${lang}.cmake OPTIONAL) +ENDFOREACH(lang) diff --git a/CMakeFiles/AppRun.dir/depend.internal b/CMakeFiles/AppRun.dir/depend.internal new file mode 100644 index 0000000..c1e5865 --- /dev/null +++ b/CMakeFiles/AppRun.dir/depend.internal @@ -0,0 +1,5 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +CMakeFiles/AppRun.dir/AppRun.c.o + /home/ubuntu/AppImageKit/AppRun.c diff --git a/CMakeFiles/AppRun.dir/depend.make b/CMakeFiles/AppRun.dir/depend.make new file mode 100644 index 0000000..5a267c0 --- /dev/null +++ b/CMakeFiles/AppRun.dir/depend.make @@ -0,0 +1,5 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +CMakeFiles/AppRun.dir/AppRun.c.o: AppRun.c + diff --git a/CMakeFiles/AppRun.dir/flags.make b/CMakeFiles/AppRun.dir/flags.make new file mode 100644 index 0000000..b7f19d0 --- /dev/null +++ b/CMakeFiles/AppRun.dir/flags.make @@ -0,0 +1,8 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +# compile C with /usr/bin/cc +C_FLAGS = -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/home/ubuntu/AppImageKit/. -g -O2 + +C_DEFINES = -D_FILE_OFFSET_BITS=64 + diff --git a/CMakeFiles/AppRun.dir/link.txt b/CMakeFiles/AppRun.dir/link.txt new file mode 100644 index 0000000..615c53e --- /dev/null +++ b/CMakeFiles/AppRun.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc CMakeFiles/AppRun.dir/AppRun.c.o -o AppRun -rdynamic diff --git a/CMakeFiles/AppRun.dir/progress.make b/CMakeFiles/AppRun.dir/progress.make new file mode 100644 index 0000000..781c7de --- /dev/null +++ b/CMakeFiles/AppRun.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = 1 + diff --git a/CMakeFiles/CMakeDirectoryInformation.cmake b/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..5ea1888 --- /dev/null +++ b/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +# Relative path conversion top directories. +SET(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/ubuntu/AppImageKit") +SET(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/ubuntu/AppImageKit") + +# Force unix paths in dependencies. +SET(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +SET(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +SET(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +SET(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +SET(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/CMakeFiles/CMakeOutput.log b/CMakeFiles/CMakeOutput.log new file mode 100644 index 0000000..18c8198 --- /dev/null +++ b/CMakeFiles/CMakeOutput.log @@ -0,0 +1,132 @@ +The system is: Linux - 3.8.0-13-generic - i686 +Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. +Compiler: /usr/bin/cc +Build flags: +Id flags: + +The output was: +0 + + +Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" + +The C compiler identification is GNU, found in "/home/ubuntu/AppImageKit/CMakeFiles/2.8.10.1/CompilerIdC/a.out" + +Determining if the C compiler works passed with the following output: +Change Dir: /home/ubuntu/AppImageKit/CMakeFiles/CMakeTmp + +Run Build Command:/usr/bin/make "cmTryCompileExec1665545121/fast" +/usr/bin/make -f CMakeFiles/cmTryCompileExec1665545121.dir/build.make CMakeFiles/cmTryCompileExec1665545121.dir/build +make[1]: Betrete Verzeichnis '/home/ubuntu/AppImageKit/CMakeFiles/CMakeTmp' +/usr/bin/cmake -E cmake_progress_report /home/ubuntu/AppImageKit/CMakeFiles/CMakeTmp/CMakeFiles 1 +Building C object CMakeFiles/cmTryCompileExec1665545121.dir/testCCompiler.c.o +/usr/bin/cc -o CMakeFiles/cmTryCompileExec1665545121.dir/testCCompiler.c.o -c /home/ubuntu/AppImageKit/CMakeFiles/CMakeTmp/testCCompiler.c +Linking C executable cmTryCompileExec1665545121 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1665545121.dir/link.txt --verbose=1 +/usr/bin/cc CMakeFiles/cmTryCompileExec1665545121.dir/testCCompiler.c.o -o cmTryCompileExec1665545121 -rdynamic +make[1]: Verlasse Verzeichnis '/home/ubuntu/AppImageKit/CMakeFiles/CMakeTmp' + + +Detecting C compiler ABI info compiled with the following output: +Change Dir: /home/ubuntu/AppImageKit/CMakeFiles/CMakeTmp + +Run Build Command:/usr/bin/make "cmTryCompileExec109461025/fast" +/usr/bin/make -f CMakeFiles/cmTryCompileExec109461025.dir/build.make CMakeFiles/cmTryCompileExec109461025.dir/build +make[1]: Betrete Verzeichnis '/home/ubuntu/AppImageKit/CMakeFiles/CMakeTmp' +/usr/bin/cmake -E cmake_progress_report /home/ubuntu/AppImageKit/CMakeFiles/CMakeTmp/CMakeFiles 1 +Building C object CMakeFiles/cmTryCompileExec109461025.dir/CMakeCCompilerABI.c.o +/usr/bin/cc -o CMakeFiles/cmTryCompileExec109461025.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-2.8/Modules/CMakeCCompilerABI.c +Linking C executable cmTryCompileExec109461025 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec109461025.dir/link.txt --verbose=1 +/usr/bin/cc -v CMakeFiles/cmTryCompileExec109461025.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec109461025 -rdynamic +Es werden eingebaute Spezifikationen verwendet. +COLLECT_GCC=/usr/bin/cc +COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.7/lto-wrapper +Ziel: i686-linux-gnu +Konfiguriert mit: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.7.2-22ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --with-system-zlib --enable-objc-gc --enable-targets=all --with-cloog --enable-cloog-backend=ppl --disable-cloog-version-check --disable-ppl-version-check --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu +Thread-Modell: posix +gcc-Version 4.7.2 (Ubuntu/Linaro 4.7.2-22ubuntu4) +COMPILER_PATH=/usr/lib/gcc/i686-linux-gnu/4.7/:/usr/lib/gcc/i686-linux-gnu/4.7/:/usr/lib/gcc/i686-linux-gnu/:/usr/lib/gcc/i686-linux-gnu/4.7/:/usr/lib/gcc/i686-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/i686-linux-gnu/4.7/:/usr/lib/gcc/i686-linux-gnu/4.7/../../../i386-linux-gnu/:/usr/lib/gcc/i686-linux-gnu/4.7/../../../../lib/:/lib/i386-linux-gnu/:/lib/../lib/:/usr/lib/i386-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/i686-linux-gnu/4.7/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec109461025' '-rdynamic' '-mtune=generic' '-march=i686' + /usr/lib/gcc/i686-linux-gnu/4.7/collect2 --sysroot=/ --build-id --eh-frame-hdr -m elf_i386 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib/ld-linux.so.2 -z relro -o cmTryCompileExec109461025 /usr/lib/gcc/i686-linux-gnu/4.7/../../../i386-linux-gnu/crt1.o /usr/lib/gcc/i686-linux-gnu/4.7/../../../i386-linux-gnu/crti.o /usr/lib/gcc/i686-linux-gnu/4.7/crtbegin.o -L/usr/lib/gcc/i686-linux-gnu/4.7 -L/usr/lib/gcc/i686-linux-gnu/4.7/../../../i386-linux-gnu -L/usr/lib/gcc/i686-linux-gnu/4.7/../../../../lib -L/lib/i386-linux-gnu -L/lib/../lib -L/usr/lib/i386-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/i686-linux-gnu/4.7/../../.. CMakeFiles/cmTryCompileExec109461025.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/i686-linux-gnu/4.7/crtend.o /usr/lib/gcc/i686-linux-gnu/4.7/../../../i386-linux-gnu/crtn.o +make[1]: Verlasse Verzeichnis '/home/ubuntu/AppImageKit/CMakeFiles/CMakeTmp' + + +Parsed C implicit link information from above output: + link line regex: [^( *|.*[/\])(ld|ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: /home/ubuntu/AppImageKit/CMakeFiles/CMakeTmp] + ignore line: [] + ignore line: [Run Build Command:/usr/bin/make "cmTryCompileExec109461025/fast"] + ignore line: [/usr/bin/make -f CMakeFiles/cmTryCompileExec109461025.dir/build.make CMakeFiles/cmTryCompileExec109461025.dir/build] + ignore line: [make[1]: Betrete Verzeichnis '/home/ubuntu/AppImageKit/CMakeFiles/CMakeTmp'] + ignore line: [/usr/bin/cmake -E cmake_progress_report /home/ubuntu/AppImageKit/CMakeFiles/CMakeTmp/CMakeFiles 1] + ignore line: [Building C object CMakeFiles/cmTryCompileExec109461025.dir/CMakeCCompilerABI.c.o] + ignore line: [/usr/bin/cc -o CMakeFiles/cmTryCompileExec109461025.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-2.8/Modules/CMakeCCompilerABI.c] + ignore line: [Linking C executable cmTryCompileExec109461025] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec109461025.dir/link.txt --verbose=1] + ignore line: [/usr/bin/cc -v CMakeFiles/cmTryCompileExec109461025.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec109461025 -rdynamic ] + ignore line: [Es werden eingebaute Spezifikationen verwendet.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.7/lto-wrapper] + ignore line: [Ziel: i686-linux-gnu] + ignore line: [Konfiguriert mit: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.7.2-22ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --with-system-zlib --enable-objc-gc --enable-targets=all --with-cloog --enable-cloog-backend=ppl --disable-cloog-version-check --disable-ppl-version-check --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu] + ignore line: [Thread-Modell: posix] + ignore line: [gcc-Version 4.7.2 (Ubuntu/Linaro 4.7.2-22ubuntu4) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/i686-linux-gnu/4.7/:/usr/lib/gcc/i686-linux-gnu/4.7/:/usr/lib/gcc/i686-linux-gnu/:/usr/lib/gcc/i686-linux-gnu/4.7/:/usr/lib/gcc/i686-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/i686-linux-gnu/4.7/:/usr/lib/gcc/i686-linux-gnu/4.7/../../../i386-linux-gnu/:/usr/lib/gcc/i686-linux-gnu/4.7/../../../../lib/:/lib/i386-linux-gnu/:/lib/../lib/:/usr/lib/i386-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/i686-linux-gnu/4.7/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec109461025' '-rdynamic' '-mtune=generic' '-march=i686'] + link line: [ /usr/lib/gcc/i686-linux-gnu/4.7/collect2 --sysroot=/ --build-id --eh-frame-hdr -m elf_i386 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib/ld-linux.so.2 -z relro -o cmTryCompileExec109461025 /usr/lib/gcc/i686-linux-gnu/4.7/../../../i386-linux-gnu/crt1.o /usr/lib/gcc/i686-linux-gnu/4.7/../../../i386-linux-gnu/crti.o /usr/lib/gcc/i686-linux-gnu/4.7/crtbegin.o -L/usr/lib/gcc/i686-linux-gnu/4.7 -L/usr/lib/gcc/i686-linux-gnu/4.7/../../../i386-linux-gnu -L/usr/lib/gcc/i686-linux-gnu/4.7/../../../../lib -L/lib/i386-linux-gnu -L/lib/../lib -L/usr/lib/i386-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/i686-linux-gnu/4.7/../../.. CMakeFiles/cmTryCompileExec109461025.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/i686-linux-gnu/4.7/crtend.o /usr/lib/gcc/i686-linux-gnu/4.7/../../../i386-linux-gnu/crtn.o] + arg [/usr/lib/gcc/i686-linux-gnu/4.7/collect2] ==> ignore + arg [--sysroot=/] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [-m] ==> ignore + arg [elf_i386] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [--as-needed] ==> ignore + arg [-export-dynamic] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib/ld-linux.so.2] ==> ignore + arg [-zrelro] ==> ignore + arg [-o] ==> ignore + arg [cmTryCompileExec109461025] ==> ignore + arg [/usr/lib/gcc/i686-linux-gnu/4.7/../../../i386-linux-gnu/crt1.o] ==> ignore + arg [/usr/lib/gcc/i686-linux-gnu/4.7/../../../i386-linux-gnu/crti.o] ==> ignore + arg [/usr/lib/gcc/i686-linux-gnu/4.7/crtbegin.o] ==> ignore + arg [-L/usr/lib/gcc/i686-linux-gnu/4.7] ==> dir [/usr/lib/gcc/i686-linux-gnu/4.7] + arg [-L/usr/lib/gcc/i686-linux-gnu/4.7/../../../i386-linux-gnu] ==> dir [/usr/lib/gcc/i686-linux-gnu/4.7/../../../i386-linux-gnu] + arg [-L/usr/lib/gcc/i686-linux-gnu/4.7/../../../../lib] ==> dir [/usr/lib/gcc/i686-linux-gnu/4.7/../../../../lib] + arg [-L/lib/i386-linux-gnu] ==> dir [/lib/i386-linux-gnu] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/i386-linux-gnu] ==> dir [/usr/lib/i386-linux-gnu] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/i686-linux-gnu/4.7/../../..] ==> dir [/usr/lib/gcc/i686-linux-gnu/4.7/../../..] + arg [CMakeFiles/cmTryCompileExec109461025.dir/CMakeCCompilerABI.c.o] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--no-as-needed] ==> ignore + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--no-as-needed] ==> ignore + arg [/usr/lib/gcc/i686-linux-gnu/4.7/crtend.o] ==> ignore + arg [/usr/lib/gcc/i686-linux-gnu/4.7/../../../i386-linux-gnu/crtn.o] ==> ignore + remove lib [gcc] + remove lib [gcc_s] + remove lib [gcc] + remove lib [gcc_s] + collapse dir [/usr/lib/gcc/i686-linux-gnu/4.7] ==> [/usr/lib/gcc/i686-linux-gnu/4.7] + collapse dir [/usr/lib/gcc/i686-linux-gnu/4.7/../../../i386-linux-gnu] ==> [/usr/lib/i386-linux-gnu] + collapse dir [/usr/lib/gcc/i686-linux-gnu/4.7/../../../../lib] ==> [/usr/lib] + collapse dir [/lib/i386-linux-gnu] ==> [/lib/i386-linux-gnu] + collapse dir [/lib/../lib] ==> [/lib] + collapse dir [/usr/lib/i386-linux-gnu] ==> [/usr/lib/i386-linux-gnu] + collapse dir [/usr/lib/../lib] ==> [/usr/lib] + collapse dir [/usr/lib/gcc/i686-linux-gnu/4.7/../../..] ==> [/usr/lib] + implicit libs: [c] + implicit dirs: [/usr/lib/gcc/i686-linux-gnu/4.7;/usr/lib/i386-linux-gnu;/usr/lib;/lib/i386-linux-gnu;/lib] + + diff --git a/CMakeFiles/CMakeRuleHashes.txt b/CMakeFiles/CMakeRuleHashes.txt new file mode 100644 index 0000000..9a1bbe6 --- /dev/null +++ b/CMakeFiles/CMakeRuleHashes.txt @@ -0,0 +1,3 @@ +# Hashes of file build rules. +954b6abc50f629a8f92e2fa8f49e5b77 CMakeFiles/AppImageAssistant +954b6abc50f629a8f92e2fa8f49e5b77 CMakeFiles/AppImageExtract diff --git a/CMakeFiles/Makefile.cmake b/CMakeFiles/Makefile.cmake new file mode 100644 index 0000000..74386e6 --- /dev/null +++ b/CMakeFiles/Makefile.cmake @@ -0,0 +1,44 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +# 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" + "CMakeFiles/2.8.10.1/CMakeCCompiler.cmake" + "CMakeFiles/2.8.10.1/CMakeSystem.cmake" + "CMakeLists.txt" + "/usr/share/cmake-2.8/Modules/CMakeCInformation.cmake" + "/usr/share/cmake-2.8/Modules/CMakeCommonLanguageInclude.cmake" + "/usr/share/cmake-2.8/Modules/CMakeGenericSystem.cmake" + "/usr/share/cmake-2.8/Modules/CMakeSystemSpecificInformation.cmake" + "/usr/share/cmake-2.8/Modules/Compiler/GNU-C.cmake" + "/usr/share/cmake-2.8/Modules/Compiler/GNU.cmake" + "/usr/share/cmake-2.8/Modules/Platform/Linux-GNU-C.cmake" + "/usr/share/cmake-2.8/Modules/Platform/Linux-GNU.cmake" + "/usr/share/cmake-2.8/Modules/Platform/Linux.cmake" + "/usr/share/cmake-2.8/Modules/Platform/UnixPaths.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/AppImageAssistant.dir/DependInfo.cmake" + "CMakeFiles/AppImageExtract.dir/DependInfo.cmake" + "CMakeFiles/AppRun.dir/DependInfo.cmake" + "CMakeFiles/fuseiso.dir/DependInfo.cmake" + "CMakeFiles/isofs.dir/DependInfo.cmake" + "CMakeFiles/runtime.dir/DependInfo.cmake" + ) diff --git a/CMakeFiles/Makefile2 b/CMakeFiles/Makefile2 new file mode 100644 index 0000000..530800c --- /dev/null +++ b/CMakeFiles/Makefile2 @@ -0,0 +1,275 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +# 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 + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/ubuntu/AppImageKit + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/ubuntu/AppImageKit + +#============================================================================= +# Target rules for target CMakeFiles/AppImageAssistant.dir + +# All Build rule for target. +CMakeFiles/AppImageAssistant.dir/all: CMakeFiles/runtime.dir/all + $(MAKE) -f CMakeFiles/AppImageAssistant.dir/build.make CMakeFiles/AppImageAssistant.dir/depend + $(MAKE) -f CMakeFiles/AppImageAssistant.dir/build.make CMakeFiles/AppImageAssistant.dir/build + $(CMAKE_COMMAND) -E cmake_progress_report /home/ubuntu/AppImageKit/CMakeFiles + @echo "Built target AppImageAssistant" +.PHONY : CMakeFiles/AppImageAssistant.dir/all + +# Include target in all. +all: CMakeFiles/AppImageAssistant.dir/all +.PHONY : all + +# Build rule for subdir invocation for target. +CMakeFiles/AppImageAssistant.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/AppImageKit/CMakeFiles 3 + $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/AppImageAssistant.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/AppImageKit/CMakeFiles 0 +.PHONY : CMakeFiles/AppImageAssistant.dir/rule + +# Convenience name for target. +AppImageAssistant: CMakeFiles/AppImageAssistant.dir/rule +.PHONY : AppImageAssistant + +# clean rule for target. +CMakeFiles/AppImageAssistant.dir/clean: + $(MAKE) -f CMakeFiles/AppImageAssistant.dir/build.make CMakeFiles/AppImageAssistant.dir/clean +.PHONY : CMakeFiles/AppImageAssistant.dir/clean + +# clean rule for target. +clean: CMakeFiles/AppImageAssistant.dir/clean +.PHONY : clean + +#============================================================================= +# Target rules for target CMakeFiles/AppImageExtract.dir + +# All Build rule for target. +CMakeFiles/AppImageExtract.dir/all: CMakeFiles/AppRun.dir/all + $(MAKE) -f CMakeFiles/AppImageExtract.dir/build.make CMakeFiles/AppImageExtract.dir/depend + $(MAKE) -f CMakeFiles/AppImageExtract.dir/build.make CMakeFiles/AppImageExtract.dir/build + $(CMAKE_COMMAND) -E cmake_progress_report /home/ubuntu/AppImageKit/CMakeFiles + @echo "Built target AppImageExtract" +.PHONY : CMakeFiles/AppImageExtract.dir/all + +# Include target in all. +all: CMakeFiles/AppImageExtract.dir/all +.PHONY : all + +# Build rule for subdir invocation for target. +CMakeFiles/AppImageExtract.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/AppImageKit/CMakeFiles 1 + $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/AppImageExtract.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/AppImageKit/CMakeFiles 0 +.PHONY : CMakeFiles/AppImageExtract.dir/rule + +# Convenience name for target. +AppImageExtract: CMakeFiles/AppImageExtract.dir/rule +.PHONY : AppImageExtract + +# clean rule for target. +CMakeFiles/AppImageExtract.dir/clean: + $(MAKE) -f CMakeFiles/AppImageExtract.dir/build.make CMakeFiles/AppImageExtract.dir/clean +.PHONY : CMakeFiles/AppImageExtract.dir/clean + +# clean rule for target. +clean: CMakeFiles/AppImageExtract.dir/clean +.PHONY : clean + +#============================================================================= +# Target rules for target CMakeFiles/AppRun.dir + +# All Build rule for target. +CMakeFiles/AppRun.dir/all: + $(MAKE) -f CMakeFiles/AppRun.dir/build.make CMakeFiles/AppRun.dir/depend + $(MAKE) -f CMakeFiles/AppRun.dir/build.make CMakeFiles/AppRun.dir/build + $(CMAKE_COMMAND) -E cmake_progress_report /home/ubuntu/AppImageKit/CMakeFiles 1 + @echo "Built target AppRun" +.PHONY : CMakeFiles/AppRun.dir/all + +# Include target in all. +all: CMakeFiles/AppRun.dir/all +.PHONY : all + +# Build rule for subdir invocation for target. +CMakeFiles/AppRun.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/AppImageKit/CMakeFiles 1 + $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/AppRun.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/AppImageKit/CMakeFiles 0 +.PHONY : CMakeFiles/AppRun.dir/rule + +# Convenience name for target. +AppRun: CMakeFiles/AppRun.dir/rule +.PHONY : AppRun + +# clean rule for target. +CMakeFiles/AppRun.dir/clean: + $(MAKE) -f CMakeFiles/AppRun.dir/build.make CMakeFiles/AppRun.dir/clean +.PHONY : CMakeFiles/AppRun.dir/clean + +# clean rule for target. +clean: CMakeFiles/AppRun.dir/clean +.PHONY : clean + +#============================================================================= +# Target rules for target CMakeFiles/fuseiso.dir + +# All Build rule for target. +CMakeFiles/fuseiso.dir/all: + $(MAKE) -f CMakeFiles/fuseiso.dir/build.make CMakeFiles/fuseiso.dir/depend + $(MAKE) -f CMakeFiles/fuseiso.dir/build.make CMakeFiles/fuseiso.dir/build + $(CMAKE_COMMAND) -E cmake_progress_report /home/ubuntu/AppImageKit/CMakeFiles 2 + @echo "Built target fuseiso" +.PHONY : CMakeFiles/fuseiso.dir/all + +# Include target in all. +all: CMakeFiles/fuseiso.dir/all +.PHONY : all + +# Build rule for subdir invocation for target. +CMakeFiles/fuseiso.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/AppImageKit/CMakeFiles 1 + $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/fuseiso.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/AppImageKit/CMakeFiles 0 +.PHONY : CMakeFiles/fuseiso.dir/rule + +# Convenience name for target. +fuseiso: CMakeFiles/fuseiso.dir/rule +.PHONY : fuseiso + +# clean rule for target. +CMakeFiles/fuseiso.dir/clean: + $(MAKE) -f CMakeFiles/fuseiso.dir/build.make CMakeFiles/fuseiso.dir/clean +.PHONY : CMakeFiles/fuseiso.dir/clean + +# clean rule for target. +clean: CMakeFiles/fuseiso.dir/clean +.PHONY : clean + +#============================================================================= +# Target rules for target CMakeFiles/isofs.dir + +# All Build rule for target. +CMakeFiles/isofs.dir/all: + $(MAKE) -f CMakeFiles/isofs.dir/build.make CMakeFiles/isofs.dir/depend + $(MAKE) -f CMakeFiles/isofs.dir/build.make CMakeFiles/isofs.dir/build + $(CMAKE_COMMAND) -E cmake_progress_report /home/ubuntu/AppImageKit/CMakeFiles 3 + @echo "Built target isofs" +.PHONY : CMakeFiles/isofs.dir/all + +# Include target in all. +all: CMakeFiles/isofs.dir/all +.PHONY : all + +# Build rule for subdir invocation for target. +CMakeFiles/isofs.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/AppImageKit/CMakeFiles 1 + $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/isofs.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/AppImageKit/CMakeFiles 0 +.PHONY : CMakeFiles/isofs.dir/rule + +# Convenience name for target. +isofs: CMakeFiles/isofs.dir/rule +.PHONY : isofs + +# clean rule for target. +CMakeFiles/isofs.dir/clean: + $(MAKE) -f CMakeFiles/isofs.dir/build.make CMakeFiles/isofs.dir/clean +.PHONY : CMakeFiles/isofs.dir/clean + +# clean rule for target. +clean: CMakeFiles/isofs.dir/clean +.PHONY : clean + +#============================================================================= +# Target rules for target CMakeFiles/runtime.dir + +# All Build rule for target. +CMakeFiles/runtime.dir/all: CMakeFiles/isofs.dir/all +CMakeFiles/runtime.dir/all: CMakeFiles/fuseiso.dir/all + $(MAKE) -f CMakeFiles/runtime.dir/build.make CMakeFiles/runtime.dir/depend + $(MAKE) -f CMakeFiles/runtime.dir/build.make CMakeFiles/runtime.dir/build + $(CMAKE_COMMAND) -E cmake_progress_report /home/ubuntu/AppImageKit/CMakeFiles 4 + @echo "Built target runtime" +.PHONY : CMakeFiles/runtime.dir/all + +# Include target in all. +all: CMakeFiles/runtime.dir/all +.PHONY : all + +# Build rule for subdir invocation for target. +CMakeFiles/runtime.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/AppImageKit/CMakeFiles 3 + $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/runtime.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/AppImageKit/CMakeFiles 0 +.PHONY : CMakeFiles/runtime.dir/rule + +# Convenience name for target. +runtime: CMakeFiles/runtime.dir/rule +.PHONY : runtime + +# clean rule for target. +CMakeFiles/runtime.dir/clean: + $(MAKE) -f CMakeFiles/runtime.dir/build.make CMakeFiles/runtime.dir/clean +.PHONY : CMakeFiles/runtime.dir/clean + +# clean rule for target. +clean: CMakeFiles/runtime.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 + diff --git a/CMakeFiles/TargetDirectories.txt b/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000..eedec91 --- /dev/null +++ b/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,6 @@ +/home/ubuntu/AppImageKit/CMakeFiles/AppImageAssistant.dir +/home/ubuntu/AppImageKit/CMakeFiles/AppImageExtract.dir +/home/ubuntu/AppImageKit/CMakeFiles/AppRun.dir +/home/ubuntu/AppImageKit/CMakeFiles/fuseiso.dir +/home/ubuntu/AppImageKit/CMakeFiles/isofs.dir +/home/ubuntu/AppImageKit/CMakeFiles/runtime.dir diff --git a/CMakeFiles/build/AppRun.dir/AppRun.c.o b/CMakeFiles/build/AppRun.dir/AppRun.c.o new file mode 100644 index 0000000000000000000000000000000000000000..0d281e6153b77be343deb2cd7365eadd672d37f2 GIT binary patch literal 4420 zcwUuPYitzP6+W{M*qDcbHq=Q-GDPcOirF>PZHQ|k8`i<7#&w)^WF*sNynENX_3rF; z9>h=*k{C;MR!~(+qqKh_DoWL-s+Lkj{;V1mgp#OgR8`84MEQ}I1dW=Av{BUJo-_B1 z_wE3yGt%|B-#O>|?wR|TyFNBB^suIB;6ECKp@9I_+$L?e_qPL9K?{t{zdL)iqc#wm zt*@9LxHda*O{)!DYdr_Y>+Z+1Wgqn>+>bA%;t?XEXFd}D;6Dos3v>0>=jyHJ>X%<8 zop=8E^wonJC9IrJ#W#pkU&QSBSlp zobCl##10zZO1UPzu_%{zMp2lnyZb0UTaO~ScNUw5xYyeP&PML`>dtz<+wQFJyDjct zsC!WkM&({#4#cGi1reX-g zpWU!NyzV6X8O!$FVxF;o-S5xUozRu&`PG_N)d-F@vRHAwO&K*^qn5@nuVSm#P^XwO zQirw_^?Mcd@ftNny{lP$Tu~qS-0BlGYKrIJ30f%ZAtA%&lkXS@^LT_;AOa(A=T ziqI{Od0LSjSNe-b=sXG4p7TDc;w!h)C)SC2k;^Y*Kamsmv{R`Ji+(4B(7zeQU&^it78 zr(;-7(VWsBFFFN%lc%+*1zg*Lp;TsQ@2=7Q(fyf`{`4RO9Xk`rQgO1U-3A#3VDDtn zO!g#_HrpwqEbOG0w?94j&0(3{=p(}}7?wy@4|_J}<&LNJWK#X<{!D7`=%dYOkwAHm zq%$K!V|(@vbCJzh)|mW`)19oA+^M3;g$#@i;j4Hx%Wk6xVU@m0WfPA9GW_W!qYH16 zY1THi+c;aWXZP+Ny<=?BH61rOR5T5%qIV}ANNnG_eY@*o{lJ2DE|(U^AE z%1GpUxcxSOZ1i}O*}pnA7uvNd8cO{cQ@mI&$L69+Jp6RjOGwy<%ee4p9ZTAR-?Kz1 z;fNUrH?-jxkeIY>bXFwDR?1~zVhs0-NbDIN+lqT4J1tqFkjY!Pez4?+ZfrV(%NWz| zqt~L1c!cd;*ltsJk<|cQVSp9Pr#$+((9SsQ=lQ}uX1j&+|6g7gNWGAf*Wm*tZwKdf zG44e1&PJLSqt?&Xf5v0b^!TwcXdajH#+5vO+()2!Ub@%fZ%vT%5`)IPpnLIM>G>@> zGYZxetGphxp^%Oa`bkFPklq^Zt9mVIv4A3ytPW4-m487XNKZ;2jce!@YVqC4&Vm^xIcgg19&)q9}D1b z1#m8arvumy;O_?TGXeaA0Dd8WUku=%1@LbI_zwYmA%LO3S{-%GL>BNWbA$!>5z3aU zP&SGtSi&e(4X1$4oUkm&KW-Hr0b-`;0A6b*eQ7AadKj_=bU?mp;f0w8y7)X?sR|Rd zN~KDcGEI`65)R#Ekk6JXwt!4#raG0GG;HDNVN{rhD7l1Gn+2<`=cO4FIb+WiI z-y*vX;6vtJXWlYACZR9j{?sJzKC~Jh$ZeX8e~tWjaXhR^p27aSCdadw_aw(pa{PJL z{Rzi^&;FMP-;U>-?0SGt*#BR`Ujq0xejh@3aE_6^1Aiffr0$uJ%==|Xj{C=u)V)ad zPJq91{O=+8p6@a5L-zlR?e&nXt0gS?Ys1pNo-kev8yRmSj2B;TSk{?l{{&$?$OW?Z z094rTF#j0i?=%0$%>NzxFEIZi^Iv2C>&$5|%KU#bULKYFby3Ox za#Z@aM-0miI>0Hmzh--h>_)s-Xn*6{_ObmR D)%)+j literal 0 HcwPel00001 diff --git a/CMakeFiles/build/AppRun.dir/C.includecache b/CMakeFiles/build/AppRun.dir/C.includecache new file mode 100644 index 0000000..5004045 --- /dev/null +++ b/CMakeFiles/build/AppRun.dir/C.includecache @@ -0,0 +1,22 @@ +#IncludeRegexLine: ^[ ]*#[ ]*(include|import)[ ]*[<"]([^">]+)([">]) + +#IncludeRegexScan: ^.*$ + +#IncludeRegexComplain: ^$ + +#IncludeRegexTransform: + +/home/ubuntu/AppImageKit/AppRun.c +stdio.h +- +stdlib.h +- +unistd.h +- +libgen.h +- +dirent.h +- +string.h +- + diff --git a/CMakeFiles/build/AppRun.dir/DependInfo.cmake b/CMakeFiles/build/AppRun.dir/DependInfo.cmake new file mode 100644 index 0000000..32ca86d --- /dev/null +++ b/CMakeFiles/build/AppRun.dir/DependInfo.cmake @@ -0,0 +1,20 @@ +# The set of languages for which implicit dependencies are needed: +SET(CMAKE_DEPENDS_LANGUAGES + "C" + ) +# The set of files for implicit dependencies of each language: +SET(CMAKE_DEPENDS_CHECK_C + "/home/ubuntu/AppImageKit/AppRun.c" "/home/ubuntu/AppImageKit/CMakeFiles/build/AppRun.dir/AppRun.c.o" + ) +SET(CMAKE_C_COMPILER_ID "GNU") + +# Targets to which this target links. +SET(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# The include file search paths: +SET(CMAKE_C_TARGET_INCLUDE_PATH + ) +SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) +SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) +SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) diff --git a/CMakeFiles/build/AppRun.dir/build.make b/CMakeFiles/build/AppRun.dir/build.make new file mode 100644 index 0000000..d96bec7 --- /dev/null +++ b/CMakeFiles/build/AppRun.dir/build.make @@ -0,0 +1,102 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/ubuntu/AppImageKit + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/ubuntu/AppImageKit + +# Include any dependencies generated for this target. +include CMakeFiles/build/AppRun.dir/depend.make + +# Include the progress variables for this target. +include CMakeFiles/build/AppRun.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/build/AppRun.dir/flags.make + +CMakeFiles/build/AppRun.dir/AppRun.c.o: CMakeFiles/build/AppRun.dir/flags.make +CMakeFiles/build/AppRun.dir/AppRun.c.o: AppRun.c + $(CMAKE_COMMAND) -E cmake_progress_report /home/ubuntu/AppImageKit/CMakeFiles $(CMAKE_PROGRESS_1) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building C object CMakeFiles/build/AppRun.dir/AppRun.c.o" + /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/build/AppRun.dir/AppRun.c.o -c /home/ubuntu/AppImageKit/AppRun.c + +CMakeFiles/build/AppRun.dir/AppRun.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/build/AppRun.dir/AppRun.c.i" + /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -E /home/ubuntu/AppImageKit/AppRun.c > CMakeFiles/build/AppRun.dir/AppRun.c.i + +CMakeFiles/build/AppRun.dir/AppRun.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/build/AppRun.dir/AppRun.c.s" + /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -S /home/ubuntu/AppImageKit/AppRun.c -o CMakeFiles/build/AppRun.dir/AppRun.c.s + +CMakeFiles/build/AppRun.dir/AppRun.c.o.requires: +.PHONY : CMakeFiles/build/AppRun.dir/AppRun.c.o.requires + +CMakeFiles/build/AppRun.dir/AppRun.c.o.provides: CMakeFiles/build/AppRun.dir/AppRun.c.o.requires + $(MAKE) -f CMakeFiles/build/AppRun.dir/build.make CMakeFiles/build/AppRun.dir/AppRun.c.o.provides.build +.PHONY : CMakeFiles/build/AppRun.dir/AppRun.c.o.provides + +CMakeFiles/build/AppRun.dir/AppRun.c.o.provides.build: CMakeFiles/build/AppRun.dir/AppRun.c.o + +# Object files for target build/AppRun +build/AppRun_OBJECTS = \ +"CMakeFiles/build/AppRun.dir/AppRun.c.o" + +# External object files for target build/AppRun +build/AppRun_EXTERNAL_OBJECTS = + +build/AppRun: CMakeFiles/build/AppRun.dir/AppRun.c.o +build/AppRun: CMakeFiles/build/AppRun.dir/build.make +build/AppRun: CMakeFiles/build/AppRun.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking C executable build/AppRun" + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/build/AppRun.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/build/AppRun.dir/build: build/AppRun +.PHONY : CMakeFiles/build/AppRun.dir/build + +CMakeFiles/build/AppRun.dir/requires: CMakeFiles/build/AppRun.dir/AppRun.c.o.requires +.PHONY : CMakeFiles/build/AppRun.dir/requires + +CMakeFiles/build/AppRun.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/build/AppRun.dir/cmake_clean.cmake +.PHONY : CMakeFiles/build/AppRun.dir/clean + +CMakeFiles/build/AppRun.dir/depend: + cd /home/ubuntu/AppImageKit && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ubuntu/AppImageKit /home/ubuntu/AppImageKit /home/ubuntu/AppImageKit /home/ubuntu/AppImageKit /home/ubuntu/AppImageKit/CMakeFiles/build/AppRun.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/build/AppRun.dir/depend + diff --git a/CMakeFiles/build/AppRun.dir/cmake_clean.cmake b/CMakeFiles/build/AppRun.dir/cmake_clean.cmake new file mode 100644 index 0000000..4dc3e05 --- /dev/null +++ b/CMakeFiles/build/AppRun.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +FILE(REMOVE_RECURSE + "CMakeFiles/build/AppRun.dir/AppRun.c.o" + "build/AppRun.pdb" + "build/AppRun" +) + +# Per-language clean rules from dependency scanning. +FOREACH(lang C) + INCLUDE(CMakeFiles/build/AppRun.dir/cmake_clean_${lang}.cmake OPTIONAL) +ENDFOREACH(lang) diff --git a/CMakeFiles/build/AppRun.dir/depend.internal b/CMakeFiles/build/AppRun.dir/depend.internal new file mode 100644 index 0000000..6e0d1fe --- /dev/null +++ b/CMakeFiles/build/AppRun.dir/depend.internal @@ -0,0 +1,5 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +CMakeFiles/build/AppRun.dir/AppRun.c.o + /home/ubuntu/AppImageKit/AppRun.c diff --git a/CMakeFiles/build/AppRun.dir/depend.make b/CMakeFiles/build/AppRun.dir/depend.make new file mode 100644 index 0000000..6ae6ab1 --- /dev/null +++ b/CMakeFiles/build/AppRun.dir/depend.make @@ -0,0 +1,5 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +CMakeFiles/build/AppRun.dir/AppRun.c.o: AppRun.c + diff --git a/CMakeFiles/build/AppRun.dir/flags.make b/CMakeFiles/build/AppRun.dir/flags.make new file mode 100644 index 0000000..8e47633 --- /dev/null +++ b/CMakeFiles/build/AppRun.dir/flags.make @@ -0,0 +1,8 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +# compile C with /usr/bin/cc +C_FLAGS = + +C_DEFINES = + diff --git a/CMakeFiles/build/AppRun.dir/link.txt b/CMakeFiles/build/AppRun.dir/link.txt new file mode 100644 index 0000000..31ffe9e --- /dev/null +++ b/CMakeFiles/build/AppRun.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc CMakeFiles/build/AppRun.dir/AppRun.c.o -o build/AppRun -rdynamic diff --git a/CMakeFiles/build/AppRun.dir/progress.make b/CMakeFiles/build/AppRun.dir/progress.make new file mode 100644 index 0000000..781c7de --- /dev/null +++ b/CMakeFiles/build/AppRun.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = 1 + diff --git a/CMakeFiles/cmake.check_cache b/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000..3dccd73 --- /dev/null +++ b/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/CMakeFiles/fuseiso.dir/C.includecache b/CMakeFiles/fuseiso.dir/C.includecache new file mode 100644 index 0000000..b84d7a1 --- /dev/null +++ b/CMakeFiles/fuseiso.dir/C.includecache @@ -0,0 +1,8 @@ +#IncludeRegexLine: ^[ ]*#[ ]*(include|import)[ ]*[<"]([^">]+)([">]) + +#IncludeRegexScan: ^.*$ + +#IncludeRegexComplain: ^$ + +#IncludeRegexTransform: + diff --git a/CMakeFiles/fuseiso.dir/DependInfo.cmake b/CMakeFiles/fuseiso.dir/DependInfo.cmake new file mode 100644 index 0000000..37a723d --- /dev/null +++ b/CMakeFiles/fuseiso.dir/DependInfo.cmake @@ -0,0 +1,29 @@ +# The set of languages for which implicit dependencies are needed: +SET(CMAKE_DEPENDS_LANGUAGES + "C" + ) +# The set of files for implicit dependencies of each language: +SET(CMAKE_DEPENDS_CHECK_C + "/home/ubuntu/AppImageKit/fuseiso.c" "/home/ubuntu/AppImageKit/CMakeFiles/fuseiso.dir/fuseiso.c.o" + ) +SET(CMAKE_C_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +SET(CMAKE_TARGET_DEFINITIONS + "_FILE_OFFSET_BITS=64" + "_FILE_OFFSET_BITS=64" + ) + +# Targets to which this target links. +SET(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# The include file search paths: +SET(CMAKE_C_TARGET_INCLUDE_PATH + "/usr/include/glib-2.0" + "/usr/lib/i386-linux-gnu/glib-2.0/include" + "." + ) +SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) +SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) +SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) diff --git a/CMakeFiles/fuseiso.dir/build.make b/CMakeFiles/fuseiso.dir/build.make new file mode 100644 index 0000000..8a6f61a --- /dev/null +++ b/CMakeFiles/fuseiso.dir/build.make @@ -0,0 +1,103 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/ubuntu/AppImageKit + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/ubuntu/AppImageKit + +# Include any dependencies generated for this target. +include CMakeFiles/fuseiso.dir/depend.make + +# Include the progress variables for this target. +include CMakeFiles/fuseiso.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/fuseiso.dir/flags.make + +CMakeFiles/fuseiso.dir/fuseiso.c.o: CMakeFiles/fuseiso.dir/flags.make +CMakeFiles/fuseiso.dir/fuseiso.c.o: fuseiso.c + $(CMAKE_COMMAND) -E cmake_progress_report /home/ubuntu/AppImageKit/CMakeFiles $(CMAKE_PROGRESS_1) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building C object CMakeFiles/fuseiso.dir/fuseiso.c.o" + /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/fuseiso.dir/fuseiso.c.o -c /home/ubuntu/AppImageKit/fuseiso.c + +CMakeFiles/fuseiso.dir/fuseiso.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/fuseiso.dir/fuseiso.c.i" + /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -E /home/ubuntu/AppImageKit/fuseiso.c > CMakeFiles/fuseiso.dir/fuseiso.c.i + +CMakeFiles/fuseiso.dir/fuseiso.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/fuseiso.dir/fuseiso.c.s" + /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -S /home/ubuntu/AppImageKit/fuseiso.c -o CMakeFiles/fuseiso.dir/fuseiso.c.s + +CMakeFiles/fuseiso.dir/fuseiso.c.o.requires: +.PHONY : CMakeFiles/fuseiso.dir/fuseiso.c.o.requires + +CMakeFiles/fuseiso.dir/fuseiso.c.o.provides: CMakeFiles/fuseiso.dir/fuseiso.c.o.requires + $(MAKE) -f CMakeFiles/fuseiso.dir/build.make CMakeFiles/fuseiso.dir/fuseiso.c.o.provides.build +.PHONY : CMakeFiles/fuseiso.dir/fuseiso.c.o.provides + +CMakeFiles/fuseiso.dir/fuseiso.c.o.provides.build: CMakeFiles/fuseiso.dir/fuseiso.c.o + +# Object files for target fuseiso +fuseiso_OBJECTS = \ +"CMakeFiles/fuseiso.dir/fuseiso.c.o" + +# External object files for target fuseiso +fuseiso_EXTERNAL_OBJECTS = + +libfuseiso.a: CMakeFiles/fuseiso.dir/fuseiso.c.o +libfuseiso.a: CMakeFiles/fuseiso.dir/build.make +libfuseiso.a: CMakeFiles/fuseiso.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking C static library libfuseiso.a" + $(CMAKE_COMMAND) -P CMakeFiles/fuseiso.dir/cmake_clean_target.cmake + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/fuseiso.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/fuseiso.dir/build: libfuseiso.a +.PHONY : CMakeFiles/fuseiso.dir/build + +CMakeFiles/fuseiso.dir/requires: CMakeFiles/fuseiso.dir/fuseiso.c.o.requires +.PHONY : CMakeFiles/fuseiso.dir/requires + +CMakeFiles/fuseiso.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/fuseiso.dir/cmake_clean.cmake +.PHONY : CMakeFiles/fuseiso.dir/clean + +CMakeFiles/fuseiso.dir/depend: + cd /home/ubuntu/AppImageKit && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ubuntu/AppImageKit /home/ubuntu/AppImageKit /home/ubuntu/AppImageKit /home/ubuntu/AppImageKit /home/ubuntu/AppImageKit/CMakeFiles/fuseiso.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/fuseiso.dir/depend + diff --git a/CMakeFiles/fuseiso.dir/cmake_clean.cmake b/CMakeFiles/fuseiso.dir/cmake_clean.cmake new file mode 100644 index 0000000..dcf44ab --- /dev/null +++ b/CMakeFiles/fuseiso.dir/cmake_clean.cmake @@ -0,0 +1,18 @@ +FILE(REMOVE_RECURSE + "AppImageAssistant" + "AppImageExtract" + "./AppImageAssistant.AppDir/runtime" + "./AppImageAssistant.AppDir/usr/lib/" + "./AppImageExtract.AppDir/AppRun" + "./AppImageExtract.AppDir/usr/lib/" + "./AppImageAssistant.AppDir/usr/bin/xorriso" + "./AppImageExtract.AppDir/usr/bin/xorriso" + "CMakeFiles/fuseiso.dir/fuseiso.c.o" + "libfuseiso.pdb" + "libfuseiso.a" +) + +# Per-language clean rules from dependency scanning. +FOREACH(lang C) + INCLUDE(CMakeFiles/fuseiso.dir/cmake_clean_${lang}.cmake OPTIONAL) +ENDFOREACH(lang) diff --git a/CMakeFiles/fuseiso.dir/cmake_clean_target.cmake b/CMakeFiles/fuseiso.dir/cmake_clean_target.cmake new file mode 100644 index 0000000..f83d08e --- /dev/null +++ b/CMakeFiles/fuseiso.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +FILE(REMOVE_RECURSE + "libfuseiso.a" +) diff --git a/CMakeFiles/fuseiso.dir/depend.internal b/CMakeFiles/fuseiso.dir/depend.internal new file mode 100644 index 0000000..f98f71e --- /dev/null +++ b/CMakeFiles/fuseiso.dir/depend.internal @@ -0,0 +1,6 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +CMakeFiles/fuseiso.dir/fuseiso.c.o + /home/ubuntu/AppImageKit/fuseiso.c + /home/ubuntu/AppImageKit/isofs.h diff --git a/CMakeFiles/fuseiso.dir/depend.make b/CMakeFiles/fuseiso.dir/depend.make new file mode 100644 index 0000000..3e87cf7 --- /dev/null +++ b/CMakeFiles/fuseiso.dir/depend.make @@ -0,0 +1,6 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +CMakeFiles/fuseiso.dir/fuseiso.c.o: fuseiso.c +CMakeFiles/fuseiso.dir/fuseiso.c.o: isofs.h + diff --git a/CMakeFiles/fuseiso.dir/flags.make b/CMakeFiles/fuseiso.dir/flags.make new file mode 100644 index 0000000..b7f19d0 --- /dev/null +++ b/CMakeFiles/fuseiso.dir/flags.make @@ -0,0 +1,8 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +# compile C with /usr/bin/cc +C_FLAGS = -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/home/ubuntu/AppImageKit/. -g -O2 + +C_DEFINES = -D_FILE_OFFSET_BITS=64 + diff --git a/CMakeFiles/fuseiso.dir/link.txt b/CMakeFiles/fuseiso.dir/link.txt new file mode 100644 index 0000000..0165e30 --- /dev/null +++ b/CMakeFiles/fuseiso.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar cr libfuseiso.a CMakeFiles/fuseiso.dir/fuseiso.c.o +/usr/bin/ranlib libfuseiso.a diff --git a/CMakeFiles/fuseiso.dir/progress.make b/CMakeFiles/fuseiso.dir/progress.make new file mode 100644 index 0000000..164e1d2 --- /dev/null +++ b/CMakeFiles/fuseiso.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = 2 + diff --git a/CMakeFiles/isofs.dir/C.includecache b/CMakeFiles/isofs.dir/C.includecache new file mode 100644 index 0000000..b84d7a1 --- /dev/null +++ b/CMakeFiles/isofs.dir/C.includecache @@ -0,0 +1,8 @@ +#IncludeRegexLine: ^[ ]*#[ ]*(include|import)[ ]*[<"]([^">]+)([">]) + +#IncludeRegexScan: ^.*$ + +#IncludeRegexComplain: ^$ + +#IncludeRegexTransform: + diff --git a/CMakeFiles/isofs.dir/DependInfo.cmake b/CMakeFiles/isofs.dir/DependInfo.cmake new file mode 100644 index 0000000..b90cb18 --- /dev/null +++ b/CMakeFiles/isofs.dir/DependInfo.cmake @@ -0,0 +1,29 @@ +# The set of languages for which implicit dependencies are needed: +SET(CMAKE_DEPENDS_LANGUAGES + "C" + ) +# The set of files for implicit dependencies of each language: +SET(CMAKE_DEPENDS_CHECK_C + "/home/ubuntu/AppImageKit/isofs.c" "/home/ubuntu/AppImageKit/CMakeFiles/isofs.dir/isofs.c.o" + ) +SET(CMAKE_C_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +SET(CMAKE_TARGET_DEFINITIONS + "_FILE_OFFSET_BITS=64" + "_FILE_OFFSET_BITS=64" + ) + +# Targets to which this target links. +SET(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# The include file search paths: +SET(CMAKE_C_TARGET_INCLUDE_PATH + "/usr/include/glib-2.0" + "/usr/lib/i386-linux-gnu/glib-2.0/include" + "." + ) +SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) +SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) +SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) diff --git a/CMakeFiles/isofs.dir/build.make b/CMakeFiles/isofs.dir/build.make new file mode 100644 index 0000000..1814b97 --- /dev/null +++ b/CMakeFiles/isofs.dir/build.make @@ -0,0 +1,103 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/ubuntu/AppImageKit + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/ubuntu/AppImageKit + +# Include any dependencies generated for this target. +include CMakeFiles/isofs.dir/depend.make + +# Include the progress variables for this target. +include CMakeFiles/isofs.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/isofs.dir/flags.make + +CMakeFiles/isofs.dir/isofs.c.o: CMakeFiles/isofs.dir/flags.make +CMakeFiles/isofs.dir/isofs.c.o: isofs.c + $(CMAKE_COMMAND) -E cmake_progress_report /home/ubuntu/AppImageKit/CMakeFiles $(CMAKE_PROGRESS_1) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building C object CMakeFiles/isofs.dir/isofs.c.o" + /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/isofs.dir/isofs.c.o -c /home/ubuntu/AppImageKit/isofs.c + +CMakeFiles/isofs.dir/isofs.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/isofs.dir/isofs.c.i" + /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -E /home/ubuntu/AppImageKit/isofs.c > CMakeFiles/isofs.dir/isofs.c.i + +CMakeFiles/isofs.dir/isofs.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/isofs.dir/isofs.c.s" + /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -S /home/ubuntu/AppImageKit/isofs.c -o CMakeFiles/isofs.dir/isofs.c.s + +CMakeFiles/isofs.dir/isofs.c.o.requires: +.PHONY : CMakeFiles/isofs.dir/isofs.c.o.requires + +CMakeFiles/isofs.dir/isofs.c.o.provides: CMakeFiles/isofs.dir/isofs.c.o.requires + $(MAKE) -f CMakeFiles/isofs.dir/build.make CMakeFiles/isofs.dir/isofs.c.o.provides.build +.PHONY : CMakeFiles/isofs.dir/isofs.c.o.provides + +CMakeFiles/isofs.dir/isofs.c.o.provides.build: CMakeFiles/isofs.dir/isofs.c.o + +# Object files for target isofs +isofs_OBJECTS = \ +"CMakeFiles/isofs.dir/isofs.c.o" + +# External object files for target isofs +isofs_EXTERNAL_OBJECTS = + +libisofs.a: CMakeFiles/isofs.dir/isofs.c.o +libisofs.a: CMakeFiles/isofs.dir/build.make +libisofs.a: CMakeFiles/isofs.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking C static library libisofs.a" + $(CMAKE_COMMAND) -P CMakeFiles/isofs.dir/cmake_clean_target.cmake + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/isofs.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/isofs.dir/build: libisofs.a +.PHONY : CMakeFiles/isofs.dir/build + +CMakeFiles/isofs.dir/requires: CMakeFiles/isofs.dir/isofs.c.o.requires +.PHONY : CMakeFiles/isofs.dir/requires + +CMakeFiles/isofs.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/isofs.dir/cmake_clean.cmake +.PHONY : CMakeFiles/isofs.dir/clean + +CMakeFiles/isofs.dir/depend: + cd /home/ubuntu/AppImageKit && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ubuntu/AppImageKit /home/ubuntu/AppImageKit /home/ubuntu/AppImageKit /home/ubuntu/AppImageKit /home/ubuntu/AppImageKit/CMakeFiles/isofs.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/isofs.dir/depend + diff --git a/CMakeFiles/isofs.dir/cmake_clean.cmake b/CMakeFiles/isofs.dir/cmake_clean.cmake new file mode 100644 index 0000000..01c4d2b --- /dev/null +++ b/CMakeFiles/isofs.dir/cmake_clean.cmake @@ -0,0 +1,18 @@ +FILE(REMOVE_RECURSE + "AppImageAssistant" + "AppImageExtract" + "./AppImageAssistant.AppDir/runtime" + "./AppImageAssistant.AppDir/usr/lib/" + "./AppImageExtract.AppDir/AppRun" + "./AppImageExtract.AppDir/usr/lib/" + "./AppImageAssistant.AppDir/usr/bin/xorriso" + "./AppImageExtract.AppDir/usr/bin/xorriso" + "CMakeFiles/isofs.dir/isofs.c.o" + "libisofs.pdb" + "libisofs.a" +) + +# Per-language clean rules from dependency scanning. +FOREACH(lang C) + INCLUDE(CMakeFiles/isofs.dir/cmake_clean_${lang}.cmake OPTIONAL) +ENDFOREACH(lang) diff --git a/CMakeFiles/isofs.dir/cmake_clean_target.cmake b/CMakeFiles/isofs.dir/cmake_clean_target.cmake new file mode 100644 index 0000000..658e02a --- /dev/null +++ b/CMakeFiles/isofs.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +FILE(REMOVE_RECURSE + "libisofs.a" +) diff --git a/CMakeFiles/isofs.dir/depend.internal b/CMakeFiles/isofs.dir/depend.internal new file mode 100644 index 0000000..526ce70 --- /dev/null +++ b/CMakeFiles/isofs.dir/depend.internal @@ -0,0 +1,8 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +CMakeFiles/isofs.dir/isofs.c.o + /home/ubuntu/AppImageKit/isofs.c + /home/ubuntu/AppImageKit/isofs.h + linux/iso_fs.h + linux/rock.h diff --git a/CMakeFiles/isofs.dir/depend.make b/CMakeFiles/isofs.dir/depend.make new file mode 100644 index 0000000..1ed85ed --- /dev/null +++ b/CMakeFiles/isofs.dir/depend.make @@ -0,0 +1,8 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +CMakeFiles/isofs.dir/isofs.c.o: isofs.c +CMakeFiles/isofs.dir/isofs.c.o: isofs.h +CMakeFiles/isofs.dir/isofs.c.o: linux/iso_fs.h +CMakeFiles/isofs.dir/isofs.c.o: linux/rock.h + diff --git a/CMakeFiles/isofs.dir/flags.make b/CMakeFiles/isofs.dir/flags.make new file mode 100644 index 0000000..b7f19d0 --- /dev/null +++ b/CMakeFiles/isofs.dir/flags.make @@ -0,0 +1,8 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +# compile C with /usr/bin/cc +C_FLAGS = -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/home/ubuntu/AppImageKit/. -g -O2 + +C_DEFINES = -D_FILE_OFFSET_BITS=64 + diff --git a/CMakeFiles/isofs.dir/link.txt b/CMakeFiles/isofs.dir/link.txt new file mode 100644 index 0000000..bbcc544 --- /dev/null +++ b/CMakeFiles/isofs.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar cr libisofs.a CMakeFiles/isofs.dir/isofs.c.o +/usr/bin/ranlib libisofs.a diff --git a/CMakeFiles/isofs.dir/progress.make b/CMakeFiles/isofs.dir/progress.make new file mode 100644 index 0000000..822db75 --- /dev/null +++ b/CMakeFiles/isofs.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = 3 + diff --git a/CMakeFiles/progress.marks b/CMakeFiles/progress.marks new file mode 100644 index 0000000..b8626c4 --- /dev/null +++ b/CMakeFiles/progress.marks @@ -0,0 +1 @@ +4 diff --git a/CMakeFiles/runtime.dir/C.includecache b/CMakeFiles/runtime.dir/C.includecache new file mode 100644 index 0000000..b84d7a1 --- /dev/null +++ b/CMakeFiles/runtime.dir/C.includecache @@ -0,0 +1,8 @@ +#IncludeRegexLine: ^[ ]*#[ ]*(include|import)[ ]*[<"]([^">]+)([">]) + +#IncludeRegexScan: ^.*$ + +#IncludeRegexComplain: ^$ + +#IncludeRegexTransform: + diff --git a/CMakeFiles/runtime.dir/DependInfo.cmake b/CMakeFiles/runtime.dir/DependInfo.cmake new file mode 100644 index 0000000..011cea4 --- /dev/null +++ b/CMakeFiles/runtime.dir/DependInfo.cmake @@ -0,0 +1,31 @@ +# The set of languages for which implicit dependencies are needed: +SET(CMAKE_DEPENDS_LANGUAGES + "C" + ) +# The set of files for implicit dependencies of each language: +SET(CMAKE_DEPENDS_CHECK_C + "/home/ubuntu/AppImageKit/runtime.c" "/home/ubuntu/AppImageKit/CMakeFiles/runtime.dir/runtime.c.o" + ) +SET(CMAKE_C_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +SET(CMAKE_TARGET_DEFINITIONS + "_FILE_OFFSET_BITS=64" + "_FILE_OFFSET_BITS=64" + ) + +# Targets to which this target links. +SET(CMAKE_TARGET_LINKED_INFO_FILES + "/home/ubuntu/AppImageKit/CMakeFiles/fuseiso.dir/DependInfo.cmake" + "/home/ubuntu/AppImageKit/CMakeFiles/isofs.dir/DependInfo.cmake" + ) + +# The include file search paths: +SET(CMAKE_C_TARGET_INCLUDE_PATH + "/usr/include/glib-2.0" + "/usr/lib/i386-linux-gnu/glib-2.0/include" + "." + ) +SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) +SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) +SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) diff --git a/CMakeFiles/runtime.dir/build.make b/CMakeFiles/runtime.dir/build.make new file mode 100644 index 0000000..2c12b40 --- /dev/null +++ b/CMakeFiles/runtime.dir/build.make @@ -0,0 +1,105 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/ubuntu/AppImageKit + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/ubuntu/AppImageKit + +# Include any dependencies generated for this target. +include CMakeFiles/runtime.dir/depend.make + +# Include the progress variables for this target. +include CMakeFiles/runtime.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/runtime.dir/flags.make + +CMakeFiles/runtime.dir/runtime.c.o: CMakeFiles/runtime.dir/flags.make +CMakeFiles/runtime.dir/runtime.c.o: runtime.c + $(CMAKE_COMMAND) -E cmake_progress_report /home/ubuntu/AppImageKit/CMakeFiles $(CMAKE_PROGRESS_1) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building C object CMakeFiles/runtime.dir/runtime.c.o" + /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/runtime.dir/runtime.c.o -c /home/ubuntu/AppImageKit/runtime.c + +CMakeFiles/runtime.dir/runtime.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/runtime.dir/runtime.c.i" + /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -E /home/ubuntu/AppImageKit/runtime.c > CMakeFiles/runtime.dir/runtime.c.i + +CMakeFiles/runtime.dir/runtime.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/runtime.dir/runtime.c.s" + /usr/bin/cc $(C_DEFINES) $(C_FLAGS) -S /home/ubuntu/AppImageKit/runtime.c -o CMakeFiles/runtime.dir/runtime.c.s + +CMakeFiles/runtime.dir/runtime.c.o.requires: +.PHONY : CMakeFiles/runtime.dir/runtime.c.o.requires + +CMakeFiles/runtime.dir/runtime.c.o.provides: CMakeFiles/runtime.dir/runtime.c.o.requires + $(MAKE) -f CMakeFiles/runtime.dir/build.make CMakeFiles/runtime.dir/runtime.c.o.provides.build +.PHONY : CMakeFiles/runtime.dir/runtime.c.o.provides + +CMakeFiles/runtime.dir/runtime.c.o.provides.build: CMakeFiles/runtime.dir/runtime.c.o + +# Object files for target runtime +runtime_OBJECTS = \ +"CMakeFiles/runtime.dir/runtime.c.o" + +# External object files for target runtime +runtime_EXTERNAL_OBJECTS = + +runtime: CMakeFiles/runtime.dir/runtime.c.o +runtime: CMakeFiles/runtime.dir/build.make +runtime: libfuseiso.a +runtime: libisofs.a +runtime: CMakeFiles/runtime.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking C executable runtime" + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/runtime.dir/link.txt --verbose=$(VERBOSE) + /usr/bin/strip runtime + +# Rule to build all files generated by this target. +CMakeFiles/runtime.dir/build: runtime +.PHONY : CMakeFiles/runtime.dir/build + +CMakeFiles/runtime.dir/requires: CMakeFiles/runtime.dir/runtime.c.o.requires +.PHONY : CMakeFiles/runtime.dir/requires + +CMakeFiles/runtime.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/runtime.dir/cmake_clean.cmake +.PHONY : CMakeFiles/runtime.dir/clean + +CMakeFiles/runtime.dir/depend: + cd /home/ubuntu/AppImageKit && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ubuntu/AppImageKit /home/ubuntu/AppImageKit /home/ubuntu/AppImageKit /home/ubuntu/AppImageKit /home/ubuntu/AppImageKit/CMakeFiles/runtime.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/runtime.dir/depend + diff --git a/CMakeFiles/runtime.dir/cmake_clean.cmake b/CMakeFiles/runtime.dir/cmake_clean.cmake new file mode 100644 index 0000000..04752cc --- /dev/null +++ b/CMakeFiles/runtime.dir/cmake_clean.cmake @@ -0,0 +1,18 @@ +FILE(REMOVE_RECURSE + "AppImageAssistant" + "AppImageExtract" + "./AppImageAssistant.AppDir/runtime" + "./AppImageAssistant.AppDir/usr/lib/" + "./AppImageExtract.AppDir/AppRun" + "./AppImageExtract.AppDir/usr/lib/" + "./AppImageAssistant.AppDir/usr/bin/xorriso" + "./AppImageExtract.AppDir/usr/bin/xorriso" + "CMakeFiles/runtime.dir/runtime.c.o" + "runtime.pdb" + "runtime" +) + +# Per-language clean rules from dependency scanning. +FOREACH(lang C) + INCLUDE(CMakeFiles/runtime.dir/cmake_clean_${lang}.cmake OPTIONAL) +ENDFOREACH(lang) diff --git a/CMakeFiles/runtime.dir/cmake_clean_target.cmake b/CMakeFiles/runtime.dir/cmake_clean_target.cmake new file mode 100644 index 0000000..06f01fe --- /dev/null +++ b/CMakeFiles/runtime.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +FILE(REMOVE_RECURSE + "libruntime.a" +) diff --git a/CMakeFiles/runtime.dir/depend.internal b/CMakeFiles/runtime.dir/depend.internal new file mode 100644 index 0000000..f9524f5 --- /dev/null +++ b/CMakeFiles/runtime.dir/depend.internal @@ -0,0 +1,8 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +CMakeFiles/runtime.dir/runtime.c.o + /home/ubuntu/AppImageKit/md5.c + /home/ubuntu/AppImageKit/md5.h + /home/ubuntu/AppImageKit/runtime.c + config.h diff --git a/CMakeFiles/runtime.dir/depend.make b/CMakeFiles/runtime.dir/depend.make new file mode 100644 index 0000000..185ce96 --- /dev/null +++ b/CMakeFiles/runtime.dir/depend.make @@ -0,0 +1,8 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +CMakeFiles/runtime.dir/runtime.c.o: md5.c +CMakeFiles/runtime.dir/runtime.c.o: md5.h +CMakeFiles/runtime.dir/runtime.c.o: runtime.c +CMakeFiles/runtime.dir/runtime.c.o: config.h + diff --git a/CMakeFiles/runtime.dir/flags.make b/CMakeFiles/runtime.dir/flags.make new file mode 100644 index 0000000..b7f19d0 --- /dev/null +++ b/CMakeFiles/runtime.dir/flags.make @@ -0,0 +1,8 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 2.8 + +# compile C with /usr/bin/cc +C_FLAGS = -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/home/ubuntu/AppImageKit/. -g -O2 + +C_DEFINES = -D_FILE_OFFSET_BITS=64 + diff --git a/CMakeFiles/runtime.dir/link.txt b/CMakeFiles/runtime.dir/link.txt new file mode 100644 index 0000000..a1ec3e0 --- /dev/null +++ b/CMakeFiles/runtime.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc CMakeFiles/runtime.dir/runtime.c.o -o runtime -rdynamic libfuseiso.a libisofs.a -lfuse -lpthread -lglib-2.0 -lz diff --git a/CMakeFiles/runtime.dir/progress.make b/CMakeFiles/runtime.dir/progress.make new file mode 100644 index 0000000..8b1fa81 --- /dev/null +++ b/CMakeFiles/runtime.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = 4 + diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..f6350db --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,54 @@ +CMAKE_MINIMUM_REQUIRED(VERSION 2.6) + +PROJECT(AppImageKit C) + +# Set required libraries. +set(LIBFUSE "fuse") +set(LIBPTHREAD "pthread") +set(LIBGLIB2 "glib-2.0") +set(LIBZ "z") + +SET(REQUIRED_LIBRARIES ${LIBFUSE} ${LIBPTHREAD}) +foreach(LIB ${REQUIRED_LIBRARIES}) + find_library(FOUND${LIB} ${LIB} PATHS "/lib64" "/usr/lib64") + if (NOT FOUND${LIB}) + message(FATAL_ERROR "The required library '${LIB}' was not found. Please install it on your system first.") + endif(NOT FOUND${LIB}) +endforeach(LIB) + +ADD_DEFINITIONS(-g -O2 -D_FILE_OFFSET_BITS=64) + +INCLUDE_DIRECTORIES(/usr/include/glib-2.0/ /usr/lib/i386-linux-gnu/glib-2.0/include/ .) + +ADD_EXECUTABLE(AppRun AppRun.c) +add_custom_command(TARGET AppRun POST_BUILD COMMAND ${CMAKE_STRIP} AppRun) + +ADD_LIBRARY(fuseiso fuseiso.c) +ADD_LIBRARY(isofs isofs.c) + +ADD_EXECUTABLE(runtime runtime.c) +TARGET_LINK_LIBRARIES(runtime fuseiso isofs ${LIBFUSE} ${LIBPTHREAD} ${LIBGLIB2} ${LIBZ}) +add_custom_command(TARGET runtime POST_BUILD COMMAND ${CMAKE_STRIP} runtime) + +ADD_CUSTOM_TARGET(AppImageAssistant ALL DEPENDS runtime) +ADD_CUSTOM_COMMAND(TARGET AppImageAssistant + COMMAND cp runtime AppImageAssistant.AppDir/ + COMMAND mkdir -p ./AppImageAssistant.AppDir/usr/bin/ AppImageAssistant.AppDir/usr/lib/ + COMMAND cp ./bundled-dependencies-i386/xorriso ./AppImageAssistant.AppDir/usr/bin/ + COMMAND cp ./bundled-dependencies-i386/libglade-2.0.so.0 ./bundled-dependencies-i386/libvte.so.9 ./bundled-dependencies-i386/libisofs.so.6 ./bundled-dependencies-i386/libisoburn.so.1 ./bundled-dependencies-i386/libburn.so.4 ./AppImageAssistant.AppDir/usr/lib/ + COMMAND ./AppImageAssistant.AppDir/package ./AppImageAssistant.AppDir ./AppImageAssistant + VERBATIM +) + +ADD_CUSTOM_TARGET(AppImageExtract ALL DEPENDS AppRun) +ADD_CUSTOM_COMMAND(TARGET AppImageExtract + COMMAND cp AppRun ./AppImageExtract.AppDir + COMMAND mkdir -p ./AppImageExtract.AppDir/usr/bin/ ./AppImageExtract.AppDir/usr/lib/ + COMMAND cp ./bundled-dependencies-i386/xorriso ./AppImageExtract.AppDir/usr/bin/ + COMMAND cp ./bundled-dependencies-i386/libisofs.so.6 ./bundled-dependencies-i386/libisoburn.so.1 ./bundled-dependencies-i386/libburn.so.4 ./AppImageExtract.AppDir/usr/lib/ + COMMAND ./AppImageAssistant.AppDir/package ./AppImageExtract.AppDir ./AppImageExtract + VERBATIM +) + +SET_DIRECTORY_PROPERTIES(PROPERTIES + ADDITIONAL_MAKE_CLEAN_FILES "AppImageAssistant;AppImageExtract;./AppImageAssistant.AppDir/runtime;./AppImageAssistant.AppDir/usr/lib/;./AppImageExtract.AppDir/AppRun;./AppImageExtract.AppDir/usr/lib/;./AppImageAssistant.AppDir/usr/bin/xorriso;./AppImageExtract.AppDir/usr/bin/xorriso") diff --git a/cmake_install.cmake b/cmake_install.cmake new file mode 100644 index 0000000..1f69610 --- /dev/null +++ b/cmake_install.cmake @@ -0,0 +1,44 @@ +# Install script for directory: /home/ubuntu/AppImageKit + +# Set the install prefix +IF(NOT DEFINED CMAKE_INSTALL_PREFIX) + SET(CMAKE_INSTALL_PREFIX "/usr/local") +ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX) +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(BUILD_TYPE) + SET(CMAKE_INSTALL_CONFIG_NAME "") + ENDIF(BUILD_TYPE) + MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + +# Set the component getting installed. +IF(NOT CMAKE_INSTALL_COMPONENT) + IF(COMPONENT) + MESSAGE(STATUS "Install component: \"${COMPONENT}\"") + SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + ELSE(COMPONENT) + SET(CMAKE_INSTALL_COMPONENT) + ENDIF(COMPONENT) +ENDIF(NOT CMAKE_INSTALL_COMPONENT) + +# Install shared libraries without execute permission? +IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + SET(CMAKE_INSTALL_SO_NO_EXE "1") +ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + +IF(CMAKE_INSTALL_COMPONENT) + SET(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") +ELSE(CMAKE_INSTALL_COMPONENT) + SET(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +ENDIF(CMAKE_INSTALL_COMPONENT) + +FILE(WRITE "/home/ubuntu/AppImageKit/${CMAKE_INSTALL_MANIFEST}" "") +FOREACH(file ${CMAKE_INSTALL_MANIFEST_FILES}) + FILE(APPEND "/home/ubuntu/AppImageKit/${CMAKE_INSTALL_MANIFEST}" "${file}\n") +ENDFOREACH(file) -- 2.11.4.GIT