diff --git a/PROJ0_MAC/CIS565_PROJ_0 b/PROJ0_MAC/CIS565_PROJ_0 new file mode 100755 index 0000000..9c1fb9b Binary files /dev/null and b/PROJ0_MAC/CIS565_PROJ_0 differ diff --git a/PROJ0_MAC/CMakeCache.txt b/PROJ0_MAC/CMakeCache.txt new file mode 100644 index 0000000..dbef2f2 --- /dev/null +++ b/PROJ0_MAC/CMakeCache.txt @@ -0,0 +1,536 @@ +# This is the CMakeCache file. +# For build in directory: /Users/debanshu/work/cis565/Project-0/PROJ0_MAC +# It was generated by CMake: /Applications/CMake.app/Contents/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Value Computed by CMake +CIS565_PROJ_0_BINARY_DIR:STATIC=/Users/debanshu/work/cis565/Project-0/PROJ0_MAC + +//Value Computed by CMake +CIS565_PROJ_0_SOURCE_DIR:STATIC=/Users/debanshu/work/cis565/Project-0 + +//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 + +//CXX compiler. +CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/clang++ + +//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 builds for minimum +// size. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the compiler during release builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the compiler during release builds with debug info. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//C compiler. +CMAKE_C_COMPILER:FILEPATH=/usr/bin/clang + +//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 builds for minimum +// size. +CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the compiler during release builds. +CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the compiler during release builds with debug info. +CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//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 + +//Path to a program. +CMAKE_INSTALL_NAME_TOOL:FILEPATH=/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=/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=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:STRING= + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=CIS565_PROJ_0 + +//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 + +//Flags used by the linker during the creation of static libraries. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during debug builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during release minsize builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during release builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during Release with Debug Info builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//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 + +//Compile device code in 64 bit mode +CUDA_64_BIT_DEVICE_CODE:BOOL=ON + +//Attach the build rule to the CUDA source file. Enable only when +// the CUDA source file is added to at most one target. +CUDA_ATTACH_VS_BUILD_RULE_TO_CUDA_FILE:BOOL=ON + +//Generate and parse .cubin files in Device mode. +CUDA_BUILD_CUBIN:BOOL=OFF + +//Build in Emulation mode +CUDA_BUILD_EMULATION:BOOL=OFF + +//"cudart" library +CUDA_CUDART_LIBRARY:FILEPATH=/usr/local/cuda/lib/libcudart.dylib + +//"cuda" library (older versions only). +CUDA_CUDA_LIBRARY:FILEPATH=/usr/local/cuda/lib/libcuda.dylib + +//Directory to put all the output files. If blank it will default +// to the CMAKE_CURRENT_BINARY_DIR +CUDA_GENERATED_OUTPUT_DIR:PATH= + +//Generated file extension +CUDA_HOST_COMPILATION_CPP:BOOL=ON + +//Host side compiler used by NVCC +CUDA_HOST_COMPILER:FILEPATH=/usr/bin/clang + +//Path to a program. +CUDA_NVCC_EXECUTABLE:FILEPATH=/usr/local/cuda/bin/nvcc + +//Semi-colon delimit multiple arguments. +CUDA_NVCC_FLAGS:STRING= + +//Semi-colon delimit multiple arguments. +CUDA_NVCC_FLAGS_DEBUG:STRING= + +//Semi-colon delimit multiple arguments. +CUDA_NVCC_FLAGS_MINSIZEREL:STRING= + +//Semi-colon delimit multiple arguments. +CUDA_NVCC_FLAGS_RELEASE:STRING= + +//Semi-colon delimit multiple arguments. +CUDA_NVCC_FLAGS_RELWITHDEBINFO:STRING= + +//Propage C/CXX_FLAGS and friends to the host compiler via -Xcompile +CUDA_PROPAGATE_HOST_FLAGS:BOOL=ON + +//Path to a file. +CUDA_SDK_ROOT_DIR:PATH=CUDA_SDK_ROOT_DIR-NOTFOUND + +//Compile CUDA objects with separable compilation enabled. Requires +// CUDA 5.0+ +CUDA_SEPARABLE_COMPILATION:BOOL=OFF + +//Specify the name of the class of CPU architecture for which the +// input files must be compiled. +CUDA_TARGET_CPU_ARCH:STRING= + +//Path to a file. +CUDA_TOOLKIT_INCLUDE:PATH=/usr/local/cuda/include + +//Toolkit location. +CUDA_TOOLKIT_ROOT_DIR:PATH=/usr/local/cuda + +//Toolkit target location. +CUDA_TOOLKIT_TARGET_DIR:PATH=/usr/local/cuda + +//Print out the commands run while compiling the CUDA source file. +// With the Makefile generator this defaults to VERBOSE variable +// specified on the command line, but can be forced on with this +// option. +CUDA_VERBOSE_BUILD:BOOL=OFF + +//Version of CUDA as computed from nvcc. +CUDA_VERSION:STRING=5.5 + +//"cublas" library +CUDA_cublas_LIBRARY:FILEPATH=/usr/local/cuda/lib/libcublas.dylib + +//"cufft" library +CUDA_cufft_LIBRARY:FILEPATH=/usr/local/cuda/lib/libcufft.dylib + +//"cupti" library +CUDA_cupti_LIBRARY:FILEPATH=/usr/local/cuda/extras/CUPTI/lib/libcupti.dylib + +//"curand" library +CUDA_curand_LIBRARY:FILEPATH=/usr/local/cuda/lib/libcurand.dylib + +//"cusparse" library +CUDA_cusparse_LIBRARY:FILEPATH=/usr/local/cuda/lib/libcusparse.dylib + +//"nppc" library +CUDA_nppc_LIBRARY:FILEPATH=/usr/local/cuda/lib/libnppc.dylib + +//"nppi" library +CUDA_nppi_LIBRARY:FILEPATH=/usr/local/cuda/lib/libnppi.dylib + +//"npps" library +CUDA_npps_LIBRARY:FILEPATH=/usr/local/cuda/lib/libnpps.dylib + +//Path to a library. +GLEW_LIBRARY:FILEPATH=/Users/debanshu/work/cis565/Project-0/external/lib/osx/libGLEW.a + +//Path to a library. +GLFW_LIBRARY:FILEPATH=/Users/debanshu/work/cis565/Project-0/external/lib/osx/libglfw3.a + +//Path to a file. +GLUT_INCLUDE_DIR:PATH=/System/Library/Frameworks/GLUT.framework/Headers + +//Cocoa framework for OSX +GLUT_cocoa_LIBRARY:STRING=-framework Cocoa + +//GLUT library for OSX +GLUT_glut_LIBRARY:STRING=-framework GLUT + +//Include for OpenGL on OSX +OPENGL_INCLUDE_DIR:PATH=/System/Library/Frameworks/OpenGL.framework + +//OpenGL lib for OSX +OPENGL_gl_LIBRARY:FILEPATH=/System/Library/Frameworks/OpenGL.framework + +//AGL lib for OSX +OPENGL_glu_LIBRARY:FILEPATH=/System/Library/Frameworks/AGL.framework + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/Users/debanshu/work/cis565/Project-0/PROJ0_MAC +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=0 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=1 +//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE +CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/Applications/CMake.app/Contents/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/Applications/CMake.app/Contents/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/Applications/CMake.app/Contents/bin/ctest +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER +CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS +CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG +CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL +CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE +CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO +CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//Path to cache edit program executable. +CMAKE_EDIT_COMMAND:INTERNAL=/Applications/CMake.app/Contents/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 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Name of generator. +CMAKE_GENERATOR:INTERNAL=Unix Makefiles +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Start directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/Users/debanshu/work/cis565/Project-0 +//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=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=/Applications/CMake.app/Contents/share/cmake-3.0 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/usr/bin/uname +//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 +//ADVANCED property for variable: CUDA_64_BIT_DEVICE_CODE +CUDA_64_BIT_DEVICE_CODE-ADVANCED:INTERNAL=1 +//List of intermediate files that are part of the cuda dependency +// scanning. +CUDA_ADDITIONAL_CLEAN_FILES:INTERNAL=/Users/debanshu/work/cis565/Project-0/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/src/CIS565_PROJ_0_generated_kernel.cu.o.depend +//ADVANCED property for variable: CUDA_ATTACH_VS_BUILD_RULE_TO_CUDA_FILE +CUDA_ATTACH_VS_BUILD_RULE_TO_CUDA_FILE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CUDA_CUDART_LIBRARY +CUDA_CUDART_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CUDA_CUDA_LIBRARY +CUDA_CUDA_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CUDA_GENERATED_OUTPUT_DIR +CUDA_GENERATED_OUTPUT_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CUDA_HOST_COMPILATION_CPP +CUDA_HOST_COMPILATION_CPP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CUDA_NVCC_EXECUTABLE +CUDA_NVCC_EXECUTABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CUDA_NVCC_FLAGS +CUDA_NVCC_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CUDA_NVCC_FLAGS_DEBUG +CUDA_NVCC_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CUDA_NVCC_FLAGS_MINSIZEREL +CUDA_NVCC_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CUDA_NVCC_FLAGS_RELEASE +CUDA_NVCC_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CUDA_NVCC_FLAGS_RELWITHDEBINFO +CUDA_NVCC_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CUDA_PROPAGATE_HOST_FLAGS +CUDA_PROPAGATE_HOST_FLAGS-ADVANCED:INTERNAL=1 +//This is the value of the last time CUDA_SDK_ROOT_DIR was set +// successfully. +CUDA_SDK_ROOT_DIR_INTERNAL:INTERNAL=CUDA_SDK_ROOT_DIR-NOTFOUND +//ADVANCED property for variable: CUDA_TARGET_CPU_ARCH +CUDA_TARGET_CPU_ARCH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CUDA_TOOLKIT_INCLUDE +CUDA_TOOLKIT_INCLUDE-ADVANCED:INTERNAL=1 +//This is the value of the last time CUDA_TOOLKIT_ROOT_DIR was +// set successfully. +CUDA_TOOLKIT_ROOT_DIR_INTERNAL:INTERNAL=/usr/local/cuda +//ADVANCED property for variable: CUDA_TOOLKIT_TARGET_DIR +CUDA_TOOLKIT_TARGET_DIR-ADVANCED:INTERNAL=1 +//This is the value of the last time CUDA_TOOLKIT_TARGET_DIR was +// set successfully. +CUDA_TOOLKIT_TARGET_DIR_INTERNAL:INTERNAL=/usr/local/cuda +//ADVANCED property for variable: CUDA_VERSION +CUDA_VERSION-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CUDA_cublas_LIBRARY +CUDA_cublas_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CUDA_cufft_LIBRARY +CUDA_cufft_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CUDA_cupti_LIBRARY +CUDA_cupti_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CUDA_curand_LIBRARY +CUDA_curand_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CUDA_cusparse_LIBRARY +CUDA_cusparse_LIBRARY-ADVANCED:INTERNAL=1 +//Location of make2cmake.cmake +CUDA_make2cmake:INTERNAL=/Applications/CMake.app/Contents/share/cmake-3.0/Modules/FindCUDA/make2cmake.cmake +//ADVANCED property for variable: CUDA_nppc_LIBRARY +CUDA_nppc_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CUDA_nppi_LIBRARY +CUDA_nppi_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CUDA_npps_LIBRARY +CUDA_npps_LIBRARY-ADVANCED:INTERNAL=1 +//Location of parse_cubin.cmake +CUDA_parse_cubin:INTERNAL=/Applications/CMake.app/Contents/share/cmake-3.0/Modules/FindCUDA/parse_cubin.cmake +//Location of run_nvcc.cmake +CUDA_run_nvcc:INTERNAL=/Applications/CMake.app/Contents/share/cmake-3.0/Modules/FindCUDA/run_nvcc.cmake +//Details about finding CUDA +FIND_PACKAGE_MESSAGE_DETAILS_CUDA:INTERNAL=[/usr/local/cuda][/usr/local/cuda/bin/nvcc][/usr/local/cuda/include][/usr/local/cuda/lib/libcudart.dylib][v5.5()] +//Details about finding GLEW +FIND_PACKAGE_MESSAGE_DETAILS_GLEW:INTERNAL=[external/include][/Users/debanshu/work/cis565/Project-0/external/lib/osx/libGLEW.a][v()] +//Details about finding GLUT +FIND_PACKAGE_MESSAGE_DETAILS_GLUT:INTERNAL=[-framework GLUT][/System/Library/Frameworks/GLUT.framework/Headers][v()] +//Details about finding OpenGL +FIND_PACKAGE_MESSAGE_DETAILS_OpenGL:INTERNAL=[/System/Library/Frameworks/OpenGL.framework][/System/Library/Frameworks/OpenGL.framework][v()] +//ADVANCED property for variable: GLEW_LIBRARY +GLEW_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: GLUT_INCLUDE_DIR +GLUT_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: GLUT_glut_LIBRARY +GLUT_glut_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_INCLUDE_DIR +OPENGL_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_gl_LIBRARY +OPENGL_gl_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_glu_LIBRARY +OPENGL_glu_LIBRARY-ADVANCED:INTERNAL=1 + diff --git a/PROJ0_MAC/CMakeFiles/3.0.1/CMakeCCompiler.cmake b/PROJ0_MAC/CMakeFiles/3.0.1/CMakeCCompiler.cmake new file mode 100644 index 0000000..5e76e17 --- /dev/null +++ b/PROJ0_MAC/CMakeFiles/3.0.1/CMakeCCompiler.cmake @@ -0,0 +1,58 @@ +set(CMAKE_C_COMPILER "/usr/bin/clang") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "AppleClang") +set(CMAKE_C_COMPILER_VERSION "5.1.0.5030040") +set(CMAKE_C_PLATFORM_ID "Darwin") +set(CMAKE_C_SIMULATE_ID "") +set(CMAKE_C_SIMULATE_VERSION "") + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_LINKER "/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 "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/5.1/lib/darwin/libclang_rt.osx.a") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib;/usr/local/lib") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "/Library/Frameworks;/System/Library/Frameworks") + + + diff --git a/PROJ0_MAC/CMakeFiles/3.0.1/CMakeCXXCompiler.cmake b/PROJ0_MAC/CMakeFiles/3.0.1/CMakeCXXCompiler.cmake new file mode 100644 index 0000000..83083d8 --- /dev/null +++ b/PROJ0_MAC/CMakeFiles/3.0.1/CMakeCXXCompiler.cmake @@ -0,0 +1,59 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/clang++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "AppleClang") +set(CMAKE_CXX_COMPILER_VERSION "5.1.0.5030040") +set(CMAKE_CXX_PLATFORM_ID "Darwin") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_SIMULATE_VERSION "") + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_LINKER "/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 "c++;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/5.1/lib/darwin/libclang_rt.osx.a") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib;/usr/local/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "/Library/Frameworks;/System/Library/Frameworks") + + + diff --git a/PROJ0_MAC/CMakeFiles/3.0.1/CMakeDetermineCompilerABI_C.bin b/PROJ0_MAC/CMakeFiles/3.0.1/CMakeDetermineCompilerABI_C.bin new file mode 100755 index 0000000..9bfcc10 Binary files /dev/null and b/PROJ0_MAC/CMakeFiles/3.0.1/CMakeDetermineCompilerABI_C.bin differ diff --git a/PROJ0_MAC/CMakeFiles/3.0.1/CMakeDetermineCompilerABI_CXX.bin b/PROJ0_MAC/CMakeFiles/3.0.1/CMakeDetermineCompilerABI_CXX.bin new file mode 100755 index 0000000..f81cbf5 Binary files /dev/null and b/PROJ0_MAC/CMakeFiles/3.0.1/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/PROJ0_MAC/CMakeFiles/3.0.1/CMakeSystem.cmake b/PROJ0_MAC/CMakeFiles/3.0.1/CMakeSystem.cmake new file mode 100644 index 0000000..070a0d6 --- /dev/null +++ b/PROJ0_MAC/CMakeFiles/3.0.1/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Darwin-13.3.0") +set(CMAKE_HOST_SYSTEM_NAME "Darwin") +set(CMAKE_HOST_SYSTEM_VERSION "13.3.0") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Darwin-13.3.0") +set(CMAKE_SYSTEM_NAME "Darwin") +set(CMAKE_SYSTEM_VERSION "13.3.0") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/PROJ0_MAC/CMakeFiles/3.0.1/CompilerIdC/CMakeCCompilerId.c b/PROJ0_MAC/CMakeFiles/3.0.1/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 0000000..bd1f7d1 --- /dev/null +++ b/PROJ0_MAC/CMakeFiles/3.0.1/CompilerIdC/CMakeCCompilerId.c @@ -0,0 +1,442 @@ +#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) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) +# if defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) +# else +# define COMPILER_ID "Clang" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH 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" + /* __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 */ +#elif defined(__IAR_SYSTEMS_ICC__ ) || 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 "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto"; +#endif + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__sgi) || defined(__sgi__) || defined(_SGI) +# define PLATFORM_ID "IRIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#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 a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + + +/*--------------------------------------------------------------------------*/ + +#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 +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif + (void)argv; + return require; +} +#endif diff --git a/PROJ0_MAC/CMakeFiles/3.0.1/CompilerIdC/a.out b/PROJ0_MAC/CMakeFiles/3.0.1/CompilerIdC/a.out new file mode 100755 index 0000000..5701460 Binary files /dev/null and b/PROJ0_MAC/CMakeFiles/3.0.1/CompilerIdC/a.out differ diff --git a/PROJ0_MAC/CMakeFiles/3.0.1/CompilerIdCXX/CMakeCXXCompilerId.cpp b/PROJ0_MAC/CMakeFiles/3.0.1/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 0000000..a315c6a --- /dev/null +++ b/PROJ0_MAC/CMakeFiles/3.0.1/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,430 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__COMO__) +# define COMPILER_ID "Comeau" + /* __COMO_VERSION__ = VRR */ +# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) +# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) + +#elif defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" + /* __INTEL_COMPILER = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) +# if defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) +# else +# define COMPILER_ID "Clang" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH 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" + /* __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" + +/* IAR Systems compiler for embedded systems. + http://www.iar.com */ +#elif defined(__IAR_SYSTEMS_ICC__ ) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" + +#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 "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto"; +#endif + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__sgi) || defined(__sgi__) || defined(_SGI) +# define PLATFORM_ID "IRIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#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 a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif + (void)argv; + return require; +} diff --git a/PROJ0_MAC/CMakeFiles/3.0.1/CompilerIdCXX/a.out b/PROJ0_MAC/CMakeFiles/3.0.1/CompilerIdCXX/a.out new file mode 100755 index 0000000..10e4d9b Binary files /dev/null and b/PROJ0_MAC/CMakeFiles/3.0.1/CompilerIdCXX/a.out differ diff --git a/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/CXX.includecache b/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/CXX.includecache new file mode 100644 index 0000000..a930276 --- /dev/null +++ b/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/CXX.includecache @@ -0,0 +1,458 @@ +#IncludeRegexLine: ^[ ]*#[ ]*(include|import)[ ]*[<"]([^">]+)([">]) + +#IncludeRegexScan: ^.*$ + +#IncludeRegexComplain: ^$ + +#IncludeRegexTransform: + +../external/include/GL/freeglut_std.h +windows.h +- +OpenGL/gl.h +- +OpenGL/glu.h +- +GL/gl.h +- +GL/glu.h +- +stdlib.h +- + +../external/include/GL/glew.h +stddef.h +- +inttypes.h +- +stdint.h +- +inttypes.h +- +OpenGL/glu.h +- +GL/glu.h +- + +../external/include/GL/glut.h +freeglut_std.h +../external/include/GL/freeglut_std.h + +../external/include/GLFW/glfw3.h +stddef.h +- +OpenGL/gl3.h +- +OpenGL/gl.h +- +OpenGL/glu.h +- +GL/glcorearb.h +- +GLES/gl.h +- +GLES2/gl2.h +- +GLES3/gl3.h +- +GL/gl.h +- +GL/glu.h +- + +../external/include/glslUtil/glslUtility.hpp +GL/glew.h +- + +/Users/debanshu/work/cis565/Project-0/src/kernel.h +cuda.h +- +vector_types.h +- + +/Users/debanshu/work/cis565/Project-0/src/main.cpp +main.hpp +/Users/debanshu/work/cis565/Project-0/src/main.hpp + +/Users/debanshu/work/cis565/Project-0/src/main.hpp +GL/glew.h +- +GL/glut.h +- +GLFW/glfw3.h +- +glslUtil/glslUtility.hpp +- +cuda_runtime.h +- +cuda_gl_interop.h +- +iostream +- +stdlib.h +- +string +- +kernel.h +/Users/debanshu/work/cis565/Project-0/src/kernel.h + +/usr/local/cuda/include/builtin_types.h +device_types.h +/usr/local/cuda/include/device_types.h +driver_types.h +/usr/local/cuda/include/driver_types.h +surface_types.h +/usr/local/cuda/include/surface_types.h +texture_types.h +/usr/local/cuda/include/texture_types.h +vector_types.h +/usr/local/cuda/include/vector_types.h + +/usr/local/cuda/include/channel_descriptor.h +driver_types.h +/usr/local/cuda/include/driver_types.h +cuda_runtime_api.h +/usr/local/cuda/include/cuda_runtime_api.h +host_defines.h +/usr/local/cuda/include/host_defines.h +vector_types.h +/usr/local/cuda/include/vector_types.h + +/usr/local/cuda/include/common_functions.h +builtin_types.h +/usr/local/cuda/include/builtin_types.h +host_defines.h +/usr/local/cuda/include/host_defines.h +string.h +- +time.h +- +new +- +stdio.h +- +stdlib.h +- +assert.h +- +cuda_device_runtime_api.h +/usr/local/cuda/include/cuda_device_runtime_api.h +math_functions.h +/usr/local/cuda/include/math_functions.h + +/usr/local/cuda/include/crt/func_macro.h + +/usr/local/cuda/include/cuda.h +stdlib.h +- + +/usr/local/cuda/include/cuda_device_runtime_api.h +driver_types.h +/usr/local/cuda/include/driver_types.h +host_defines.h +/usr/local/cuda/include/host_defines.h + +/usr/local/cuda/include/cuda_gl_interop.h +builtin_types.h +/usr/local/cuda/include/builtin_types.h +host_defines.h +/usr/local/cuda/include/host_defines.h +OpenGL/gl.h +- +GLES/gl.h +- +GL/gl.h +- + +/usr/local/cuda/include/cuda_runtime.h +host_config.h +/usr/local/cuda/include/host_config.h +builtin_types.h +/usr/local/cuda/include/builtin_types.h +channel_descriptor.h +/usr/local/cuda/include/channel_descriptor.h +cuda_runtime_api.h +/usr/local/cuda/include/cuda_runtime_api.h +driver_functions.h +/usr/local/cuda/include/driver_functions.h +host_defines.h +/usr/local/cuda/include/host_defines.h +vector_functions.h +/usr/local/cuda/include/vector_functions.h +common_functions.h +/usr/local/cuda/include/common_functions.h +cuda_surface_types.h +/usr/local/cuda/include/cuda_surface_types.h +cuda_texture_types.h +/usr/local/cuda/include/cuda_texture_types.h +device_functions.h +/usr/local/cuda/include/device_functions.h +device_launch_parameters.h +/usr/local/cuda/include/device_launch_parameters.h + +/usr/local/cuda/include/cuda_runtime_api.h +host_defines.h +/usr/local/cuda/include/host_defines.h +builtin_types.h +/usr/local/cuda/include/builtin_types.h +cuda_device_runtime_api.h +/usr/local/cuda/include/cuda_device_runtime_api.h + +/usr/local/cuda/include/cuda_surface_types.h +builtin_types.h +/usr/local/cuda/include/builtin_types.h +channel_descriptor.h +/usr/local/cuda/include/channel_descriptor.h +driver_types.h +/usr/local/cuda/include/driver_types.h +host_defines.h +/usr/local/cuda/include/host_defines.h +surface_types.h +/usr/local/cuda/include/surface_types.h + +/usr/local/cuda/include/cuda_texture_types.h +builtin_types.h +/usr/local/cuda/include/builtin_types.h +channel_descriptor.h +/usr/local/cuda/include/channel_descriptor.h +driver_types.h +/usr/local/cuda/include/driver_types.h +host_defines.h +/usr/local/cuda/include/host_defines.h +texture_types.h +/usr/local/cuda/include/texture_types.h + +/usr/local/cuda/include/device_functions.h +builtin_types.h +/usr/local/cuda/include/builtin_types.h +device_types.h +/usr/local/cuda/include/device_types.h +host_defines.h +/usr/local/cuda/include/host_defines.h +sm_11_atomic_functions.h +/usr/local/cuda/include/sm_11_atomic_functions.h +sm_12_atomic_functions.h +/usr/local/cuda/include/sm_12_atomic_functions.h +sm_13_double_functions.h +/usr/local/cuda/include/sm_13_double_functions.h +sm_20_atomic_functions.h +/usr/local/cuda/include/sm_20_atomic_functions.h +sm_32_atomic_functions.h +/usr/local/cuda/include/sm_32_atomic_functions.h +sm_35_atomic_functions.h +/usr/local/cuda/include/sm_35_atomic_functions.h +sm_20_intrinsics.h +/usr/local/cuda/include/sm_20_intrinsics.h +sm_30_intrinsics.h +/usr/local/cuda/include/sm_30_intrinsics.h +sm_32_intrinsics.h +/usr/local/cuda/include/sm_32_intrinsics.h +sm_35_intrinsics.h +/usr/local/cuda/include/sm_35_intrinsics.h +surface_functions.h +/usr/local/cuda/include/surface_functions.h +texture_fetch_functions.h +/usr/local/cuda/include/texture_fetch_functions.h +texture_indirect_functions.h +/usr/local/cuda/include/texture_indirect_functions.h +surface_indirect_functions.h +/usr/local/cuda/include/surface_indirect_functions.h + +/usr/local/cuda/include/device_functions_decls.h + +/usr/local/cuda/include/device_launch_parameters.h +vector_types.h +/usr/local/cuda/include/vector_types.h + +/usr/local/cuda/include/device_types.h +host_defines.h +/usr/local/cuda/include/host_defines.h + +/usr/local/cuda/include/driver_functions.h +builtin_types.h +/usr/local/cuda/include/builtin_types.h +host_defines.h +/usr/local/cuda/include/host_defines.h +driver_types.h +/usr/local/cuda/include/driver_types.h + +/usr/local/cuda/include/driver_types.h +host_defines.h +/usr/local/cuda/include/host_defines.h +limits.h +- +stddef.h +- + +/usr/local/cuda/include/host_config.h +features.h +- +crtdefs.h +- + +/usr/local/cuda/include/host_defines.h + +/usr/local/cuda/include/math_constants.h + +/usr/local/cuda/include/math_functions.h +builtin_types.h +/usr/local/cuda/include/builtin_types.h +host_defines.h +/usr/local/cuda/include/host_defines.h +math.h +- +stdlib.h +- +cmath +- +cstdlib +- +host_defines.h +/usr/local/cuda/include/host_defines.h +math_constants.h +/usr/local/cuda/include/math_constants.h +device_functions_decls.h +/usr/local/cuda/include/device_functions_decls.h +device_functions.h +/usr/local/cuda/include/device_functions.h +crt/func_macro.h +- +math_functions_dbl_ptx1.h +/usr/local/cuda/include/math_functions_dbl_ptx1.h +math_functions_dbl_ptx3.h +/usr/local/cuda/include/math_functions_dbl_ptx3.h + +/usr/local/cuda/include/math_functions_dbl_ptx1.h + +/usr/local/cuda/include/math_functions_dbl_ptx3.h + +/usr/local/cuda/include/sm_11_atomic_functions.h +builtin_types.h +/usr/local/cuda/include/builtin_types.h +host_defines.h +/usr/local/cuda/include/host_defines.h + +/usr/local/cuda/include/sm_12_atomic_functions.h +builtin_types.h +/usr/local/cuda/include/builtin_types.h +host_defines.h +/usr/local/cuda/include/host_defines.h + +/usr/local/cuda/include/sm_13_double_functions.h +builtin_types.h +/usr/local/cuda/include/builtin_types.h +device_types.h +/usr/local/cuda/include/device_types.h +host_defines.h +/usr/local/cuda/include/host_defines.h + +/usr/local/cuda/include/sm_20_atomic_functions.h +builtin_types.h +/usr/local/cuda/include/builtin_types.h +host_defines.h +/usr/local/cuda/include/host_defines.h + +/usr/local/cuda/include/sm_20_intrinsics.h +builtin_types.h +/usr/local/cuda/include/builtin_types.h +device_types.h +/usr/local/cuda/include/device_types.h +host_defines.h +/usr/local/cuda/include/host_defines.h + +/usr/local/cuda/include/sm_30_intrinsics.h +builtin_types.h +/usr/local/cuda/include/builtin_types.h +device_types.h +/usr/local/cuda/include/device_types.h +host_defines.h +/usr/local/cuda/include/host_defines.h + +/usr/local/cuda/include/sm_32_atomic_functions.h +builtin_types.h +/usr/local/cuda/include/builtin_types.h +host_defines.h +/usr/local/cuda/include/host_defines.h + +/usr/local/cuda/include/sm_32_intrinsics.h +builtin_types.h +/usr/local/cuda/include/builtin_types.h +device_types.h +/usr/local/cuda/include/device_types.h +host_defines.h +/usr/local/cuda/include/host_defines.h + +/usr/local/cuda/include/sm_35_atomic_functions.h +sm_32_atomic_functions.h +/usr/local/cuda/include/sm_32_atomic_functions.h + +/usr/local/cuda/include/sm_35_intrinsics.h +sm_32_intrinsics.h +/usr/local/cuda/include/sm_32_intrinsics.h + +/usr/local/cuda/include/surface_functions.h +builtin_types.h +/usr/local/cuda/include/builtin_types.h +cuda_surface_types.h +/usr/local/cuda/include/cuda_surface_types.h +host_defines.h +/usr/local/cuda/include/host_defines.h +surface_types.h +/usr/local/cuda/include/surface_types.h +vector_functions.h +/usr/local/cuda/include/vector_functions.h +vector_types.h +/usr/local/cuda/include/vector_types.h + +/usr/local/cuda/include/surface_indirect_functions.h +builtin_types.h +/usr/local/cuda/include/builtin_types.h +host_defines.h +/usr/local/cuda/include/host_defines.h +vector_functions.h +/usr/local/cuda/include/vector_functions.h + +/usr/local/cuda/include/surface_types.h +driver_types.h +/usr/local/cuda/include/driver_types.h + +/usr/local/cuda/include/texture_fetch_functions.h +builtin_types.h +/usr/local/cuda/include/builtin_types.h +cuda_texture_types.h +/usr/local/cuda/include/cuda_texture_types.h +host_defines.h +/usr/local/cuda/include/host_defines.h +texture_types.h +/usr/local/cuda/include/texture_types.h +vector_functions.h +/usr/local/cuda/include/vector_functions.h +vector_types.h +/usr/local/cuda/include/vector_types.h + +/usr/local/cuda/include/texture_indirect_functions.h +builtin_types.h +/usr/local/cuda/include/builtin_types.h +host_defines.h +/usr/local/cuda/include/host_defines.h +vector_functions.h +/usr/local/cuda/include/vector_functions.h + +/usr/local/cuda/include/texture_types.h +driver_types.h +/usr/local/cuda/include/driver_types.h + +/usr/local/cuda/include/vector_functions.h +builtin_types.h +/usr/local/cuda/include/builtin_types.h +host_defines.h +/usr/local/cuda/include/host_defines.h +vector_types.h +/usr/local/cuda/include/vector_types.h + +/usr/local/cuda/include/vector_types.h +builtin_types.h +/usr/local/cuda/include/builtin_types.h +host_defines.h +/usr/local/cuda/include/host_defines.h + diff --git a/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/DependInfo.cmake b/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/DependInfo.cmake new file mode 100644 index 0000000..cc30ebf --- /dev/null +++ b/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/DependInfo.cmake @@ -0,0 +1,24 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_CXX + "/Users/debanshu/work/cis565/Project-0/external/src/glslUtil/glslUtility.cpp" "/Users/debanshu/work/cis565/Project-0/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/external/src/glslUtil/glslUtility.cpp.o" + "/Users/debanshu/work/cis565/Project-0/src/main.cpp" "/Users/debanshu/work/cis565/Project-0/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "AppleClang") + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# The include file search paths: +set(CMAKE_C_TARGET_INCLUDE_PATH + "../external/include" + "../external/src" + "/usr/local/cuda/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/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/build.make b/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/build.make new file mode 100644 index 0000000..2fe38f3 --- /dev/null +++ b/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/build.make @@ -0,0 +1,390 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.0 + +#============================================================================= +# 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 = /Applications/CMake.app/Contents/bin/cmake + +# The command to remove a file. +RM = /Applications/CMake.app/Contents/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/debanshu/work/cis565/Project-0 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/debanshu/work/cis565/Project-0/PROJ0_MAC + +# Include any dependencies generated for this target. +include CMakeFiles/CIS565_PROJ_0.dir/depend.make + +# Include the progress variables for this target. +include CMakeFiles/CIS565_PROJ_0.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/CIS565_PROJ_0.dir/flags.make + +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/5.1/include/limits.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/5.1/include/stdarg.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/5.1/include/stddef.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/5.1/include/stdint.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: ../src/kernel.cu +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: ../src/kernel.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/Availability.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/AvailabilityInternal.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/_locale.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/_structs.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/_types.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/_types/_intmax_t.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/_types/_uint16_t.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/_types/_uint32_t.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/_types/_uint64_t.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/_types/_uint8_t.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/_types/_uintmax_t.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/_types/_wctrans_t.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/_types/_wctype_t.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/_wctype.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/alloca.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/assert.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/algorithm +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/allocator.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/atomic_word.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/basic_ios.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/basic_ios.tcc +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/basic_string.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/basic_string.tcc +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/c++allocator.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/c++config.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/c++io.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/c++locale.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/char_traits.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/cmath.tcc +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/codecvt.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/concept_check.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/cpp_type_traits.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/cpu_defines.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/ctype_base.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/ctype_inline.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/functexcept.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/gthr-default.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/gthr.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/ios_base.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/istream.tcc +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/locale_classes.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/locale_facets.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/locale_facets.tcc +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/localefwd.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/messages_members.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/os_defines.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/ostream.tcc +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/ostream_insert.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/postypes.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/stl_algo.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/stl_algobase.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/stl_construct.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/stl_function.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/stl_heap.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/stl_iterator.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/stl_iterator_base_funcs.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/stl_iterator_base_types.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/stl_pair.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/stl_raw_storage_iter.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/stl_relops.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/stl_tempbuf.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/stl_uninitialized.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/streambuf.tcc +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/streambuf_iterator.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/stringfwd.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/bits/time_members.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/cctype +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/climits +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/clocale +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/cmath +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/cstdarg +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/cstddef +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/cstdio +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/cstdlib +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/cstring +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/ctime +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/cwchar +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/cwctype +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/debug/debug.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/exception +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/exception_defines.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/ext/atomicity.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/ext/new_allocator.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/ext/type_traits.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/ios +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/iosfwd +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/iostream +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/istream +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/limits +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/locale +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/memory +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/new +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/ostream +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/streambuf +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/string +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/typeinfo +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/c++/4.2.1/utility +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/ctype.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/gethostuuid.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/i386/_limits.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/i386/_mcontext.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/i386/_types.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/i386/endian.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/i386/limits.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/i386/signal.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/i386/types.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/libkern/_OSByteOrder.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/libkern/i386/_OSByteOrder.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/limits.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/locale.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/mach/i386/_structs.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/machine/_mcontext.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/machine/_types.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/machine/endian.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/machine/limits.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/machine/signal.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/machine/types.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/math.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/pthread.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/pthread_impl.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/runetype.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sched.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/stdint.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/stdio.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/stdlib.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/string.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/strings.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_endian.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_posix_availability.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_select.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_structs.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_symbol_aliasing.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/___offsetof.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_clock_t.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_ct_rune_t.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_dev_t.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_errno_t.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_fd_clr.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_fd_copy.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_fd_def.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_fd_isset.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_fd_set.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_fd_setsize.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_fd_zero.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_gid_t.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_id_t.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_int16_t.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_int32_t.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_int64_t.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_int8_t.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_intptr_t.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_mach_port_t.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_mbstate_t.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_mode_t.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_null.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_off_t.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_pid_t.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_posix_vdisable.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_pthread_attr_t.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_pthread_cond_t.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_pthread_condattr_t.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_pthread_key_t.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_pthread_mutex_t.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_pthread_mutexattr_t.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_pthread_once_t.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_pthread_rwlock_t.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_pthread_rwlockattr_t.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_pthread_t.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_rsize_t.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_rune_t.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_seek_set.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_sigaltstack.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_sigset_t.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_size_t.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_ssize_t.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_suseconds_t.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_time_t.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_timespec.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_timeval.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_ucontext.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_uid_t.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_uintptr_t.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_useconds_t.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_uuid_t.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_va_list.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_wchar_t.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/_types/_wint_t.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/appleapiopts.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/cdefs.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/resource.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/select.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/signal.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/syslimits.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/unistd.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/sys/wait.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/time.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/unistd.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/wchar.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/include/wctype.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/local/cuda/include/builtin_types.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/local/cuda/include/channel_descriptor.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/local/cuda/include/common_functions.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/local/cuda/include/cuda.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/local/cuda/include/cuda_device_runtime_api.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/local/cuda/include/cuda_runtime.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/local/cuda/include/cuda_runtime_api.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/local/cuda/include/cuda_surface_types.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/local/cuda/include/cuda_texture_types.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/local/cuda/include/device_functions.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/local/cuda/include/device_launch_parameters.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/local/cuda/include/device_types.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/local/cuda/include/driver_functions.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/local/cuda/include/driver_types.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/local/cuda/include/host_config.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/local/cuda/include/host_defines.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/local/cuda/include/math_functions.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/local/cuda/include/math_functions_dbl_ptx3.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/local/cuda/include/sm_11_atomic_functions.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/local/cuda/include/sm_12_atomic_functions.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/local/cuda/include/sm_13_double_functions.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/local/cuda/include/sm_20_atomic_functions.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/local/cuda/include/sm_20_intrinsics.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/local/cuda/include/sm_30_intrinsics.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/local/cuda/include/sm_32_atomic_functions.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/local/cuda/include/sm_32_intrinsics.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/local/cuda/include/sm_35_atomic_functions.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/local/cuda/include/sm_35_intrinsics.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/local/cuda/include/surface_functions.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/local/cuda/include/surface_indirect_functions.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/local/cuda/include/surface_types.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/local/cuda/include/texture_fetch_functions.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/local/cuda/include/texture_indirect_functions.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/local/cuda/include/texture_types.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/local/cuda/include/vector_functions.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: /usr/local/cuda/include/vector_types.h +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: CMakeFiles/CIS565_PROJ_0.dir/src/CIS565_PROJ_0_generated_kernel.cu.o.cmake +CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o: ../src/kernel.cu + $(CMAKE_COMMAND) -E cmake_progress_report /Users/debanshu/work/cis565/Project-0/PROJ0_MAC/CMakeFiles $(CMAKE_PROGRESS_1) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold "Building NVCC (Device) object CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o" + cd /Users/debanshu/work/cis565/Project-0/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/src && /Applications/CMake.app/Contents/bin/cmake -E make_directory /Users/debanshu/work/cis565/Project-0/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/src/. + cd /Users/debanshu/work/cis565/Project-0/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/src && /Applications/CMake.app/Contents/bin/cmake -D verbose:BOOL=$(VERBOSE) -D build_configuration:STRING= -D generated_file:STRING=/Users/debanshu/work/cis565/Project-0/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o -D generated_cubin_file:STRING=/Users/debanshu/work/cis565/Project-0/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o.cubin.txt -P /Users/debanshu/work/cis565/Project-0/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/src/CIS565_PROJ_0_generated_kernel.cu.o.cmake + +CMakeFiles/CIS565_PROJ_0.dir/./CIS565_PROJ_0_intermediate_link.o: CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o + $(CMAKE_COMMAND) -E cmake_progress_report /Users/debanshu/work/cis565/Project-0/PROJ0_MAC/CMakeFiles $(CMAKE_PROGRESS_2) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold "Building NVCC intermediate link file CMakeFiles/CIS565_PROJ_0.dir/./CIS565_PROJ_0_intermediate_link.o" + /usr/local/cuda/bin/nvcc --compiler-options -stdlib=libstdc++ -w -arch=sm_20 -m64 -ccbin "/usr/bin/clang" -dlink /Users/debanshu/work/cis565/Project-0/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o -o /Users/debanshu/work/cis565/Project-0/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/./CIS565_PROJ_0_intermediate_link.o + +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: CMakeFiles/CIS565_PROJ_0.dir/flags.make +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: ../src/main.cpp + $(CMAKE_COMMAND) -E cmake_progress_report /Users/debanshu/work/cis565/Project-0/PROJ0_MAC/CMakeFiles $(CMAKE_PROGRESS_3) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o" + /usr/bin/clang++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o -c /Users/debanshu/work/cis565/Project-0/src/main.cpp + +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.i" + /usr/bin/clang++ $(CXX_DEFINES) $(CXX_FLAGS) -E /Users/debanshu/work/cis565/Project-0/src/main.cpp > CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.i + +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.s" + /usr/bin/clang++ $(CXX_DEFINES) $(CXX_FLAGS) -S /Users/debanshu/work/cis565/Project-0/src/main.cpp -o CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.s + +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o.requires: +.PHONY : CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o.requires + +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o.provides: CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o.requires + $(MAKE) -f CMakeFiles/CIS565_PROJ_0.dir/build.make CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o.provides.build +.PHONY : CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o.provides + +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o.provides.build: CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o + +CMakeFiles/CIS565_PROJ_0.dir/external/src/glslUtil/glslUtility.cpp.o: CMakeFiles/CIS565_PROJ_0.dir/flags.make +CMakeFiles/CIS565_PROJ_0.dir/external/src/glslUtil/glslUtility.cpp.o: ../external/src/glslUtil/glslUtility.cpp + $(CMAKE_COMMAND) -E cmake_progress_report /Users/debanshu/work/cis565/Project-0/PROJ0_MAC/CMakeFiles $(CMAKE_PROGRESS_4) + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object CMakeFiles/CIS565_PROJ_0.dir/external/src/glslUtil/glslUtility.cpp.o" + /usr/bin/clang++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/CIS565_PROJ_0.dir/external/src/glslUtil/glslUtility.cpp.o -c /Users/debanshu/work/cis565/Project-0/external/src/glslUtil/glslUtility.cpp + +CMakeFiles/CIS565_PROJ_0.dir/external/src/glslUtil/glslUtility.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/CIS565_PROJ_0.dir/external/src/glslUtil/glslUtility.cpp.i" + /usr/bin/clang++ $(CXX_DEFINES) $(CXX_FLAGS) -E /Users/debanshu/work/cis565/Project-0/external/src/glslUtil/glslUtility.cpp > CMakeFiles/CIS565_PROJ_0.dir/external/src/glslUtil/glslUtility.cpp.i + +CMakeFiles/CIS565_PROJ_0.dir/external/src/glslUtil/glslUtility.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/CIS565_PROJ_0.dir/external/src/glslUtil/glslUtility.cpp.s" + /usr/bin/clang++ $(CXX_DEFINES) $(CXX_FLAGS) -S /Users/debanshu/work/cis565/Project-0/external/src/glslUtil/glslUtility.cpp -o CMakeFiles/CIS565_PROJ_0.dir/external/src/glslUtil/glslUtility.cpp.s + +CMakeFiles/CIS565_PROJ_0.dir/external/src/glslUtil/glslUtility.cpp.o.requires: +.PHONY : CMakeFiles/CIS565_PROJ_0.dir/external/src/glslUtil/glslUtility.cpp.o.requires + +CMakeFiles/CIS565_PROJ_0.dir/external/src/glslUtil/glslUtility.cpp.o.provides: CMakeFiles/CIS565_PROJ_0.dir/external/src/glslUtil/glslUtility.cpp.o.requires + $(MAKE) -f CMakeFiles/CIS565_PROJ_0.dir/build.make CMakeFiles/CIS565_PROJ_0.dir/external/src/glslUtil/glslUtility.cpp.o.provides.build +.PHONY : CMakeFiles/CIS565_PROJ_0.dir/external/src/glslUtil/glslUtility.cpp.o.provides + +CMakeFiles/CIS565_PROJ_0.dir/external/src/glslUtil/glslUtility.cpp.o.provides.build: CMakeFiles/CIS565_PROJ_0.dir/external/src/glslUtil/glslUtility.cpp.o + +# Object files for target CIS565_PROJ_0 +CIS565_PROJ_0_OBJECTS = \ +"CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o" \ +"CMakeFiles/CIS565_PROJ_0.dir/external/src/glslUtil/glslUtility.cpp.o" + +# External object files for target CIS565_PROJ_0 +CIS565_PROJ_0_EXTERNAL_OBJECTS = \ +"/Users/debanshu/work/cis565/Project-0/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o" \ +"/Users/debanshu/work/cis565/Project-0/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/./CIS565_PROJ_0_intermediate_link.o" + +CIS565_PROJ_0: CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o +CIS565_PROJ_0: CMakeFiles/CIS565_PROJ_0.dir/external/src/glslUtil/glslUtility.cpp.o +CIS565_PROJ_0: CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o +CIS565_PROJ_0: CMakeFiles/CIS565_PROJ_0.dir/./CIS565_PROJ_0_intermediate_link.o +CIS565_PROJ_0: CMakeFiles/CIS565_PROJ_0.dir/build.make +CIS565_PROJ_0: /usr/local/cuda/lib/libcudart.dylib +CIS565_PROJ_0: ../external/lib/osx/libglfw3.a +CIS565_PROJ_0: ../external/lib/osx/libGLEW.a +CIS565_PROJ_0: CMakeFiles/CIS565_PROJ_0.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX executable CIS565_PROJ_0" + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/CIS565_PROJ_0.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/CIS565_PROJ_0.dir/build: CIS565_PROJ_0 +.PHONY : CMakeFiles/CIS565_PROJ_0.dir/build + +CMakeFiles/CIS565_PROJ_0.dir/requires: CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o.requires +CMakeFiles/CIS565_PROJ_0.dir/requires: CMakeFiles/CIS565_PROJ_0.dir/external/src/glslUtil/glslUtility.cpp.o.requires +.PHONY : CMakeFiles/CIS565_PROJ_0.dir/requires + +CMakeFiles/CIS565_PROJ_0.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/CIS565_PROJ_0.dir/cmake_clean.cmake +.PHONY : CMakeFiles/CIS565_PROJ_0.dir/clean + +CMakeFiles/CIS565_PROJ_0.dir/depend: CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o +CMakeFiles/CIS565_PROJ_0.dir/depend: CMakeFiles/CIS565_PROJ_0.dir/./CIS565_PROJ_0_intermediate_link.o + cd /Users/debanshu/work/cis565/Project-0/PROJ0_MAC && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/debanshu/work/cis565/Project-0 /Users/debanshu/work/cis565/Project-0 /Users/debanshu/work/cis565/Project-0/PROJ0_MAC /Users/debanshu/work/cis565/Project-0/PROJ0_MAC /Users/debanshu/work/cis565/Project-0/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/CIS565_PROJ_0.dir/depend + diff --git a/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/cmake_clean.cmake b/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/cmake_clean.cmake new file mode 100644 index 0000000..c7396d0 --- /dev/null +++ b/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/cmake_clean.cmake @@ -0,0 +1,13 @@ +file(REMOVE_RECURSE + "CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o" + "CMakeFiles/CIS565_PROJ_0.dir/./CIS565_PROJ_0_intermediate_link.o" + "CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o" + "CMakeFiles/CIS565_PROJ_0.dir/external/src/glslUtil/glslUtility.cpp.o" + "CIS565_PROJ_0.pdb" + "CIS565_PROJ_0" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/CIS565_PROJ_0.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/depend.internal b/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/depend.internal new file mode 100644 index 0000000..9658ebd --- /dev/null +++ b/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/depend.internal @@ -0,0 +1,57 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.0 + +CMakeFiles/CIS565_PROJ_0.dir/external/src/glslUtil/glslUtility.cpp.o + ../external/include/GL/glew.h + ../external/include/glslUtil/glslUtility.hpp + /Users/debanshu/work/cis565/Project-0/external/src/glslUtil/glslUtility.cpp +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o + ../external/include/GL/freeglut_std.h + ../external/include/GL/glew.h + ../external/include/GL/glut.h + ../external/include/GLFW/glfw3.h + ../external/include/glslUtil/glslUtility.hpp + /Users/debanshu/work/cis565/Project-0/src/kernel.h + /Users/debanshu/work/cis565/Project-0/src/main.cpp + /Users/debanshu/work/cis565/Project-0/src/main.hpp + /usr/local/cuda/include/builtin_types.h + /usr/local/cuda/include/channel_descriptor.h + /usr/local/cuda/include/common_functions.h + /usr/local/cuda/include/crt/func_macro.h + /usr/local/cuda/include/cuda.h + /usr/local/cuda/include/cuda_device_runtime_api.h + /usr/local/cuda/include/cuda_gl_interop.h + /usr/local/cuda/include/cuda_runtime.h + /usr/local/cuda/include/cuda_runtime_api.h + /usr/local/cuda/include/cuda_surface_types.h + /usr/local/cuda/include/cuda_texture_types.h + /usr/local/cuda/include/device_functions.h + /usr/local/cuda/include/device_functions_decls.h + /usr/local/cuda/include/device_launch_parameters.h + /usr/local/cuda/include/device_types.h + /usr/local/cuda/include/driver_functions.h + /usr/local/cuda/include/driver_types.h + /usr/local/cuda/include/host_config.h + /usr/local/cuda/include/host_defines.h + /usr/local/cuda/include/math_constants.h + /usr/local/cuda/include/math_functions.h + /usr/local/cuda/include/math_functions_dbl_ptx1.h + /usr/local/cuda/include/math_functions_dbl_ptx3.h + /usr/local/cuda/include/sm_11_atomic_functions.h + /usr/local/cuda/include/sm_12_atomic_functions.h + /usr/local/cuda/include/sm_13_double_functions.h + /usr/local/cuda/include/sm_20_atomic_functions.h + /usr/local/cuda/include/sm_20_intrinsics.h + /usr/local/cuda/include/sm_30_intrinsics.h + /usr/local/cuda/include/sm_32_atomic_functions.h + /usr/local/cuda/include/sm_32_intrinsics.h + /usr/local/cuda/include/sm_35_atomic_functions.h + /usr/local/cuda/include/sm_35_intrinsics.h + /usr/local/cuda/include/surface_functions.h + /usr/local/cuda/include/surface_indirect_functions.h + /usr/local/cuda/include/surface_types.h + /usr/local/cuda/include/texture_fetch_functions.h + /usr/local/cuda/include/texture_indirect_functions.h + /usr/local/cuda/include/texture_types.h + /usr/local/cuda/include/vector_functions.h + /usr/local/cuda/include/vector_types.h diff --git a/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/depend.make b/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/depend.make new file mode 100644 index 0000000..27b971b --- /dev/null +++ b/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/depend.make @@ -0,0 +1,57 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.0 + +CMakeFiles/CIS565_PROJ_0.dir/external/src/glslUtil/glslUtility.cpp.o: ../external/include/GL/glew.h +CMakeFiles/CIS565_PROJ_0.dir/external/src/glslUtil/glslUtility.cpp.o: ../external/include/glslUtil/glslUtility.hpp +CMakeFiles/CIS565_PROJ_0.dir/external/src/glslUtil/glslUtility.cpp.o: ../external/src/glslUtil/glslUtility.cpp + +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: ../external/include/GL/freeglut_std.h +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: ../external/include/GL/glew.h +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: ../external/include/GL/glut.h +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: ../external/include/GLFW/glfw3.h +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: ../external/include/glslUtil/glslUtility.hpp +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: ../src/kernel.h +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: ../src/main.cpp +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: ../src/main.hpp +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: /usr/local/cuda/include/builtin_types.h +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: /usr/local/cuda/include/channel_descriptor.h +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: /usr/local/cuda/include/common_functions.h +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: /usr/local/cuda/include/crt/func_macro.h +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: /usr/local/cuda/include/cuda.h +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: /usr/local/cuda/include/cuda_device_runtime_api.h +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: /usr/local/cuda/include/cuda_gl_interop.h +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: /usr/local/cuda/include/cuda_runtime.h +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: /usr/local/cuda/include/cuda_runtime_api.h +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: /usr/local/cuda/include/cuda_surface_types.h +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: /usr/local/cuda/include/cuda_texture_types.h +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: /usr/local/cuda/include/device_functions.h +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: /usr/local/cuda/include/device_functions_decls.h +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: /usr/local/cuda/include/device_launch_parameters.h +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: /usr/local/cuda/include/device_types.h +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: /usr/local/cuda/include/driver_functions.h +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: /usr/local/cuda/include/driver_types.h +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: /usr/local/cuda/include/host_config.h +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: /usr/local/cuda/include/host_defines.h +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: /usr/local/cuda/include/math_constants.h +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: /usr/local/cuda/include/math_functions.h +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: /usr/local/cuda/include/math_functions_dbl_ptx1.h +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: /usr/local/cuda/include/math_functions_dbl_ptx3.h +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: /usr/local/cuda/include/sm_11_atomic_functions.h +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: /usr/local/cuda/include/sm_12_atomic_functions.h +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: /usr/local/cuda/include/sm_13_double_functions.h +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: /usr/local/cuda/include/sm_20_atomic_functions.h +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: /usr/local/cuda/include/sm_20_intrinsics.h +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: /usr/local/cuda/include/sm_30_intrinsics.h +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: /usr/local/cuda/include/sm_32_atomic_functions.h +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: /usr/local/cuda/include/sm_32_intrinsics.h +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: /usr/local/cuda/include/sm_35_atomic_functions.h +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: /usr/local/cuda/include/sm_35_intrinsics.h +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: /usr/local/cuda/include/surface_functions.h +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: /usr/local/cuda/include/surface_indirect_functions.h +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: /usr/local/cuda/include/surface_types.h +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: /usr/local/cuda/include/texture_fetch_functions.h +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: /usr/local/cuda/include/texture_indirect_functions.h +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: /usr/local/cuda/include/texture_types.h +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: /usr/local/cuda/include/vector_functions.h +CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o: /usr/local/cuda/include/vector_types.h + diff --git a/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/flags.make b/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/flags.make new file mode 100644 index 0000000..323ffa2 --- /dev/null +++ b/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/flags.make @@ -0,0 +1,8 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.0 + +# compile CXX with /usr/bin/clang++ +CXX_FLAGS = -O3 -m64 -msse2 -stdlib=libstdc++ -I/Users/debanshu/work/cis565/Project-0/external/include -I/Users/debanshu/work/cis565/Project-0/external/src -I/usr/local/cuda/include + +CXX_DEFINES = + diff --git a/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/link.txt b/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/link.txt new file mode 100644 index 0000000..7e0c7e7 --- /dev/null +++ b/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/clang++ -O3 -m64 -msse2 -stdlib=libstdc++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o CMakeFiles/CIS565_PROJ_0.dir/external/src/glslUtil/glslUtility.cpp.o CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o CMakeFiles/CIS565_PROJ_0.dir/./CIS565_PROJ_0_intermediate_link.o -o CIS565_PROJ_0 /usr/local/cuda/lib/libcudart.dylib -Wl,-rpath -Wl,/usr/local/cuda/lib ../external/lib/osx/libglfw3.a -framework GLUT -framework Cocoa -framework AGL -framework OpenGL ../external/lib/osx/libGLEW.a -framework IOKit -Wl,-rpath,/usr/local/cuda/lib diff --git a/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/progress.make b/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/progress.make new file mode 100644 index 0000000..a69a57e --- /dev/null +++ b/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = 1 +CMAKE_PROGRESS_2 = 2 +CMAKE_PROGRESS_3 = 3 +CMAKE_PROGRESS_4 = 4 + diff --git a/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/src/CIS565_PROJ_0_generated_kernel.cu.o.cmake b/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/src/CIS565_PROJ_0_generated_kernel.cu.o.cmake new file mode 100644 index 0000000..b6fd75e --- /dev/null +++ b/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/src/CIS565_PROJ_0_generated_kernel.cu.o.cmake @@ -0,0 +1,296 @@ +# James Bigler, NVIDIA Corp (nvidia.com - jbigler) +# +# Copyright (c) 2008 - 2009 NVIDIA Corporation. All rights reserved. +# +# This code is licensed under the MIT License. See the FindCUDA.cmake script +# for the text of the license. + +# The MIT License +# +# License for the specific language governing rights and limitations under +# Permission is hereby granted, free of charge, to any person obtaining a +# copy of this software and associated documentation files (the "Software"), +# to deal in the Software without restriction, including without limitation +# the rights to use, copy, modify, merge, publish, distribute, sublicense, +# and/or sell copies of the Software, and to permit persons to whom the +# Software is furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included +# in all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +# DEALINGS IN THE SOFTWARE. + + +########################################################################## +# This file runs the nvcc commands to produce the desired output file along with +# the dependency file needed by CMake to compute dependencies. In addition the +# file checks the output of each command and if the command fails it deletes the +# output files. + +# Input variables +# +# verbose:BOOL=<> OFF: Be as quiet as possible (default) +# ON : Describe each step +# +# build_configuration:STRING=<> Typically one of Debug, MinSizeRel, Release, or +# RelWithDebInfo, but it should match one of the +# entries in CUDA_HOST_FLAGS. This is the build +# configuration used when compiling the code. If +# blank or unspecified Debug is assumed as this is +# what CMake does. +# +# generated_file:STRING=<> File to generate. This argument must be passed in. +# +# generated_cubin_file:STRING=<> File to generate. This argument must be passed +# in if build_cubin is true. + +if(NOT generated_file) + message(FATAL_ERROR "You must specify generated_file on the command line") +endif() + +# Set these up as variables to make reading the generated file easier +set(CMAKE_COMMAND "/Applications/CMake.app/Contents/bin/cmake") # path +set(source_file "/Users/debanshu/work/cis565/Project-0/src/kernel.cu") # path +set(NVCC_generated_dependency_file "/Users/debanshu/work/cis565/Project-0/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/src/CIS565_PROJ_0_generated_kernel.cu.o.NVCC-depend") # path +set(cmake_dependency_file "/Users/debanshu/work/cis565/Project-0/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/src/CIS565_PROJ_0_generated_kernel.cu.o.depend") # path +set(CUDA_make2cmake "/Applications/CMake.app/Contents/share/cmake-3.0/Modules/FindCUDA/make2cmake.cmake") # path +set(CUDA_parse_cubin "/Applications/CMake.app/Contents/share/cmake-3.0/Modules/FindCUDA/parse_cubin.cmake") # path +set(build_cubin OFF) # bool +set(CUDA_HOST_COMPILER "/usr/bin/clang") # bool +# We won't actually use these variables for now, but we need to set this, in +# order to force this file to be run again if it changes. +set(generated_file_path "/Users/debanshu/work/cis565/Project-0/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/src/.") # path +set(generated_file_internal "/Users/debanshu/work/cis565/Project-0/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o") # path +set(generated_cubin_file_internal "/Users/debanshu/work/cis565/Project-0/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o.cubin.txt") # path + +set(CUDA_NVCC_EXECUTABLE "/usr/local/cuda/bin/nvcc") # path +set(CUDA_NVCC_FLAGS --compiler-options;-stdlib=libstdc++;-w; ;; -arch=sm_20) # list +# Build specific configuration flags +set(CUDA_NVCC_FLAGS_DEBUG ; ) +set(CUDA_NVCC_FLAGS_MINSIZEREL ; ) +set(CUDA_NVCC_FLAGS_RELEASE ; ) +set(CUDA_NVCC_FLAGS_RELWITHDEBINFO ; ) +set(nvcc_flags -m64) # list +set(CUDA_NVCC_INCLUDE_ARGS "-I/usr/local/cuda/include;-I/Users/debanshu/work/cis565/Project-0/external/include;-I/Users/debanshu/work/cis565/Project-0/external/src;-I/usr/local/cuda/include") # list (needs to be in quotes to handle spaces properly). +set(format_flag "-dc") # string + +if(build_cubin AND NOT generated_cubin_file) + message(FATAL_ERROR "You must specify generated_cubin_file on the command line") +endif() + +# This is the list of host compilation flags. It C or CXX should already have +# been chosen by FindCUDA.cmake. +set(CMAKE_HOST_FLAGS -O3 -m64 -msse2 -stdlib=libstdc++ ) +set(CMAKE_HOST_FLAGS_DEBUG -g) +set(CMAKE_HOST_FLAGS_MINSIZEREL -Os -DNDEBUG) +set(CMAKE_HOST_FLAGS_RELEASE -O3 -DNDEBUG) +set(CMAKE_HOST_FLAGS_RELWITHDEBINFO -O2 -g -DNDEBUG) + +# Take the compiler flags and package them up to be sent to the compiler via -Xcompiler +set(nvcc_host_compiler_flags "") +# If we weren't given a build_configuration, use Debug. +if(NOT build_configuration) + set(build_configuration Debug) +endif() +string(TOUPPER "${build_configuration}" build_configuration) +#message("CUDA_NVCC_HOST_COMPILER_FLAGS = ${CUDA_NVCC_HOST_COMPILER_FLAGS}") +foreach(flag ${CMAKE_HOST_FLAGS} ${CMAKE_HOST_FLAGS_${build_configuration}}) + # Extra quotes are added around each flag to help nvcc parse out flags with spaces. + set(nvcc_host_compiler_flags "${nvcc_host_compiler_flags},\"${flag}\"") +endforeach() +if (nvcc_host_compiler_flags) + set(nvcc_host_compiler_flags "-Xcompiler" ${nvcc_host_compiler_flags}) +endif() +#message("nvcc_host_compiler_flags = \"${nvcc_host_compiler_flags}\"") +# Add the build specific configuration flags +list(APPEND CUDA_NVCC_FLAGS ${CUDA_NVCC_FLAGS_${build_configuration}}) + +# Any -ccbin existing in CUDA_NVCC_FLAGS gets highest priority +list( FIND CUDA_NVCC_FLAGS "-ccbin" ccbin_found0 ) +list( FIND CUDA_NVCC_FLAGS "--compiler-bindir" ccbin_found1 ) +if( ccbin_found0 LESS 0 AND ccbin_found1 LESS 0 ) + if (CUDA_HOST_COMPILER STREQUAL "$(VCInstallDir)bin" AND DEFINED CCBIN) + set(CCBIN -ccbin "${CCBIN}") + else() + set(CCBIN -ccbin "${CUDA_HOST_COMPILER}") + endif() +endif() + +# cuda_execute_process - Executes a command with optional command echo and status message. +# +# status - Status message to print if verbose is true +# command - COMMAND argument from the usual execute_process argument structure +# ARGN - Remaining arguments are the command with arguments +# +# CUDA_result - return value from running the command +# +# Make this a macro instead of a function, so that things like RESULT_VARIABLE +# and other return variables are present after executing the process. +macro(cuda_execute_process status command) + set(_command ${command}) + if(NOT _command STREQUAL "COMMAND") + message(FATAL_ERROR "Malformed call to cuda_execute_process. Missing COMMAND as second argument. (command = ${command})") + endif() + if(verbose) + execute_process(COMMAND "${CMAKE_COMMAND}" -E echo -- ${status}) + # Now we need to build up our command string. We are accounting for quotes + # and spaces, anything else is left up to the user to fix if they want to + # copy and paste a runnable command line. + set(cuda_execute_process_string) + foreach(arg ${ARGN}) + # If there are quotes, excape them, so they come through. + string(REPLACE "\"" "\\\"" arg ${arg}) + # Args with spaces need quotes around them to get them to be parsed as a single argument. + if(arg MATCHES " ") + list(APPEND cuda_execute_process_string "\"${arg}\"") + else() + list(APPEND cuda_execute_process_string ${arg}) + endif() + endforeach() + # Echo the command + execute_process(COMMAND ${CMAKE_COMMAND} -E echo ${cuda_execute_process_string}) + endif() + # Run the command + execute_process(COMMAND ${ARGN} RESULT_VARIABLE CUDA_result ) +endmacro() + +# Delete the target file +cuda_execute_process( + "Removing ${generated_file}" + COMMAND "${CMAKE_COMMAND}" -E remove "${generated_file}" + ) + +# For CUDA 2.3 and below, -G -M doesn't work, so remove the -G flag +# for dependency generation and hope for the best. +set(depends_CUDA_NVCC_FLAGS "${CUDA_NVCC_FLAGS}") +set(CUDA_VERSION 5.5) +if(CUDA_VERSION VERSION_LESS "3.0") + cmake_policy(PUSH) + # CMake policy 0007 NEW states that empty list elements are not + # ignored. I'm just setting it to avoid the warning that's printed. + cmake_policy(SET CMP0007 NEW) + # Note that this will remove all occurances of -G. + list(REMOVE_ITEM depends_CUDA_NVCC_FLAGS "-G") + cmake_policy(POP) +endif() + +# nvcc doesn't define __CUDACC__ for some reason when generating dependency files. This +# can cause incorrect dependencies when #including files based on this macro which is +# defined in the generating passes of nvcc invokation. We will go ahead and manually +# define this for now until a future version fixes this bug. +set(CUDACC_DEFINE -D__CUDACC__) + +# Generate the dependency file +cuda_execute_process( + "Generating dependency file: ${NVCC_generated_dependency_file}" + COMMAND "${CUDA_NVCC_EXECUTABLE}" + -M + ${CUDACC_DEFINE} + "${source_file}" + -o "${NVCC_generated_dependency_file}" + ${CCBIN} + ${nvcc_flags} + ${nvcc_host_compiler_flags} + ${depends_CUDA_NVCC_FLAGS} + -DNVCC + ${CUDA_NVCC_INCLUDE_ARGS} + ) + +if(CUDA_result) + message(FATAL_ERROR "Error generating ${generated_file}") +endif() + +# Generate the cmake readable dependency file to a temp file. Don't put the +# quotes just around the filenames for the input_file and output_file variables. +# CMake will pass the quotes through and not be able to find the file. +cuda_execute_process( + "Generating temporary cmake readable file: ${cmake_dependency_file}.tmp" + COMMAND "${CMAKE_COMMAND}" + -D "input_file:FILEPATH=${NVCC_generated_dependency_file}" + -D "output_file:FILEPATH=${cmake_dependency_file}.tmp" + -P "${CUDA_make2cmake}" + ) + +if(CUDA_result) + message(FATAL_ERROR "Error generating ${generated_file}") +endif() + +# Copy the file if it is different +cuda_execute_process( + "Copy if different ${cmake_dependency_file}.tmp to ${cmake_dependency_file}" + COMMAND "${CMAKE_COMMAND}" -E copy_if_different "${cmake_dependency_file}.tmp" "${cmake_dependency_file}" + ) + +if(CUDA_result) + message(FATAL_ERROR "Error generating ${generated_file}") +endif() + +# Delete the temporary file +cuda_execute_process( + "Removing ${cmake_dependency_file}.tmp and ${NVCC_generated_dependency_file}" + COMMAND "${CMAKE_COMMAND}" -E remove "${cmake_dependency_file}.tmp" "${NVCC_generated_dependency_file}" + ) + +if(CUDA_result) + message(FATAL_ERROR "Error generating ${generated_file}") +endif() + +# Generate the code +cuda_execute_process( + "Generating ${generated_file}" + COMMAND "${CUDA_NVCC_EXECUTABLE}" + "${source_file}" + ${format_flag} -o "${generated_file}" + ${CCBIN} + ${nvcc_flags} + ${nvcc_host_compiler_flags} + ${CUDA_NVCC_FLAGS} + -DNVCC + ${CUDA_NVCC_INCLUDE_ARGS} + ) + +if(CUDA_result) + # Since nvcc can sometimes leave half done files make sure that we delete the output file. + cuda_execute_process( + "Removing ${generated_file}" + COMMAND "${CMAKE_COMMAND}" -E remove "${generated_file}" + ) + message(FATAL_ERROR "Error generating file ${generated_file}") +else() + if(verbose) + message("Generated ${generated_file} successfully.") + endif() +endif() + +# Cubin resource report commands. +if( build_cubin ) + # Run with -cubin to produce resource usage report. + cuda_execute_process( + "Generating ${generated_cubin_file}" + COMMAND "${CUDA_NVCC_EXECUTABLE}" + "${source_file}" + ${CUDA_NVCC_FLAGS} + ${nvcc_flags} + ${CCBIN} + ${nvcc_host_compiler_flags} + -DNVCC + -cubin + -o "${generated_cubin_file}" + ${CUDA_NVCC_INCLUDE_ARGS} + ) + + # Execute the parser script. + cuda_execute_process( + "Executing the parser script" + COMMAND "${CMAKE_COMMAND}" + -D "input_file:STRING=${generated_cubin_file}" + -P "${CUDA_parse_cubin}" + ) + +endif() diff --git a/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/src/CIS565_PROJ_0_generated_kernel.cu.o.depend b/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/src/CIS565_PROJ_0_generated_kernel.cu.o.depend new file mode 100644 index 0000000..fa717fa --- /dev/null +++ b/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir/src/CIS565_PROJ_0_generated_kernel.cu.o.depend @@ -0,0 +1,246 @@ +# Generated by: make2cmake.cmake +SET(CUDA_NVCC_DEPEND + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/5.1/include/limits.h" + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/5.1/include/stdarg.h" + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/5.1/include/stddef.h" + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/5.1/include/stdint.h" + "/Users/debanshu/work/cis565/Project-0/src/kernel.cu" + "/Users/debanshu/work/cis565/Project-0/src/kernel.h" + "/usr/include/Availability.h" + "/usr/include/AvailabilityInternal.h" + "/usr/include/_locale.h" + "/usr/include/_structs.h" + "/usr/include/_types.h" + "/usr/include/_types/_intmax_t.h" + "/usr/include/_types/_uint16_t.h" + "/usr/include/_types/_uint32_t.h" + "/usr/include/_types/_uint64_t.h" + "/usr/include/_types/_uint8_t.h" + "/usr/include/_types/_uintmax_t.h" + "/usr/include/_types/_wctrans_t.h" + "/usr/include/_types/_wctype_t.h" + "/usr/include/_wctype.h" + "/usr/include/alloca.h" + "/usr/include/assert.h" + "/usr/include/c++/4.2.1/algorithm" + "/usr/include/c++/4.2.1/bits/allocator.h" + "/usr/include/c++/4.2.1/bits/atomic_word.h" + "/usr/include/c++/4.2.1/bits/basic_ios.h" + "/usr/include/c++/4.2.1/bits/basic_ios.tcc" + "/usr/include/c++/4.2.1/bits/basic_string.h" + "/usr/include/c++/4.2.1/bits/basic_string.tcc" + "/usr/include/c++/4.2.1/bits/c++allocator.h" + "/usr/include/c++/4.2.1/bits/c++config.h" + "/usr/include/c++/4.2.1/bits/c++io.h" + "/usr/include/c++/4.2.1/bits/c++locale.h" + "/usr/include/c++/4.2.1/bits/char_traits.h" + "/usr/include/c++/4.2.1/bits/cmath.tcc" + "/usr/include/c++/4.2.1/bits/codecvt.h" + "/usr/include/c++/4.2.1/bits/concept_check.h" + "/usr/include/c++/4.2.1/bits/cpp_type_traits.h" + "/usr/include/c++/4.2.1/bits/cpu_defines.h" + "/usr/include/c++/4.2.1/bits/ctype_base.h" + "/usr/include/c++/4.2.1/bits/ctype_inline.h" + "/usr/include/c++/4.2.1/bits/functexcept.h" + "/usr/include/c++/4.2.1/bits/gthr-default.h" + "/usr/include/c++/4.2.1/bits/gthr.h" + "/usr/include/c++/4.2.1/bits/ios_base.h" + "/usr/include/c++/4.2.1/bits/istream.tcc" + "/usr/include/c++/4.2.1/bits/locale_classes.h" + "/usr/include/c++/4.2.1/bits/locale_facets.h" + "/usr/include/c++/4.2.1/bits/locale_facets.tcc" + "/usr/include/c++/4.2.1/bits/localefwd.h" + "/usr/include/c++/4.2.1/bits/messages_members.h" + "/usr/include/c++/4.2.1/bits/os_defines.h" + "/usr/include/c++/4.2.1/bits/ostream.tcc" + "/usr/include/c++/4.2.1/bits/ostream_insert.h" + "/usr/include/c++/4.2.1/bits/postypes.h" + "/usr/include/c++/4.2.1/bits/stl_algo.h" + "/usr/include/c++/4.2.1/bits/stl_algobase.h" + "/usr/include/c++/4.2.1/bits/stl_construct.h" + "/usr/include/c++/4.2.1/bits/stl_function.h" + "/usr/include/c++/4.2.1/bits/stl_heap.h" + "/usr/include/c++/4.2.1/bits/stl_iterator.h" + "/usr/include/c++/4.2.1/bits/stl_iterator_base_funcs.h" + "/usr/include/c++/4.2.1/bits/stl_iterator_base_types.h" + "/usr/include/c++/4.2.1/bits/stl_pair.h" + "/usr/include/c++/4.2.1/bits/stl_raw_storage_iter.h" + "/usr/include/c++/4.2.1/bits/stl_relops.h" + "/usr/include/c++/4.2.1/bits/stl_tempbuf.h" + "/usr/include/c++/4.2.1/bits/stl_uninitialized.h" + "/usr/include/c++/4.2.1/bits/streambuf.tcc" + "/usr/include/c++/4.2.1/bits/streambuf_iterator.h" + "/usr/include/c++/4.2.1/bits/stringfwd.h" + "/usr/include/c++/4.2.1/bits/time_members.h" + "/usr/include/c++/4.2.1/cctype" + "/usr/include/c++/4.2.1/climits" + "/usr/include/c++/4.2.1/clocale" + "/usr/include/c++/4.2.1/cmath" + "/usr/include/c++/4.2.1/cstdarg" + "/usr/include/c++/4.2.1/cstddef" + "/usr/include/c++/4.2.1/cstdio" + "/usr/include/c++/4.2.1/cstdlib" + "/usr/include/c++/4.2.1/cstring" + "/usr/include/c++/4.2.1/ctime" + "/usr/include/c++/4.2.1/cwchar" + "/usr/include/c++/4.2.1/cwctype" + "/usr/include/c++/4.2.1/debug/debug.h" + "/usr/include/c++/4.2.1/exception" + "/usr/include/c++/4.2.1/exception_defines.h" + "/usr/include/c++/4.2.1/ext/atomicity.h" + "/usr/include/c++/4.2.1/ext/new_allocator.h" + "/usr/include/c++/4.2.1/ext/type_traits.h" + "/usr/include/c++/4.2.1/ios" + "/usr/include/c++/4.2.1/iosfwd" + "/usr/include/c++/4.2.1/iostream" + "/usr/include/c++/4.2.1/istream" + "/usr/include/c++/4.2.1/limits" + "/usr/include/c++/4.2.1/locale" + "/usr/include/c++/4.2.1/memory" + "/usr/include/c++/4.2.1/new" + "/usr/include/c++/4.2.1/ostream" + "/usr/include/c++/4.2.1/streambuf" + "/usr/include/c++/4.2.1/string" + "/usr/include/c++/4.2.1/typeinfo" + "/usr/include/c++/4.2.1/utility" + "/usr/include/ctype.h" + "/usr/include/gethostuuid.h" + "/usr/include/i386/_limits.h" + "/usr/include/i386/_mcontext.h" + "/usr/include/i386/_types.h" + "/usr/include/i386/endian.h" + "/usr/include/i386/limits.h" + "/usr/include/i386/signal.h" + "/usr/include/i386/types.h" + "/usr/include/libkern/_OSByteOrder.h" + "/usr/include/libkern/i386/_OSByteOrder.h" + "/usr/include/limits.h" + "/usr/include/locale.h" + "/usr/include/mach/i386/_structs.h" + "/usr/include/machine/_mcontext.h" + "/usr/include/machine/_types.h" + "/usr/include/machine/endian.h" + "/usr/include/machine/limits.h" + "/usr/include/machine/signal.h" + "/usr/include/machine/types.h" + "/usr/include/math.h" + "/usr/include/pthread.h" + "/usr/include/pthread_impl.h" + "/usr/include/runetype.h" + "/usr/include/sched.h" + "/usr/include/stdint.h" + "/usr/include/stdio.h" + "/usr/include/stdlib.h" + "/usr/include/string.h" + "/usr/include/strings.h" + "/usr/include/sys/_endian.h" + "/usr/include/sys/_posix_availability.h" + "/usr/include/sys/_select.h" + "/usr/include/sys/_structs.h" + "/usr/include/sys/_symbol_aliasing.h" + "/usr/include/sys/_types.h" + "/usr/include/sys/_types/___offsetof.h" + "/usr/include/sys/_types/_clock_t.h" + "/usr/include/sys/_types/_ct_rune_t.h" + "/usr/include/sys/_types/_dev_t.h" + "/usr/include/sys/_types/_errno_t.h" + "/usr/include/sys/_types/_fd_clr.h" + "/usr/include/sys/_types/_fd_copy.h" + "/usr/include/sys/_types/_fd_def.h" + "/usr/include/sys/_types/_fd_isset.h" + "/usr/include/sys/_types/_fd_set.h" + "/usr/include/sys/_types/_fd_setsize.h" + "/usr/include/sys/_types/_fd_zero.h" + "/usr/include/sys/_types/_gid_t.h" + "/usr/include/sys/_types/_id_t.h" + "/usr/include/sys/_types/_int16_t.h" + "/usr/include/sys/_types/_int32_t.h" + "/usr/include/sys/_types/_int64_t.h" + "/usr/include/sys/_types/_int8_t.h" + "/usr/include/sys/_types/_intptr_t.h" + "/usr/include/sys/_types/_mach_port_t.h" + "/usr/include/sys/_types/_mbstate_t.h" + "/usr/include/sys/_types/_mode_t.h" + "/usr/include/sys/_types/_null.h" + "/usr/include/sys/_types/_off_t.h" + "/usr/include/sys/_types/_pid_t.h" + "/usr/include/sys/_types/_posix_vdisable.h" + "/usr/include/sys/_types/_pthread_attr_t.h" + "/usr/include/sys/_types/_pthread_cond_t.h" + "/usr/include/sys/_types/_pthread_condattr_t.h" + "/usr/include/sys/_types/_pthread_key_t.h" + "/usr/include/sys/_types/_pthread_mutex_t.h" + "/usr/include/sys/_types/_pthread_mutexattr_t.h" + "/usr/include/sys/_types/_pthread_once_t.h" + "/usr/include/sys/_types/_pthread_rwlock_t.h" + "/usr/include/sys/_types/_pthread_rwlockattr_t.h" + "/usr/include/sys/_types/_pthread_t.h" + "/usr/include/sys/_types/_rsize_t.h" + "/usr/include/sys/_types/_rune_t.h" + "/usr/include/sys/_types/_seek_set.h" + "/usr/include/sys/_types/_sigaltstack.h" + "/usr/include/sys/_types/_sigset_t.h" + "/usr/include/sys/_types/_size_t.h" + "/usr/include/sys/_types/_ssize_t.h" + "/usr/include/sys/_types/_suseconds_t.h" + "/usr/include/sys/_types/_time_t.h" + "/usr/include/sys/_types/_timespec.h" + "/usr/include/sys/_types/_timeval.h" + "/usr/include/sys/_types/_ucontext.h" + "/usr/include/sys/_types/_uid_t.h" + "/usr/include/sys/_types/_uintptr_t.h" + "/usr/include/sys/_types/_useconds_t.h" + "/usr/include/sys/_types/_uuid_t.h" + "/usr/include/sys/_types/_va_list.h" + "/usr/include/sys/_types/_wchar_t.h" + "/usr/include/sys/_types/_wint_t.h" + "/usr/include/sys/appleapiopts.h" + "/usr/include/sys/cdefs.h" + "/usr/include/sys/resource.h" + "/usr/include/sys/select.h" + "/usr/include/sys/signal.h" + "/usr/include/sys/syslimits.h" + "/usr/include/sys/unistd.h" + "/usr/include/sys/wait.h" + "/usr/include/time.h" + "/usr/include/unistd.h" + "/usr/include/wchar.h" + "/usr/include/wctype.h" + "/usr/local/cuda/include/builtin_types.h" + "/usr/local/cuda/include/channel_descriptor.h" + "/usr/local/cuda/include/common_functions.h" + "/usr/local/cuda/include/cuda.h" + "/usr/local/cuda/include/cuda_device_runtime_api.h" + "/usr/local/cuda/include/cuda_runtime.h" + "/usr/local/cuda/include/cuda_runtime_api.h" + "/usr/local/cuda/include/cuda_surface_types.h" + "/usr/local/cuda/include/cuda_texture_types.h" + "/usr/local/cuda/include/device_functions.h" + "/usr/local/cuda/include/device_launch_parameters.h" + "/usr/local/cuda/include/device_types.h" + "/usr/local/cuda/include/driver_functions.h" + "/usr/local/cuda/include/driver_types.h" + "/usr/local/cuda/include/host_config.h" + "/usr/local/cuda/include/host_defines.h" + "/usr/local/cuda/include/math_functions.h" + "/usr/local/cuda/include/math_functions_dbl_ptx3.h" + "/usr/local/cuda/include/sm_11_atomic_functions.h" + "/usr/local/cuda/include/sm_12_atomic_functions.h" + "/usr/local/cuda/include/sm_13_double_functions.h" + "/usr/local/cuda/include/sm_20_atomic_functions.h" + "/usr/local/cuda/include/sm_20_intrinsics.h" + "/usr/local/cuda/include/sm_30_intrinsics.h" + "/usr/local/cuda/include/sm_32_atomic_functions.h" + "/usr/local/cuda/include/sm_32_intrinsics.h" + "/usr/local/cuda/include/sm_35_atomic_functions.h" + "/usr/local/cuda/include/sm_35_intrinsics.h" + "/usr/local/cuda/include/surface_functions.h" + "/usr/local/cuda/include/surface_indirect_functions.h" + "/usr/local/cuda/include/surface_types.h" + "/usr/local/cuda/include/texture_fetch_functions.h" + "/usr/local/cuda/include/texture_indirect_functions.h" + "/usr/local/cuda/include/texture_types.h" + "/usr/local/cuda/include/vector_functions.h" + "/usr/local/cuda/include/vector_types.h" +) + diff --git a/PROJ0_MAC/CMakeFiles/CMakeDirectoryInformation.cmake b/PROJ0_MAC/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..796d588 --- /dev/null +++ b/PROJ0_MAC/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.0 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/debanshu/work/cis565/Project-0") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/debanshu/work/cis565/Project-0/PROJ0_MAC") + +# 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/PROJ0_MAC/CMakeFiles/CMakeOutput.log b/PROJ0_MAC/CMakeFiles/CMakeOutput.log new file mode 100644 index 0000000..f9b7b32 --- /dev/null +++ b/PROJ0_MAC/CMakeFiles/CMakeOutput.log @@ -0,0 +1,192 @@ +The system is: Darwin - 13.3.0 - x86_64 +Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. +Compiler: /usr/bin/clang +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 AppleClang, found in "/Users/debanshu/work/cis565/Project-0/PROJ0_MAC/CMakeFiles/3.0.1/CompilerIdC/a.out" + +Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. +Compiler: /usr/bin/clang++ +Build flags: +Id flags: + +The output was: +0 + + +Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + +The CXX compiler identification is AppleClang, found in "/Users/debanshu/work/cis565/Project-0/PROJ0_MAC/CMakeFiles/3.0.1/CompilerIdCXX/a.out" + +Determining if the C compiler works passed with the following output: +Change Dir: /Users/debanshu/work/cis565/Project-0/PROJ0_MAC/CMakeFiles/CMakeTmp + +Run Build Command:"/usr/bin/make" "cmTryCompileExec2934475556/fast" +/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec2934475556.dir/build.make CMakeFiles/cmTryCompileExec2934475556.dir/build +/Applications/CMake.app/Contents/bin/cmake -E cmake_progress_report /Users/debanshu/work/cis565/Project-0/PROJ0_MAC/CMakeFiles/CMakeTmp/CMakeFiles 1 +Building C object CMakeFiles/cmTryCompileExec2934475556.dir/testCCompiler.c.o +/usr/bin/clang -o CMakeFiles/cmTryCompileExec2934475556.dir/testCCompiler.c.o -c /Users/debanshu/work/cis565/Project-0/PROJ0_MAC/CMakeFiles/CMakeTmp/testCCompiler.c +Linking C executable cmTryCompileExec2934475556 +/Applications/CMake.app/Contents/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2934475556.dir/link.txt --verbose=1 +/usr/bin/clang -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2934475556.dir/testCCompiler.c.o -o cmTryCompileExec2934475556 + + +Detecting C compiler ABI info compiled with the following output: +Change Dir: /Users/debanshu/work/cis565/Project-0/PROJ0_MAC/CMakeFiles/CMakeTmp + +Run Build Command:"/usr/bin/make" "cmTryCompileExec559491525/fast" +/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec559491525.dir/build.make CMakeFiles/cmTryCompileExec559491525.dir/build +/Applications/CMake.app/Contents/bin/cmake -E cmake_progress_report /Users/debanshu/work/cis565/Project-0/PROJ0_MAC/CMakeFiles/CMakeTmp/CMakeFiles 1 +Building C object CMakeFiles/cmTryCompileExec559491525.dir/CMakeCCompilerABI.c.o +/usr/bin/clang -o CMakeFiles/cmTryCompileExec559491525.dir/CMakeCCompilerABI.c.o -c /Applications/CMake.app/Contents/share/cmake-3.0/Modules/CMakeCCompilerABI.c +Linking C executable cmTryCompileExec559491525 +/Applications/CMake.app/Contents/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec559491525.dir/link.txt --verbose=1 +/usr/bin/clang -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTryCompileExec559491525.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec559491525 +Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn) +Target: x86_64-apple-darwin13.3.0 +Thread model: posix + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTryCompileExec559491525 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTryCompileExec559491525.dir/CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/lib/darwin/libclang_rt.osx.a +@(#)PROGRAM:ld PROJECT:ld64-236.4 +configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 armv6m armv7m armv7em +Library search paths: + /usr/lib + /usr/local/lib +Framework search paths: + /Library/Frameworks/ + /System/Library/Frameworks/ + + +Parsed C implicit link information from above output: + link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: /Users/debanshu/work/cis565/Project-0/PROJ0_MAC/CMakeFiles/CMakeTmp] + ignore line: [] + ignore line: [Run Build Command:"/usr/bin/make" "cmTryCompileExec559491525/fast"] + ignore line: [/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec559491525.dir/build.make CMakeFiles/cmTryCompileExec559491525.dir/build] + ignore line: [/Applications/CMake.app/Contents/bin/cmake -E cmake_progress_report /Users/debanshu/work/cis565/Project-0/PROJ0_MAC/CMakeFiles/CMakeTmp/CMakeFiles 1] + ignore line: [Building C object CMakeFiles/cmTryCompileExec559491525.dir/CMakeCCompilerABI.c.o] + ignore line: [/usr/bin/clang -o CMakeFiles/cmTryCompileExec559491525.dir/CMakeCCompilerABI.c.o -c /Applications/CMake.app/Contents/share/cmake-3.0/Modules/CMakeCCompilerABI.c] + ignore line: [Linking C executable cmTryCompileExec559491525] + ignore line: [/Applications/CMake.app/Contents/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec559491525.dir/link.txt --verbose=1] + ignore line: [/usr/bin/clang -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTryCompileExec559491525.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec559491525 ] + ignore line: [Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)] + ignore line: [Target: x86_64-apple-darwin13.3.0] + ignore line: [Thread model: posix] + link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTryCompileExec559491525 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTryCompileExec559491525.dir/CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/lib/darwin/libclang_rt.osx.a] + arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore + arg [-demangle] ==> ignore + arg [-dynamic] ==> ignore + arg [-arch] ==> ignore + arg [x86_64] ==> ignore + arg [-macosx_version_min] ==> ignore + arg [10.9.0] ==> ignore + arg [-o] ==> ignore + arg [cmTryCompileExec559491525] ==> ignore + arg [-search_paths_first] ==> ignore + arg [-headerpad_max_install_names] ==> ignore + arg [-v] ==> ignore + arg [CMakeFiles/cmTryCompileExec559491525.dir/CMakeCCompilerABI.c.o] ==> ignore + arg [-lSystem] ==> lib [System] + arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/lib/darwin/libclang_rt.osx.a] + Library search paths: [;/usr/lib;/usr/local/lib] + Framework search paths: [;/Library/Frameworks/;/System/Library/Frameworks/] + remove lib [System] + collapse lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/lib/darwin/libclang_rt.osx.a] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/5.1/lib/darwin/libclang_rt.osx.a] + collapse library dir [/usr/lib] ==> [/usr/lib] + collapse library dir [/usr/local/lib] ==> [/usr/local/lib] + collapse framework dir [/Library/Frameworks/] ==> [/Library/Frameworks] + collapse framework dir [/System/Library/Frameworks/] ==> [/System/Library/Frameworks] + implicit libs: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/5.1/lib/darwin/libclang_rt.osx.a] + implicit dirs: [/usr/lib;/usr/local/lib] + implicit fwks: [/Library/Frameworks;/System/Library/Frameworks] + + +Determining if the CXX compiler works passed with the following output: +Change Dir: /Users/debanshu/work/cis565/Project-0/PROJ0_MAC/CMakeFiles/CMakeTmp + +Run Build Command:"/usr/bin/make" "cmTryCompileExec824407025/fast" +/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec824407025.dir/build.make CMakeFiles/cmTryCompileExec824407025.dir/build +/Applications/CMake.app/Contents/bin/cmake -E cmake_progress_report /Users/debanshu/work/cis565/Project-0/PROJ0_MAC/CMakeFiles/CMakeTmp/CMakeFiles 1 +Building CXX object CMakeFiles/cmTryCompileExec824407025.dir/testCXXCompiler.cxx.o +/usr/bin/clang++ -o CMakeFiles/cmTryCompileExec824407025.dir/testCXXCompiler.cxx.o -c /Users/debanshu/work/cis565/Project-0/PROJ0_MAC/CMakeFiles/CMakeTmp/testCXXCompiler.cxx +Linking CXX executable cmTryCompileExec824407025 +/Applications/CMake.app/Contents/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec824407025.dir/link.txt --verbose=1 +/usr/bin/clang++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec824407025.dir/testCXXCompiler.cxx.o -o cmTryCompileExec824407025 + + +Detecting CXX compiler ABI info compiled with the following output: +Change Dir: /Users/debanshu/work/cis565/Project-0/PROJ0_MAC/CMakeFiles/CMakeTmp + +Run Build Command:"/usr/bin/make" "cmTryCompileExec2713011277/fast" +/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec2713011277.dir/build.make CMakeFiles/cmTryCompileExec2713011277.dir/build +/Applications/CMake.app/Contents/bin/cmake -E cmake_progress_report /Users/debanshu/work/cis565/Project-0/PROJ0_MAC/CMakeFiles/CMakeTmp/CMakeFiles 1 +Building CXX object CMakeFiles/cmTryCompileExec2713011277.dir/CMakeCXXCompilerABI.cpp.o +/usr/bin/clang++ -o CMakeFiles/cmTryCompileExec2713011277.dir/CMakeCXXCompilerABI.cpp.o -c /Applications/CMake.app/Contents/share/cmake-3.0/Modules/CMakeCXXCompilerABI.cpp +Linking CXX executable cmTryCompileExec2713011277 +/Applications/CMake.app/Contents/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2713011277.dir/link.txt --verbose=1 +/usr/bin/clang++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTryCompileExec2713011277.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec2713011277 +Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn) +Target: x86_64-apple-darwin13.3.0 +Thread model: posix + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTryCompileExec2713011277 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTryCompileExec2713011277.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/lib/darwin/libclang_rt.osx.a +@(#)PROGRAM:ld PROJECT:ld64-236.4 +configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 armv6m armv7m armv7em +Library search paths: + /usr/lib + /usr/local/lib +Framework search paths: + /Library/Frameworks/ + /System/Library/Frameworks/ + + +Parsed CXX implicit link information from above output: + link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: /Users/debanshu/work/cis565/Project-0/PROJ0_MAC/CMakeFiles/CMakeTmp] + ignore line: [] + ignore line: [Run Build Command:"/usr/bin/make" "cmTryCompileExec2713011277/fast"] + ignore line: [/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTryCompileExec2713011277.dir/build.make CMakeFiles/cmTryCompileExec2713011277.dir/build] + ignore line: [/Applications/CMake.app/Contents/bin/cmake -E cmake_progress_report /Users/debanshu/work/cis565/Project-0/PROJ0_MAC/CMakeFiles/CMakeTmp/CMakeFiles 1] + ignore line: [Building CXX object CMakeFiles/cmTryCompileExec2713011277.dir/CMakeCXXCompilerABI.cpp.o] + ignore line: [/usr/bin/clang++ -o CMakeFiles/cmTryCompileExec2713011277.dir/CMakeCXXCompilerABI.cpp.o -c /Applications/CMake.app/Contents/share/cmake-3.0/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Linking CXX executable cmTryCompileExec2713011277] + ignore line: [/Applications/CMake.app/Contents/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2713011277.dir/link.txt --verbose=1] + ignore line: [/usr/bin/clang++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTryCompileExec2713011277.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec2713011277 ] + ignore line: [Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)] + ignore line: [Target: x86_64-apple-darwin13.3.0] + ignore line: [Thread model: posix] + link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o cmTryCompileExec2713011277 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTryCompileExec2713011277.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/lib/darwin/libclang_rt.osx.a] + arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore + arg [-demangle] ==> ignore + arg [-dynamic] ==> ignore + arg [-arch] ==> ignore + arg [x86_64] ==> ignore + arg [-macosx_version_min] ==> ignore + arg [10.9.0] ==> ignore + arg [-o] ==> ignore + arg [cmTryCompileExec2713011277] ==> ignore + arg [-search_paths_first] ==> ignore + arg [-headerpad_max_install_names] ==> ignore + arg [-v] ==> ignore + arg [CMakeFiles/cmTryCompileExec2713011277.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore + arg [-lc++] ==> lib [c++] + arg [-lSystem] ==> lib [System] + arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/lib/darwin/libclang_rt.osx.a] + Library search paths: [;/usr/lib;/usr/local/lib] + Framework search paths: [;/Library/Frameworks/;/System/Library/Frameworks/] + remove lib [System] + collapse lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/lib/darwin/libclang_rt.osx.a] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/5.1/lib/darwin/libclang_rt.osx.a] + collapse library dir [/usr/lib] ==> [/usr/lib] + collapse library dir [/usr/local/lib] ==> [/usr/local/lib] + collapse framework dir [/Library/Frameworks/] ==> [/Library/Frameworks] + collapse framework dir [/System/Library/Frameworks/] ==> [/System/Library/Frameworks] + implicit libs: [c++;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/5.1/lib/darwin/libclang_rt.osx.a] + implicit dirs: [/usr/lib;/usr/local/lib] + implicit fwks: [/Library/Frameworks;/System/Library/Frameworks] + + diff --git a/PROJ0_MAC/CMakeFiles/CMakeRuleHashes.txt b/PROJ0_MAC/CMakeFiles/CMakeRuleHashes.txt new file mode 100644 index 0000000..9877bab --- /dev/null +++ b/PROJ0_MAC/CMakeFiles/CMakeRuleHashes.txt @@ -0,0 +1,3 @@ +# Hashes of file build rules. +dded4dfa81733f338a9b77d4b8557f0a CMakeFiles/CIS565_PROJ_0.dir/./CIS565_PROJ_0_intermediate_link.o +d8c0af2a76e214f506776fa173737479 CMakeFiles/CIS565_PROJ_0.dir/src/./CIS565_PROJ_0_generated_kernel.cu.o diff --git a/PROJ0_MAC/CMakeFiles/Makefile.cmake b/PROJ0_MAC/CMakeFiles/Makefile.cmake new file mode 100644 index 0000000..da3a32b --- /dev/null +++ b/PROJ0_MAC/CMakeFiles/Makefile.cmake @@ -0,0 +1,58 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.0 + +# The generator used is: +set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles") + +# The top level Makefile was generated from the following files: +set(CMAKE_MAKEFILE_DEPENDS + "CMakeCache.txt" + "/Applications/CMake.app/Contents/share/cmake-3.0/Modules/CMakeCInformation.cmake" + "/Applications/CMake.app/Contents/share/cmake-3.0/Modules/CMakeCXXInformation.cmake" + "/Applications/CMake.app/Contents/share/cmake-3.0/Modules/CMakeCommonLanguageInclude.cmake" + "/Applications/CMake.app/Contents/share/cmake-3.0/Modules/CMakeGenericSystem.cmake" + "/Applications/CMake.app/Contents/share/cmake-3.0/Modules/CMakeParseArguments.cmake" + "/Applications/CMake.app/Contents/share/cmake-3.0/Modules/CMakeSystemSpecificInformation.cmake" + "/Applications/CMake.app/Contents/share/cmake-3.0/Modules/Compiler/AppleClang-C.cmake" + "/Applications/CMake.app/Contents/share/cmake-3.0/Modules/Compiler/AppleClang-CXX.cmake" + "/Applications/CMake.app/Contents/share/cmake-3.0/Modules/Compiler/Clang-C.cmake" + "/Applications/CMake.app/Contents/share/cmake-3.0/Modules/Compiler/Clang-CXX.cmake" + "/Applications/CMake.app/Contents/share/cmake-3.0/Modules/Compiler/Clang.cmake" + "/Applications/CMake.app/Contents/share/cmake-3.0/Modules/Compiler/GNU.cmake" + "/Applications/CMake.app/Contents/share/cmake-3.0/Modules/FindCUDA.cmake" + "/Applications/CMake.app/Contents/share/cmake-3.0/Modules/FindCUDA/run_nvcc.cmake" + "/Applications/CMake.app/Contents/share/cmake-3.0/Modules/FindGLEW.cmake" + "/Applications/CMake.app/Contents/share/cmake-3.0/Modules/FindGLUT.cmake" + "/Applications/CMake.app/Contents/share/cmake-3.0/Modules/FindOPENGL.cmake" + "/Applications/CMake.app/Contents/share/cmake-3.0/Modules/FindPackageHandleStandardArgs.cmake" + "/Applications/CMake.app/Contents/share/cmake-3.0/Modules/FindPackageMessage.cmake" + "/Applications/CMake.app/Contents/share/cmake-3.0/Modules/Platform/Darwin-AppleClang-C.cmake" + "/Applications/CMake.app/Contents/share/cmake-3.0/Modules/Platform/Darwin-AppleClang-CXX.cmake" + "/Applications/CMake.app/Contents/share/cmake-3.0/Modules/Platform/Darwin-Clang-C.cmake" + "/Applications/CMake.app/Contents/share/cmake-3.0/Modules/Platform/Darwin-Clang-CXX.cmake" + "/Applications/CMake.app/Contents/share/cmake-3.0/Modules/Platform/Darwin-Clang.cmake" + "/Applications/CMake.app/Contents/share/cmake-3.0/Modules/Platform/Darwin.cmake" + "/Applications/CMake.app/Contents/share/cmake-3.0/Modules/Platform/UnixPaths.cmake" + "../CMakeLists.txt" + "CMakeFiles/3.0.1/CMakeCCompiler.cmake" + "CMakeFiles/3.0.1/CMakeCXXCompiler.cmake" + "CMakeFiles/3.0.1/CMakeSystem.cmake" + "CMakeFiles/CIS565_PROJ_0.dir/src/CIS565_PROJ_0_generated_kernel.cu.o.depend" + ) + +# The corresponding makefile is: +set(CMAKE_MAKEFILE_OUTPUTS + "Makefile" + "CMakeFiles/cmake.check_cache" + ) + +# Byproducts of CMake generate step: +set(CMAKE_MAKEFILE_PRODUCTS + "CMakeFiles/CIS565_PROJ_0.dir/src/CIS565_PROJ_0_generated_kernel.cu.o.cmake" + "CMakeFiles/CMakeDirectoryInformation.cmake" + ) + +# Dependency information for all targets: +set(CMAKE_DEPEND_INFO_FILES + "CMakeFiles/CIS565_PROJ_0.dir/DependInfo.cmake" + ) diff --git a/PROJ0_MAC/CMakeFiles/Makefile2 b/PROJ0_MAC/CMakeFiles/Makefile2 new file mode 100644 index 0000000..1cf3f2f --- /dev/null +++ b/PROJ0_MAC/CMakeFiles/Makefile2 @@ -0,0 +1,99 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.0 + +# 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 = /Applications/CMake.app/Contents/bin/cmake + +# The command to remove a file. +RM = /Applications/CMake.app/Contents/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/debanshu/work/cis565/Project-0 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/debanshu/work/cis565/Project-0/PROJ0_MAC + +#============================================================================= +# Target rules for target CMakeFiles/CIS565_PROJ_0.dir + +# All Build rule for target. +CMakeFiles/CIS565_PROJ_0.dir/all: + $(MAKE) -f CMakeFiles/CIS565_PROJ_0.dir/build.make CMakeFiles/CIS565_PROJ_0.dir/depend + $(MAKE) -f CMakeFiles/CIS565_PROJ_0.dir/build.make CMakeFiles/CIS565_PROJ_0.dir/build + $(CMAKE_COMMAND) -E cmake_progress_report /Users/debanshu/work/cis565/Project-0/PROJ0_MAC/CMakeFiles 1 2 3 4 + @echo "Built target CIS565_PROJ_0" +.PHONY : CMakeFiles/CIS565_PROJ_0.dir/all + +# Include target in all. +all: CMakeFiles/CIS565_PROJ_0.dir/all +.PHONY : all + +# Build rule for subdir invocation for target. +CMakeFiles/CIS565_PROJ_0.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/debanshu/work/cis565/Project-0/PROJ0_MAC/CMakeFiles 4 + $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/CIS565_PROJ_0.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/debanshu/work/cis565/Project-0/PROJ0_MAC/CMakeFiles 0 +.PHONY : CMakeFiles/CIS565_PROJ_0.dir/rule + +# Convenience name for target. +CIS565_PROJ_0: CMakeFiles/CIS565_PROJ_0.dir/rule +.PHONY : CIS565_PROJ_0 + +# clean rule for target. +CMakeFiles/CIS565_PROJ_0.dir/clean: + $(MAKE) -f CMakeFiles/CIS565_PROJ_0.dir/build.make CMakeFiles/CIS565_PROJ_0.dir/clean +.PHONY : CMakeFiles/CIS565_PROJ_0.dir/clean + +# clean rule for target. +clean: CMakeFiles/CIS565_PROJ_0.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/PROJ0_MAC/CMakeFiles/TargetDirectories.txt b/PROJ0_MAC/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000..fefeb0f --- /dev/null +++ b/PROJ0_MAC/CMakeFiles/TargetDirectories.txt @@ -0,0 +1 @@ +/Users/debanshu/work/cis565/Project-0/PROJ0_MAC/CMakeFiles/CIS565_PROJ_0.dir diff --git a/PROJ0_MAC/CMakeFiles/cmake.check_cache b/PROJ0_MAC/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000..3dccd73 --- /dev/null +++ b/PROJ0_MAC/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/PROJ0_MAC/CMakeFiles/progress.marks b/PROJ0_MAC/CMakeFiles/progress.marks new file mode 100644 index 0000000..b8626c4 --- /dev/null +++ b/PROJ0_MAC/CMakeFiles/progress.marks @@ -0,0 +1 @@ +4 diff --git a/PROJ0_MAC/Makefile b/PROJ0_MAC/Makefile new file mode 100644 index 0000000..b4c0aaf --- /dev/null +++ b/PROJ0_MAC/Makefile @@ -0,0 +1,194 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.0 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: +.PHONY : .NOTPARALLEL + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /Applications/CMake.app/Contents/bin/cmake + +# The command to remove a file. +RM = /Applications/CMake.app/Contents/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /Users/debanshu/work/cis565/Project-0 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /Users/debanshu/work/cis565/Project-0/PROJ0_MAC + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." + /Applications/CMake.app/Contents/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /Applications/CMake.app/Contents/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# The main all target +all: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /Users/debanshu/work/cis565/Project-0/PROJ0_MAC/CMakeFiles /Users/debanshu/work/cis565/Project-0/PROJ0_MAC/CMakeFiles/progress.marks + $(MAKE) -f CMakeFiles/Makefile2 all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/debanshu/work/cis565/Project-0/PROJ0_MAC/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + $(MAKE) -f CMakeFiles/Makefile2 clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + $(MAKE) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + $(MAKE) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +#============================================================================= +# Target rules for targets named CIS565_PROJ_0 + +# Build rule for target. +CIS565_PROJ_0: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 CIS565_PROJ_0 +.PHONY : CIS565_PROJ_0 + +# fast build rule for target. +CIS565_PROJ_0/fast: + $(MAKE) -f CMakeFiles/CIS565_PROJ_0.dir/build.make CMakeFiles/CIS565_PROJ_0.dir/build +.PHONY : CIS565_PROJ_0/fast + +external/src/glslUtil/glslUtility.o: external/src/glslUtil/glslUtility.cpp.o +.PHONY : external/src/glslUtil/glslUtility.o + +# target to build an object file +external/src/glslUtil/glslUtility.cpp.o: + $(MAKE) -f CMakeFiles/CIS565_PROJ_0.dir/build.make CMakeFiles/CIS565_PROJ_0.dir/external/src/glslUtil/glslUtility.cpp.o +.PHONY : external/src/glslUtil/glslUtility.cpp.o + +external/src/glslUtil/glslUtility.i: external/src/glslUtil/glslUtility.cpp.i +.PHONY : external/src/glslUtil/glslUtility.i + +# target to preprocess a source file +external/src/glslUtil/glslUtility.cpp.i: + $(MAKE) -f CMakeFiles/CIS565_PROJ_0.dir/build.make CMakeFiles/CIS565_PROJ_0.dir/external/src/glslUtil/glslUtility.cpp.i +.PHONY : external/src/glslUtil/glslUtility.cpp.i + +external/src/glslUtil/glslUtility.s: external/src/glslUtil/glslUtility.cpp.s +.PHONY : external/src/glslUtil/glslUtility.s + +# target to generate assembly for a file +external/src/glslUtil/glslUtility.cpp.s: + $(MAKE) -f CMakeFiles/CIS565_PROJ_0.dir/build.make CMakeFiles/CIS565_PROJ_0.dir/external/src/glslUtil/glslUtility.cpp.s +.PHONY : external/src/glslUtil/glslUtility.cpp.s + +src/main.o: src/main.cpp.o +.PHONY : src/main.o + +# target to build an object file +src/main.cpp.o: + $(MAKE) -f CMakeFiles/CIS565_PROJ_0.dir/build.make CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.o +.PHONY : src/main.cpp.o + +src/main.i: src/main.cpp.i +.PHONY : src/main.i + +# target to preprocess a source file +src/main.cpp.i: + $(MAKE) -f CMakeFiles/CIS565_PROJ_0.dir/build.make CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.i +.PHONY : src/main.cpp.i + +src/main.s: src/main.cpp.s +.PHONY : src/main.s + +# target to generate assembly for a file +src/main.cpp.s: + $(MAKE) -f CMakeFiles/CIS565_PROJ_0.dir/build.make CMakeFiles/CIS565_PROJ_0.dir/src/main.cpp.s +.PHONY : src/main.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... CIS565_PROJ_0" + @echo "... edit_cache" + @echo "... rebuild_cache" + @echo "... external/src/glslUtil/glslUtility.o" + @echo "... external/src/glslUtil/glslUtility.i" + @echo "... external/src/glslUtil/glslUtility.s" + @echo "... src/main.o" + @echo "... src/main.i" + @echo "... src/main.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(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/PROJ0_MAC/cmake_install.cmake b/PROJ0_MAC/cmake_install.cmake new file mode 100644 index 0000000..6171934 --- /dev/null +++ b/PROJ0_MAC/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /Users/debanshu/work/cis565/Project-0 + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT) + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +file(WRITE "/Users/debanshu/work/cis565/Project-0/PROJ0_MAC/${CMAKE_INSTALL_MANIFEST}" "") +foreach(file ${CMAKE_INSTALL_MANIFEST_FILES}) + file(APPEND "/Users/debanshu/work/cis565/Project-0/PROJ0_MAC/${CMAKE_INSTALL_MANIFEST}" "${file}\n") +endforeach() diff --git a/screenshot_debanshu.jpg b/screenshot_debanshu.jpg new file mode 100644 index 0000000..02c3746 Binary files /dev/null and b/screenshot_debanshu.jpg differ diff --git a/src/main.cpp b/src/main.cpp index 29d7821..85de192 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -10,7 +10,7 @@ //==================================== int main(int argc, char* argv[]){ // Change this line to use your name! - m_yourName = "[YOUR NAME HERE]"; + m_yourName = "DEBANSHU"; if(Init(argc, argv) == true){ #if _WIN32