fixed latching

This commit is contained in:
2023-08-18 02:13:13 -04:00
parent b0f448aa5a
commit 739a1faa97
208 changed files with 23322 additions and 22949 deletions

View File

@ -57,10 +57,10 @@ RM = /usr/bin/cmake -E rm -f
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/anon/main/repos/cc2
CMAKE_SOURCE_DIR = /home/anon/sda/Personal/Repos/cc2
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/anon/main/repos/cc2/build
CMAKE_BINARY_DIR = /home/anon/sda/Personal/Repos/cc2/build
#=============================================================================
# Targets provided globally by CMake.
@ -87,9 +87,9 @@ rebuild_cache/fast: rebuild_cache
# The main all target
all: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/anon/main/repos/cc2/build/CMakeFiles /home/anon/main/repos/cc2/build//CMakeFiles/progress.marks
$(CMAKE_COMMAND) -E cmake_progress_start /home/anon/sda/Personal/Repos/cc2/build/CMakeFiles /home/anon/sda/Personal/Repos/cc2/build//CMakeFiles/progress.marks
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start /home/anon/main/repos/cc2/build/CMakeFiles 0
$(CMAKE_COMMAND) -E cmake_progress_start /home/anon/sda/Personal/Repos/cc2/build/CMakeFiles 0
.PHONY : all
# The main clean target
@ -921,6 +921,30 @@ src/game/ecs/component/action/component_action_lock.c.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_lock.c.s
.PHONY : src/game/ecs/component/action/component_action_lock.c.s
src/game/ecs/component/action/component_action_on_delete_drop_goodies.o: src/game/ecs/component/action/component_action_on_delete_drop_goodies.c.o
.PHONY : src/game/ecs/component/action/component_action_on_delete_drop_goodies.o
# target to build an object file
src/game/ecs/component/action/component_action_on_delete_drop_goodies.c.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_on_delete_drop_goodies.c.o
.PHONY : src/game/ecs/component/action/component_action_on_delete_drop_goodies.c.o
src/game/ecs/component/action/component_action_on_delete_drop_goodies.i: src/game/ecs/component/action/component_action_on_delete_drop_goodies.c.i
.PHONY : src/game/ecs/component/action/component_action_on_delete_drop_goodies.i
# target to preprocess a source file
src/game/ecs/component/action/component_action_on_delete_drop_goodies.c.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_on_delete_drop_goodies.c.i
.PHONY : src/game/ecs/component/action/component_action_on_delete_drop_goodies.c.i
src/game/ecs/component/action/component_action_on_delete_drop_goodies.s: src/game/ecs/component/action/component_action_on_delete_drop_goodies.c.s
.PHONY : src/game/ecs/component/action/component_action_on_delete_drop_goodies.s
# target to generate assembly for a file
src/game/ecs/component/action/component_action_on_delete_drop_goodies.c.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_on_delete_drop_goodies.c.s
.PHONY : src/game/ecs/component/action/component_action_on_delete_drop_goodies.c.s
src/game/ecs/component/action/component_action_on_delete_give_ammo.o: src/game/ecs/component/action/component_action_on_delete_give_ammo.c.o
.PHONY : src/game/ecs/component/action/component_action_on_delete_give_ammo.o
@ -1353,6 +1377,30 @@ src/game/ecs/component/entity/component_pickup.c.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/entity/component_pickup.c.s
.PHONY : src/game/ecs/component/entity/component_pickup.c.s
src/game/ecs/component/hud/component_button.o: src/game/ecs/component/hud/component_button.c.o
.PHONY : src/game/ecs/component/hud/component_button.o
# target to build an object file
src/game/ecs/component/hud/component_button.c.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/hud/component_button.c.o
.PHONY : src/game/ecs/component/hud/component_button.c.o
src/game/ecs/component/hud/component_button.i: src/game/ecs/component/hud/component_button.c.i
.PHONY : src/game/ecs/component/hud/component_button.i
# target to preprocess a source file
src/game/ecs/component/hud/component_button.c.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/hud/component_button.c.i
.PHONY : src/game/ecs/component/hud/component_button.c.i
src/game/ecs/component/hud/component_button.s: src/game/ecs/component/hud/component_button.c.s
.PHONY : src/game/ecs/component/hud/component_button.s
# target to generate assembly for a file
src/game/ecs/component/hud/component_button.c.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/hud/component_button.c.s
.PHONY : src/game/ecs/component/hud/component_button.c.s
src/game/ecs/component/stat/component_act_entity.o: src/game/ecs/component/stat/component_act_entity.c.o
.PHONY : src/game/ecs/component/stat/component_act_entity.o
@ -2109,6 +2157,9 @@ help:
@echo "... src/game/ecs/component/action/component_action_lock.o"
@echo "... src/game/ecs/component/action/component_action_lock.i"
@echo "... src/game/ecs/component/action/component_action_lock.s"
@echo "... src/game/ecs/component/action/component_action_on_delete_drop_goodies.o"
@echo "... src/game/ecs/component/action/component_action_on_delete_drop_goodies.i"
@echo "... src/game/ecs/component/action/component_action_on_delete_drop_goodies.s"
@echo "... src/game/ecs/component/action/component_action_on_delete_give_ammo.o"
@echo "... src/game/ecs/component/action/component_action_on_delete_give_ammo.i"
@echo "... src/game/ecs/component/action/component_action_on_delete_give_ammo.s"
@ -2163,6 +2214,9 @@ help:
@echo "... src/game/ecs/component/entity/component_pickup.o"
@echo "... src/game/ecs/component/entity/component_pickup.i"
@echo "... src/game/ecs/component/entity/component_pickup.s"
@echo "... src/game/ecs/component/hud/component_button.o"
@echo "... src/game/ecs/component/hud/component_button.i"
@echo "... src/game/ecs/component/hud/component_button.s"
@echo "... src/game/ecs/component/stat/component_act_entity.o"
@echo "... src/game/ecs/component/stat/component_act_entity.i"
@echo "... src/game/ecs/component/stat/component_act_entity.s"