prints as pi

This commit is contained in:
Brady Bodily
2018-04-12 02:00:33 +00:00
parent 88e5128704
commit 48071834d4
16 changed files with 369 additions and 228 deletions

View File

@@ -54,10 +54,10 @@ RM = /usr/bin/cmake -E remove -f
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/pi/Repos/cs3100hw5
CMAKE_SOURCE_DIR = /home/pi/Repos/cs3100hw6
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/pi/Repos/cs3100hw5/build
CMAKE_BINARY_DIR = /home/pi/Repos/cs3100hw6/build
#=============================================================================
# Target rules for target CMakeFiles/ComputePi.dir
@@ -66,7 +66,7 @@ CMAKE_BINARY_DIR = /home/pi/Repos/cs3100hw5/build
CMakeFiles/ComputePi.dir/all:
$(MAKE) -f CMakeFiles/ComputePi.dir/build.make CMakeFiles/ComputePi.dir/depend
$(MAKE) -f CMakeFiles/ComputePi.dir/build.make CMakeFiles/ComputePi.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/pi/Repos/cs3100hw5/build/CMakeFiles --progress-num=1,2,3,4,5 "Built target ComputePi"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/pi/Repos/cs3100hw6/build/CMakeFiles --progress-num=1,2,3,4,5 "Built target ComputePi"
.PHONY : CMakeFiles/ComputePi.dir/all
# Include target in all.
@@ -76,9 +76,9 @@ all: CMakeFiles/ComputePi.dir/all
# Build rule for subdir invocation for target.
CMakeFiles/ComputePi.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/pi/Repos/cs3100hw5/build/CMakeFiles 5
$(CMAKE_COMMAND) -E cmake_progress_start /home/pi/Repos/cs3100hw6/build/CMakeFiles 5
$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/ComputePi.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/pi/Repos/cs3100hw5/build/CMakeFiles 0
$(CMAKE_COMMAND) -E cmake_progress_start /home/pi/Repos/cs3100hw6/build/CMakeFiles 0
.PHONY : CMakeFiles/ComputePi.dir/rule
# Convenience name for target.