# CMAKE generated file: DO NOT EDIT! # Generated by "Unix Makefiles" Generator, CMake Version 3.25 # 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/brett/Documents/code/c++/graphs # The top-level build directory on which CMake was run. CMAKE_BINARY_DIR = /home/brett/Documents/code/c++/graphs/embuild # Include any dependencies generated for this target. include CMakeFiles/graphs.dir/depend.make # Include any dependencies generated by the compiler for this target. include CMakeFiles/graphs.dir/compiler_depend.make # Include the progress variables for this target. include CMakeFiles/graphs.dir/progress.make # Include the compile flags for this target's objects. include CMakeFiles/graphs.dir/flags.make CMakeFiles/graphs.dir/src/main.cpp.o: CMakeFiles/graphs.dir/flags.make CMakeFiles/graphs.dir/src/main.cpp.o: CMakeFiles/graphs.dir/includes_CXX.rsp CMakeFiles/graphs.dir/src/main.cpp.o: /home/brett/Documents/code/c++/graphs/src/main.cpp CMakeFiles/graphs.dir/src/main.cpp.o: CMakeFiles/graphs.dir/compiler_depend.ts @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/graphs.dir/src/main.cpp.o" /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/graphs.dir/src/main.cpp.o -MF CMakeFiles/graphs.dir/src/main.cpp.o.d -o CMakeFiles/graphs.dir/src/main.cpp.o -c /home/brett/Documents/code/c++/graphs/src/main.cpp CMakeFiles/graphs.dir/src/main.cpp.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/graphs.dir/src/main.cpp.i" /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/graphs/src/main.cpp > CMakeFiles/graphs.dir/src/main.cpp.i CMakeFiles/graphs.dir/src/main.cpp.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/graphs.dir/src/main.cpp.s" /home/brett/Documents/git/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/graphs/src/main.cpp -o CMakeFiles/graphs.dir/src/main.cpp.s # Object files for target graphs graphs_OBJECTS = \ "CMakeFiles/graphs.dir/src/main.cpp.o" # External object files for target graphs graphs_EXTERNAL_OBJECTS = graphs.js: CMakeFiles/graphs.dir/src/main.cpp.o graphs.js: CMakeFiles/graphs.dir/build.make graphs.js: lib/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a graphs.js: lib/BLT-With-Graphics-Template/libraries/BLT/libBLT.a graphs.js: lib/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a graphs.js: CMakeFiles/graphs.dir/linkLibs.rsp graphs.js: CMakeFiles/graphs.dir/objects1 graphs.js: CMakeFiles/graphs.dir/link.txt @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/brett/Documents/code/c++/graphs/embuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable graphs.js" $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/graphs.dir/link.txt --verbose=$(VERBOSE) # Rule to build all files generated by this target. CMakeFiles/graphs.dir/build: graphs.js .PHONY : CMakeFiles/graphs.dir/build CMakeFiles/graphs.dir/clean: $(CMAKE_COMMAND) -P CMakeFiles/graphs.dir/cmake_clean.cmake .PHONY : CMakeFiles/graphs.dir/clean CMakeFiles/graphs.dir/depend: cd /home/brett/Documents/code/c++/graphs/embuild && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/brett/Documents/code/c++/graphs /home/brett/Documents/code/c++/graphs /home/brett/Documents/code/c++/graphs/embuild /home/brett/Documents/code/c++/graphs/embuild /home/brett/Documents/code/c++/graphs/embuild/CMakeFiles/graphs.dir/DependInfo.cmake --color=$(COLOR) .PHONY : CMakeFiles/graphs.dir/depend