diff options
author | tcsullivan <tullivan99@gmail.com> | 2019-08-25 16:08:47 -0400 |
---|---|---|
committer | tcsullivan <tullivan99@gmail.com> | 2019-08-25 16:08:47 -0400 |
commit | efeb51e163be3f4110b9dad771bee1f3dc814333 (patch) | |
tree | e23f742895a85ecb8d860cd057fe5fe571428890 /lib/entityx/build/CMakeFiles/system_test.dir/build.make | |
parent | be36802aee32566f08f850480f3f950181fd8f29 (diff) |
added entityx
Diffstat (limited to 'lib/entityx/build/CMakeFiles/system_test.dir/build.make')
-rw-r--r-- | lib/entityx/build/CMakeFiles/system_test.dir/build.make | 99 |
1 files changed, 99 insertions, 0 deletions
diff --git a/lib/entityx/build/CMakeFiles/system_test.dir/build.make b/lib/entityx/build/CMakeFiles/system_test.dir/build.make new file mode 100644 index 0000000..c334d2b --- /dev/null +++ b/lib/entityx/build/CMakeFiles/system_test.dir/build.make @@ -0,0 +1,99 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.13 + +# 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/clyne/Programming/git/gamedev2/lib/entityx + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/clyne/Programming/git/gamedev2/lib/entityx/build + +# Include any dependencies generated for this target. +include CMakeFiles/system_test.dir/depend.make + +# Include the progress variables for this target. +include CMakeFiles/system_test.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/system_test.dir/flags.make + +CMakeFiles/system_test.dir/entityx/System_test.cc.o: CMakeFiles/system_test.dir/flags.make +CMakeFiles/system_test.dir/entityx/System_test.cc.o: ../entityx/System_test.cc + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/clyne/Programming/git/gamedev2/lib/entityx/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/system_test.dir/entityx/System_test.cc.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/system_test.dir/entityx/System_test.cc.o -c /home/clyne/Programming/git/gamedev2/lib/entityx/entityx/System_test.cc + +CMakeFiles/system_test.dir/entityx/System_test.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/system_test.dir/entityx/System_test.cc.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/clyne/Programming/git/gamedev2/lib/entityx/entityx/System_test.cc > CMakeFiles/system_test.dir/entityx/System_test.cc.i + +CMakeFiles/system_test.dir/entityx/System_test.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/system_test.dir/entityx/System_test.cc.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/clyne/Programming/git/gamedev2/lib/entityx/entityx/System_test.cc -o CMakeFiles/system_test.dir/entityx/System_test.cc.s + +# Object files for target system_test +system_test_OBJECTS = \ +"CMakeFiles/system_test.dir/entityx/System_test.cc.o" + +# External object files for target system_test +system_test_EXTERNAL_OBJECTS = + +system_test: CMakeFiles/system_test.dir/entityx/System_test.cc.o +system_test: CMakeFiles/system_test.dir/build.make +system_test: libentityx.so.1.1.2 +system_test: CMakeFiles/system_test.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/clyne/Programming/git/gamedev2/lib/entityx/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable system_test" + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/system_test.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/system_test.dir/build: system_test + +.PHONY : CMakeFiles/system_test.dir/build + +CMakeFiles/system_test.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/system_test.dir/cmake_clean.cmake +.PHONY : CMakeFiles/system_test.dir/clean + +CMakeFiles/system_test.dir/depend: + cd /home/clyne/Programming/git/gamedev2/lib/entityx/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/clyne/Programming/git/gamedev2/lib/entityx /home/clyne/Programming/git/gamedev2/lib/entityx /home/clyne/Programming/git/gamedev2/lib/entityx/build /home/clyne/Programming/git/gamedev2/lib/entityx/build /home/clyne/Programming/git/gamedev2/lib/entityx/build/CMakeFiles/system_test.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/system_test.dir/depend + |