diff options
author | sanine-a <sanine.not@pm.me> | 2020-10-23 21:52:10 -0500 |
---|---|---|
committer | sanine-a <sanine.not@pm.me> | 2020-10-23 21:52:10 -0500 |
commit | 4749e1a01e989999eef9f4131cf2edf6e3211ebc (patch) | |
tree | fb7716037e302bed236f9ff2134a5631d26b912e /CMakeFiles/honey_shader.dir | |
parent | 78553e775f618d20e328bc85c635fbab4bf43d60 (diff) |
add key binding input functions
Diffstat (limited to 'CMakeFiles/honey_shader.dir')
-rw-r--r-- | CMakeFiles/honey_shader.dir/C.includecache | 32 | ||||
-rw-r--r-- | CMakeFiles/honey_shader.dir/DependInfo.cmake | 20 | ||||
-rw-r--r-- | CMakeFiles/honey_shader.dir/build.make | 114 | ||||
-rw-r--r-- | CMakeFiles/honey_shader.dir/cmake_clean.cmake | 10 | ||||
-rw-r--r-- | CMakeFiles/honey_shader.dir/cmake_clean_target.cmake | 3 | ||||
-rw-r--r-- | CMakeFiles/honey_shader.dir/depend.internal | 8 | ||||
-rw-r--r-- | CMakeFiles/honey_shader.dir/depend.make | 8 | ||||
-rw-r--r-- | CMakeFiles/honey_shader.dir/flags.make | 10 | ||||
-rw-r--r-- | CMakeFiles/honey_shader.dir/link.txt | 2 | ||||
-rw-r--r-- | CMakeFiles/honey_shader.dir/progress.make | 3 | ||||
-rw-r--r-- | CMakeFiles/honey_shader.dir/src/shader.c.o | bin | 0 -> 4736 bytes |
11 files changed, 210 insertions, 0 deletions
diff --git a/CMakeFiles/honey_shader.dir/C.includecache b/CMakeFiles/honey_shader.dir/C.includecache new file mode 100644 index 0000000..4baeb38 --- /dev/null +++ b/CMakeFiles/honey_shader.dir/C.includecache @@ -0,0 +1,32 @@ +#IncludeRegexLine: ^[ ]*#[ ]*(include|import)[ ]*[<"]([^">]+)([">]) + +#IncludeRegexScan: ^.*$ + +#IncludeRegexComplain: ^$ + +#IncludeRegexTransform: + +/home/muon/documents/code/games/3d/honey-engine/src/include/glad.h +khrplatform.h +/home/muon/documents/code/games/3d/honey-engine/src/include/khrplatform.h + +/home/muon/documents/code/games/3d/honey-engine/src/include/khrplatform.h +stdint.h +- +inttypes.h +- +stdint.h +- + +/home/muon/documents/code/games/3d/honey-engine/src/include/shader.h +cglm/cglm.h +- + +/home/muon/documents/code/games/3d/honey-engine/src/shader.c +stdio.h +- +include/glad.h +/home/muon/documents/code/games/3d/honey-engine/src/include/glad.h +include/shader.h +/home/muon/documents/code/games/3d/honey-engine/src/include/shader.h + diff --git a/CMakeFiles/honey_shader.dir/DependInfo.cmake b/CMakeFiles/honey_shader.dir/DependInfo.cmake new file mode 100644 index 0000000..309286e --- /dev/null +++ b/CMakeFiles/honey_shader.dir/DependInfo.cmake @@ -0,0 +1,20 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "C" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_C + "/home/muon/documents/code/games/3d/honey-engine/src/shader.c" "/home/muon/documents/code/games/3d/honey-engine/CMakeFiles/honey_shader.dir/src/shader.c.o" + ) +set(CMAKE_C_COMPILER_ID "GNU") + +# The include file search paths: +set(CMAKE_C_TARGET_INCLUDE_PATH + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") 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 + diff --git a/CMakeFiles/honey_shader.dir/cmake_clean.cmake b/CMakeFiles/honey_shader.dir/cmake_clean.cmake new file mode 100644 index 0000000..5c212a0 --- /dev/null +++ b/CMakeFiles/honey_shader.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/honey_shader.dir/src/shader.c.o" + "libhoney_shader.pdb" + "libhoney_shader.a" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/honey_shader.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/CMakeFiles/honey_shader.dir/cmake_clean_target.cmake b/CMakeFiles/honey_shader.dir/cmake_clean_target.cmake new file mode 100644 index 0000000..d589f0e --- /dev/null +++ b/CMakeFiles/honey_shader.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libhoney_shader.a" +) diff --git a/CMakeFiles/honey_shader.dir/depend.internal b/CMakeFiles/honey_shader.dir/depend.internal new file mode 100644 index 0000000..dfd9dd1 --- /dev/null +++ b/CMakeFiles/honey_shader.dir/depend.internal @@ -0,0 +1,8 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.7 + +CMakeFiles/honey_shader.dir/src/shader.c.o + /home/muon/documents/code/games/3d/honey-engine/src/include/glad.h + /home/muon/documents/code/games/3d/honey-engine/src/include/khrplatform.h + /home/muon/documents/code/games/3d/honey-engine/src/include/shader.h + /home/muon/documents/code/games/3d/honey-engine/src/shader.c diff --git a/CMakeFiles/honey_shader.dir/depend.make b/CMakeFiles/honey_shader.dir/depend.make new file mode 100644 index 0000000..49b5243 --- /dev/null +++ b/CMakeFiles/honey_shader.dir/depend.make @@ -0,0 +1,8 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.7 + +CMakeFiles/honey_shader.dir/src/shader.c.o: src/include/glad.h +CMakeFiles/honey_shader.dir/src/shader.c.o: src/include/khrplatform.h +CMakeFiles/honey_shader.dir/src/shader.c.o: src/include/shader.h +CMakeFiles/honey_shader.dir/src/shader.c.o: src/shader.c + diff --git a/CMakeFiles/honey_shader.dir/flags.make b/CMakeFiles/honey_shader.dir/flags.make new file mode 100644 index 0000000..998f834 --- /dev/null +++ b/CMakeFiles/honey_shader.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.7 + +# compile C with /usr/bin/cc +C_FLAGS = + +C_DEFINES = + +C_INCLUDES = + diff --git a/CMakeFiles/honey_shader.dir/link.txt b/CMakeFiles/honey_shader.dir/link.txt new file mode 100644 index 0000000..b34fd25 --- /dev/null +++ b/CMakeFiles/honey_shader.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libhoney_shader.a CMakeFiles/honey_shader.dir/src/shader.c.o +/usr/bin/ranlib libhoney_shader.a diff --git a/CMakeFiles/honey_shader.dir/progress.make b/CMakeFiles/honey_shader.dir/progress.make new file mode 100644 index 0000000..3a86673 --- /dev/null +++ b/CMakeFiles/honey_shader.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 5 +CMAKE_PROGRESS_2 = 6 + diff --git a/CMakeFiles/honey_shader.dir/src/shader.c.o b/CMakeFiles/honey_shader.dir/src/shader.c.o Binary files differnew file mode 100644 index 0000000..565dcfa --- /dev/null +++ b/CMakeFiles/honey_shader.dir/src/shader.c.o |