ASDV-Cpp/Assignments/lab3_CalebFontenot/build/CMakeFiles/lab3_CalebFontenot.dir/build.make
2024-03-20 11:50:04 -05:00

127 lines
6.8 KiB
Makefile

# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.28
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/caleb/ASDV-Cpp/Assignments/lab3_CalebFontenot
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/caleb/ASDV-Cpp/Assignments/lab3_CalebFontenot/build
# Include any dependencies generated for this target.
include CMakeFiles/lab3_CalebFontenot.dir/depend.make
# Include any dependencies generated by the compiler for this target.
include CMakeFiles/lab3_CalebFontenot.dir/compiler_depend.make
# Include the progress variables for this target.
include CMakeFiles/lab3_CalebFontenot.dir/progress.make
# Include the compile flags for this target's objects.
include CMakeFiles/lab3_CalebFontenot.dir/flags.make
CMakeFiles/lab3_CalebFontenot.dir/main.cpp.o: CMakeFiles/lab3_CalebFontenot.dir/flags.make
CMakeFiles/lab3_CalebFontenot.dir/main.cpp.o: /home/caleb/ASDV-Cpp/Assignments/lab3_CalebFontenot/main.cpp
CMakeFiles/lab3_CalebFontenot.dir/main.cpp.o: CMakeFiles/lab3_CalebFontenot.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/caleb/ASDV-Cpp/Assignments/lab3_CalebFontenot/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/lab3_CalebFontenot.dir/main.cpp.o"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/lab3_CalebFontenot.dir/main.cpp.o -MF CMakeFiles/lab3_CalebFontenot.dir/main.cpp.o.d -o CMakeFiles/lab3_CalebFontenot.dir/main.cpp.o -c /home/caleb/ASDV-Cpp/Assignments/lab3_CalebFontenot/main.cpp
CMakeFiles/lab3_CalebFontenot.dir/main.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/lab3_CalebFontenot.dir/main.cpp.i"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/caleb/ASDV-Cpp/Assignments/lab3_CalebFontenot/main.cpp > CMakeFiles/lab3_CalebFontenot.dir/main.cpp.i
CMakeFiles/lab3_CalebFontenot.dir/main.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/lab3_CalebFontenot.dir/main.cpp.s"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/caleb/ASDV-Cpp/Assignments/lab3_CalebFontenot/main.cpp -o CMakeFiles/lab3_CalebFontenot.dir/main.cpp.s
CMakeFiles/lab3_CalebFontenot.dir/twoDarraysChar.cpp.o: CMakeFiles/lab3_CalebFontenot.dir/flags.make
CMakeFiles/lab3_CalebFontenot.dir/twoDarraysChar.cpp.o: /home/caleb/ASDV-Cpp/Assignments/lab3_CalebFontenot/twoDarraysChar.cpp
CMakeFiles/lab3_CalebFontenot.dir/twoDarraysChar.cpp.o: CMakeFiles/lab3_CalebFontenot.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/caleb/ASDV-Cpp/Assignments/lab3_CalebFontenot/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/lab3_CalebFontenot.dir/twoDarraysChar.cpp.o"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/lab3_CalebFontenot.dir/twoDarraysChar.cpp.o -MF CMakeFiles/lab3_CalebFontenot.dir/twoDarraysChar.cpp.o.d -o CMakeFiles/lab3_CalebFontenot.dir/twoDarraysChar.cpp.o -c /home/caleb/ASDV-Cpp/Assignments/lab3_CalebFontenot/twoDarraysChar.cpp
CMakeFiles/lab3_CalebFontenot.dir/twoDarraysChar.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/lab3_CalebFontenot.dir/twoDarraysChar.cpp.i"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/caleb/ASDV-Cpp/Assignments/lab3_CalebFontenot/twoDarraysChar.cpp > CMakeFiles/lab3_CalebFontenot.dir/twoDarraysChar.cpp.i
CMakeFiles/lab3_CalebFontenot.dir/twoDarraysChar.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/lab3_CalebFontenot.dir/twoDarraysChar.cpp.s"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/caleb/ASDV-Cpp/Assignments/lab3_CalebFontenot/twoDarraysChar.cpp -o CMakeFiles/lab3_CalebFontenot.dir/twoDarraysChar.cpp.s
# Object files for target lab3_CalebFontenot
lab3_CalebFontenot_OBJECTS = \
"CMakeFiles/lab3_CalebFontenot.dir/main.cpp.o" \
"CMakeFiles/lab3_CalebFontenot.dir/twoDarraysChar.cpp.o"
# External object files for target lab3_CalebFontenot
lab3_CalebFontenot_EXTERNAL_OBJECTS =
lab3_CalebFontenot: CMakeFiles/lab3_CalebFontenot.dir/main.cpp.o
lab3_CalebFontenot: CMakeFiles/lab3_CalebFontenot.dir/twoDarraysChar.cpp.o
lab3_CalebFontenot: CMakeFiles/lab3_CalebFontenot.dir/build.make
lab3_CalebFontenot: CMakeFiles/lab3_CalebFontenot.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/caleb/ASDV-Cpp/Assignments/lab3_CalebFontenot/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX executable lab3_CalebFontenot"
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lab3_CalebFontenot.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
CMakeFiles/lab3_CalebFontenot.dir/build: lab3_CalebFontenot
.PHONY : CMakeFiles/lab3_CalebFontenot.dir/build
CMakeFiles/lab3_CalebFontenot.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/lab3_CalebFontenot.dir/cmake_clean.cmake
.PHONY : CMakeFiles/lab3_CalebFontenot.dir/clean
CMakeFiles/lab3_CalebFontenot.dir/depend:
cd /home/caleb/ASDV-Cpp/Assignments/lab3_CalebFontenot/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/caleb/ASDV-Cpp/Assignments/lab3_CalebFontenot /home/caleb/ASDV-Cpp/Assignments/lab3_CalebFontenot /home/caleb/ASDV-Cpp/Assignments/lab3_CalebFontenot/build /home/caleb/ASDV-Cpp/Assignments/lab3_CalebFontenot/build /home/caleb/ASDV-Cpp/Assignments/lab3_CalebFontenot/build/CMakeFiles/lab3_CalebFontenot.dir/DependInfo.cmake "--color=$(COLOR)"
.PHONY : CMakeFiles/lab3_CalebFontenot.dir/depend