From 24240a709cc2f55c30e5478157fa1c6fb03aafa9 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Wed, 6 Feb 2013 18:26:19 -0800 Subject: [PATCH] add all extra CMake files to gitignore --- .gitignore | 9 + CMakeLists.txt | 5 + interface/CMakeCache.txt | 293 ------- .../CMakeFiles/2.8.10.2/CMakeCCompiler.cmake | 55 -- .../2.8.10.2/CMakeCXXCompiler.cmake | 56 -- .../2.8.10.2/CMakeDetermineCompilerABI_C.bin | Bin 4840 -> 0 bytes .../CMakeDetermineCompilerABI_CXX.bin | Bin 4840 -> 0 bytes .../CMakeFiles/2.8.10.2/CMakeSystem.cmake | 15 - .../2.8.10.2/CompilerIdC/CMakeCCompilerId.c | 393 --------- .../2.8.10.2/CompilerIdC/CompilerIdC | Bin 8944 -> 0 bytes .../Debug/CompilerIdC.build/CompilerIdC.dep | 2 - .../Objects-normal/i386/CMakeCCompilerId.d | 2 - .../Objects-normal/i386/CMakeCCompilerId.dia | Bin 220 -> 0 bytes .../Objects-normal/i386/CMakeCCompilerId.o | Bin 3460 -> 0 bytes .../i386/CompilerIdC.LinkFileList | 1 - .../Script-2C8FEB8E15DC1A1A00E56A5D.sh | 2 - .../Debug/CompilerIdC.build/build-state.dat | 68 -- .../CompilerIdC.xcodeproj/project.pbxproj | 107 --- .../CompilerIdCXX/CMakeCXXCompilerId.cpp | 375 -------- .../2.8.10.2/CompilerIdCXX/CompilerIdCXX | Bin 8984 -> 0 bytes .../CompilerIdCXX.build/CompilerIdCXX.dep | 2 - .../Objects-normal/i386/CMakeCXXCompilerId.d | 2 - .../i386/CMakeCXXCompilerId.dia | Bin 220 -> 0 bytes .../Objects-normal/i386/CMakeCXXCompilerId.o | Bin 3432 -> 0 bytes .../i386/CompilerIdCXX.LinkFileList | 1 - .../Script-2C8FEB8E15DC1A1A00E56A5D.sh | 2 - .../Debug/CompilerIdCXX.build/build-state.dat | 68 -- .../CompilerIdCXX.xcodeproj/project.pbxproj | 107 --- interface/CMakeFiles/CMakeOutput.log | 187 ---- interface/CMakeFiles/TargetDirectories.txt | 3 - interface/CMakeFiles/cmake.check_cache | 1 - interface/CMakeLists.txt | 14 +- .../ALL_BUILD_cmakeRulesBuildPhase.makeDebug | 10 - ..._BUILD_cmakeRulesBuildPhase.makeMinSizeRel | 10 - ...LD_cmakeRulesBuildPhase.makeRelWithDebInfo | 10 - ...ALL_BUILD_cmakeRulesBuildPhase.makeRelease | 10 - interface/CMakeScripts/ReRunCMake.make | 22 - .../CMakeScripts/XCODE_DEPEND_HELPER.make | 32 - .../ZERO_CHECK_cmakeRulesBuildPhase.makeDebug | 10 - ..._CHECK_cmakeRulesBuildPhase.makeMinSizeRel | 10 - ...CK_cmakeRulesBuildPhase.makeRelWithDebInfo | 10 - ...ERO_CHECK_cmakeRulesBuildPhase.makeRelease | 10 - interface/cmake_install.cmake | 45 - interface/interface.xcodeproj/project.pbxproj | 821 ------------------ .../contents.xcworkspacedata | 7 - interface/src/CMakeLists.txt | 4 +- .../interface_postBuildPhase.makeDebug | 10 - .../interface_postBuildPhase.makeMinSizeRel | 10 - ...nterface_postBuildPhase.makeRelWithDebInfo | 10 - .../interface_postBuildPhase.makeRelease | 10 - interface/src/cmake_install.cmake | 29 - 51 files changed, 27 insertions(+), 2823 deletions(-) create mode 100644 CMakeLists.txt delete mode 100644 interface/CMakeCache.txt delete mode 100644 interface/CMakeFiles/2.8.10.2/CMakeCCompiler.cmake delete mode 100644 interface/CMakeFiles/2.8.10.2/CMakeCXXCompiler.cmake delete mode 100755 interface/CMakeFiles/2.8.10.2/CMakeDetermineCompilerABI_C.bin delete mode 100755 interface/CMakeFiles/2.8.10.2/CMakeDetermineCompilerABI_CXX.bin delete mode 100644 interface/CMakeFiles/2.8.10.2/CMakeSystem.cmake delete mode 100644 interface/CMakeFiles/2.8.10.2/CompilerIdC/CMakeCCompilerId.c delete mode 100755 interface/CMakeFiles/2.8.10.2/CompilerIdC/CompilerIdC delete mode 100644 interface/CMakeFiles/2.8.10.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.dep delete mode 100644 interface/CMakeFiles/2.8.10.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/i386/CMakeCCompilerId.d delete mode 100644 interface/CMakeFiles/2.8.10.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/i386/CMakeCCompilerId.dia delete mode 100644 interface/CMakeFiles/2.8.10.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/i386/CMakeCCompilerId.o delete mode 100644 interface/CMakeFiles/2.8.10.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/i386/CompilerIdC.LinkFileList delete mode 100755 interface/CMakeFiles/2.8.10.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh delete mode 100644 interface/CMakeFiles/2.8.10.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/build-state.dat delete mode 100644 interface/CMakeFiles/2.8.10.2/CompilerIdC/CompilerIdC.xcodeproj/project.pbxproj delete mode 100644 interface/CMakeFiles/2.8.10.2/CompilerIdCXX/CMakeCXXCompilerId.cpp delete mode 100755 interface/CMakeFiles/2.8.10.2/CompilerIdCXX/CompilerIdCXX delete mode 100644 interface/CMakeFiles/2.8.10.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.dep delete mode 100644 interface/CMakeFiles/2.8.10.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/i386/CMakeCXXCompilerId.d delete mode 100644 interface/CMakeFiles/2.8.10.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/i386/CMakeCXXCompilerId.dia delete mode 100644 interface/CMakeFiles/2.8.10.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/i386/CMakeCXXCompilerId.o delete mode 100644 interface/CMakeFiles/2.8.10.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/i386/CompilerIdCXX.LinkFileList delete mode 100755 interface/CMakeFiles/2.8.10.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh delete mode 100644 interface/CMakeFiles/2.8.10.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/build-state.dat delete mode 100644 interface/CMakeFiles/2.8.10.2/CompilerIdCXX/CompilerIdCXX.xcodeproj/project.pbxproj delete mode 100644 interface/CMakeFiles/CMakeOutput.log delete mode 100644 interface/CMakeFiles/TargetDirectories.txt delete mode 100644 interface/CMakeFiles/cmake.check_cache delete mode 100644 interface/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeDebug delete mode 100644 interface/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeMinSizeRel delete mode 100644 interface/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeRelWithDebInfo delete mode 100644 interface/CMakeScripts/ALL_BUILD_cmakeRulesBuildPhase.makeRelease delete mode 100644 interface/CMakeScripts/ReRunCMake.make delete mode 100644 interface/CMakeScripts/XCODE_DEPEND_HELPER.make delete mode 100644 interface/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeDebug delete mode 100644 interface/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeMinSizeRel delete mode 100644 interface/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeRelWithDebInfo delete mode 100644 interface/CMakeScripts/ZERO_CHECK_cmakeRulesBuildPhase.makeRelease delete mode 100644 interface/cmake_install.cmake delete mode 100644 interface/interface.xcodeproj/project.pbxproj delete mode 100644 interface/interface.xcodeproj/project.xcworkspace/contents.xcworkspacedata delete mode 100644 interface/src/CMakeScripts/interface_postBuildPhase.makeDebug delete mode 100644 interface/src/CMakeScripts/interface_postBuildPhase.makeMinSizeRel delete mode 100644 interface/src/CMakeScripts/interface_postBuildPhase.makeRelWithDebInfo delete mode 100644 interface/src/CMakeScripts/interface_postBuildPhase.makeRelease delete mode 100644 interface/src/cmake_install.cmake diff --git a/.gitignore b/.gitignore index 7b7a50dbf6..811c1fce66 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,12 @@ +# CMake +CMakeCache.txt +CMakeFiles/ +CMakeScripts/ +cmake_install.cmake + +# Xcode +*.xcodeproj +*.xcworkspace .DS_Store xcuserdata *.pbxuser diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000000..cad4fafb32 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,5 @@ +cmake_minimum_required (VERSION 2.8) + +project (hifi) + +add_subdirectory (interface) \ No newline at end of file diff --git a/interface/CMakeCache.txt b/interface/CMakeCache.txt deleted file mode 100644 index 3aaddaf972..0000000000 --- a/interface/CMakeCache.txt +++ /dev/null @@ -1,293 +0,0 @@ -# This is the CMakeCache file. -# For build in directory: /Users/birarda/code/worklist/interface/interface -# It was generated by CMake: /usr/local/Cellar/cmake/2.8.10.2/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 -######################## - -//Path to a program. -CMAKE_AR:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/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= - -//Semicolon separated list of supported configuration types, only -// supports Debug, Release, MinSizeRel, and RelWithDebInfo, anything -// else will be ignored. -CMAKE_CONFIGURATION_TYPES:STRING=Debug;Release;MinSizeRel;RelWithDebInfo - -//Flags used by the compiler during all build types. -CMAKE_CXX_FLAGS:STRING= - -//Flags used by the compiler during debug builds. -CMAKE_CXX_FLAGS_DEBUG:STRING=-g - -//Flags used by the compiler during release minsize builds. -CMAKE_CXX_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_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG - -//Flags used by the compiler during Release with Debug Info builds. -CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG - -//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= - -//Path to a program. -CMAKE_INSTALL_NAME_TOOL:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool - -//Install path prefix, prepended onto install directories. -CMAKE_INSTALL_PREFIX:PATH=/usr/local - -//Path to a program. -CMAKE_LINKER:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld - -//make program -CMAKE_MAKE_PROGRAM:FILEPATH=/usr/local/Cellar/cmake/2.8.10.2/bin/cmakexbuild - -//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=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm - -//Path to a program. -CMAKE_OBJCOPY:FILEPATH=CMAKE_OBJCOPY-NOTFOUND - -//Path to a program. -CMAKE_OBJDUMP:FILEPATH=CMAKE_OBJDUMP-NOTFOUND - -//Build architectures for OSX -CMAKE_OSX_ARCHITECTURES:STRING= - -//Minimum OS X version to target for deployment (at runtime); newer -// APIs weak linked. Set to empty string for default value. -CMAKE_OSX_DEPLOYMENT_TARGET:STRING= - -//The product will be built against the headers and libraries located -// inside the indicated SDK. -CMAKE_OSX_SYSROOT:PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk - -//Value Computed by CMake -CMAKE_PROJECT_NAME:STATIC=interface - -//Path to a program. -CMAKE_RANLIB:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/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=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/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 - -//Value Computed by CMake -interface_BINARY_DIR:STATIC=/Users/birarda/code/worklist/interface/interface - -//Value Computed by CMake -interface_SOURCE_DIR:STATIC=/Users/birarda/code/worklist/interface/interface - - -######################## -# INTERNAL cache entries -######################## - -//Stored Xcode object GUID -ALL_BUILD_GUID_CMAKE:INTERNAL=5C516F72EF6A455690636595 -//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/local/Cellar/cmake/2.8.10.2/bin/cmakexbuild -//This is the directory where this CMakeCache.txt was created -CMAKE_CACHEFILE_DIR:INTERNAL=/Users/birarda/code/worklist/interface/interface -//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 -//Path to CMake executable. -CMAKE_COMMAND:INTERNAL=/usr/local/Cellar/cmake/2.8.10.2/bin/cmake -//Path to cpack program executable. -CMAKE_CPACK_COMMAND:INTERNAL=/usr/local/Cellar/cmake/2.8.10.2/bin/cpack -//Path to ctest program executable. -CMAKE_CTEST_COMMAND:INTERNAL=/usr/local/Cellar/cmake/2.8.10.2/bin/ctest -//ADVANCED property for variable: CMAKE_CXX_FLAGS -CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG -CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL -CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE -CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO -CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//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 -//Path to cache edit program executable. -CMAKE_EDIT_COMMAND:INTERNAL=/usr/local/Cellar/cmake/2.8.10.2/bin/ccmake -//Executable file format -CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown -//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 -//Name of generator. -CMAKE_GENERATOR:INTERNAL=Xcode -//Start directory with the top level CMakeLists.txt file for this -// project -CMAKE_HOME_DIRECTORY:INTERNAL=/Users/birarda/code/worklist/interface/interface -//ADVANCED property for variable: CMAKE_INSTALL_NAME_TOOL -CMAKE_INSTALL_NAME_TOOL-ADVANCED: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=2 -//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/local/Cellar/cmake/2.8.10.2/share/cmake -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS -CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG -CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL -CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE -CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO -CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH -CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SKIP_RPATH -CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STRIP -CMAKE_STRIP-ADVANCED:INTERNAL=1 -//uname command -CMAKE_UNAME:INTERNAL=/usr/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 -//Stored Xcode object GUID -PROJECT_interface_GUID_CMAKE:INTERNAL=A563974108A04D62A97FF381 -//Stored Xcode object GUID -ZERO_CHECK_GUID_CMAKE:INTERNAL=7F3D93BE172949518ACB78A3 -//Stored Xcode object GUID -interface_GUID_CMAKE:INTERNAL=4FFEF9D3CD1D489C8A7BD1AC - diff --git a/interface/CMakeFiles/2.8.10.2/CMakeCCompiler.cmake b/interface/CMakeFiles/2.8.10.2/CMakeCCompiler.cmake deleted file mode 100644 index 9ff513c38e..0000000000 --- a/interface/CMakeFiles/2.8.10.2/CMakeCCompiler.cmake +++ /dev/null @@ -1,55 +0,0 @@ -set(CMAKE_C_COMPILER "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang") -set(CMAKE_C_COMPILER_ARG1 "") -set(CMAKE_C_COMPILER_ID "Clang") -set(CMAKE_C_COMPILER_VERSION "4.2.0") -set(CMAKE_C_PLATFORM_ID "Darwin") - -set(CMAKE_AR "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar") -set(CMAKE_RANLIB "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib") -set(CMAKE_LINKER "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld") -set(CMAKE_COMPILER_IS_GNUCC ) -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 "8") -set(CMAKE_C_COMPILER_ABI "") -set(CMAKE_C_LIBRARY_ARCHITECTURE "") - -if(CMAKE_C_SIZEOF_DATA_PTR) - set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") -endif() - -if(CMAKE_C_COMPILER_ABI) - set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") -endif() - -if(CMAKE_C_LIBRARY_ARCHITECTURE) - set(CMAKE_LIBRARY_ARCHITECTURE "") -endif() - - - - -set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "") -set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "") - - - diff --git a/interface/CMakeFiles/2.8.10.2/CMakeCXXCompiler.cmake b/interface/CMakeFiles/2.8.10.2/CMakeCXXCompiler.cmake deleted file mode 100644 index b01f5d4ab1..0000000000 --- a/interface/CMakeFiles/2.8.10.2/CMakeCXXCompiler.cmake +++ /dev/null @@ -1,56 +0,0 @@ -set(CMAKE_CXX_COMPILER "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++") -set(CMAKE_CXX_COMPILER_ARG1 "") -set(CMAKE_CXX_COMPILER_ID "Clang") -set(CMAKE_CXX_COMPILER_VERSION "4.2.0") -set(CMAKE_CXX_PLATFORM_ID "Darwin") - -set(CMAKE_AR "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar") -set(CMAKE_RANLIB "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib") -set(CMAKE_LINKER "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld") -set(CMAKE_COMPILER_IS_GNUCXX ) -set(CMAKE_CXX_COMPILER_LOADED 1) -set(CMAKE_CXX_COMPILER_WORKS TRUE) -set(CMAKE_CXX_ABI_COMPILED TRUE) -set(CMAKE_COMPILER_IS_MINGW ) -set(CMAKE_COMPILER_IS_CYGWIN ) -if(CMAKE_COMPILER_IS_CYGWIN) - set(CYGWIN 1) - set(UNIX 1) -endif() - -set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") - -if(CMAKE_COMPILER_IS_MINGW) - set(MINGW 1) -endif() -set(CMAKE_CXX_COMPILER_ID_RUN 1) -set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) -set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;CPP) -set(CMAKE_CXX_LINKER_PREFERENCE 30) -set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) - -# Save compiler ABI information. -set(CMAKE_CXX_SIZEOF_DATA_PTR "8") -set(CMAKE_CXX_COMPILER_ABI "") -set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") - -if(CMAKE_CXX_SIZEOF_DATA_PTR) - set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") -endif() - -if(CMAKE_CXX_COMPILER_ABI) - set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") -endif() - -if(CMAKE_CXX_LIBRARY_ARCHITECTURE) - set(CMAKE_LIBRARY_ARCHITECTURE "") -endif() - - - - -set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "") -set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "") - - - diff --git a/interface/CMakeFiles/2.8.10.2/CMakeDetermineCompilerABI_C.bin b/interface/CMakeFiles/2.8.10.2/CMakeDetermineCompilerABI_C.bin deleted file mode 100755 index df3091a0bc026c2fc1a2debbee3c3f239a6be808..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4840 zcmeHLU27aw7=9+(nAoPx6f3k;N)Qo0=**hNbR)TFx}Ca9x=D=NqPFF9KF+$+%tx3H zx+w@jP#TKRi-J%Pda2-r*9szd(M$h<=!KvVq2NthipqQDOm-)PK%u>xhaL7jXWsWY z?>Xn)i)Vj%^!L9bfKmb0hX9NNxKRNope+O?4a9X!Si4rABlqgZ6M2Qm59_Jeye>A=rCOdi0cuebUeDa{Nk>0;& zY!YkO>4WhfXR9|`o65tD*5*xP^YYKP`e-hkU3@2Yuk*0OoYf?{Sglvk}}HmWhgyWQO8C`Zz%xz8InHrUxwTdWA1?Z`A~iT zb21MK!!Rn$?=s%wcA9Y3<)*_UobXLIz)AA4Y+wVJr7A19dkhu)b}W~@8R0OLw#wrKiO;zQW-`?tmW{`z+mQPY;f1oZPUk7C_&BQtVL-3}eDUkjrZ&y5q^ z4H6!8Oq&mk>Me7HpLIPRXT!F?s%zTLAK_d>+w}B0_dGMwZQoqs`lMFV-l}SodfYW5 zE+<=|laeUJ0`+?6ueu(O=1w;?`{`6!Z_UjctiAjpt1q^en&%A7N?p&<&u}aKShxLl zv?fCA(-en@!v_I=hzPY VxkHr5CbQ4tB(<332Gqy`{{x!VEhhi~ diff --git a/interface/CMakeFiles/2.8.10.2/CMakeDetermineCompilerABI_CXX.bin b/interface/CMakeFiles/2.8.10.2/CMakeDetermineCompilerABI_CXX.bin deleted file mode 100755 index fb6c68af4ddbf075d1d5b3fd20ede56a2e04d677..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4840 zcmeHLOK%%h7(Ej=Bx=)Scu62C6kb(J#EhM`kwG9eb*I>BoTRCXLQ8c!k83<+#$(Mx zwJRZIQ$$oDb-|Ja3pSws1{B1i%km4@A+ZP&Vu4D90DUueJY%#Z9{Zkqzwg}d zK4x)z@4+vBO#xB~*q#6&1K2GAH!%;w^8o4q7+YU{SG%ljti|0UkVe>}K{}sGq|?$i zTca^?K24m5;8Or50UQuxjD@@(W`W~+^K*#xPKglWX>N=I*v_)49@Favnc%qIHKF&c zNFqL>HwMO{?sdCsF}vILV*SzeMnaGFlt6qxFvdHq?dvX2qQ>jn6?&(I2=UTBg4ubl zG*-`RXB+8R$jQE?`=0*(OqT+P&mn)#F9X}P$Ts;qx(m2SB?d;fq60U!ZYHRHS72)c%0hkmJ-xYf9Had{xT0 zApu7xF!bv*Zqb*(KmulSxyCL`6y2*2`T2tTR=WK@uNweklR7H98Cw8iysXJ>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/interface/CMakeFiles/2.8.10.2/CompilerIdC/CompilerIdC b/interface/CMakeFiles/2.8.10.2/CompilerIdC/CompilerIdC deleted file mode 100755 index 5f6017a299d7194db2d5e8c611b33b42d7a72a59..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8944 zcmeI2PiRy}9LK-UP1}$Jchd+8N_LeX+Twd@8Z?L=(%q<`H5*MVVvOVaGfBq0eNWzd z+ZgE~6cr>Fp`a9c>aEa2F9o3x3WXvbJbLtGp@$a4V-7`rvor2fLk3t@-WtnRzwsq5iP_rhp*=1ei=9g;QkwYP#(XQ zwzcuu@tpUH%A?As-and8Fc!F(s|K&J@1qY&tv%n0_TGOnIraHOZBp;!u!>y)o^5OG zp^i)J1J-B?eXjR)E4nJc9(Cq+0k~WN1_0Fd0zX+mFMw%f*bm5u;(Q3a67RpV9j$ou z-cB=3oKSd9uo?ycb^~$^XYS7Yvj2y}-~7sd`y=am@Nh^U*X|zB^N}7a4ghPk_RjN2 zF-Db7d9DgS%2mIN8wzh`HO+X#{>%p0EG>cT2n7dR*MN(S3#fzkhaV z{`bkL6ZNBh+_)-2p3GH4H(H#BR9+3;Y#~k>b2T?v5s}imiN7?bWNpU2;z=svXl}U0 zsI7z%Eey}g8i?vABLA1_4XQ_|{-9@C)t4kwjo$|grCbF?^>9!Iu9uZFgTY`h7z_r3 z!C){L4DTHM`!EBGvBnbP*SO!zI9uXwz!U70t;=r*fz2m<)TXDlqi*%?*nA>8$On|} zebvhC&9ycuR|RrHJywER$XcfU{6fLPz21Q{W&OT%YHp>S=eGpAaEWoe_J?{$$u5 zajNRtXfmiekQ1tHmF>U%Aa*{a?KMRhI5qAy7q`&Yy(`?$(nC?4G~Cb;pN<`Fy+nSE tF<8SD5#)~^^fi_m>Dw(e)YoBZNcUj>(|C&`O#OY9W=)TIBBC=5ya1R1KFI(8 diff --git a/interface/CMakeFiles/2.8.10.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.dep b/interface/CMakeFiles/2.8.10.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.dep deleted file mode 100644 index 82b2b64970..0000000000 --- a/interface/CMakeFiles/2.8.10.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.dep +++ /dev/null @@ -1,2 +0,0 @@ -ffffffffffffffffffffffffffffffff 86082258564dbbf23b128af817365021 ffffffffffffffffffffffffffffffff 0 /Users/birarda/code/worklist/interface/interface/CMakeFiles/2.8.10.2/CompilerIdC/CompilerIdC -0000000051130b970000000000002f20 68f909219870b8caa98525c71e46cc68 ffffffffffffffffffffffffffffffff 0 /Users/birarda/code/worklist/interface/interface/CMakeFiles/2.8.10.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/i386/CMakeCCompilerId.o diff --git a/interface/CMakeFiles/2.8.10.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/i386/CMakeCCompilerId.d b/interface/CMakeFiles/2.8.10.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/i386/CMakeCCompilerId.d deleted file mode 100644 index 2a1f24fc0d..0000000000 --- a/interface/CMakeFiles/2.8.10.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/i386/CMakeCCompilerId.d +++ /dev/null @@ -1,2 +0,0 @@ -dependencies: \ - /Users/birarda/code/worklist/interface/interface/CMakeFiles/2.8.10.2/CompilerIdC/CMakeCCompilerId.c diff --git a/interface/CMakeFiles/2.8.10.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/i386/CMakeCCompilerId.dia b/interface/CMakeFiles/2.8.10.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/i386/CMakeCCompilerId.dia deleted file mode 100644 index bb0ec51b2047b4a032afb5d9dd79a4d1afd74885..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 220 zcmZ?qbaZFrVPG&|U|`^8N@2Rl_0)m?;RZ&|oP{z^66G#El)aPa*x!(ofZgaxNwRvwK^zHa+q>pfe|m5cVIyjKUCOjfdELKBcmb@0|OHS0|O5O1ONd4 CT0vI; diff --git a/interface/CMakeFiles/2.8.10.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/i386/CMakeCCompilerId.o b/interface/CMakeFiles/2.8.10.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/i386/CMakeCCompilerId.o deleted file mode 100644 index d7574fd53c39208619a351164f2fa969dcb78656..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3460 zcmb_fZ-`V?6#w1#XPlk)X4Z8qOADuT{S!E|j%(Q}>b9FWq$Rp*!e);*GjG??*_rLV zao1`?1BtbbFvt&yRBj6f2^sXED1?Y0`w$3HANt@QvIG-U>`PG_=id8vo--3EbYS+} zbMCpncka3OoOAd4Kd${f1Aq#ENq$lXkPvb=jT_Jv9r#uU=d_-FacO5+6=z?iy2!G6 zp4`z>m5J6stS35U0AU(vIKUMEEGzG1_YPQvQh!;<-OqMz-QZ92^*3lqNT{y+7=Yp% z`51OK>pH`Pc{|232Alx!yTk}kJ%($S1{|*r;~WJIz%dHI?No;`Xy^ELYW=tyjAEhW z&}SN9yc_VN%@pU?C?3Ufj(b{*;VQsN03G}=fK{eEmj*E%+MBJsIOKS>7$+297J#zE z2vA)-yo%e-PzMwl?lU?7_?}g zDe@#pmX-4=ZlN?Fm9=;MHx+mcz^65SOgq8PGFL8n)r6_VSfBxE09R`;f@E3t&`{B_ zO7@`RHMk$W8gLT8gAuXnunEZFv@1SFIlG%*klM3lIn z-2n!_U=8+?(Sd#dEr#&mf=Q)=Q@{_ueo)5b>-O@oE^5|@#0XFwM!#zhQqtA#jBVbw*)>)MDzbrZvT^d4_)4Vg{*drZw`+i{!s;* zPq#DKfbkLl{qD$t}bAEv@| z^@<8aOa`!57&|Xp60h~F*SJUMNv*sUHs%WPDi=*NDw|4lKI!*!GeJrV19VN}zW+ix z*1}q2ab1nIu$iHGv5WgnKv@Viw$?BVKwX4P9MGCM)7zoOGVyh0hq2mFB0y*%3}dYU z%wUY{!Ve)6PZ>Z{z)~m6NRp|s4r8^x*d%}!HjAx~0EP~s&cw;eG#JeQQCd&tnYcnN z=_o&!mv{{Sj77m1qw}HtrFuQb^-|e_YrAEx>9^0s6;)m0uGDij?zlkWn!L046k%<=a?2s+OP^)H3#YAEvEdtZEc zTv5RoB`}3l!A#EiWx!Tqk8>}#6Qe%Qsy98x7Z6eNChDZJmDsdt`{u;3<9da1Dbb!x zCzj-jc4=T)dwONEEtzg#npl#xJtvqp zF549Mfk|rQ;U`;U%(H2%)zb@l%!u&rl?s0pxQ}pQMO1Gp()g~X3Eepu+gxoYhz6G3!f-|I%DC3$`eto z^EDMKfC;Ll0FKjhpcR;)s_D!30~1tOeYqK!kZ&Pwe@6JCeIxn%lGBkeKzm*ECT&FW zJV0$tdqT=%(r%ID4@*8z@;Q>zz6g(wfjGHLoE#%gPdjScr10A}@g2bA4Y@yhv-ALy z7X$JZVDfB0-ULj36_7Uqlb;0SHNfOC(NvGqyI~bDc_<)1ApL0tFy8>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_CC) -# define COMPILER_ID "SunPro" -# if __SUNPRO_CC >= 0x5100 - /* __SUNPRO_CC = 0xVRRP */ -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) -# else - /* __SUNPRO_CC = 0xVRP */ -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) -# endif - -#elif defined(__HP_aCC) -# define COMPILER_ID "HP" - /* __HP_aCC = VVRRPP */ -# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) -# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) -# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) - -#elif defined(__DECCXX) -# define COMPILER_ID "Compaq" - /* __DECCXX_VER = VVRRTPPPP */ -# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) -# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) -# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) - -#elif defined(__IBMCPP__) -# if defined(__COMPILER_VER__) -# define COMPILER_ID "zOS" -# else -# if __IBMCPP__ >= 800 -# define COMPILER_ID "XL" -# else -# define COMPILER_ID "VisualAge" -# endif - /* __IBMCPP__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 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(__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" - -#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 "]"; - - - -/*--------------------------------------------------------------------------*/ - -int main(int argc, char* argv[]) -{ - int require = 0; - require += info_compiler[argc]; - require += info_platform[argc]; -#ifdef COMPILER_VERSION_MAJOR - require += info_version[argc]; -#endif - (void)argv; - return require; -} diff --git a/interface/CMakeFiles/2.8.10.2/CompilerIdCXX/CompilerIdCXX b/interface/CMakeFiles/2.8.10.2/CompilerIdCXX/CompilerIdCXX deleted file mode 100755 index 03602100a947a886815eb5b283e4dce395f2cea4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8984 zcmeI2PiRy}9LK*e8#N@sY^EBN)MQgl!eWTS`!h+VzJ0sA z_qH*m&>Y%=#zT&t?76odJ=ufz;88)m6^h_RJmnzro1N*ttg-09i_8ah_ct@Y-~8rZ zAiw#|&hFC}hXCXNbO9Iya5D$|hN5Kwm;k`o+~l`Ym!~dP&?es&J0ZJni|pp7s`Hsv zve9;Vfczd%z6r)sel2b5ciI;Uz$k#iKwC%BjZIy{n4hGvh*niaXCIXUAOKW4`k=XM z7;8rBA_|y@R_bzGd*^Yd0GtPKr=yQ7v<5#*+w$c6WTvI4)`Bp9DLnhV)VE=>>g0(`Cglut{U@JWJ$bT=m&H6Z98wsO>itUXlj>$cTN`4mLvJ z;Z>X5pK_-EjWrbBrHv%zHTxTF^QqnnwbrLqd5F#jfRRi&RAV+63 z|1ADX9;#b2JzLuk01Vt6@7>ydB&DOh*0X`TzxG_A|M%}-S-v+td#>`OU#~Sp$m69_ z=tir{kd=+lO;_r1ZK>?W>mpLMZtSluDOsDbA9g z(bK6>sYebduS+auMfh_`LwQR8NWVBG6DW<-&haa!(PsVF3eHUgp_vTXGz7 z&5Cdq5*{axCt^1aT*t2m+*z;3S3{Acj)+noued(XNTnI~DnBPeo;YLngneez9&<|S zYH2zsRjUr9N~v0HSKEH0@h)81dtKXJQ-pz2=3aAk-!(ofZgaxNwRvwK^zHa+q>pfe|m5cVIyjKUCOjfdELKBcmb@0|OHS0|O5O1ONd4 CT0vI; diff --git a/interface/CMakeFiles/2.8.10.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/i386/CMakeCXXCompilerId.o b/interface/CMakeFiles/2.8.10.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/i386/CMakeCXXCompilerId.o deleted file mode 100644 index 856af7561811083fe47d7ca5e259a850378817d7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3432 zcmb_fZ-`V?6#w1#XB_9fon2ikMac=*(qd=UX)MuF$KAvwEzwpI85$13(49Bp=rSM1%|)x1l8g;J6OXX+8bs%XyYnbq-e>i!5vCiIJg( zOw|cTZi?l%qim;}F?LIgA8rGK2S=N;9MOR>iZMfM{+UT>-)x7M z`xNb&mb3h#EStHZig3~9isX*uXL}>cN4L({BV%Iy*9}mVgfL++T z=ksgzi`RJd(Xhd{$NOZFLU;kDE+f+@r}c{fV)Ti9p{o?xfva`R7}M3iNOiNW$}(N0 zL(S3jAg!O92e1kuodNS1Kt-ADV7j_a1B@O9umZazox!U!8#a3zYGo#9#)U}xDl=wB zhin7kM@e7es|6`58K7$#x1M{3&11{M-MSi{$GQTG!-GJ7~ znVx_e9_-#=t~J&fN(cz}6gny9^uRFIQ_EnC7S6p7gWWL$2+_=!H--nh*BWA~5oKza z1OlAL=Ch339iFn^aTjhaxqzj9@NFo}KtVrkWVzxICUmfj>#uFTM&}%rpLud9v{}TTUW*TVoy`B zb4BEeRoHGeO@AifI?o@>xeo6Qi!>mn0fSF%etNC9;b=cOaF0-WTaFIc?x9>!YH90H zIrf%$dye)AN<`%#?hX3(V9U4=)oLFV7d96Bfc7DzntAPzu<4xN{Lv47vODI*;@Ik^$Q zP5@M@$Ofu?)L^M!$f=Z8QblMA)zdENS_U>5G<9u?i5}w-8VDooD^P5C!PUn%SB^6P4Ad}K - - - - diff --git a/interface/src/CMakeLists.txt b/interface/src/CMakeLists.txt index 7145c58b12..52703ea311 100644 --- a/interface/src/CMakeLists.txt +++ b/interface/src/CMakeLists.txt @@ -1,2 +1,2 @@ -file(GLOB INTERFACE_SRCS *.cpp *.h) -add_executable(interface ${INTERFACE_SRCS}) \ No newline at end of file +file (GLOB INTERFACE_SRCS *.cpp *.h) +add_executable (interface ${INTERFACE_SRCS}) \ No newline at end of file diff --git a/interface/src/CMakeScripts/interface_postBuildPhase.makeDebug b/interface/src/CMakeScripts/interface_postBuildPhase.makeDebug deleted file mode 100644 index 0bfbe38e9e..0000000000 --- a/interface/src/CMakeScripts/interface_postBuildPhase.makeDebug +++ /dev/null @@ -1,10 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for interface -.SUFFIXES: -all: \ - interface_buildpart_0 - - -interface_buildpart_0: - echo "Depend check for xcode" - cd /Users/birarda/code/worklist/interface/interface && make -C /Users/birarda/code/worklist/interface/interface -f /Users/birarda/code/worklist/interface/interface/CMakeScripts/XCODE_DEPEND_HELPER.make PostBuild.interface.$(CONFIGURATION) diff --git a/interface/src/CMakeScripts/interface_postBuildPhase.makeMinSizeRel b/interface/src/CMakeScripts/interface_postBuildPhase.makeMinSizeRel deleted file mode 100644 index 0bfbe38e9e..0000000000 --- a/interface/src/CMakeScripts/interface_postBuildPhase.makeMinSizeRel +++ /dev/null @@ -1,10 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for interface -.SUFFIXES: -all: \ - interface_buildpart_0 - - -interface_buildpart_0: - echo "Depend check for xcode" - cd /Users/birarda/code/worklist/interface/interface && make -C /Users/birarda/code/worklist/interface/interface -f /Users/birarda/code/worklist/interface/interface/CMakeScripts/XCODE_DEPEND_HELPER.make PostBuild.interface.$(CONFIGURATION) diff --git a/interface/src/CMakeScripts/interface_postBuildPhase.makeRelWithDebInfo b/interface/src/CMakeScripts/interface_postBuildPhase.makeRelWithDebInfo deleted file mode 100644 index 0bfbe38e9e..0000000000 --- a/interface/src/CMakeScripts/interface_postBuildPhase.makeRelWithDebInfo +++ /dev/null @@ -1,10 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for interface -.SUFFIXES: -all: \ - interface_buildpart_0 - - -interface_buildpart_0: - echo "Depend check for xcode" - cd /Users/birarda/code/worklist/interface/interface && make -C /Users/birarda/code/worklist/interface/interface -f /Users/birarda/code/worklist/interface/interface/CMakeScripts/XCODE_DEPEND_HELPER.make PostBuild.interface.$(CONFIGURATION) diff --git a/interface/src/CMakeScripts/interface_postBuildPhase.makeRelease b/interface/src/CMakeScripts/interface_postBuildPhase.makeRelease deleted file mode 100644 index 0bfbe38e9e..0000000000 --- a/interface/src/CMakeScripts/interface_postBuildPhase.makeRelease +++ /dev/null @@ -1,10 +0,0 @@ -# Generated by CMake, DO NOT EDIT -# Custom rules for interface -.SUFFIXES: -all: \ - interface_buildpart_0 - - -interface_buildpart_0: - echo "Depend check for xcode" - cd /Users/birarda/code/worklist/interface/interface && make -C /Users/birarda/code/worklist/interface/interface -f /Users/birarda/code/worklist/interface/interface/CMakeScripts/XCODE_DEPEND_HELPER.make PostBuild.interface.$(CONFIGURATION) diff --git a/interface/src/cmake_install.cmake b/interface/src/cmake_install.cmake deleted file mode 100644 index 707cee6996..0000000000 --- a/interface/src/cmake_install.cmake +++ /dev/null @@ -1,29 +0,0 @@ -# Install script for directory: /Users/birarda/code/worklist/interface/interface/src - -# 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 "Release") - 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) -