diff options
Diffstat (limited to 'lib/entityx/build/Makefile')
-rw-r--r-- | lib/entityx/build/Makefile | 677 |
1 files changed, 10 insertions, 667 deletions
diff --git a/lib/entityx/build/Makefile b/lib/entityx/build/Makefile index ad5a8c6..9f45d7e 100644 --- a/lib/entityx/build/Makefile +++ b/lib/entityx/build/Makefile @@ -1,668 +1,11 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.13 - -# Default target executed when no arguments are given to make. -default_target: all - -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - - -#============================================================================= -# 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 - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local/fast - -# Special rule for the target install/strip -install/strip: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip - -# Special rule for the target install/strip -install/strip/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components - -.PHONY : list_install_components/fast - -# Special rule for the target test -test: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." - /usr/bin/ctest --force-new-ctest-process $(ARGS) -.PHONY : test - -# Special rule for the target test -test/fast: test - -.PHONY : test/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." - /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache - -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache - -.PHONY : rebuild_cache/fast - -# The main all target -all: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/clyne/Programming/git/gamedev2/lib/entityx/build/CMakeFiles /home/clyne/Programming/git/gamedev2/lib/entityx/build/CMakeFiles/progress.marks - $(MAKE) -f CMakeFiles/Makefile2 all - $(CMAKE_COMMAND) -E cmake_progress_start /home/clyne/Programming/git/gamedev2/lib/entityx/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - $(MAKE) -f CMakeFiles/Makefile2 clean -.PHONY : clean - -# The main clean target -clean/fast: clean - -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - $(MAKE) -f CMakeFiles/Makefile2 preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - $(MAKE) -f CMakeFiles/Makefile2 preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -#============================================================================= -# Target rules for targets named system_test - -# Build rule for target. -system_test: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 system_test -.PHONY : system_test - -# fast build rule for target. -system_test/fast: - $(MAKE) -f CMakeFiles/system_test.dir/build.make CMakeFiles/system_test.dir/build -.PHONY : system_test/fast - -#============================================================================= -# Target rules for targets named event_test - -# Build rule for target. -event_test: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 event_test -.PHONY : event_test - -# fast build rule for target. -event_test/fast: - $(MAKE) -f CMakeFiles/event_test.dir/build.make CMakeFiles/event_test.dir/build -.PHONY : event_test/fast - -#============================================================================= -# Target rules for targets named entity_test - -# Build rule for target. -entity_test: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 entity_test -.PHONY : entity_test - -# fast build rule for target. -entity_test/fast: - $(MAKE) -f CMakeFiles/entity_test.dir/build.make CMakeFiles/entity_test.dir/build -.PHONY : entity_test/fast - -#============================================================================= -# Target rules for targets named entityx - -# Build rule for target. -entityx: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 entityx -.PHONY : entityx - -# fast build rule for target. -entityx/fast: - $(MAKE) -f CMakeFiles/entityx.dir/build.make CMakeFiles/entityx.dir/build -.PHONY : entityx/fast - -#============================================================================= -# Target rules for targets named tags_component_test - -# Build rule for target. -tags_component_test: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 tags_component_test -.PHONY : tags_component_test - -# fast build rule for target. -tags_component_test/fast: - $(MAKE) -f CMakeFiles/tags_component_test.dir/build.make CMakeFiles/tags_component_test.dir/build -.PHONY : tags_component_test/fast - -#============================================================================= -# Target rules for targets named pool_test - -# Build rule for target. -pool_test: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 pool_test -.PHONY : pool_test - -# fast build rule for target. -pool_test/fast: - $(MAKE) -f CMakeFiles/pool_test.dir/build.make CMakeFiles/pool_test.dir/build -.PHONY : pool_test/fast - -#============================================================================= -# Target rules for targets named dependencies_test - -# Build rule for target. -dependencies_test: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 dependencies_test -.PHONY : dependencies_test - -# fast build rule for target. -dependencies_test/fast: - $(MAKE) -f CMakeFiles/dependencies_test.dir/build.make CMakeFiles/dependencies_test.dir/build -.PHONY : dependencies_test/fast - -#============================================================================= -# Target rules for targets named benchmarks_test - -# Build rule for target. -benchmarks_test: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 benchmarks_test -.PHONY : benchmarks_test - -# fast build rule for target. -benchmarks_test/fast: - $(MAKE) -f CMakeFiles/benchmarks_test.dir/build.make CMakeFiles/benchmarks_test.dir/build -.PHONY : benchmarks_test/fast - -entityx/Benchmarks_test.o: entityx/Benchmarks_test.cc.o - -.PHONY : entityx/Benchmarks_test.o - -# target to build an object file -entityx/Benchmarks_test.cc.o: - $(MAKE) -f CMakeFiles/benchmarks_test.dir/build.make CMakeFiles/benchmarks_test.dir/entityx/Benchmarks_test.cc.o -.PHONY : entityx/Benchmarks_test.cc.o - -entityx/Benchmarks_test.i: entityx/Benchmarks_test.cc.i - -.PHONY : entityx/Benchmarks_test.i - -# target to preprocess a source file -entityx/Benchmarks_test.cc.i: - $(MAKE) -f CMakeFiles/benchmarks_test.dir/build.make CMakeFiles/benchmarks_test.dir/entityx/Benchmarks_test.cc.i -.PHONY : entityx/Benchmarks_test.cc.i - -entityx/Benchmarks_test.s: entityx/Benchmarks_test.cc.s - -.PHONY : entityx/Benchmarks_test.s - -# target to generate assembly for a file -entityx/Benchmarks_test.cc.s: - $(MAKE) -f CMakeFiles/benchmarks_test.dir/build.make CMakeFiles/benchmarks_test.dir/entityx/Benchmarks_test.cc.s -.PHONY : entityx/Benchmarks_test.cc.s - -entityx/Entity.o: entityx/Entity.cc.o - -.PHONY : entityx/Entity.o - -# target to build an object file -entityx/Entity.cc.o: - $(MAKE) -f CMakeFiles/entityx.dir/build.make CMakeFiles/entityx.dir/entityx/Entity.cc.o -.PHONY : entityx/Entity.cc.o - -entityx/Entity.i: entityx/Entity.cc.i - -.PHONY : entityx/Entity.i - -# target to preprocess a source file -entityx/Entity.cc.i: - $(MAKE) -f CMakeFiles/entityx.dir/build.make CMakeFiles/entityx.dir/entityx/Entity.cc.i -.PHONY : entityx/Entity.cc.i - -entityx/Entity.s: entityx/Entity.cc.s - -.PHONY : entityx/Entity.s - -# target to generate assembly for a file -entityx/Entity.cc.s: - $(MAKE) -f CMakeFiles/entityx.dir/build.make CMakeFiles/entityx.dir/entityx/Entity.cc.s -.PHONY : entityx/Entity.cc.s - -entityx/Entity_test.o: entityx/Entity_test.cc.o - -.PHONY : entityx/Entity_test.o - -# target to build an object file -entityx/Entity_test.cc.o: - $(MAKE) -f CMakeFiles/entity_test.dir/build.make CMakeFiles/entity_test.dir/entityx/Entity_test.cc.o -.PHONY : entityx/Entity_test.cc.o - -entityx/Entity_test.i: entityx/Entity_test.cc.i - -.PHONY : entityx/Entity_test.i - -# target to preprocess a source file -entityx/Entity_test.cc.i: - $(MAKE) -f CMakeFiles/entity_test.dir/build.make CMakeFiles/entity_test.dir/entityx/Entity_test.cc.i -.PHONY : entityx/Entity_test.cc.i - -entityx/Entity_test.s: entityx/Entity_test.cc.s - -.PHONY : entityx/Entity_test.s - -# target to generate assembly for a file -entityx/Entity_test.cc.s: - $(MAKE) -f CMakeFiles/entity_test.dir/build.make CMakeFiles/entity_test.dir/entityx/Entity_test.cc.s -.PHONY : entityx/Entity_test.cc.s - -entityx/Event.o: entityx/Event.cc.o - -.PHONY : entityx/Event.o - -# target to build an object file -entityx/Event.cc.o: - $(MAKE) -f CMakeFiles/entityx.dir/build.make CMakeFiles/entityx.dir/entityx/Event.cc.o -.PHONY : entityx/Event.cc.o - -entityx/Event.i: entityx/Event.cc.i - -.PHONY : entityx/Event.i - -# target to preprocess a source file -entityx/Event.cc.i: - $(MAKE) -f CMakeFiles/entityx.dir/build.make CMakeFiles/entityx.dir/entityx/Event.cc.i -.PHONY : entityx/Event.cc.i - -entityx/Event.s: entityx/Event.cc.s - -.PHONY : entityx/Event.s - -# target to generate assembly for a file -entityx/Event.cc.s: - $(MAKE) -f CMakeFiles/entityx.dir/build.make CMakeFiles/entityx.dir/entityx/Event.cc.s -.PHONY : entityx/Event.cc.s - -entityx/Event_test.o: entityx/Event_test.cc.o - -.PHONY : entityx/Event_test.o - -# target to build an object file -entityx/Event_test.cc.o: - $(MAKE) -f CMakeFiles/event_test.dir/build.make CMakeFiles/event_test.dir/entityx/Event_test.cc.o -.PHONY : entityx/Event_test.cc.o - -entityx/Event_test.i: entityx/Event_test.cc.i - -.PHONY : entityx/Event_test.i - -# target to preprocess a source file -entityx/Event_test.cc.i: - $(MAKE) -f CMakeFiles/event_test.dir/build.make CMakeFiles/event_test.dir/entityx/Event_test.cc.i -.PHONY : entityx/Event_test.cc.i - -entityx/Event_test.s: entityx/Event_test.cc.s - -.PHONY : entityx/Event_test.s - -# target to generate assembly for a file -entityx/Event_test.cc.s: - $(MAKE) -f CMakeFiles/event_test.dir/build.make CMakeFiles/event_test.dir/entityx/Event_test.cc.s -.PHONY : entityx/Event_test.cc.s - -entityx/System.o: entityx/System.cc.o - -.PHONY : entityx/System.o - -# target to build an object file -entityx/System.cc.o: - $(MAKE) -f CMakeFiles/entityx.dir/build.make CMakeFiles/entityx.dir/entityx/System.cc.o -.PHONY : entityx/System.cc.o - -entityx/System.i: entityx/System.cc.i - -.PHONY : entityx/System.i - -# target to preprocess a source file -entityx/System.cc.i: - $(MAKE) -f CMakeFiles/entityx.dir/build.make CMakeFiles/entityx.dir/entityx/System.cc.i -.PHONY : entityx/System.cc.i - -entityx/System.s: entityx/System.cc.s - -.PHONY : entityx/System.s - -# target to generate assembly for a file -entityx/System.cc.s: - $(MAKE) -f CMakeFiles/entityx.dir/build.make CMakeFiles/entityx.dir/entityx/System.cc.s -.PHONY : entityx/System.cc.s - -entityx/System_test.o: entityx/System_test.cc.o - -.PHONY : entityx/System_test.o - -# target to build an object file -entityx/System_test.cc.o: - $(MAKE) -f CMakeFiles/system_test.dir/build.make CMakeFiles/system_test.dir/entityx/System_test.cc.o -.PHONY : entityx/System_test.cc.o - -entityx/System_test.i: entityx/System_test.cc.i - -.PHONY : entityx/System_test.i - -# target to preprocess a source file -entityx/System_test.cc.i: - $(MAKE) -f CMakeFiles/system_test.dir/build.make CMakeFiles/system_test.dir/entityx/System_test.cc.i -.PHONY : entityx/System_test.cc.i - -entityx/System_test.s: entityx/System_test.cc.s - -.PHONY : entityx/System_test.s - -# target to generate assembly for a file -entityx/System_test.cc.s: - $(MAKE) -f CMakeFiles/system_test.dir/build.make CMakeFiles/system_test.dir/entityx/System_test.cc.s -.PHONY : entityx/System_test.cc.s - -entityx/deps/Dependencies_test.o: entityx/deps/Dependencies_test.cc.o - -.PHONY : entityx/deps/Dependencies_test.o - -# target to build an object file -entityx/deps/Dependencies_test.cc.o: - $(MAKE) -f CMakeFiles/dependencies_test.dir/build.make CMakeFiles/dependencies_test.dir/entityx/deps/Dependencies_test.cc.o -.PHONY : entityx/deps/Dependencies_test.cc.o - -entityx/deps/Dependencies_test.i: entityx/deps/Dependencies_test.cc.i - -.PHONY : entityx/deps/Dependencies_test.i - -# target to preprocess a source file -entityx/deps/Dependencies_test.cc.i: - $(MAKE) -f CMakeFiles/dependencies_test.dir/build.make CMakeFiles/dependencies_test.dir/entityx/deps/Dependencies_test.cc.i -.PHONY : entityx/deps/Dependencies_test.cc.i - -entityx/deps/Dependencies_test.s: entityx/deps/Dependencies_test.cc.s - -.PHONY : entityx/deps/Dependencies_test.s - -# target to generate assembly for a file -entityx/deps/Dependencies_test.cc.s: - $(MAKE) -f CMakeFiles/dependencies_test.dir/build.make CMakeFiles/dependencies_test.dir/entityx/deps/Dependencies_test.cc.s -.PHONY : entityx/deps/Dependencies_test.cc.s - -entityx/help/Pool.o: entityx/help/Pool.cc.o - -.PHONY : entityx/help/Pool.o - -# target to build an object file -entityx/help/Pool.cc.o: - $(MAKE) -f CMakeFiles/entityx.dir/build.make CMakeFiles/entityx.dir/entityx/help/Pool.cc.o -.PHONY : entityx/help/Pool.cc.o - -entityx/help/Pool.i: entityx/help/Pool.cc.i - -.PHONY : entityx/help/Pool.i - -# target to preprocess a source file -entityx/help/Pool.cc.i: - $(MAKE) -f CMakeFiles/entityx.dir/build.make CMakeFiles/entityx.dir/entityx/help/Pool.cc.i -.PHONY : entityx/help/Pool.cc.i - -entityx/help/Pool.s: entityx/help/Pool.cc.s - -.PHONY : entityx/help/Pool.s - -# target to generate assembly for a file -entityx/help/Pool.cc.s: - $(MAKE) -f CMakeFiles/entityx.dir/build.make CMakeFiles/entityx.dir/entityx/help/Pool.cc.s -.PHONY : entityx/help/Pool.cc.s - -entityx/help/Pool_test.o: entityx/help/Pool_test.cc.o - -.PHONY : entityx/help/Pool_test.o - -# target to build an object file -entityx/help/Pool_test.cc.o: - $(MAKE) -f CMakeFiles/pool_test.dir/build.make CMakeFiles/pool_test.dir/entityx/help/Pool_test.cc.o -.PHONY : entityx/help/Pool_test.cc.o - -entityx/help/Pool_test.i: entityx/help/Pool_test.cc.i - -.PHONY : entityx/help/Pool_test.i - -# target to preprocess a source file -entityx/help/Pool_test.cc.i: - $(MAKE) -f CMakeFiles/pool_test.dir/build.make CMakeFiles/pool_test.dir/entityx/help/Pool_test.cc.i -.PHONY : entityx/help/Pool_test.cc.i - -entityx/help/Pool_test.s: entityx/help/Pool_test.cc.s - -.PHONY : entityx/help/Pool_test.s - -# target to generate assembly for a file -entityx/help/Pool_test.cc.s: - $(MAKE) -f CMakeFiles/pool_test.dir/build.make CMakeFiles/pool_test.dir/entityx/help/Pool_test.cc.s -.PHONY : entityx/help/Pool_test.cc.s - -entityx/help/Timer.o: entityx/help/Timer.cc.o - -.PHONY : entityx/help/Timer.o - -# target to build an object file -entityx/help/Timer.cc.o: - $(MAKE) -f CMakeFiles/entityx.dir/build.make CMakeFiles/entityx.dir/entityx/help/Timer.cc.o -.PHONY : entityx/help/Timer.cc.o - -entityx/help/Timer.i: entityx/help/Timer.cc.i - -.PHONY : entityx/help/Timer.i - -# target to preprocess a source file -entityx/help/Timer.cc.i: - $(MAKE) -f CMakeFiles/entityx.dir/build.make CMakeFiles/entityx.dir/entityx/help/Timer.cc.i -.PHONY : entityx/help/Timer.cc.i - -entityx/help/Timer.s: entityx/help/Timer.cc.s - -.PHONY : entityx/help/Timer.s - -# target to generate assembly for a file -entityx/help/Timer.cc.s: - $(MAKE) -f CMakeFiles/entityx.dir/build.make CMakeFiles/entityx.dir/entityx/help/Timer.cc.s -.PHONY : entityx/help/Timer.cc.s - -entityx/tags/TagsComponent_test.o: entityx/tags/TagsComponent_test.cc.o - -.PHONY : entityx/tags/TagsComponent_test.o - -# target to build an object file -entityx/tags/TagsComponent_test.cc.o: - $(MAKE) -f CMakeFiles/tags_component_test.dir/build.make CMakeFiles/tags_component_test.dir/entityx/tags/TagsComponent_test.cc.o -.PHONY : entityx/tags/TagsComponent_test.cc.o - -entityx/tags/TagsComponent_test.i: entityx/tags/TagsComponent_test.cc.i - -.PHONY : entityx/tags/TagsComponent_test.i - -# target to preprocess a source file -entityx/tags/TagsComponent_test.cc.i: - $(MAKE) -f CMakeFiles/tags_component_test.dir/build.make CMakeFiles/tags_component_test.dir/entityx/tags/TagsComponent_test.cc.i -.PHONY : entityx/tags/TagsComponent_test.cc.i - -entityx/tags/TagsComponent_test.s: entityx/tags/TagsComponent_test.cc.s - -.PHONY : entityx/tags/TagsComponent_test.s - -# target to generate assembly for a file -entityx/tags/TagsComponent_test.cc.s: - $(MAKE) -f CMakeFiles/tags_component_test.dir/build.make CMakeFiles/tags_component_test.dir/entityx/tags/TagsComponent_test.cc.s -.PHONY : entityx/tags/TagsComponent_test.cc.s - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... install/local" - @echo "... install/strip" - @echo "... list_install_components" - @echo "... system_test" - @echo "... event_test" - @echo "... test" - @echo "... install" - @echo "... entity_test" - @echo "... entityx" - @echo "... tags_component_test" - @echo "... pool_test" - @echo "... dependencies_test" - @echo "... benchmarks_test" - @echo "... edit_cache" - @echo "... rebuild_cache" - @echo "... entityx/Benchmarks_test.o" - @echo "... entityx/Benchmarks_test.i" - @echo "... entityx/Benchmarks_test.s" - @echo "... entityx/Entity.o" - @echo "... entityx/Entity.i" - @echo "... entityx/Entity.s" - @echo "... entityx/Entity_test.o" - @echo "... entityx/Entity_test.i" - @echo "... entityx/Entity_test.s" - @echo "... entityx/Event.o" - @echo "... entityx/Event.i" - @echo "... entityx/Event.s" - @echo "... entityx/Event_test.o" - @echo "... entityx/Event_test.i" - @echo "... entityx/Event_test.s" - @echo "... entityx/System.o" - @echo "... entityx/System.i" - @echo "... entityx/System.s" - @echo "... entityx/System_test.o" - @echo "... entityx/System_test.i" - @echo "... entityx/System_test.s" - @echo "... entityx/deps/Dependencies_test.o" - @echo "... entityx/deps/Dependencies_test.i" - @echo "... entityx/deps/Dependencies_test.s" - @echo "... entityx/help/Pool.o" - @echo "... entityx/help/Pool.i" - @echo "... entityx/help/Pool.s" - @echo "... entityx/help/Pool_test.o" - @echo "... entityx/help/Pool_test.i" - @echo "... entityx/help/Pool_test.s" - @echo "... entityx/help/Timer.o" - @echo "... entityx/help/Timer.i" - @echo "... entityx/help/Timer.s" - @echo "... entityx/tags/TagsComponent_test.o" - @echo "... entityx/tags/TagsComponent_test.i" - @echo "... entityx/tags/TagsComponent_test.s" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system +INC = -I.. +FLG = -std=gnu++11 + +all: + g++ $(INC) $(FLG) -c ../entityx/help/Pool.cc -o Pool.o + g++ $(INC) $(FLG) -c ../entityx/help/Timer.cc -o Timer.o + g++ $(INC) $(FLG) -c ../entityx/Event.cc -o Event.o + g++ $(INC) $(FLG) -c ../entityx/Entity.cc -o Entity.o + g++ $(INC) $(FLG) -c ../entityx/System.cc -o System.o + ar rvs ../../libentityx.a *.o |