diff options
Diffstat (limited to 'CMakeFiles/honey_shader.dir/build.make')
-rw-r--r-- | CMakeFiles/honey_shader.dir/build.make | 114 |
1 files changed, 114 insertions, 0 deletions
diff --git a/CMakeFiles/honey_shader.dir/build.make b/CMakeFiles/honey_shader.dir/build.make new file mode 100644 index 0000000..9325683 --- /dev/null +++ b/CMakeFiles/honey_shader.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.7 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# 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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/muon/documents/code/games/3d/honey-engine + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/muon/documents/code/games/3d/honey-engine + +# Include any dependencies generated for this target. +include CMakeFiles/honey_shader.dir/depend.make + +# Include the progress variables for this target. +include CMakeFiles/honey_shader.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/honey_shader.dir/flags.make + +CMakeFiles/honey_shader.dir/src/shader.c.o: CMakeFiles/honey_shader.dir/flags.make +CMakeFiles/honey_shader.dir/src/shader.c.o: src/shader.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/muon/documents/code/games/3d/honey-engine/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/honey_shader.dir/src/shader.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/honey_shader.dir/src/shader.c.o -c /home/muon/documents/code/games/3d/honey-engine/src/shader.c + +CMakeFiles/honey_shader.dir/src/shader.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/honey_shader.dir/src/shader.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/muon/documents/code/games/3d/honey-engine/src/shader.c > CMakeFiles/honey_shader.dir/src/shader.c.i + +CMakeFiles/honey_shader.dir/src/shader.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/honey_shader.dir/src/shader.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/muon/documents/code/games/3d/honey-engine/src/shader.c -o CMakeFiles/honey_shader.dir/src/shader.c.s + +CMakeFiles/honey_shader.dir/src/shader.c.o.requires: + +.PHONY : CMakeFiles/honey_shader.dir/src/shader.c.o.requires + +CMakeFiles/honey_shader.dir/src/shader.c.o.provides: CMakeFiles/honey_shader.dir/src/shader.c.o.requires + $(MAKE) -f CMakeFiles/honey_shader.dir/build.make CMakeFiles/honey_shader.dir/src/shader.c.o.provides.build +.PHONY : CMakeFiles/honey_shader.dir/src/shader.c.o.provides + +CMakeFiles/honey_shader.dir/src/shader.c.o.provides.build: CMakeFiles/honey_shader.dir/src/shader.c.o + + +# Object files for target honey_shader +honey_shader_OBJECTS = \ +"CMakeFiles/honey_shader.dir/src/shader.c.o" + +# External object files for target honey_shader +honey_shader_EXTERNAL_OBJECTS = + +libhoney_shader.a: CMakeFiles/honey_shader.dir/src/shader.c.o +libhoney_shader.a: CMakeFiles/honey_shader.dir/build.make +libhoney_shader.a: CMakeFiles/honey_shader.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/muon/documents/code/games/3d/honey-engine/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C static library libhoney_shader.a" + $(CMAKE_COMMAND) -P CMakeFiles/honey_shader.dir/cmake_clean_target.cmake + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/honey_shader.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/honey_shader.dir/build: libhoney_shader.a + +.PHONY : CMakeFiles/honey_shader.dir/build + +CMakeFiles/honey_shader.dir/requires: CMakeFiles/honey_shader.dir/src/shader.c.o.requires + +.PHONY : CMakeFiles/honey_shader.dir/requires + +CMakeFiles/honey_shader.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/honey_shader.dir/cmake_clean.cmake +.PHONY : CMakeFiles/honey_shader.dir/clean + +CMakeFiles/honey_shader.dir/depend: + cd /home/muon/documents/code/games/3d/honey-engine && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/muon/documents/code/games/3d/honey-engine /home/muon/documents/code/games/3d/honey-engine /home/muon/documents/code/games/3d/honey-engine /home/muon/documents/code/games/3d/honey-engine /home/muon/documents/code/games/3d/honey-engine/CMakeFiles/honey_shader.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/honey_shader.dir/depend + |