144 lines
8.7 KiB
Makefile
144 lines
8.7 KiB
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.29
|
|
|
|
# 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 = /data/data/com.termux/files/usr/bin/sh
|
|
|
|
# The CMake executable.
|
|
CMAKE_COMMAND = /data/data/com.termux/files/usr/bin/cmake
|
|
|
|
# The command to remove a file.
|
|
RM = /data/data/com.termux/files/usr/bin/cmake -E rm -f
|
|
|
|
# Escaping for special characters.
|
|
EQUALS = =
|
|
|
|
# The top-level source directory on which CMake was run.
|
|
CMAKE_SOURCE_DIR = /sdcard/ASDV-Cpp/Assignments/MP4_CalebFontenot
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = /sdcard/ASDV-Cpp/Assignments/MP4_CalebFontenot/build
|
|
|
|
# Include any dependencies generated for this target.
|
|
include CMakeFiles/MP4_CalebFontenot.dir/depend.make
|
|
# Include any dependencies generated by the compiler for this target.
|
|
include CMakeFiles/MP4_CalebFontenot.dir/compiler_depend.make
|
|
|
|
# Include the progress variables for this target.
|
|
include CMakeFiles/MP4_CalebFontenot.dir/progress.make
|
|
|
|
# Include the compile flags for this target's objects.
|
|
include CMakeFiles/MP4_CalebFontenot.dir/flags.make
|
|
|
|
CMakeFiles/MP4_CalebFontenot.dir/main.cpp.o: CMakeFiles/MP4_CalebFontenot.dir/flags.make
|
|
CMakeFiles/MP4_CalebFontenot.dir/main.cpp.o: /sdcard/ASDV-Cpp/Assignments/MP4_CalebFontenot/main.cpp
|
|
CMakeFiles/MP4_CalebFontenot.dir/main.cpp.o: CMakeFiles/MP4_CalebFontenot.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/sdcard/ASDV-Cpp/Assignments/MP4_CalebFontenot/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/MP4_CalebFontenot.dir/main.cpp.o"
|
|
/data/data/com.termux/files/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/MP4_CalebFontenot.dir/main.cpp.o -MF CMakeFiles/MP4_CalebFontenot.dir/main.cpp.o.d -o CMakeFiles/MP4_CalebFontenot.dir/main.cpp.o -c /sdcard/ASDV-Cpp/Assignments/MP4_CalebFontenot/main.cpp
|
|
|
|
CMakeFiles/MP4_CalebFontenot.dir/main.cpp.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/MP4_CalebFontenot.dir/main.cpp.i"
|
|
/data/data/com.termux/files/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /sdcard/ASDV-Cpp/Assignments/MP4_CalebFontenot/main.cpp > CMakeFiles/MP4_CalebFontenot.dir/main.cpp.i
|
|
|
|
CMakeFiles/MP4_CalebFontenot.dir/main.cpp.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/MP4_CalebFontenot.dir/main.cpp.s"
|
|
/data/data/com.termux/files/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /sdcard/ASDV-Cpp/Assignments/MP4_CalebFontenot/main.cpp -o CMakeFiles/MP4_CalebFontenot.dir/main.cpp.s
|
|
|
|
CMakeFiles/MP4_CalebFontenot.dir/userData.cpp.o: CMakeFiles/MP4_CalebFontenot.dir/flags.make
|
|
CMakeFiles/MP4_CalebFontenot.dir/userData.cpp.o: /sdcard/ASDV-Cpp/Assignments/MP4_CalebFontenot/userData.cpp
|
|
CMakeFiles/MP4_CalebFontenot.dir/userData.cpp.o: CMakeFiles/MP4_CalebFontenot.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/sdcard/ASDV-Cpp/Assignments/MP4_CalebFontenot/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/MP4_CalebFontenot.dir/userData.cpp.o"
|
|
/data/data/com.termux/files/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/MP4_CalebFontenot.dir/userData.cpp.o -MF CMakeFiles/MP4_CalebFontenot.dir/userData.cpp.o.d -o CMakeFiles/MP4_CalebFontenot.dir/userData.cpp.o -c /sdcard/ASDV-Cpp/Assignments/MP4_CalebFontenot/userData.cpp
|
|
|
|
CMakeFiles/MP4_CalebFontenot.dir/userData.cpp.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/MP4_CalebFontenot.dir/userData.cpp.i"
|
|
/data/data/com.termux/files/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /sdcard/ASDV-Cpp/Assignments/MP4_CalebFontenot/userData.cpp > CMakeFiles/MP4_CalebFontenot.dir/userData.cpp.i
|
|
|
|
CMakeFiles/MP4_CalebFontenot.dir/userData.cpp.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/MP4_CalebFontenot.dir/userData.cpp.s"
|
|
/data/data/com.termux/files/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /sdcard/ASDV-Cpp/Assignments/MP4_CalebFontenot/userData.cpp -o CMakeFiles/MP4_CalebFontenot.dir/userData.cpp.s
|
|
|
|
CMakeFiles/MP4_CalebFontenot.dir/simpleMenu.cpp.o: CMakeFiles/MP4_CalebFontenot.dir/flags.make
|
|
CMakeFiles/MP4_CalebFontenot.dir/simpleMenu.cpp.o: /sdcard/ASDV-Cpp/Assignments/MP4_CalebFontenot/simpleMenu.cpp
|
|
CMakeFiles/MP4_CalebFontenot.dir/simpleMenu.cpp.o: CMakeFiles/MP4_CalebFontenot.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/sdcard/ASDV-Cpp/Assignments/MP4_CalebFontenot/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object CMakeFiles/MP4_CalebFontenot.dir/simpleMenu.cpp.o"
|
|
/data/data/com.termux/files/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/MP4_CalebFontenot.dir/simpleMenu.cpp.o -MF CMakeFiles/MP4_CalebFontenot.dir/simpleMenu.cpp.o.d -o CMakeFiles/MP4_CalebFontenot.dir/simpleMenu.cpp.o -c /sdcard/ASDV-Cpp/Assignments/MP4_CalebFontenot/simpleMenu.cpp
|
|
|
|
CMakeFiles/MP4_CalebFontenot.dir/simpleMenu.cpp.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/MP4_CalebFontenot.dir/simpleMenu.cpp.i"
|
|
/data/data/com.termux/files/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /sdcard/ASDV-Cpp/Assignments/MP4_CalebFontenot/simpleMenu.cpp > CMakeFiles/MP4_CalebFontenot.dir/simpleMenu.cpp.i
|
|
|
|
CMakeFiles/MP4_CalebFontenot.dir/simpleMenu.cpp.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/MP4_CalebFontenot.dir/simpleMenu.cpp.s"
|
|
/data/data/com.termux/files/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /sdcard/ASDV-Cpp/Assignments/MP4_CalebFontenot/simpleMenu.cpp -o CMakeFiles/MP4_CalebFontenot.dir/simpleMenu.cpp.s
|
|
|
|
# Object files for target MP4_CalebFontenot
|
|
MP4_CalebFontenot_OBJECTS = \
|
|
"CMakeFiles/MP4_CalebFontenot.dir/main.cpp.o" \
|
|
"CMakeFiles/MP4_CalebFontenot.dir/userData.cpp.o" \
|
|
"CMakeFiles/MP4_CalebFontenot.dir/simpleMenu.cpp.o"
|
|
|
|
# External object files for target MP4_CalebFontenot
|
|
MP4_CalebFontenot_EXTERNAL_OBJECTS =
|
|
|
|
MP4_CalebFontenot: CMakeFiles/MP4_CalebFontenot.dir/main.cpp.o
|
|
MP4_CalebFontenot: CMakeFiles/MP4_CalebFontenot.dir/userData.cpp.o
|
|
MP4_CalebFontenot: CMakeFiles/MP4_CalebFontenot.dir/simpleMenu.cpp.o
|
|
MP4_CalebFontenot: CMakeFiles/MP4_CalebFontenot.dir/build.make
|
|
MP4_CalebFontenot: /data/data/com.termux/files/usr/lib/libboost_serialization.so
|
|
MP4_CalebFontenot: CMakeFiles/MP4_CalebFontenot.dir/link.txt
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/sdcard/ASDV-Cpp/Assignments/MP4_CalebFontenot/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking CXX executable MP4_CalebFontenot"
|
|
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/MP4_CalebFontenot.dir/link.txt --verbose=$(VERBOSE)
|
|
|
|
# Rule to build all files generated by this target.
|
|
CMakeFiles/MP4_CalebFontenot.dir/build: MP4_CalebFontenot
|
|
.PHONY : CMakeFiles/MP4_CalebFontenot.dir/build
|
|
|
|
CMakeFiles/MP4_CalebFontenot.dir/clean:
|
|
$(CMAKE_COMMAND) -P CMakeFiles/MP4_CalebFontenot.dir/cmake_clean.cmake
|
|
.PHONY : CMakeFiles/MP4_CalebFontenot.dir/clean
|
|
|
|
CMakeFiles/MP4_CalebFontenot.dir/depend:
|
|
cd /sdcard/ASDV-Cpp/Assignments/MP4_CalebFontenot/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /sdcard/ASDV-Cpp/Assignments/MP4_CalebFontenot /sdcard/ASDV-Cpp/Assignments/MP4_CalebFontenot /sdcard/ASDV-Cpp/Assignments/MP4_CalebFontenot/build /sdcard/ASDV-Cpp/Assignments/MP4_CalebFontenot/build /sdcard/ASDV-Cpp/Assignments/MP4_CalebFontenot/build/CMakeFiles/MP4_CalebFontenot.dir/DependInfo.cmake "--color=$(COLOR)"
|
|
.PHONY : CMakeFiles/MP4_CalebFontenot.dir/depend
|
|
|