4205 lines
210 KiB
Makefile
4205 lines
210 KiB
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.27
|
|
|
|
# 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:
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : %,v
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : RCS/%
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : RCS/%,v
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : SCCS/s.%
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : s.%
|
|
|
|
.SUFFIXES: .hpux_make_needs_suffix_list
|
|
|
|
# Command-line flag to silence nested $(MAKE).
|
|
$(VERBOSE)MAKESILENT = -s
|
|
|
|
#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 rm -f
|
|
|
|
# Escaping for special characters.
|
|
EQUALS = =
|
|
|
|
# The top-level source directory on which CMake was run.
|
|
CMAKE_SOURCE_DIR = /home/anon/sda/Personal/Repos/cc2
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = /home/anon/sda/Personal/Repos/cc2/build
|
|
|
|
#=============================================================================
|
|
# Targets provided globally by CMake.
|
|
|
|
# Special rule for the target edit_cache
|
|
edit_cache:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
|
|
/usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
|
.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 --regenerate-during-build -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/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/sda/Personal/Repos/cc2/build/CMakeFiles 0
|
|
.PHONY : all
|
|
|
|
# The main clean target
|
|
clean:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
|
|
.PHONY : clean
|
|
|
|
# The main clean target
|
|
clean/fast: clean
|
|
.PHONY : clean/fast
|
|
|
|
# Prepare targets for installation.
|
|
preinstall: all
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
|
|
.PHONY : preinstall
|
|
|
|
# Prepare targets for installation.
|
|
preinstall/fast:
|
|
$(MAKE) $(MAKESILENT) -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 cc2
|
|
|
|
# Build rule for target.
|
|
cc2: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cc2
|
|
.PHONY : cc2
|
|
|
|
# fast build rule for target.
|
|
cc2/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/build
|
|
.PHONY : cc2/fast
|
|
|
|
src/engine/atlas.o: src/engine/atlas.c.o
|
|
.PHONY : src/engine/atlas.o
|
|
|
|
# target to build an object file
|
|
src/engine/atlas.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/atlas.c.o
|
|
.PHONY : src/engine/atlas.c.o
|
|
|
|
src/engine/atlas.i: src/engine/atlas.c.i
|
|
.PHONY : src/engine/atlas.i
|
|
|
|
# target to preprocess a source file
|
|
src/engine/atlas.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/atlas.c.i
|
|
.PHONY : src/engine/atlas.c.i
|
|
|
|
src/engine/atlas.s: src/engine/atlas.c.s
|
|
.PHONY : src/engine/atlas.s
|
|
|
|
# target to generate assembly for a file
|
|
src/engine/atlas.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/atlas.c.s
|
|
.PHONY : src/engine/atlas.c.s
|
|
|
|
src/engine/camera.o: src/engine/camera.c.o
|
|
.PHONY : src/engine/camera.o
|
|
|
|
# target to build an object file
|
|
src/engine/camera.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/camera.c.o
|
|
.PHONY : src/engine/camera.c.o
|
|
|
|
src/engine/camera.i: src/engine/camera.c.i
|
|
.PHONY : src/engine/camera.i
|
|
|
|
# target to preprocess a source file
|
|
src/engine/camera.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/camera.c.i
|
|
.PHONY : src/engine/camera.c.i
|
|
|
|
src/engine/camera.s: src/engine/camera.c.s
|
|
.PHONY : src/engine/camera.s
|
|
|
|
# target to generate assembly for a file
|
|
src/engine/camera.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/camera.c.s
|
|
.PHONY : src/engine/camera.c.s
|
|
|
|
src/engine/circle.o: src/engine/circle.c.o
|
|
.PHONY : src/engine/circle.o
|
|
|
|
# target to build an object file
|
|
src/engine/circle.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/circle.c.o
|
|
.PHONY : src/engine/circle.c.o
|
|
|
|
src/engine/circle.i: src/engine/circle.c.i
|
|
.PHONY : src/engine/circle.i
|
|
|
|
# target to preprocess a source file
|
|
src/engine/circle.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/circle.c.i
|
|
.PHONY : src/engine/circle.c.i
|
|
|
|
src/engine/circle.s: src/engine/circle.c.s
|
|
.PHONY : src/engine/circle.s
|
|
|
|
# target to generate assembly for a file
|
|
src/engine/circle.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/circle.c.s
|
|
.PHONY : src/engine/circle.c.s
|
|
|
|
src/engine/event.o: src/engine/event.c.o
|
|
.PHONY : src/engine/event.o
|
|
|
|
# target to build an object file
|
|
src/engine/event.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/event.c.o
|
|
.PHONY : src/engine/event.c.o
|
|
|
|
src/engine/event.i: src/engine/event.c.i
|
|
.PHONY : src/engine/event.i
|
|
|
|
# target to preprocess a source file
|
|
src/engine/event.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/event.c.i
|
|
.PHONY : src/engine/event.c.i
|
|
|
|
src/engine/event.s: src/engine/event.c.s
|
|
.PHONY : src/engine/event.s
|
|
|
|
# target to generate assembly for a file
|
|
src/engine/event.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/event.c.s
|
|
.PHONY : src/engine/event.c.s
|
|
|
|
src/engine/file.o: src/engine/file.c.o
|
|
.PHONY : src/engine/file.o
|
|
|
|
# target to build an object file
|
|
src/engine/file.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/file.c.o
|
|
.PHONY : src/engine/file.c.o
|
|
|
|
src/engine/file.i: src/engine/file.c.i
|
|
.PHONY : src/engine/file.i
|
|
|
|
# target to preprocess a source file
|
|
src/engine/file.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/file.c.i
|
|
.PHONY : src/engine/file.c.i
|
|
|
|
src/engine/file.s: src/engine/file.c.s
|
|
.PHONY : src/engine/file.s
|
|
|
|
# target to generate assembly for a file
|
|
src/engine/file.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/file.c.s
|
|
.PHONY : src/engine/file.c.s
|
|
|
|
src/engine/font.o: src/engine/font.c.o
|
|
.PHONY : src/engine/font.o
|
|
|
|
# target to build an object file
|
|
src/engine/font.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/font.c.o
|
|
.PHONY : src/engine/font.c.o
|
|
|
|
src/engine/font.i: src/engine/font.c.i
|
|
.PHONY : src/engine/font.i
|
|
|
|
# target to preprocess a source file
|
|
src/engine/font.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/font.c.i
|
|
.PHONY : src/engine/font.c.i
|
|
|
|
src/engine/font.s: src/engine/font.c.s
|
|
.PHONY : src/engine/font.s
|
|
|
|
# target to generate assembly for a file
|
|
src/engine/font.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/font.c.s
|
|
.PHONY : src/engine/font.c.s
|
|
|
|
src/engine/fullscreen.o: src/engine/fullscreen.c.o
|
|
.PHONY : src/engine/fullscreen.o
|
|
|
|
# target to build an object file
|
|
src/engine/fullscreen.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/fullscreen.c.o
|
|
.PHONY : src/engine/fullscreen.c.o
|
|
|
|
src/engine/fullscreen.i: src/engine/fullscreen.c.i
|
|
.PHONY : src/engine/fullscreen.i
|
|
|
|
# target to preprocess a source file
|
|
src/engine/fullscreen.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/fullscreen.c.i
|
|
.PHONY : src/engine/fullscreen.c.i
|
|
|
|
src/engine/fullscreen.s: src/engine/fullscreen.c.s
|
|
.PHONY : src/engine/fullscreen.s
|
|
|
|
# target to generate assembly for a file
|
|
src/engine/fullscreen.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/fullscreen.c.s
|
|
.PHONY : src/engine/fullscreen.c.s
|
|
|
|
src/engine/glew.o: src/engine/glew.c.o
|
|
.PHONY : src/engine/glew.o
|
|
|
|
# target to build an object file
|
|
src/engine/glew.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/glew.c.o
|
|
.PHONY : src/engine/glew.c.o
|
|
|
|
src/engine/glew.i: src/engine/glew.c.i
|
|
.PHONY : src/engine/glew.i
|
|
|
|
# target to preprocess a source file
|
|
src/engine/glew.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/glew.c.i
|
|
.PHONY : src/engine/glew.c.i
|
|
|
|
src/engine/glew.s: src/engine/glew.c.s
|
|
.PHONY : src/engine/glew.s
|
|
|
|
# target to generate assembly for a file
|
|
src/engine/glew.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/glew.c.s
|
|
.PHONY : src/engine/glew.c.s
|
|
|
|
src/engine/glyph.o: src/engine/glyph.c.o
|
|
.PHONY : src/engine/glyph.o
|
|
|
|
# target to build an object file
|
|
src/engine/glyph.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/glyph.c.o
|
|
.PHONY : src/engine/glyph.c.o
|
|
|
|
src/engine/glyph.i: src/engine/glyph.c.i
|
|
.PHONY : src/engine/glyph.i
|
|
|
|
# target to preprocess a source file
|
|
src/engine/glyph.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/glyph.c.i
|
|
.PHONY : src/engine/glyph.c.i
|
|
|
|
src/engine/glyph.s: src/engine/glyph.c.s
|
|
.PHONY : src/engine/glyph.s
|
|
|
|
# target to generate assembly for a file
|
|
src/engine/glyph.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/glyph.c.s
|
|
.PHONY : src/engine/glyph.c.s
|
|
|
|
src/engine/keyboard.o: src/engine/keyboard.c.o
|
|
.PHONY : src/engine/keyboard.o
|
|
|
|
# target to build an object file
|
|
src/engine/keyboard.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/keyboard.c.o
|
|
.PHONY : src/engine/keyboard.c.o
|
|
|
|
src/engine/keyboard.i: src/engine/keyboard.c.i
|
|
.PHONY : src/engine/keyboard.i
|
|
|
|
# target to preprocess a source file
|
|
src/engine/keyboard.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/keyboard.c.i
|
|
.PHONY : src/engine/keyboard.c.i
|
|
|
|
src/engine/keyboard.s: src/engine/keyboard.c.s
|
|
.PHONY : src/engine/keyboard.s
|
|
|
|
# target to generate assembly for a file
|
|
src/engine/keyboard.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/keyboard.c.s
|
|
.PHONY : src/engine/keyboard.c.s
|
|
|
|
src/engine/mouse.o: src/engine/mouse.c.o
|
|
.PHONY : src/engine/mouse.o
|
|
|
|
# target to build an object file
|
|
src/engine/mouse.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/mouse.c.o
|
|
.PHONY : src/engine/mouse.c.o
|
|
|
|
src/engine/mouse.i: src/engine/mouse.c.i
|
|
.PHONY : src/engine/mouse.i
|
|
|
|
# target to preprocess a source file
|
|
src/engine/mouse.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/mouse.c.i
|
|
.PHONY : src/engine/mouse.c.i
|
|
|
|
src/engine/mouse.s: src/engine/mouse.c.s
|
|
.PHONY : src/engine/mouse.s
|
|
|
|
# target to generate assembly for a file
|
|
src/engine/mouse.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/mouse.c.s
|
|
.PHONY : src/engine/mouse.c.s
|
|
|
|
src/engine/music.o: src/engine/music.c.o
|
|
.PHONY : src/engine/music.o
|
|
|
|
# target to build an object file
|
|
src/engine/music.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/music.c.o
|
|
.PHONY : src/engine/music.c.o
|
|
|
|
src/engine/music.i: src/engine/music.c.i
|
|
.PHONY : src/engine/music.i
|
|
|
|
# target to preprocess a source file
|
|
src/engine/music.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/music.c.i
|
|
.PHONY : src/engine/music.c.i
|
|
|
|
src/engine/music.s: src/engine/music.c.s
|
|
.PHONY : src/engine/music.s
|
|
|
|
# target to generate assembly for a file
|
|
src/engine/music.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/music.c.s
|
|
.PHONY : src/engine/music.c.s
|
|
|
|
src/engine/rectangle.o: src/engine/rectangle.c.o
|
|
.PHONY : src/engine/rectangle.o
|
|
|
|
# target to build an object file
|
|
src/engine/rectangle.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/rectangle.c.o
|
|
.PHONY : src/engine/rectangle.c.o
|
|
|
|
src/engine/rectangle.i: src/engine/rectangle.c.i
|
|
.PHONY : src/engine/rectangle.i
|
|
|
|
# target to preprocess a source file
|
|
src/engine/rectangle.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/rectangle.c.i
|
|
.PHONY : src/engine/rectangle.c.i
|
|
|
|
src/engine/rectangle.s: src/engine/rectangle.c.s
|
|
.PHONY : src/engine/rectangle.s
|
|
|
|
# target to generate assembly for a file
|
|
src/engine/rectangle.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/rectangle.c.s
|
|
.PHONY : src/engine/rectangle.c.s
|
|
|
|
src/engine/renderer.o: src/engine/renderer.c.o
|
|
.PHONY : src/engine/renderer.o
|
|
|
|
# target to build an object file
|
|
src/engine/renderer.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/renderer.c.o
|
|
.PHONY : src/engine/renderer.c.o
|
|
|
|
src/engine/renderer.i: src/engine/renderer.c.i
|
|
.PHONY : src/engine/renderer.i
|
|
|
|
# target to preprocess a source file
|
|
src/engine/renderer.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/renderer.c.i
|
|
.PHONY : src/engine/renderer.c.i
|
|
|
|
src/engine/renderer.s: src/engine/renderer.c.s
|
|
.PHONY : src/engine/renderer.s
|
|
|
|
# target to generate assembly for a file
|
|
src/engine/renderer.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/renderer.c.s
|
|
.PHONY : src/engine/renderer.c.s
|
|
|
|
src/engine/sdl.o: src/engine/sdl.c.o
|
|
.PHONY : src/engine/sdl.o
|
|
|
|
# target to build an object file
|
|
src/engine/sdl.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/sdl.c.o
|
|
.PHONY : src/engine/sdl.c.o
|
|
|
|
src/engine/sdl.i: src/engine/sdl.c.i
|
|
.PHONY : src/engine/sdl.i
|
|
|
|
# target to preprocess a source file
|
|
src/engine/sdl.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/sdl.c.i
|
|
.PHONY : src/engine/sdl.c.i
|
|
|
|
src/engine/sdl.s: src/engine/sdl.c.s
|
|
.PHONY : src/engine/sdl.s
|
|
|
|
# target to generate assembly for a file
|
|
src/engine/sdl.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/sdl.c.s
|
|
.PHONY : src/engine/sdl.c.s
|
|
|
|
src/engine/shader.o: src/engine/shader.c.o
|
|
.PHONY : src/engine/shader.o
|
|
|
|
# target to build an object file
|
|
src/engine/shader.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/shader.c.o
|
|
.PHONY : src/engine/shader.c.o
|
|
|
|
src/engine/shader.i: src/engine/shader.c.i
|
|
.PHONY : src/engine/shader.i
|
|
|
|
# target to preprocess a source file
|
|
src/engine/shader.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/shader.c.i
|
|
.PHONY : src/engine/shader.c.i
|
|
|
|
src/engine/shader.s: src/engine/shader.c.s
|
|
.PHONY : src/engine/shader.s
|
|
|
|
# target to generate assembly for a file
|
|
src/engine/shader.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/shader.c.s
|
|
.PHONY : src/engine/shader.c.s
|
|
|
|
src/engine/sound.o: src/engine/sound.c.o
|
|
.PHONY : src/engine/sound.o
|
|
|
|
# target to build an object file
|
|
src/engine/sound.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/sound.c.o
|
|
.PHONY : src/engine/sound.c.o
|
|
|
|
src/engine/sound.i: src/engine/sound.c.i
|
|
.PHONY : src/engine/sound.i
|
|
|
|
# target to preprocess a source file
|
|
src/engine/sound.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/sound.c.i
|
|
.PHONY : src/engine/sound.c.i
|
|
|
|
src/engine/sound.s: src/engine/sound.c.s
|
|
.PHONY : src/engine/sound.s
|
|
|
|
# target to generate assembly for a file
|
|
src/engine/sound.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/sound.c.s
|
|
.PHONY : src/engine/sound.c.s
|
|
|
|
src/engine/surface.o: src/engine/surface.c.o
|
|
.PHONY : src/engine/surface.o
|
|
|
|
# target to build an object file
|
|
src/engine/surface.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/surface.c.o
|
|
.PHONY : src/engine/surface.c.o
|
|
|
|
src/engine/surface.i: src/engine/surface.c.i
|
|
.PHONY : src/engine/surface.i
|
|
|
|
# target to preprocess a source file
|
|
src/engine/surface.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/surface.c.i
|
|
.PHONY : src/engine/surface.c.i
|
|
|
|
src/engine/surface.s: src/engine/surface.c.s
|
|
.PHONY : src/engine/surface.s
|
|
|
|
# target to generate assembly for a file
|
|
src/engine/surface.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/surface.c.s
|
|
.PHONY : src/engine/surface.c.s
|
|
|
|
src/engine/texture.o: src/engine/texture.c.o
|
|
.PHONY : src/engine/texture.o
|
|
|
|
# target to build an object file
|
|
src/engine/texture.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/texture.c.o
|
|
.PHONY : src/engine/texture.c.o
|
|
|
|
src/engine/texture.i: src/engine/texture.c.i
|
|
.PHONY : src/engine/texture.i
|
|
|
|
# target to preprocess a source file
|
|
src/engine/texture.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/texture.c.i
|
|
.PHONY : src/engine/texture.c.i
|
|
|
|
src/engine/texture.s: src/engine/texture.c.s
|
|
.PHONY : src/engine/texture.s
|
|
|
|
# target to generate assembly for a file
|
|
src/engine/texture.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/texture.c.s
|
|
.PHONY : src/engine/texture.c.s
|
|
|
|
src/engine/tick.o: src/engine/tick.c.o
|
|
.PHONY : src/engine/tick.o
|
|
|
|
# target to build an object file
|
|
src/engine/tick.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/tick.c.o
|
|
.PHONY : src/engine/tick.c.o
|
|
|
|
src/engine/tick.i: src/engine/tick.c.i
|
|
.PHONY : src/engine/tick.i
|
|
|
|
# target to preprocess a source file
|
|
src/engine/tick.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/tick.c.i
|
|
.PHONY : src/engine/tick.c.i
|
|
|
|
src/engine/tick.s: src/engine/tick.c.s
|
|
.PHONY : src/engine/tick.s
|
|
|
|
# target to generate assembly for a file
|
|
src/engine/tick.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/tick.c.s
|
|
.PHONY : src/engine/tick.c.s
|
|
|
|
src/engine/vao.o: src/engine/vao.c.o
|
|
.PHONY : src/engine/vao.o
|
|
|
|
# target to build an object file
|
|
src/engine/vao.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/vao.c.o
|
|
.PHONY : src/engine/vao.c.o
|
|
|
|
src/engine/vao.i: src/engine/vao.c.i
|
|
.PHONY : src/engine/vao.i
|
|
|
|
# target to preprocess a source file
|
|
src/engine/vao.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/vao.c.i
|
|
.PHONY : src/engine/vao.c.i
|
|
|
|
src/engine/vao.s: src/engine/vao.c.s
|
|
.PHONY : src/engine/vao.s
|
|
|
|
# target to generate assembly for a file
|
|
src/engine/vao.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/vao.c.s
|
|
.PHONY : src/engine/vao.c.s
|
|
|
|
src/engine/vbo.o: src/engine/vbo.c.o
|
|
.PHONY : src/engine/vbo.o
|
|
|
|
# target to build an object file
|
|
src/engine/vbo.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/vbo.c.o
|
|
.PHONY : src/engine/vbo.c.o
|
|
|
|
src/engine/vbo.i: src/engine/vbo.c.i
|
|
.PHONY : src/engine/vbo.i
|
|
|
|
# target to preprocess a source file
|
|
src/engine/vbo.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/vbo.c.i
|
|
.PHONY : src/engine/vbo.c.i
|
|
|
|
src/engine/vbo.s: src/engine/vbo.c.s
|
|
.PHONY : src/engine/vbo.s
|
|
|
|
# target to generate assembly for a file
|
|
src/engine/vbo.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/vbo.c.s
|
|
.PHONY : src/engine/vbo.c.s
|
|
|
|
src/engine/vector.o: src/engine/vector.c.o
|
|
.PHONY : src/engine/vector.o
|
|
|
|
# target to build an object file
|
|
src/engine/vector.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/vector.c.o
|
|
.PHONY : src/engine/vector.c.o
|
|
|
|
src/engine/vector.i: src/engine/vector.c.i
|
|
.PHONY : src/engine/vector.i
|
|
|
|
# target to preprocess a source file
|
|
src/engine/vector.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/vector.c.i
|
|
.PHONY : src/engine/vector.c.i
|
|
|
|
src/engine/vector.s: src/engine/vector.c.s
|
|
.PHONY : src/engine/vector.s
|
|
|
|
# target to generate assembly for a file
|
|
src/engine/vector.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/vector.c.s
|
|
.PHONY : src/engine/vector.c.s
|
|
|
|
src/engine/vertexattribute.o: src/engine/vertexattribute.c.o
|
|
.PHONY : src/engine/vertexattribute.o
|
|
|
|
# target to build an object file
|
|
src/engine/vertexattribute.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/vertexattribute.c.o
|
|
.PHONY : src/engine/vertexattribute.c.o
|
|
|
|
src/engine/vertexattribute.i: src/engine/vertexattribute.c.i
|
|
.PHONY : src/engine/vertexattribute.i
|
|
|
|
# target to preprocess a source file
|
|
src/engine/vertexattribute.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/vertexattribute.c.i
|
|
.PHONY : src/engine/vertexattribute.c.i
|
|
|
|
src/engine/vertexattribute.s: src/engine/vertexattribute.c.s
|
|
.PHONY : src/engine/vertexattribute.s
|
|
|
|
# target to generate assembly for a file
|
|
src/engine/vertexattribute.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/vertexattribute.c.s
|
|
.PHONY : src/engine/vertexattribute.c.s
|
|
|
|
src/engine/window.o: src/engine/window.c.o
|
|
.PHONY : src/engine/window.o
|
|
|
|
# target to build an object file
|
|
src/engine/window.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/window.c.o
|
|
.PHONY : src/engine/window.c.o
|
|
|
|
src/engine/window.i: src/engine/window.c.i
|
|
.PHONY : src/engine/window.i
|
|
|
|
# target to preprocess a source file
|
|
src/engine/window.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/window.c.i
|
|
.PHONY : src/engine/window.c.i
|
|
|
|
src/engine/window.s: src/engine/window.c.s
|
|
.PHONY : src/engine/window.s
|
|
|
|
# target to generate assembly for a file
|
|
src/engine/window.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/engine/window.c.s
|
|
.PHONY : src/engine/window.c.s
|
|
|
|
src/game/ecs/component/action/component_action_damage.o: src/game/ecs/component/action/component_action_damage.c.o
|
|
.PHONY : src/game/ecs/component/action/component_action_damage.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/action/component_action_damage.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_damage.c.o
|
|
.PHONY : src/game/ecs/component/action/component_action_damage.c.o
|
|
|
|
src/game/ecs/component/action/component_action_damage.i: src/game/ecs/component/action/component_action_damage.c.i
|
|
.PHONY : src/game/ecs/component/action/component_action_damage.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/action/component_action_damage.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_damage.c.i
|
|
.PHONY : src/game/ecs/component/action/component_action_damage.c.i
|
|
|
|
src/game/ecs/component/action/component_action_damage.s: src/game/ecs/component/action/component_action_damage.c.s
|
|
.PHONY : src/game/ecs/component/action/component_action_damage.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/action/component_action_damage.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_damage.c.s
|
|
.PHONY : src/game/ecs/component/action/component_action_damage.c.s
|
|
|
|
src/game/ecs/component/action/component_action_delete_on_dead.o: src/game/ecs/component/action/component_action_delete_on_dead.c.o
|
|
.PHONY : src/game/ecs/component/action/component_action_delete_on_dead.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/action/component_action_delete_on_dead.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_delete_on_dead.c.o
|
|
.PHONY : src/game/ecs/component/action/component_action_delete_on_dead.c.o
|
|
|
|
src/game/ecs/component/action/component_action_delete_on_dead.i: src/game/ecs/component/action/component_action_delete_on_dead.c.i
|
|
.PHONY : src/game/ecs/component/action/component_action_delete_on_dead.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/action/component_action_delete_on_dead.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_delete_on_dead.c.i
|
|
.PHONY : src/game/ecs/component/action/component_action_delete_on_dead.c.i
|
|
|
|
src/game/ecs/component/action/component_action_delete_on_dead.s: src/game/ecs/component/action/component_action_delete_on_dead.c.s
|
|
.PHONY : src/game/ecs/component/action/component_action_delete_on_dead.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/action/component_action_delete_on_dead.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_delete_on_dead.c.s
|
|
.PHONY : src/game/ecs/component/action/component_action_delete_on_dead.c.s
|
|
|
|
src/game/ecs/component/action/component_action_delete_on_timer.o: src/game/ecs/component/action/component_action_delete_on_timer.c.o
|
|
.PHONY : src/game/ecs/component/action/component_action_delete_on_timer.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/action/component_action_delete_on_timer.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_delete_on_timer.c.o
|
|
.PHONY : src/game/ecs/component/action/component_action_delete_on_timer.c.o
|
|
|
|
src/game/ecs/component/action/component_action_delete_on_timer.i: src/game/ecs/component/action/component_action_delete_on_timer.c.i
|
|
.PHONY : src/game/ecs/component/action/component_action_delete_on_timer.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/action/component_action_delete_on_timer.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_delete_on_timer.c.i
|
|
.PHONY : src/game/ecs/component/action/component_action_delete_on_timer.c.i
|
|
|
|
src/game/ecs/component/action/component_action_delete_on_timer.s: src/game/ecs/component/action/component_action_delete_on_timer.c.s
|
|
.PHONY : src/game/ecs/component/action/component_action_delete_on_timer.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/action/component_action_delete_on_timer.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_delete_on_timer.c.s
|
|
.PHONY : src/game/ecs/component/action/component_action_delete_on_timer.c.s
|
|
|
|
src/game/ecs/component/action/component_action_delete_on_touch_entity.o: src/game/ecs/component/action/component_action_delete_on_touch_entity.c.o
|
|
.PHONY : src/game/ecs/component/action/component_action_delete_on_touch_entity.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/action/component_action_delete_on_touch_entity.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_delete_on_touch_entity.c.o
|
|
.PHONY : src/game/ecs/component/action/component_action_delete_on_touch_entity.c.o
|
|
|
|
src/game/ecs/component/action/component_action_delete_on_touch_entity.i: src/game/ecs/component/action/component_action_delete_on_touch_entity.c.i
|
|
.PHONY : src/game/ecs/component/action/component_action_delete_on_touch_entity.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/action/component_action_delete_on_touch_entity.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_delete_on_touch_entity.c.i
|
|
.PHONY : src/game/ecs/component/action/component_action_delete_on_touch_entity.c.i
|
|
|
|
src/game/ecs/component/action/component_action_delete_on_touch_entity.s: src/game/ecs/component/action/component_action_delete_on_touch_entity.c.s
|
|
.PHONY : src/game/ecs/component/action/component_action_delete_on_touch_entity.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/action/component_action_delete_on_touch_entity.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_delete_on_touch_entity.c.s
|
|
.PHONY : src/game/ecs/component/action/component_action_delete_on_touch_entity.c.s
|
|
|
|
src/game/ecs/component/action/component_action_delete_on_touch_game_entity_type.o: src/game/ecs/component/action/component_action_delete_on_touch_game_entity_type.c.o
|
|
.PHONY : src/game/ecs/component/action/component_action_delete_on_touch_game_entity_type.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/action/component_action_delete_on_touch_game_entity_type.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_delete_on_touch_game_entity_type.c.o
|
|
.PHONY : src/game/ecs/component/action/component_action_delete_on_touch_game_entity_type.c.o
|
|
|
|
src/game/ecs/component/action/component_action_delete_on_touch_game_entity_type.i: src/game/ecs/component/action/component_action_delete_on_touch_game_entity_type.c.i
|
|
.PHONY : src/game/ecs/component/action/component_action_delete_on_touch_game_entity_type.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/action/component_action_delete_on_touch_game_entity_type.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_delete_on_touch_game_entity_type.c.i
|
|
.PHONY : src/game/ecs/component/action/component_action_delete_on_touch_game_entity_type.c.i
|
|
|
|
src/game/ecs/component/action/component_action_delete_on_touch_game_entity_type.s: src/game/ecs/component/action/component_action_delete_on_touch_game_entity_type.c.s
|
|
.PHONY : src/game/ecs/component/action/component_action_delete_on_touch_game_entity_type.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/action/component_action_delete_on_touch_game_entity_type.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_delete_on_touch_game_entity_type.c.s
|
|
.PHONY : src/game/ecs/component/action/component_action_delete_on_touch_game_entity_type.c.s
|
|
|
|
src/game/ecs/component/action/component_action_follow.o: src/game/ecs/component/action/component_action_follow.c.o
|
|
.PHONY : src/game/ecs/component/action/component_action_follow.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/action/component_action_follow.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_follow.c.o
|
|
.PHONY : src/game/ecs/component/action/component_action_follow.c.o
|
|
|
|
src/game/ecs/component/action/component_action_follow.i: src/game/ecs/component/action/component_action_follow.c.i
|
|
.PHONY : src/game/ecs/component/action/component_action_follow.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/action/component_action_follow.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_follow.c.i
|
|
.PHONY : src/game/ecs/component/action/component_action_follow.c.i
|
|
|
|
src/game/ecs/component/action/component_action_follow.s: src/game/ecs/component/action/component_action_follow.c.s
|
|
.PHONY : src/game/ecs/component/action/component_action_follow.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/action/component_action_follow.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_follow.c.s
|
|
.PHONY : src/game/ecs/component/action/component_action_follow.c.s
|
|
|
|
src/game/ecs/component/action/component_action_grip.o: src/game/ecs/component/action/component_action_grip.c.o
|
|
.PHONY : src/game/ecs/component/action/component_action_grip.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/action/component_action_grip.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_grip.c.o
|
|
.PHONY : src/game/ecs/component/action/component_action_grip.c.o
|
|
|
|
src/game/ecs/component/action/component_action_grip.i: src/game/ecs/component/action/component_action_grip.c.i
|
|
.PHONY : src/game/ecs/component/action/component_action_grip.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/action/component_action_grip.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_grip.c.i
|
|
.PHONY : src/game/ecs/component/action/component_action_grip.c.i
|
|
|
|
src/game/ecs/component/action/component_action_grip.s: src/game/ecs/component/action/component_action_grip.c.s
|
|
.PHONY : src/game/ecs/component/action/component_action_grip.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/action/component_action_grip.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_grip.c.s
|
|
.PHONY : src/game/ecs/component/action/component_action_grip.c.s
|
|
|
|
src/game/ecs/component/action/component_action_gripped.o: src/game/ecs/component/action/component_action_gripped.c.o
|
|
.PHONY : src/game/ecs/component/action/component_action_gripped.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/action/component_action_gripped.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_gripped.c.o
|
|
.PHONY : src/game/ecs/component/action/component_action_gripped.c.o
|
|
|
|
src/game/ecs/component/action/component_action_gripped.i: src/game/ecs/component/action/component_action_gripped.c.i
|
|
.PHONY : src/game/ecs/component/action/component_action_gripped.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/action/component_action_gripped.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_gripped.c.i
|
|
.PHONY : src/game/ecs/component/action/component_action_gripped.c.i
|
|
|
|
src/game/ecs/component/action/component_action_gripped.s: src/game/ecs/component/action/component_action_gripped.c.s
|
|
.PHONY : src/game/ecs/component/action/component_action_gripped.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/action/component_action_gripped.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_gripped.c.s
|
|
.PHONY : src/game/ecs/component/action/component_action_gripped.c.s
|
|
|
|
src/game/ecs/component/action/component_action_keep_in_rectangle.o: src/game/ecs/component/action/component_action_keep_in_rectangle.c.o
|
|
.PHONY : src/game/ecs/component/action/component_action_keep_in_rectangle.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/action/component_action_keep_in_rectangle.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_keep_in_rectangle.c.o
|
|
.PHONY : src/game/ecs/component/action/component_action_keep_in_rectangle.c.o
|
|
|
|
src/game/ecs/component/action/component_action_keep_in_rectangle.i: src/game/ecs/component/action/component_action_keep_in_rectangle.c.i
|
|
.PHONY : src/game/ecs/component/action/component_action_keep_in_rectangle.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/action/component_action_keep_in_rectangle.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_keep_in_rectangle.c.i
|
|
.PHONY : src/game/ecs/component/action/component_action_keep_in_rectangle.c.i
|
|
|
|
src/game/ecs/component/action/component_action_keep_in_rectangle.s: src/game/ecs/component/action/component_action_keep_in_rectangle.c.s
|
|
.PHONY : src/game/ecs/component/action/component_action_keep_in_rectangle.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/action/component_action_keep_in_rectangle.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_keep_in_rectangle.c.s
|
|
.PHONY : src/game/ecs/component/action/component_action_keep_in_rectangle.c.s
|
|
|
|
src/game/ecs/component/action/component_action_lock.o: src/game/ecs/component/action/component_action_lock.c.o
|
|
.PHONY : src/game/ecs/component/action/component_action_lock.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/action/component_action_lock.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_lock.c.o
|
|
.PHONY : src/game/ecs/component/action/component_action_lock.c.o
|
|
|
|
src/game/ecs/component/action/component_action_lock.i: src/game/ecs/component/action/component_action_lock.c.i
|
|
.PHONY : src/game/ecs/component/action/component_action_lock.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/action/component_action_lock.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_lock.c.i
|
|
.PHONY : src/game/ecs/component/action/component_action_lock.c.i
|
|
|
|
src/game/ecs/component/action/component_action_lock.s: src/game/ecs/component/action/component_action_lock.c.s
|
|
.PHONY : src/game/ecs/component/action/component_action_lock.s
|
|
|
|
# target to generate assembly for a file
|
|
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_combat_hide.o: src/game/ecs/component/action/component_action_on_combat_hide.c.o
|
|
.PHONY : src/game/ecs/component/action/component_action_on_combat_hide.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/action/component_action_on_combat_hide.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_on_combat_hide.c.o
|
|
.PHONY : src/game/ecs/component/action/component_action_on_combat_hide.c.o
|
|
|
|
src/game/ecs/component/action/component_action_on_combat_hide.i: src/game/ecs/component/action/component_action_on_combat_hide.c.i
|
|
.PHONY : src/game/ecs/component/action/component_action_on_combat_hide.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/action/component_action_on_combat_hide.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_on_combat_hide.c.i
|
|
.PHONY : src/game/ecs/component/action/component_action_on_combat_hide.c.i
|
|
|
|
src/game/ecs/component/action/component_action_on_combat_hide.s: src/game/ecs/component/action/component_action_on_combat_hide.c.s
|
|
.PHONY : src/game/ecs/component/action/component_action_on_combat_hide.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/action/component_action_on_combat_hide.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_on_combat_hide.c.s
|
|
.PHONY : src/game/ecs/component/action/component_action_on_combat_hide.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
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/action/component_action_on_delete_give_ammo.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/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.c.o
|
|
|
|
src/game/ecs/component/action/component_action_on_delete_give_ammo.i: src/game/ecs/component/action/component_action_on_delete_give_ammo.c.i
|
|
.PHONY : src/game/ecs/component/action/component_action_on_delete_give_ammo.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/action/component_action_on_delete_give_ammo.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_on_delete_give_ammo.c.i
|
|
.PHONY : src/game/ecs/component/action/component_action_on_delete_give_ammo.c.i
|
|
|
|
src/game/ecs/component/action/component_action_on_delete_give_ammo.s: src/game/ecs/component/action/component_action_on_delete_give_ammo.c.s
|
|
.PHONY : src/game/ecs/component/action/component_action_on_delete_give_ammo.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/action/component_action_on_delete_give_ammo.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_on_delete_give_ammo.c.s
|
|
.PHONY : src/game/ecs/component/action/component_action_on_delete_give_ammo.c.s
|
|
|
|
src/game/ecs/component/action/component_action_on_height_damage_disable.o: src/game/ecs/component/action/component_action_on_height_damage_disable.c.o
|
|
.PHONY : src/game/ecs/component/action/component_action_on_height_damage_disable.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/action/component_action_on_height_damage_disable.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_on_height_damage_disable.c.o
|
|
.PHONY : src/game/ecs/component/action/component_action_on_height_damage_disable.c.o
|
|
|
|
src/game/ecs/component/action/component_action_on_height_damage_disable.i: src/game/ecs/component/action/component_action_on_height_damage_disable.c.i
|
|
.PHONY : src/game/ecs/component/action/component_action_on_height_damage_disable.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/action/component_action_on_height_damage_disable.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_on_height_damage_disable.c.i
|
|
.PHONY : src/game/ecs/component/action/component_action_on_height_damage_disable.c.i
|
|
|
|
src/game/ecs/component/action/component_action_on_height_damage_disable.s: src/game/ecs/component/action/component_action_on_height_damage_disable.c.s
|
|
.PHONY : src/game/ecs/component/action/component_action_on_height_damage_disable.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/action/component_action_on_height_damage_disable.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_on_height_damage_disable.c.s
|
|
.PHONY : src/game/ecs/component/action/component_action_on_height_damage_disable.c.s
|
|
|
|
src/game/ecs/component/action/component_action_on_out_of_bounds_delete.o: src/game/ecs/component/action/component_action_on_out_of_bounds_delete.c.o
|
|
.PHONY : src/game/ecs/component/action/component_action_on_out_of_bounds_delete.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/action/component_action_on_out_of_bounds_delete.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_on_out_of_bounds_delete.c.o
|
|
.PHONY : src/game/ecs/component/action/component_action_on_out_of_bounds_delete.c.o
|
|
|
|
src/game/ecs/component/action/component_action_on_out_of_bounds_delete.i: src/game/ecs/component/action/component_action_on_out_of_bounds_delete.c.i
|
|
.PHONY : src/game/ecs/component/action/component_action_on_out_of_bounds_delete.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/action/component_action_on_out_of_bounds_delete.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_on_out_of_bounds_delete.c.i
|
|
.PHONY : src/game/ecs/component/action/component_action_on_out_of_bounds_delete.c.i
|
|
|
|
src/game/ecs/component/action/component_action_on_out_of_bounds_delete.s: src/game/ecs/component/action/component_action_on_out_of_bounds_delete.c.s
|
|
.PHONY : src/game/ecs/component/action/component_action_on_out_of_bounds_delete.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/action/component_action_on_out_of_bounds_delete.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_on_out_of_bounds_delete.c.s
|
|
.PHONY : src/game/ecs/component/action/component_action_on_out_of_bounds_delete.c.s
|
|
|
|
src/game/ecs/component/action/component_action_on_touch_give_goodies.o: src/game/ecs/component/action/component_action_on_touch_give_goodies.c.o
|
|
.PHONY : src/game/ecs/component/action/component_action_on_touch_give_goodies.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/action/component_action_on_touch_give_goodies.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_on_touch_give_goodies.c.o
|
|
.PHONY : src/game/ecs/component/action/component_action_on_touch_give_goodies.c.o
|
|
|
|
src/game/ecs/component/action/component_action_on_touch_give_goodies.i: src/game/ecs/component/action/component_action_on_touch_give_goodies.c.i
|
|
.PHONY : src/game/ecs/component/action/component_action_on_touch_give_goodies.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/action/component_action_on_touch_give_goodies.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_on_touch_give_goodies.c.i
|
|
.PHONY : src/game/ecs/component/action/component_action_on_touch_give_goodies.c.i
|
|
|
|
src/game/ecs/component/action/component_action_on_touch_give_goodies.s: src/game/ecs/component/action/component_action_on_touch_give_goodies.c.s
|
|
.PHONY : src/game/ecs/component/action/component_action_on_touch_give_goodies.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/action/component_action_on_touch_give_goodies.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_on_touch_give_goodies.c.s
|
|
.PHONY : src/game/ecs/component/action/component_action_on_touch_give_goodies.c.s
|
|
|
|
src/game/ecs/component/action/component_action_point_to_mouse.o: src/game/ecs/component/action/component_action_point_to_mouse.c.o
|
|
.PHONY : src/game/ecs/component/action/component_action_point_to_mouse.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/action/component_action_point_to_mouse.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_point_to_mouse.c.o
|
|
.PHONY : src/game/ecs/component/action/component_action_point_to_mouse.c.o
|
|
|
|
src/game/ecs/component/action/component_action_point_to_mouse.i: src/game/ecs/component/action/component_action_point_to_mouse.c.i
|
|
.PHONY : src/game/ecs/component/action/component_action_point_to_mouse.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/action/component_action_point_to_mouse.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_point_to_mouse.c.i
|
|
.PHONY : src/game/ecs/component/action/component_action_point_to_mouse.c.i
|
|
|
|
src/game/ecs/component/action/component_action_point_to_mouse.s: src/game/ecs/component/action/component_action_point_to_mouse.c.s
|
|
.PHONY : src/game/ecs/component/action/component_action_point_to_mouse.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/action/component_action_point_to_mouse.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_point_to_mouse.c.s
|
|
.PHONY : src/game/ecs/component/action/component_action_point_to_mouse.c.s
|
|
|
|
src/game/ecs/component/action/component_action_redirect.o: src/game/ecs/component/action/component_action_redirect.c.o
|
|
.PHONY : src/game/ecs/component/action/component_action_redirect.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/action/component_action_redirect.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_redirect.c.o
|
|
.PHONY : src/game/ecs/component/action/component_action_redirect.c.o
|
|
|
|
src/game/ecs/component/action/component_action_redirect.i: src/game/ecs/component/action/component_action_redirect.c.i
|
|
.PHONY : src/game/ecs/component/action/component_action_redirect.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/action/component_action_redirect.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_redirect.c.i
|
|
.PHONY : src/game/ecs/component/action/component_action_redirect.c.i
|
|
|
|
src/game/ecs/component/action/component_action_redirect.s: src/game/ecs/component/action/component_action_redirect.c.s
|
|
.PHONY : src/game/ecs/component/action/component_action_redirect.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/action/component_action_redirect.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_redirect.c.s
|
|
.PHONY : src/game/ecs/component/action/component_action_redirect.c.s
|
|
|
|
src/game/ecs/component/action/component_action_return.o: src/game/ecs/component/action/component_action_return.c.o
|
|
.PHONY : src/game/ecs/component/action/component_action_return.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/action/component_action_return.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_return.c.o
|
|
.PHONY : src/game/ecs/component/action/component_action_return.c.o
|
|
|
|
src/game/ecs/component/action/component_action_return.i: src/game/ecs/component/action/component_action_return.c.i
|
|
.PHONY : src/game/ecs/component/action/component_action_return.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/action/component_action_return.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_return.c.i
|
|
.PHONY : src/game/ecs/component/action/component_action_return.c.i
|
|
|
|
src/game/ecs/component/action/component_action_return.s: src/game/ecs/component/action/component_action_return.c.s
|
|
.PHONY : src/game/ecs/component/action/component_action_return.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/action/component_action_return.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_return.c.s
|
|
.PHONY : src/game/ecs/component/action/component_action_return.c.s
|
|
|
|
src/game/ecs/component/action/component_action_shoot.o: src/game/ecs/component/action/component_action_shoot.c.o
|
|
.PHONY : src/game/ecs/component/action/component_action_shoot.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/action/component_action_shoot.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_shoot.c.o
|
|
.PHONY : src/game/ecs/component/action/component_action_shoot.c.o
|
|
|
|
src/game/ecs/component/action/component_action_shoot.i: src/game/ecs/component/action/component_action_shoot.c.i
|
|
.PHONY : src/game/ecs/component/action/component_action_shoot.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/action/component_action_shoot.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_shoot.c.i
|
|
.PHONY : src/game/ecs/component/action/component_action_shoot.c.i
|
|
|
|
src/game/ecs/component/action/component_action_shoot.s: src/game/ecs/component/action/component_action_shoot.c.s
|
|
.PHONY : src/game/ecs/component/action/component_action_shoot.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/action/component_action_shoot.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_shoot.c.s
|
|
.PHONY : src/game/ecs/component/action/component_action_shoot.c.s
|
|
|
|
src/game/ecs/component/action/component_action_spawn.o: src/game/ecs/component/action/component_action_spawn.c.o
|
|
.PHONY : src/game/ecs/component/action/component_action_spawn.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/action/component_action_spawn.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_spawn.c.o
|
|
.PHONY : src/game/ecs/component/action/component_action_spawn.c.o
|
|
|
|
src/game/ecs/component/action/component_action_spawn.i: src/game/ecs/component/action/component_action_spawn.c.i
|
|
.PHONY : src/game/ecs/component/action/component_action_spawn.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/action/component_action_spawn.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_spawn.c.i
|
|
.PHONY : src/game/ecs/component/action/component_action_spawn.c.i
|
|
|
|
src/game/ecs/component/action/component_action_spawn.s: src/game/ecs/component/action/component_action_spawn.c.s
|
|
.PHONY : src/game/ecs/component/action/component_action_spawn.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/action/component_action_spawn.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_spawn.c.s
|
|
.PHONY : src/game/ecs/component/action/component_action_spawn.c.s
|
|
|
|
src/game/ecs/component/action/component_action_wave.o: src/game/ecs/component/action/component_action_wave.c.o
|
|
.PHONY : src/game/ecs/component/action/component_action_wave.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/action/component_action_wave.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_wave.c.o
|
|
.PHONY : src/game/ecs/component/action/component_action_wave.c.o
|
|
|
|
src/game/ecs/component/action/component_action_wave.i: src/game/ecs/component/action/component_action_wave.c.i
|
|
.PHONY : src/game/ecs/component/action/component_action_wave.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/action/component_action_wave.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_wave.c.i
|
|
.PHONY : src/game/ecs/component/action/component_action_wave.c.i
|
|
|
|
src/game/ecs/component/action/component_action_wave.s: src/game/ecs/component/action/component_action_wave.c.s
|
|
.PHONY : src/game/ecs/component/action/component_action_wave.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/action/component_action_wave.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/action/component_action_wave.c.s
|
|
.PHONY : src/game/ecs/component/action/component_action_wave.c.s
|
|
|
|
src/game/ecs/component/animation/component_animation_color_change.o: src/game/ecs/component/animation/component_animation_color_change.c.o
|
|
.PHONY : src/game/ecs/component/animation/component_animation_color_change.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/animation/component_animation_color_change.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/animation/component_animation_color_change.c.o
|
|
.PHONY : src/game/ecs/component/animation/component_animation_color_change.c.o
|
|
|
|
src/game/ecs/component/animation/component_animation_color_change.i: src/game/ecs/component/animation/component_animation_color_change.c.i
|
|
.PHONY : src/game/ecs/component/animation/component_animation_color_change.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/animation/component_animation_color_change.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/animation/component_animation_color_change.c.i
|
|
.PHONY : src/game/ecs/component/animation/component_animation_color_change.c.i
|
|
|
|
src/game/ecs/component/animation/component_animation_color_change.s: src/game/ecs/component/animation/component_animation_color_change.c.s
|
|
.PHONY : src/game/ecs/component/animation/component_animation_color_change.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/animation/component_animation_color_change.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/animation/component_animation_color_change.c.s
|
|
.PHONY : src/game/ecs/component/animation/component_animation_color_change.c.s
|
|
|
|
src/game/ecs/component/animation/component_animation_cursor.o: src/game/ecs/component/animation/component_animation_cursor.c.o
|
|
.PHONY : src/game/ecs/component/animation/component_animation_cursor.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/animation/component_animation_cursor.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/animation/component_animation_cursor.c.o
|
|
.PHONY : src/game/ecs/component/animation/component_animation_cursor.c.o
|
|
|
|
src/game/ecs/component/animation/component_animation_cursor.i: src/game/ecs/component/animation/component_animation_cursor.c.i
|
|
.PHONY : src/game/ecs/component/animation/component_animation_cursor.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/animation/component_animation_cursor.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/animation/component_animation_cursor.c.i
|
|
.PHONY : src/game/ecs/component/animation/component_animation_cursor.c.i
|
|
|
|
src/game/ecs/component/animation/component_animation_cursor.s: src/game/ecs/component/animation/component_animation_cursor.c.s
|
|
.PHONY : src/game/ecs/component/animation/component_animation_cursor.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/animation/component_animation_cursor.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/animation/component_animation_cursor.c.s
|
|
.PHONY : src/game/ecs/component/animation/component_animation_cursor.c.s
|
|
|
|
src/game/ecs/component/animation/component_animation_levitate.o: src/game/ecs/component/animation/component_animation_levitate.c.o
|
|
.PHONY : src/game/ecs/component/animation/component_animation_levitate.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/animation/component_animation_levitate.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/animation/component_animation_levitate.c.o
|
|
.PHONY : src/game/ecs/component/animation/component_animation_levitate.c.o
|
|
|
|
src/game/ecs/component/animation/component_animation_levitate.i: src/game/ecs/component/animation/component_animation_levitate.c.i
|
|
.PHONY : src/game/ecs/component/animation/component_animation_levitate.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/animation/component_animation_levitate.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/animation/component_animation_levitate.c.i
|
|
.PHONY : src/game/ecs/component/animation/component_animation_levitate.c.i
|
|
|
|
src/game/ecs/component/animation/component_animation_levitate.s: src/game/ecs/component/animation/component_animation_levitate.c.s
|
|
.PHONY : src/game/ecs/component/animation/component_animation_levitate.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/animation/component_animation_levitate.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/animation/component_animation_levitate.c.s
|
|
.PHONY : src/game/ecs/component/animation/component_animation_levitate.c.s
|
|
|
|
src/game/ecs/component/animation/component_animation_move.o: src/game/ecs/component/animation/component_animation_move.c.o
|
|
.PHONY : src/game/ecs/component/animation/component_animation_move.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/animation/component_animation_move.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/animation/component_animation_move.c.o
|
|
.PHONY : src/game/ecs/component/animation/component_animation_move.c.o
|
|
|
|
src/game/ecs/component/animation/component_animation_move.i: src/game/ecs/component/animation/component_animation_move.c.i
|
|
.PHONY : src/game/ecs/component/animation/component_animation_move.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/animation/component_animation_move.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/animation/component_animation_move.c.i
|
|
.PHONY : src/game/ecs/component/animation/component_animation_move.c.i
|
|
|
|
src/game/ecs/component/animation/component_animation_move.s: src/game/ecs/component/animation/component_animation_move.c.s
|
|
.PHONY : src/game/ecs/component/animation/component_animation_move.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/animation/component_animation_move.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/animation/component_animation_move.c.s
|
|
.PHONY : src/game/ecs/component/animation/component_animation_move.c.s
|
|
|
|
src/game/ecs/component/animation/component_animation_squash.o: src/game/ecs/component/animation/component_animation_squash.c.o
|
|
.PHONY : src/game/ecs/component/animation/component_animation_squash.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/animation/component_animation_squash.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/animation/component_animation_squash.c.o
|
|
.PHONY : src/game/ecs/component/animation/component_animation_squash.c.o
|
|
|
|
src/game/ecs/component/animation/component_animation_squash.i: src/game/ecs/component/animation/component_animation_squash.c.i
|
|
.PHONY : src/game/ecs/component/animation/component_animation_squash.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/animation/component_animation_squash.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/animation/component_animation_squash.c.i
|
|
.PHONY : src/game/ecs/component/animation/component_animation_squash.c.i
|
|
|
|
src/game/ecs/component/animation/component_animation_squash.s: src/game/ecs/component/animation/component_animation_squash.c.s
|
|
.PHONY : src/game/ecs/component/animation/component_animation_squash.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/animation/component_animation_squash.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/animation/component_animation_squash.c.s
|
|
.PHONY : src/game/ecs/component/animation/component_animation_squash.c.s
|
|
|
|
src/game/ecs/component/animation/component_animation_stretch.o: src/game/ecs/component/animation/component_animation_stretch.c.o
|
|
.PHONY : src/game/ecs/component/animation/component_animation_stretch.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/animation/component_animation_stretch.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/animation/component_animation_stretch.c.o
|
|
.PHONY : src/game/ecs/component/animation/component_animation_stretch.c.o
|
|
|
|
src/game/ecs/component/animation/component_animation_stretch.i: src/game/ecs/component/animation/component_animation_stretch.c.i
|
|
.PHONY : src/game/ecs/component/animation/component_animation_stretch.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/animation/component_animation_stretch.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/animation/component_animation_stretch.c.i
|
|
.PHONY : src/game/ecs/component/animation/component_animation_stretch.c.i
|
|
|
|
src/game/ecs/component/animation/component_animation_stretch.s: src/game/ecs/component/animation/component_animation_stretch.c.s
|
|
.PHONY : src/game/ecs/component/animation/component_animation_stretch.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/animation/component_animation_stretch.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/animation/component_animation_stretch.c.s
|
|
.PHONY : src/game/ecs/component/animation/component_animation_stretch.c.s
|
|
|
|
src/game/ecs/component/animation/component_squash.o: src/game/ecs/component/animation/component_squash.c.o
|
|
.PHONY : src/game/ecs/component/animation/component_squash.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/animation/component_squash.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/animation/component_squash.c.o
|
|
.PHONY : src/game/ecs/component/animation/component_squash.c.o
|
|
|
|
src/game/ecs/component/animation/component_squash.i: src/game/ecs/component/animation/component_squash.c.i
|
|
.PHONY : src/game/ecs/component/animation/component_squash.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/animation/component_squash.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/animation/component_squash.c.i
|
|
.PHONY : src/game/ecs/component/animation/component_squash.c.i
|
|
|
|
src/game/ecs/component/animation/component_squash.s: src/game/ecs/component/animation/component_squash.c.s
|
|
.PHONY : src/game/ecs/component/animation/component_squash.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/animation/component_squash.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/animation/component_squash.c.s
|
|
.PHONY : src/game/ecs/component/animation/component_squash.c.s
|
|
|
|
src/game/ecs/component/behavior/component_behavior_act_in_rectangle.o: src/game/ecs/component/behavior/component_behavior_act_in_rectangle.c.o
|
|
.PHONY : src/game/ecs/component/behavior/component_behavior_act_in_rectangle.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/behavior/component_behavior_act_in_rectangle.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/behavior/component_behavior_act_in_rectangle.c.o
|
|
.PHONY : src/game/ecs/component/behavior/component_behavior_act_in_rectangle.c.o
|
|
|
|
src/game/ecs/component/behavior/component_behavior_act_in_rectangle.i: src/game/ecs/component/behavior/component_behavior_act_in_rectangle.c.i
|
|
.PHONY : src/game/ecs/component/behavior/component_behavior_act_in_rectangle.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/behavior/component_behavior_act_in_rectangle.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/behavior/component_behavior_act_in_rectangle.c.i
|
|
.PHONY : src/game/ecs/component/behavior/component_behavior_act_in_rectangle.c.i
|
|
|
|
src/game/ecs/component/behavior/component_behavior_act_in_rectangle.s: src/game/ecs/component/behavior/component_behavior_act_in_rectangle.c.s
|
|
.PHONY : src/game/ecs/component/behavior/component_behavior_act_in_rectangle.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/behavior/component_behavior_act_in_rectangle.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/behavior/component_behavior_act_in_rectangle.c.s
|
|
.PHONY : src/game/ecs/component/behavior/component_behavior_act_in_rectangle.c.s
|
|
|
|
src/game/ecs/component/behavior/component_behavior_approach_and_shoot.o: src/game/ecs/component/behavior/component_behavior_approach_and_shoot.c.o
|
|
.PHONY : src/game/ecs/component/behavior/component_behavior_approach_and_shoot.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/behavior/component_behavior_approach_and_shoot.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/behavior/component_behavior_approach_and_shoot.c.o
|
|
.PHONY : src/game/ecs/component/behavior/component_behavior_approach_and_shoot.c.o
|
|
|
|
src/game/ecs/component/behavior/component_behavior_approach_and_shoot.i: src/game/ecs/component/behavior/component_behavior_approach_and_shoot.c.i
|
|
.PHONY : src/game/ecs/component/behavior/component_behavior_approach_and_shoot.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/behavior/component_behavior_approach_and_shoot.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/behavior/component_behavior_approach_and_shoot.c.i
|
|
.PHONY : src/game/ecs/component/behavior/component_behavior_approach_and_shoot.c.i
|
|
|
|
src/game/ecs/component/behavior/component_behavior_approach_and_shoot.s: src/game/ecs/component/behavior/component_behavior_approach_and_shoot.c.s
|
|
.PHONY : src/game/ecs/component/behavior/component_behavior_approach_and_shoot.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/behavior/component_behavior_approach_and_shoot.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/behavior/component_behavior_approach_and_shoot.c.s
|
|
.PHONY : src/game/ecs/component/behavior/component_behavior_approach_and_shoot.c.s
|
|
|
|
src/game/ecs/component/behavior/component_behavior_boomerang.o: src/game/ecs/component/behavior/component_behavior_boomerang.c.o
|
|
.PHONY : src/game/ecs/component/behavior/component_behavior_boomerang.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/behavior/component_behavior_boomerang.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/behavior/component_behavior_boomerang.c.o
|
|
.PHONY : src/game/ecs/component/behavior/component_behavior_boomerang.c.o
|
|
|
|
src/game/ecs/component/behavior/component_behavior_boomerang.i: src/game/ecs/component/behavior/component_behavior_boomerang.c.i
|
|
.PHONY : src/game/ecs/component/behavior/component_behavior_boomerang.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/behavior/component_behavior_boomerang.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/behavior/component_behavior_boomerang.c.i
|
|
.PHONY : src/game/ecs/component/behavior/component_behavior_boomerang.c.i
|
|
|
|
src/game/ecs/component/behavior/component_behavior_boomerang.s: src/game/ecs/component/behavior/component_behavior_boomerang.c.s
|
|
.PHONY : src/game/ecs/component/behavior/component_behavior_boomerang.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/behavior/component_behavior_boomerang.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/behavior/component_behavior_boomerang.c.s
|
|
.PHONY : src/game/ecs/component/behavior/component_behavior_boomerang.c.s
|
|
|
|
src/game/ecs/component/behavior/component_behavior_chase.o: src/game/ecs/component/behavior/component_behavior_chase.c.o
|
|
.PHONY : src/game/ecs/component/behavior/component_behavior_chase.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/behavior/component_behavior_chase.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/behavior/component_behavior_chase.c.o
|
|
.PHONY : src/game/ecs/component/behavior/component_behavior_chase.c.o
|
|
|
|
src/game/ecs/component/behavior/component_behavior_chase.i: src/game/ecs/component/behavior/component_behavior_chase.c.i
|
|
.PHONY : src/game/ecs/component/behavior/component_behavior_chase.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/behavior/component_behavior_chase.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/behavior/component_behavior_chase.c.i
|
|
.PHONY : src/game/ecs/component/behavior/component_behavior_chase.c.i
|
|
|
|
src/game/ecs/component/behavior/component_behavior_chase.s: src/game/ecs/component/behavior/component_behavior_chase.c.s
|
|
.PHONY : src/game/ecs/component/behavior/component_behavior_chase.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/behavior/component_behavior_chase.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/behavior/component_behavior_chase.c.s
|
|
.PHONY : src/game/ecs/component/behavior/component_behavior_chase.c.s
|
|
|
|
src/game/ecs/component/behavior/component_behavior_hop.o: src/game/ecs/component/behavior/component_behavior_hop.c.o
|
|
.PHONY : src/game/ecs/component/behavior/component_behavior_hop.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/behavior/component_behavior_hop.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/behavior/component_behavior_hop.c.o
|
|
.PHONY : src/game/ecs/component/behavior/component_behavior_hop.c.o
|
|
|
|
src/game/ecs/component/behavior/component_behavior_hop.i: src/game/ecs/component/behavior/component_behavior_hop.c.i
|
|
.PHONY : src/game/ecs/component/behavior/component_behavior_hop.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/behavior/component_behavior_hop.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/behavior/component_behavior_hop.c.i
|
|
.PHONY : src/game/ecs/component/behavior/component_behavior_hop.c.i
|
|
|
|
src/game/ecs/component/behavior/component_behavior_hop.s: src/game/ecs/component/behavior/component_behavior_hop.c.s
|
|
.PHONY : src/game/ecs/component/behavior/component_behavior_hop.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/behavior/component_behavior_hop.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/behavior/component_behavior_hop.c.s
|
|
.PHONY : src/game/ecs/component/behavior/component_behavior_hop.c.s
|
|
|
|
src/game/ecs/component/component_circle_collision.o: src/game/ecs/component/component_circle_collision.c.o
|
|
.PHONY : src/game/ecs/component/component_circle_collision.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/component_circle_collision.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/component_circle_collision.c.o
|
|
.PHONY : src/game/ecs/component/component_circle_collision.c.o
|
|
|
|
src/game/ecs/component/component_circle_collision.i: src/game/ecs/component/component_circle_collision.c.i
|
|
.PHONY : src/game/ecs/component/component_circle_collision.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/component_circle_collision.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/component_circle_collision.c.i
|
|
.PHONY : src/game/ecs/component/component_circle_collision.c.i
|
|
|
|
src/game/ecs/component/component_circle_collision.s: src/game/ecs/component/component_circle_collision.c.s
|
|
.PHONY : src/game/ecs/component/component_circle_collision.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/component_circle_collision.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/component_circle_collision.c.s
|
|
.PHONY : src/game/ecs/component/component_circle_collision.c.s
|
|
|
|
src/game/ecs/component/component_game_object.o: src/game/ecs/component/component_game_object.c.o
|
|
.PHONY : src/game/ecs/component/component_game_object.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/component_game_object.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/component_game_object.c.o
|
|
.PHONY : src/game/ecs/component/component_game_object.c.o
|
|
|
|
src/game/ecs/component/component_game_object.i: src/game/ecs/component/component_game_object.c.i
|
|
.PHONY : src/game/ecs/component/component_game_object.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/component_game_object.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/component_game_object.c.i
|
|
.PHONY : src/game/ecs/component/component_game_object.c.i
|
|
|
|
src/game/ecs/component/component_game_object.s: src/game/ecs/component/component_game_object.c.s
|
|
.PHONY : src/game/ecs/component/component_game_object.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/component_game_object.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/component_game_object.c.s
|
|
.PHONY : src/game/ecs/component/component_game_object.c.s
|
|
|
|
src/game/ecs/component/component_physics.o: src/game/ecs/component/component_physics.c.o
|
|
.PHONY : src/game/ecs/component/component_physics.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/component_physics.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/component_physics.c.o
|
|
.PHONY : src/game/ecs/component/component_physics.c.o
|
|
|
|
src/game/ecs/component/component_physics.i: src/game/ecs/component/component_physics.c.i
|
|
.PHONY : src/game/ecs/component/component_physics.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/component_physics.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/component_physics.c.i
|
|
.PHONY : src/game/ecs/component/component_physics.c.i
|
|
|
|
src/game/ecs/component/component_physics.s: src/game/ecs/component/component_physics.c.s
|
|
.PHONY : src/game/ecs/component/component_physics.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/component_physics.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/component_physics.c.s
|
|
.PHONY : src/game/ecs/component/component_physics.c.s
|
|
|
|
src/game/ecs/component/component_sprite.o: src/game/ecs/component/component_sprite.c.o
|
|
.PHONY : src/game/ecs/component/component_sprite.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/component_sprite.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/component_sprite.c.o
|
|
.PHONY : src/game/ecs/component/component_sprite.c.o
|
|
|
|
src/game/ecs/component/component_sprite.i: src/game/ecs/component/component_sprite.c.i
|
|
.PHONY : src/game/ecs/component/component_sprite.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/component_sprite.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/component_sprite.c.i
|
|
.PHONY : src/game/ecs/component/component_sprite.c.i
|
|
|
|
src/game/ecs/component/component_sprite.s: src/game/ecs/component/component_sprite.c.s
|
|
.PHONY : src/game/ecs/component/component_sprite.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/component_sprite.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/component_sprite.c.s
|
|
.PHONY : src/game/ecs/component/component_sprite.c.s
|
|
|
|
src/game/ecs/component/component_text.o: src/game/ecs/component/component_text.c.o
|
|
.PHONY : src/game/ecs/component/component_text.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/component_text.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/component_text.c.o
|
|
.PHONY : src/game/ecs/component/component_text.c.o
|
|
|
|
src/game/ecs/component/component_text.i: src/game/ecs/component/component_text.c.i
|
|
.PHONY : src/game/ecs/component/component_text.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/component_text.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/component_text.c.i
|
|
.PHONY : src/game/ecs/component/component_text.c.i
|
|
|
|
src/game/ecs/component/component_text.s: src/game/ecs/component/component_text.c.s
|
|
.PHONY : src/game/ecs/component/component_text.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/component_text.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/component_text.c.s
|
|
.PHONY : src/game/ecs/component/component_text.c.s
|
|
|
|
src/game/ecs/component/control/component_control_aim.o: src/game/ecs/component/control/component_control_aim.c.o
|
|
.PHONY : src/game/ecs/component/control/component_control_aim.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/control/component_control_aim.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/control/component_control_aim.c.o
|
|
.PHONY : src/game/ecs/component/control/component_control_aim.c.o
|
|
|
|
src/game/ecs/component/control/component_control_aim.i: src/game/ecs/component/control/component_control_aim.c.i
|
|
.PHONY : src/game/ecs/component/control/component_control_aim.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/control/component_control_aim.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/control/component_control_aim.c.i
|
|
.PHONY : src/game/ecs/component/control/component_control_aim.c.i
|
|
|
|
src/game/ecs/component/control/component_control_aim.s: src/game/ecs/component/control/component_control_aim.c.s
|
|
.PHONY : src/game/ecs/component/control/component_control_aim.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/control/component_control_aim.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/control/component_control_aim.c.s
|
|
.PHONY : src/game/ecs/component/control/component_control_aim.c.s
|
|
|
|
src/game/ecs/component/control/component_control_heart.o: src/game/ecs/component/control/component_control_heart.c.o
|
|
.PHONY : src/game/ecs/component/control/component_control_heart.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/control/component_control_heart.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/control/component_control_heart.c.o
|
|
.PHONY : src/game/ecs/component/control/component_control_heart.c.o
|
|
|
|
src/game/ecs/component/control/component_control_heart.i: src/game/ecs/component/control/component_control_heart.c.i
|
|
.PHONY : src/game/ecs/component/control/component_control_heart.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/control/component_control_heart.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/control/component_control_heart.c.i
|
|
.PHONY : src/game/ecs/component/control/component_control_heart.c.i
|
|
|
|
src/game/ecs/component/control/component_control_heart.s: src/game/ecs/component/control/component_control_heart.c.s
|
|
.PHONY : src/game/ecs/component/control/component_control_heart.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/control/component_control_heart.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/control/component_control_heart.c.s
|
|
.PHONY : src/game/ecs/component/control/component_control_heart.c.s
|
|
|
|
src/game/ecs/component/control/component_control_lock.o: src/game/ecs/component/control/component_control_lock.c.o
|
|
.PHONY : src/game/ecs/component/control/component_control_lock.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/control/component_control_lock.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/control/component_control_lock.c.o
|
|
.PHONY : src/game/ecs/component/control/component_control_lock.c.o
|
|
|
|
src/game/ecs/component/control/component_control_lock.i: src/game/ecs/component/control/component_control_lock.c.i
|
|
.PHONY : src/game/ecs/component/control/component_control_lock.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/control/component_control_lock.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/control/component_control_lock.c.i
|
|
.PHONY : src/game/ecs/component/control/component_control_lock.c.i
|
|
|
|
src/game/ecs/component/control/component_control_lock.s: src/game/ecs/component/control/component_control_lock.c.s
|
|
.PHONY : src/game/ecs/component/control/component_control_lock.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/control/component_control_lock.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/control/component_control_lock.c.s
|
|
.PHONY : src/game/ecs/component/control/component_control_lock.c.s
|
|
|
|
src/game/ecs/component/control/component_control_move.o: src/game/ecs/component/control/component_control_move.c.o
|
|
.PHONY : src/game/ecs/component/control/component_control_move.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/control/component_control_move.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/control/component_control_move.c.o
|
|
.PHONY : src/game/ecs/component/control/component_control_move.c.o
|
|
|
|
src/game/ecs/component/control/component_control_move.i: src/game/ecs/component/control/component_control_move.c.i
|
|
.PHONY : src/game/ecs/component/control/component_control_move.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/control/component_control_move.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/control/component_control_move.c.i
|
|
.PHONY : src/game/ecs/component/control/component_control_move.c.i
|
|
|
|
src/game/ecs/component/control/component_control_move.s: src/game/ecs/component/control/component_control_move.c.s
|
|
.PHONY : src/game/ecs/component/control/component_control_move.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/control/component_control_move.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/control/component_control_move.c.s
|
|
.PHONY : src/game/ecs/component/control/component_control_move.c.s
|
|
|
|
src/game/ecs/component/control/component_control_player.o: src/game/ecs/component/control/component_control_player.c.o
|
|
.PHONY : src/game/ecs/component/control/component_control_player.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/control/component_control_player.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/control/component_control_player.c.o
|
|
.PHONY : src/game/ecs/component/control/component_control_player.c.o
|
|
|
|
src/game/ecs/component/control/component_control_player.i: src/game/ecs/component/control/component_control_player.c.i
|
|
.PHONY : src/game/ecs/component/control/component_control_player.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/control/component_control_player.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/control/component_control_player.c.i
|
|
.PHONY : src/game/ecs/component/control/component_control_player.c.i
|
|
|
|
src/game/ecs/component/control/component_control_player.s: src/game/ecs/component/control/component_control_player.c.s
|
|
.PHONY : src/game/ecs/component/control/component_control_player.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/control/component_control_player.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/control/component_control_player.c.s
|
|
.PHONY : src/game/ecs/component/control/component_control_player.c.s
|
|
|
|
src/game/ecs/component/control/component_control_recall.o: src/game/ecs/component/control/component_control_recall.c.o
|
|
.PHONY : src/game/ecs/component/control/component_control_recall.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/control/component_control_recall.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/control/component_control_recall.c.o
|
|
.PHONY : src/game/ecs/component/control/component_control_recall.c.o
|
|
|
|
src/game/ecs/component/control/component_control_recall.i: src/game/ecs/component/control/component_control_recall.c.i
|
|
.PHONY : src/game/ecs/component/control/component_control_recall.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/control/component_control_recall.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/control/component_control_recall.c.i
|
|
.PHONY : src/game/ecs/component/control/component_control_recall.c.i
|
|
|
|
src/game/ecs/component/control/component_control_recall.s: src/game/ecs/component/control/component_control_recall.c.s
|
|
.PHONY : src/game/ecs/component/control/component_control_recall.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/control/component_control_recall.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/control/component_control_recall.c.s
|
|
.PHONY : src/game/ecs/component/control/component_control_recall.c.s
|
|
|
|
src/game/ecs/component/control/component_control_redirect.o: src/game/ecs/component/control/component_control_redirect.c.o
|
|
.PHONY : src/game/ecs/component/control/component_control_redirect.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/control/component_control_redirect.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/control/component_control_redirect.c.o
|
|
.PHONY : src/game/ecs/component/control/component_control_redirect.c.o
|
|
|
|
src/game/ecs/component/control/component_control_redirect.i: src/game/ecs/component/control/component_control_redirect.c.i
|
|
.PHONY : src/game/ecs/component/control/component_control_redirect.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/control/component_control_redirect.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/control/component_control_redirect.c.i
|
|
.PHONY : src/game/ecs/component/control/component_control_redirect.c.i
|
|
|
|
src/game/ecs/component/control/component_control_redirect.s: src/game/ecs/component/control/component_control_redirect.c.s
|
|
.PHONY : src/game/ecs/component/control/component_control_redirect.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/control/component_control_redirect.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/control/component_control_redirect.c.s
|
|
.PHONY : src/game/ecs/component/control/component_control_redirect.c.s
|
|
|
|
src/game/ecs/component/control/component_control_shoot.o: src/game/ecs/component/control/component_control_shoot.c.o
|
|
.PHONY : src/game/ecs/component/control/component_control_shoot.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/control/component_control_shoot.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/control/component_control_shoot.c.o
|
|
.PHONY : src/game/ecs/component/control/component_control_shoot.c.o
|
|
|
|
src/game/ecs/component/control/component_control_shoot.i: src/game/ecs/component/control/component_control_shoot.c.i
|
|
.PHONY : src/game/ecs/component/control/component_control_shoot.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/control/component_control_shoot.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/control/component_control_shoot.c.i
|
|
.PHONY : src/game/ecs/component/control/component_control_shoot.c.i
|
|
|
|
src/game/ecs/component/control/component_control_shoot.s: src/game/ecs/component/control/component_control_shoot.c.s
|
|
.PHONY : src/game/ecs/component/control/component_control_shoot.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/control/component_control_shoot.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/control/component_control_shoot.c.s
|
|
.PHONY : src/game/ecs/component/control/component_control_shoot.c.s
|
|
|
|
src/game/ecs/component/entity/component_character.o: src/game/ecs/component/entity/component_character.c.o
|
|
.PHONY : src/game/ecs/component/entity/component_character.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/entity/component_character.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/entity/component_character.c.o
|
|
.PHONY : src/game/ecs/component/entity/component_character.c.o
|
|
|
|
src/game/ecs/component/entity/component_character.i: src/game/ecs/component/entity/component_character.c.i
|
|
.PHONY : src/game/ecs/component/entity/component_character.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/entity/component_character.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/entity/component_character.c.i
|
|
.PHONY : src/game/ecs/component/entity/component_character.c.i
|
|
|
|
src/game/ecs/component/entity/component_character.s: src/game/ecs/component/entity/component_character.c.s
|
|
.PHONY : src/game/ecs/component/entity/component_character.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/entity/component_character.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/entity/component_character.c.s
|
|
.PHONY : src/game/ecs/component/entity/component_character.c.s
|
|
|
|
src/game/ecs/component/entity/component_enemy.o: src/game/ecs/component/entity/component_enemy.c.o
|
|
.PHONY : src/game/ecs/component/entity/component_enemy.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/entity/component_enemy.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/entity/component_enemy.c.o
|
|
.PHONY : src/game/ecs/component/entity/component_enemy.c.o
|
|
|
|
src/game/ecs/component/entity/component_enemy.i: src/game/ecs/component/entity/component_enemy.c.i
|
|
.PHONY : src/game/ecs/component/entity/component_enemy.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/entity/component_enemy.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/entity/component_enemy.c.i
|
|
.PHONY : src/game/ecs/component/entity/component_enemy.c.i
|
|
|
|
src/game/ecs/component/entity/component_enemy.s: src/game/ecs/component/entity/component_enemy.c.s
|
|
.PHONY : src/game/ecs/component/entity/component_enemy.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/entity/component_enemy.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/entity/component_enemy.c.s
|
|
.PHONY : src/game/ecs/component/entity/component_enemy.c.s
|
|
|
|
src/game/ecs/component/entity/component_pickup.o: src/game/ecs/component/entity/component_pickup.c.o
|
|
.PHONY : src/game/ecs/component/entity/component_pickup.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/entity/component_pickup.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/entity/component_pickup.c.o
|
|
.PHONY : src/game/ecs/component/entity/component_pickup.c.o
|
|
|
|
src/game/ecs/component/entity/component_pickup.i: src/game/ecs/component/entity/component_pickup.c.i
|
|
.PHONY : src/game/ecs/component/entity/component_pickup.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/entity/component_pickup.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/entity/component_pickup.c.i
|
|
.PHONY : src/game/ecs/component/entity/component_pickup.c.i
|
|
|
|
src/game/ecs/component/entity/component_pickup.s: src/game/ecs/component/entity/component_pickup.c.s
|
|
.PHONY : src/game/ecs/component/entity/component_pickup.s
|
|
|
|
# target to generate assembly for a file
|
|
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/hud/component_hud_display.o: src/game/ecs/component/hud/component_hud_display.c.o
|
|
.PHONY : src/game/ecs/component/hud/component_hud_display.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/hud/component_hud_display.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/hud/component_hud_display.c.o
|
|
.PHONY : src/game/ecs/component/hud/component_hud_display.c.o
|
|
|
|
src/game/ecs/component/hud/component_hud_display.i: src/game/ecs/component/hud/component_hud_display.c.i
|
|
.PHONY : src/game/ecs/component/hud/component_hud_display.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/hud/component_hud_display.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/hud/component_hud_display.c.i
|
|
.PHONY : src/game/ecs/component/hud/component_hud_display.c.i
|
|
|
|
src/game/ecs/component/hud/component_hud_display.s: src/game/ecs/component/hud/component_hud_display.c.s
|
|
.PHONY : src/game/ecs/component/hud/component_hud_display.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/hud/component_hud_display.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/hud/component_hud_display.c.s
|
|
.PHONY : src/game/ecs/component/hud/component_hud_display.c.s
|
|
|
|
src/game/ecs/component/hud/component_shop_button.o: src/game/ecs/component/hud/component_shop_button.c.o
|
|
.PHONY : src/game/ecs/component/hud/component_shop_button.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/hud/component_shop_button.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/hud/component_shop_button.c.o
|
|
.PHONY : src/game/ecs/component/hud/component_shop_button.c.o
|
|
|
|
src/game/ecs/component/hud/component_shop_button.i: src/game/ecs/component/hud/component_shop_button.c.i
|
|
.PHONY : src/game/ecs/component/hud/component_shop_button.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/hud/component_shop_button.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/hud/component_shop_button.c.i
|
|
.PHONY : src/game/ecs/component/hud/component_shop_button.c.i
|
|
|
|
src/game/ecs/component/hud/component_shop_button.s: src/game/ecs/component/hud/component_shop_button.c.s
|
|
.PHONY : src/game/ecs/component/hud/component_shop_button.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/hud/component_shop_button.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/hud/component_shop_button.c.s
|
|
.PHONY : src/game/ecs/component/hud/component_shop_button.c.s
|
|
|
|
src/game/ecs/component/hud/component_stat_display.o: src/game/ecs/component/hud/component_stat_display.c.o
|
|
.PHONY : src/game/ecs/component/hud/component_stat_display.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/hud/component_stat_display.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/hud/component_stat_display.c.o
|
|
.PHONY : src/game/ecs/component/hud/component_stat_display.c.o
|
|
|
|
src/game/ecs/component/hud/component_stat_display.i: src/game/ecs/component/hud/component_stat_display.c.i
|
|
.PHONY : src/game/ecs/component/hud/component_stat_display.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/hud/component_stat_display.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/hud/component_stat_display.c.i
|
|
.PHONY : src/game/ecs/component/hud/component_stat_display.c.i
|
|
|
|
src/game/ecs/component/hud/component_stat_display.s: src/game/ecs/component/hud/component_stat_display.c.s
|
|
.PHONY : src/game/ecs/component/hud/component_stat_display.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/hud/component_stat_display.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/hud/component_stat_display.c.s
|
|
.PHONY : src/game/ecs/component/hud/component_stat_display.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
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/stat/component_act_entity.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_act_entity.c.o
|
|
.PHONY : src/game/ecs/component/stat/component_act_entity.c.o
|
|
|
|
src/game/ecs/component/stat/component_act_entity.i: src/game/ecs/component/stat/component_act_entity.c.i
|
|
.PHONY : src/game/ecs/component/stat/component_act_entity.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/stat/component_act_entity.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_act_entity.c.i
|
|
.PHONY : src/game/ecs/component/stat/component_act_entity.c.i
|
|
|
|
src/game/ecs/component/stat/component_act_entity.s: src/game/ecs/component/stat/component_act_entity.c.s
|
|
.PHONY : src/game/ecs/component/stat/component_act_entity.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/stat/component_act_entity.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_act_entity.c.s
|
|
.PHONY : src/game/ecs/component/stat/component_act_entity.c.s
|
|
|
|
src/game/ecs/component/stat/component_allegiance.o: src/game/ecs/component/stat/component_allegiance.c.o
|
|
.PHONY : src/game/ecs/component/stat/component_allegiance.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/stat/component_allegiance.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_allegiance.c.o
|
|
.PHONY : src/game/ecs/component/stat/component_allegiance.c.o
|
|
|
|
src/game/ecs/component/stat/component_allegiance.i: src/game/ecs/component/stat/component_allegiance.c.i
|
|
.PHONY : src/game/ecs/component/stat/component_allegiance.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/stat/component_allegiance.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_allegiance.c.i
|
|
.PHONY : src/game/ecs/component/stat/component_allegiance.c.i
|
|
|
|
src/game/ecs/component/stat/component_allegiance.s: src/game/ecs/component/stat/component_allegiance.c.s
|
|
.PHONY : src/game/ecs/component/stat/component_allegiance.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/stat/component_allegiance.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_allegiance.c.s
|
|
.PHONY : src/game/ecs/component/stat/component_allegiance.c.s
|
|
|
|
src/game/ecs/component/stat/component_ammo.o: src/game/ecs/component/stat/component_ammo.c.o
|
|
.PHONY : src/game/ecs/component/stat/component_ammo.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/stat/component_ammo.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_ammo.c.o
|
|
.PHONY : src/game/ecs/component/stat/component_ammo.c.o
|
|
|
|
src/game/ecs/component/stat/component_ammo.i: src/game/ecs/component/stat/component_ammo.c.i
|
|
.PHONY : src/game/ecs/component/stat/component_ammo.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/stat/component_ammo.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_ammo.c.i
|
|
.PHONY : src/game/ecs/component/stat/component_ammo.c.i
|
|
|
|
src/game/ecs/component/stat/component_ammo.s: src/game/ecs/component/stat/component_ammo.c.s
|
|
.PHONY : src/game/ecs/component/stat/component_ammo.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/stat/component_ammo.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_ammo.c.s
|
|
.PHONY : src/game/ecs/component/stat/component_ammo.c.s
|
|
|
|
src/game/ecs/component/stat/component_fatness.o: src/game/ecs/component/stat/component_fatness.c.o
|
|
.PHONY : src/game/ecs/component/stat/component_fatness.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/stat/component_fatness.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_fatness.c.o
|
|
.PHONY : src/game/ecs/component/stat/component_fatness.c.o
|
|
|
|
src/game/ecs/component/stat/component_fatness.i: src/game/ecs/component/stat/component_fatness.c.i
|
|
.PHONY : src/game/ecs/component/stat/component_fatness.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/stat/component_fatness.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_fatness.c.i
|
|
.PHONY : src/game/ecs/component/stat/component_fatness.c.i
|
|
|
|
src/game/ecs/component/stat/component_fatness.s: src/game/ecs/component/stat/component_fatness.c.s
|
|
.PHONY : src/game/ecs/component/stat/component_fatness.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/stat/component_fatness.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_fatness.c.s
|
|
.PHONY : src/game/ecs/component/stat/component_fatness.c.s
|
|
|
|
src/game/ecs/component/stat/component_game_entity_type.o: src/game/ecs/component/stat/component_game_entity_type.c.o
|
|
.PHONY : src/game/ecs/component/stat/component_game_entity_type.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/stat/component_game_entity_type.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_game_entity_type.c.o
|
|
.PHONY : src/game/ecs/component/stat/component_game_entity_type.c.o
|
|
|
|
src/game/ecs/component/stat/component_game_entity_type.i: src/game/ecs/component/stat/component_game_entity_type.c.i
|
|
.PHONY : src/game/ecs/component/stat/component_game_entity_type.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/stat/component_game_entity_type.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_game_entity_type.c.i
|
|
.PHONY : src/game/ecs/component/stat/component_game_entity_type.c.i
|
|
|
|
src/game/ecs/component/stat/component_game_entity_type.s: src/game/ecs/component/stat/component_game_entity_type.c.s
|
|
.PHONY : src/game/ecs/component/stat/component_game_entity_type.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/stat/component_game_entity_type.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_game_entity_type.c.s
|
|
.PHONY : src/game/ecs/component/stat/component_game_entity_type.c.s
|
|
|
|
src/game/ecs/component/stat/component_goodies.o: src/game/ecs/component/stat/component_goodies.c.o
|
|
.PHONY : src/game/ecs/component/stat/component_goodies.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/stat/component_goodies.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_goodies.c.o
|
|
.PHONY : src/game/ecs/component/stat/component_goodies.c.o
|
|
|
|
src/game/ecs/component/stat/component_goodies.i: src/game/ecs/component/stat/component_goodies.c.i
|
|
.PHONY : src/game/ecs/component/stat/component_goodies.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/stat/component_goodies.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_goodies.c.i
|
|
.PHONY : src/game/ecs/component/stat/component_goodies.c.i
|
|
|
|
src/game/ecs/component/stat/component_goodies.s: src/game/ecs/component/stat/component_goodies.c.s
|
|
.PHONY : src/game/ecs/component/stat/component_goodies.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/stat/component_goodies.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_goodies.c.s
|
|
.PHONY : src/game/ecs/component/stat/component_goodies.c.s
|
|
|
|
src/game/ecs/component/stat/component_health.o: src/game/ecs/component/stat/component_health.c.o
|
|
.PHONY : src/game/ecs/component/stat/component_health.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/stat/component_health.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_health.c.o
|
|
.PHONY : src/game/ecs/component/stat/component_health.c.o
|
|
|
|
src/game/ecs/component/stat/component_health.i: src/game/ecs/component/stat/component_health.c.i
|
|
.PHONY : src/game/ecs/component/stat/component_health.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/stat/component_health.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_health.c.i
|
|
.PHONY : src/game/ecs/component/stat/component_health.c.i
|
|
|
|
src/game/ecs/component/stat/component_health.s: src/game/ecs/component/stat/component_health.c.s
|
|
.PHONY : src/game/ecs/component/stat/component_health.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/stat/component_health.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_health.c.s
|
|
.PHONY : src/game/ecs/component/stat/component_health.c.s
|
|
|
|
src/game/ecs/component/stat/component_heart.o: src/game/ecs/component/stat/component_heart.c.o
|
|
.PHONY : src/game/ecs/component/stat/component_heart.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/stat/component_heart.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_heart.c.o
|
|
.PHONY : src/game/ecs/component/stat/component_heart.c.o
|
|
|
|
src/game/ecs/component/stat/component_heart.i: src/game/ecs/component/stat/component_heart.c.i
|
|
.PHONY : src/game/ecs/component/stat/component_heart.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/stat/component_heart.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_heart.c.i
|
|
.PHONY : src/game/ecs/component/stat/component_heart.c.i
|
|
|
|
src/game/ecs/component/stat/component_heart.s: src/game/ecs/component/stat/component_heart.c.s
|
|
.PHONY : src/game/ecs/component/stat/component_heart.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/stat/component_heart.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_heart.c.s
|
|
.PHONY : src/game/ecs/component/stat/component_heart.c.s
|
|
|
|
src/game/ecs/component/stat/component_invincibility.o: src/game/ecs/component/stat/component_invincibility.c.o
|
|
.PHONY : src/game/ecs/component/stat/component_invincibility.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/stat/component_invincibility.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_invincibility.c.o
|
|
.PHONY : src/game/ecs/component/stat/component_invincibility.c.o
|
|
|
|
src/game/ecs/component/stat/component_invincibility.i: src/game/ecs/component/stat/component_invincibility.c.i
|
|
.PHONY : src/game/ecs/component/stat/component_invincibility.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/stat/component_invincibility.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_invincibility.c.i
|
|
.PHONY : src/game/ecs/component/stat/component_invincibility.c.i
|
|
|
|
src/game/ecs/component/stat/component_invincibility.s: src/game/ecs/component/stat/component_invincibility.c.s
|
|
.PHONY : src/game/ecs/component/stat/component_invincibility.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/stat/component_invincibility.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_invincibility.c.s
|
|
.PHONY : src/game/ecs/component/stat/component_invincibility.c.s
|
|
|
|
src/game/ecs/component/stat/component_level.o: src/game/ecs/component/stat/component_level.c.o
|
|
.PHONY : src/game/ecs/component/stat/component_level.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/stat/component_level.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_level.c.o
|
|
.PHONY : src/game/ecs/component/stat/component_level.c.o
|
|
|
|
src/game/ecs/component/stat/component_level.i: src/game/ecs/component/stat/component_level.c.i
|
|
.PHONY : src/game/ecs/component/stat/component_level.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/stat/component_level.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_level.c.i
|
|
.PHONY : src/game/ecs/component/stat/component_level.c.i
|
|
|
|
src/game/ecs/component/stat/component_level.s: src/game/ecs/component/stat/component_level.c.s
|
|
.PHONY : src/game/ecs/component/stat/component_level.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/stat/component_level.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_level.c.s
|
|
.PHONY : src/game/ecs/component/stat/component_level.c.s
|
|
|
|
src/game/ecs/component/stat/component_redirects.o: src/game/ecs/component/stat/component_redirects.c.o
|
|
.PHONY : src/game/ecs/component/stat/component_redirects.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/stat/component_redirects.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_redirects.c.o
|
|
.PHONY : src/game/ecs/component/stat/component_redirects.c.o
|
|
|
|
src/game/ecs/component/stat/component_redirects.i: src/game/ecs/component/stat/component_redirects.c.i
|
|
.PHONY : src/game/ecs/component/stat/component_redirects.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/stat/component_redirects.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_redirects.c.i
|
|
.PHONY : src/game/ecs/component/stat/component_redirects.c.i
|
|
|
|
src/game/ecs/component/stat/component_redirects.s: src/game/ecs/component/stat/component_redirects.c.s
|
|
.PHONY : src/game/ecs/component/stat/component_redirects.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/stat/component_redirects.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_redirects.c.s
|
|
.PHONY : src/game/ecs/component/stat/component_redirects.c.s
|
|
|
|
src/game/ecs/component/stat/component_shop.o: src/game/ecs/component/stat/component_shop.c.o
|
|
.PHONY : src/game/ecs/component/stat/component_shop.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/stat/component_shop.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_shop.c.o
|
|
.PHONY : src/game/ecs/component/stat/component_shop.c.o
|
|
|
|
src/game/ecs/component/stat/component_shop.i: src/game/ecs/component/stat/component_shop.c.i
|
|
.PHONY : src/game/ecs/component/stat/component_shop.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/stat/component_shop.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_shop.c.i
|
|
.PHONY : src/game/ecs/component/stat/component_shop.c.i
|
|
|
|
src/game/ecs/component/stat/component_shop.s: src/game/ecs/component/stat/component_shop.c.s
|
|
.PHONY : src/game/ecs/component/stat/component_shop.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/stat/component_shop.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_shop.c.s
|
|
.PHONY : src/game/ecs/component/stat/component_shop.c.s
|
|
|
|
src/game/ecs/component/stat/component_shop_item.o: src/game/ecs/component/stat/component_shop_item.c.o
|
|
.PHONY : src/game/ecs/component/stat/component_shop_item.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/stat/component_shop_item.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_shop_item.c.o
|
|
.PHONY : src/game/ecs/component/stat/component_shop_item.c.o
|
|
|
|
src/game/ecs/component/stat/component_shop_item.i: src/game/ecs/component/stat/component_shop_item.c.i
|
|
.PHONY : src/game/ecs/component/stat/component_shop_item.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/stat/component_shop_item.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_shop_item.c.i
|
|
.PHONY : src/game/ecs/component/stat/component_shop_item.c.i
|
|
|
|
src/game/ecs/component/stat/component_shop_item.s: src/game/ecs/component/stat/component_shop_item.c.s
|
|
.PHONY : src/game/ecs/component/stat/component_shop_item.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/stat/component_shop_item.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_shop_item.c.s
|
|
.PHONY : src/game/ecs/component/stat/component_shop_item.c.s
|
|
|
|
src/game/ecs/component/stat/component_stun.o: src/game/ecs/component/stat/component_stun.c.o
|
|
.PHONY : src/game/ecs/component/stat/component_stun.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/stat/component_stun.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_stun.c.o
|
|
.PHONY : src/game/ecs/component/stat/component_stun.c.o
|
|
|
|
src/game/ecs/component/stat/component_stun.i: src/game/ecs/component/stat/component_stun.c.i
|
|
.PHONY : src/game/ecs/component/stat/component_stun.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/stat/component_stun.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_stun.c.i
|
|
.PHONY : src/game/ecs/component/stat/component_stun.c.i
|
|
|
|
src/game/ecs/component/stat/component_stun.s: src/game/ecs/component/stat/component_stun.c.s
|
|
.PHONY : src/game/ecs/component/stat/component_stun.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/stat/component_stun.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_stun.c.s
|
|
.PHONY : src/game/ecs/component/stat/component_stun.c.s
|
|
|
|
src/game/ecs/component/stat/component_timer.o: src/game/ecs/component/stat/component_timer.c.o
|
|
.PHONY : src/game/ecs/component/stat/component_timer.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/stat/component_timer.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_timer.c.o
|
|
.PHONY : src/game/ecs/component/stat/component_timer.c.o
|
|
|
|
src/game/ecs/component/stat/component_timer.i: src/game/ecs/component/stat/component_timer.c.i
|
|
.PHONY : src/game/ecs/component/stat/component_timer.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/stat/component_timer.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_timer.c.i
|
|
.PHONY : src/game/ecs/component/stat/component_timer.c.i
|
|
|
|
src/game/ecs/component/stat/component_timer.s: src/game/ecs/component/stat/component_timer.c.s
|
|
.PHONY : src/game/ecs/component/stat/component_timer.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/stat/component_timer.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_timer.c.s
|
|
.PHONY : src/game/ecs/component/stat/component_timer.c.s
|
|
|
|
src/game/ecs/component/stat/component_upgrades.o: src/game/ecs/component/stat/component_upgrades.c.o
|
|
.PHONY : src/game/ecs/component/stat/component_upgrades.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/stat/component_upgrades.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_upgrades.c.o
|
|
.PHONY : src/game/ecs/component/stat/component_upgrades.c.o
|
|
|
|
src/game/ecs/component/stat/component_upgrades.i: src/game/ecs/component/stat/component_upgrades.c.i
|
|
.PHONY : src/game/ecs/component/stat/component_upgrades.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/stat/component_upgrades.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_upgrades.c.i
|
|
.PHONY : src/game/ecs/component/stat/component_upgrades.c.i
|
|
|
|
src/game/ecs/component/stat/component_upgrades.s: src/game/ecs/component/stat/component_upgrades.c.s
|
|
.PHONY : src/game/ecs/component/stat/component_upgrades.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/stat/component_upgrades.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_upgrades.c.s
|
|
.PHONY : src/game/ecs/component/stat/component_upgrades.c.s
|
|
|
|
src/game/ecs/component/stat/component_wave.o: src/game/ecs/component/stat/component_wave.c.o
|
|
.PHONY : src/game/ecs/component/stat/component_wave.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/component/stat/component_wave.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_wave.c.o
|
|
.PHONY : src/game/ecs/component/stat/component_wave.c.o
|
|
|
|
src/game/ecs/component/stat/component_wave.i: src/game/ecs/component/stat/component_wave.c.i
|
|
.PHONY : src/game/ecs/component/stat/component_wave.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/component/stat/component_wave.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_wave.c.i
|
|
.PHONY : src/game/ecs/component/stat/component_wave.c.i
|
|
|
|
src/game/ecs/component/stat/component_wave.s: src/game/ecs/component/stat/component_wave.c.s
|
|
.PHONY : src/game/ecs/component/stat/component_wave.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/component/stat/component_wave.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/component/stat/component_wave.c.s
|
|
.PHONY : src/game/ecs/component/stat/component_wave.c.s
|
|
|
|
src/game/ecs/ecs.o: src/game/ecs/ecs.c.o
|
|
.PHONY : src/game/ecs/ecs.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/ecs.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/ecs.c.o
|
|
.PHONY : src/game/ecs/ecs.c.o
|
|
|
|
src/game/ecs/ecs.i: src/game/ecs/ecs.c.i
|
|
.PHONY : src/game/ecs/ecs.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/ecs.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/ecs.c.i
|
|
.PHONY : src/game/ecs/ecs.c.i
|
|
|
|
src/game/ecs/ecs.s: src/game/ecs/ecs.c.s
|
|
.PHONY : src/game/ecs/ecs.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/ecs.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/ecs.c.s
|
|
.PHONY : src/game/ecs/ecs.c.s
|
|
|
|
src/game/ecs/ecs_component.o: src/game/ecs/ecs_component.c.o
|
|
.PHONY : src/game/ecs/ecs_component.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/ecs_component.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/ecs_component.c.o
|
|
.PHONY : src/game/ecs/ecs_component.c.o
|
|
|
|
src/game/ecs/ecs_component.i: src/game/ecs/ecs_component.c.i
|
|
.PHONY : src/game/ecs/ecs_component.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/ecs_component.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/ecs_component.c.i
|
|
.PHONY : src/game/ecs/ecs_component.c.i
|
|
|
|
src/game/ecs/ecs_component.s: src/game/ecs/ecs_component.c.s
|
|
.PHONY : src/game/ecs/ecs_component.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/ecs_component.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/ecs_component.c.s
|
|
.PHONY : src/game/ecs/ecs_component.c.s
|
|
|
|
src/game/ecs/ecs_component_list.o: src/game/ecs/ecs_component_list.c.o
|
|
.PHONY : src/game/ecs/ecs_component_list.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/ecs_component_list.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/ecs_component_list.c.o
|
|
.PHONY : src/game/ecs/ecs_component_list.c.o
|
|
|
|
src/game/ecs/ecs_component_list.i: src/game/ecs/ecs_component_list.c.i
|
|
.PHONY : src/game/ecs/ecs_component_list.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/ecs_component_list.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/ecs_component_list.c.i
|
|
.PHONY : src/game/ecs/ecs_component_list.c.i
|
|
|
|
src/game/ecs/ecs_component_list.s: src/game/ecs/ecs_component_list.c.s
|
|
.PHONY : src/game/ecs/ecs_component_list.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/ecs_component_list.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/ecs_component_list.c.s
|
|
.PHONY : src/game/ecs/ecs_component_list.c.s
|
|
|
|
src/game/ecs/ecs_entity.o: src/game/ecs/ecs_entity.c.o
|
|
.PHONY : src/game/ecs/ecs_entity.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/ecs_entity.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/ecs_entity.c.o
|
|
.PHONY : src/game/ecs/ecs_entity.c.o
|
|
|
|
src/game/ecs/ecs_entity.i: src/game/ecs/ecs_entity.c.i
|
|
.PHONY : src/game/ecs/ecs_entity.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/ecs_entity.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/ecs_entity.c.i
|
|
.PHONY : src/game/ecs/ecs_entity.c.i
|
|
|
|
src/game/ecs/ecs_entity.s: src/game/ecs/ecs_entity.c.s
|
|
.PHONY : src/game/ecs/ecs_entity.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/ecs_entity.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/ecs_entity.c.s
|
|
.PHONY : src/game/ecs/ecs_entity.c.s
|
|
|
|
src/game/ecs/entity/entity_cursor.o: src/game/ecs/entity/entity_cursor.c.o
|
|
.PHONY : src/game/ecs/entity/entity_cursor.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/entity/entity_cursor.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/entity_cursor.c.o
|
|
.PHONY : src/game/ecs/entity/entity_cursor.c.o
|
|
|
|
src/game/ecs/entity/entity_cursor.i: src/game/ecs/entity/entity_cursor.c.i
|
|
.PHONY : src/game/ecs/entity/entity_cursor.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/entity/entity_cursor.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/entity_cursor.c.i
|
|
.PHONY : src/game/ecs/entity/entity_cursor.c.i
|
|
|
|
src/game/ecs/entity/entity_cursor.s: src/game/ecs/entity/entity_cursor.c.s
|
|
.PHONY : src/game/ecs/entity/entity_cursor.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/entity/entity_cursor.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/entity_cursor.c.s
|
|
.PHONY : src/game/ecs/entity/entity_cursor.c.s
|
|
|
|
src/game/ecs/entity/entity_sprite.o: src/game/ecs/entity/entity_sprite.c.o
|
|
.PHONY : src/game/ecs/entity/entity_sprite.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/entity/entity_sprite.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/entity_sprite.c.o
|
|
.PHONY : src/game/ecs/entity/entity_sprite.c.o
|
|
|
|
src/game/ecs/entity/entity_sprite.i: src/game/ecs/entity/entity_sprite.c.i
|
|
.PHONY : src/game/ecs/entity/entity_sprite.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/entity/entity_sprite.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/entity_sprite.c.i
|
|
.PHONY : src/game/ecs/entity/entity_sprite.c.i
|
|
|
|
src/game/ecs/entity/entity_sprite.s: src/game/ecs/entity/entity_sprite.c.s
|
|
.PHONY : src/game/ecs/entity/entity_sprite.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/entity/entity_sprite.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/entity_sprite.c.s
|
|
.PHONY : src/game/ecs/entity/entity_sprite.c.s
|
|
|
|
src/game/ecs/entity/entity_text.o: src/game/ecs/entity/entity_text.c.o
|
|
.PHONY : src/game/ecs/entity/entity_text.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/entity/entity_text.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/entity_text.c.o
|
|
.PHONY : src/game/ecs/entity/entity_text.c.o
|
|
|
|
src/game/ecs/entity/entity_text.i: src/game/ecs/entity/entity_text.c.i
|
|
.PHONY : src/game/ecs/entity/entity_text.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/entity/entity_text.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/entity_text.c.i
|
|
.PHONY : src/game/ecs/entity/entity_text.c.i
|
|
|
|
src/game/ecs/entity/entity_text.s: src/game/ecs/entity/entity_text.c.s
|
|
.PHONY : src/game/ecs/entity/entity_text.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/entity/entity_text.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/entity_text.c.s
|
|
.PHONY : src/game/ecs/entity/entity_text.c.s
|
|
|
|
src/game/ecs/entity/play/entity_chip.o: src/game/ecs/entity/play/entity_chip.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_chip.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/entity/play/entity_chip.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_chip.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_chip.c.o
|
|
|
|
src/game/ecs/entity/play/entity_chip.i: src/game/ecs/entity/play/entity_chip.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_chip.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/entity/play/entity_chip.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_chip.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_chip.c.i
|
|
|
|
src/game/ecs/entity/play/entity_chip.s: src/game/ecs/entity/play/entity_chip.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_chip.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/entity/play/entity_chip.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_chip.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_chip.c.s
|
|
|
|
src/game/ecs/entity/play/entity_chipper.o: src/game/ecs/entity/play/entity_chipper.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_chipper.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/entity/play/entity_chipper.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_chipper.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_chipper.c.o
|
|
|
|
src/game/ecs/entity/play/entity_chipper.i: src/game/ecs/entity/play/entity_chipper.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_chipper.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/entity/play/entity_chipper.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_chipper.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_chipper.c.i
|
|
|
|
src/game/ecs/entity/play/entity_chipper.s: src/game/ecs/entity/play/entity_chipper.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_chipper.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/entity/play/entity_chipper.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_chipper.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_chipper.c.s
|
|
|
|
src/game/ecs/entity/play/entity_combat_timer_display.o: src/game/ecs/entity/play/entity_combat_timer_display.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_combat_timer_display.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/entity/play/entity_combat_timer_display.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_combat_timer_display.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_combat_timer_display.c.o
|
|
|
|
src/game/ecs/entity/play/entity_combat_timer_display.i: src/game/ecs/entity/play/entity_combat_timer_display.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_combat_timer_display.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/entity/play/entity_combat_timer_display.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_combat_timer_display.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_combat_timer_display.c.i
|
|
|
|
src/game/ecs/entity/play/entity_combat_timer_display.s: src/game/ecs/entity/play/entity_combat_timer_display.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_combat_timer_display.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/entity/play/entity_combat_timer_display.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_combat_timer_display.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_combat_timer_display.c.s
|
|
|
|
src/game/ecs/entity/play/entity_crumbler.o: src/game/ecs/entity/play/entity_crumbler.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_crumbler.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/entity/play/entity_crumbler.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_crumbler.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_crumbler.c.o
|
|
|
|
src/game/ecs/entity/play/entity_crumbler.i: src/game/ecs/entity/play/entity_crumbler.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_crumbler.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/entity/play/entity_crumbler.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_crumbler.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_crumbler.c.i
|
|
|
|
src/game/ecs/entity/play/entity_crumbler.s: src/game/ecs/entity/play/entity_crumbler.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_crumbler.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/entity/play/entity_crumbler.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_crumbler.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_crumbler.c.s
|
|
|
|
src/game/ecs/entity/play/entity_cupper.o: src/game/ecs/entity/play/entity_cupper.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_cupper.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/entity/play/entity_cupper.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_cupper.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_cupper.c.o
|
|
|
|
src/game/ecs/entity/play/entity_cupper.i: src/game/ecs/entity/play/entity_cupper.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_cupper.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/entity/play/entity_cupper.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_cupper.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_cupper.c.i
|
|
|
|
src/game/ecs/entity/play/entity_cupper.s: src/game/ecs/entity/play/entity_cupper.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_cupper.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/entity/play/entity_cupper.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_cupper.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_cupper.c.s
|
|
|
|
src/game/ecs/entity/play/entity_custarpedo.o: src/game/ecs/entity/play/entity_custarpedo.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_custarpedo.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/entity/play/entity_custarpedo.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_custarpedo.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_custarpedo.c.o
|
|
|
|
src/game/ecs/entity/play/entity_custarpedo.i: src/game/ecs/entity/play/entity_custarpedo.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_custarpedo.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/entity/play/entity_custarpedo.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_custarpedo.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_custarpedo.c.i
|
|
|
|
src/game/ecs/entity/play/entity_custarpedo.s: src/game/ecs/entity/play/entity_custarpedo.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_custarpedo.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/entity/play/entity_custarpedo.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_custarpedo.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_custarpedo.c.s
|
|
|
|
src/game/ecs/entity/play/entity_damage_number.o: src/game/ecs/entity/play/entity_damage_number.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_damage_number.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/entity/play/entity_damage_number.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_damage_number.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_damage_number.c.o
|
|
|
|
src/game/ecs/entity/play/entity_damage_number.i: src/game/ecs/entity/play/entity_damage_number.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_damage_number.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/entity/play/entity_damage_number.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_damage_number.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_damage_number.c.i
|
|
|
|
src/game/ecs/entity/play/entity_damage_number.s: src/game/ecs/entity/play/entity_damage_number.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_damage_number.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/entity/play/entity_damage_number.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_damage_number.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_damage_number.c.s
|
|
|
|
src/game/ecs/entity/play/entity_elemental.o: src/game/ecs/entity/play/entity_elemental.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_elemental.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/entity/play/entity_elemental.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_elemental.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_elemental.c.o
|
|
|
|
src/game/ecs/entity/play/entity_elemental.i: src/game/ecs/entity/play/entity_elemental.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_elemental.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/entity/play/entity_elemental.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_elemental.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_elemental.c.i
|
|
|
|
src/game/ecs/entity/play/entity_elemental.s: src/game/ecs/entity/play/entity_elemental.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_elemental.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/entity/play/entity_elemental.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_elemental.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_elemental.c.s
|
|
|
|
src/game/ecs/entity/play/entity_elemental_goodie_display.o: src/game/ecs/entity/play/entity_elemental_goodie_display.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_elemental_goodie_display.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/entity/play/entity_elemental_goodie_display.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_elemental_goodie_display.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_elemental_goodie_display.c.o
|
|
|
|
src/game/ecs/entity/play/entity_elemental_goodie_display.i: src/game/ecs/entity/play/entity_elemental_goodie_display.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_elemental_goodie_display.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/entity/play/entity_elemental_goodie_display.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_elemental_goodie_display.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_elemental_goodie_display.c.i
|
|
|
|
src/game/ecs/entity/play/entity_elemental_goodie_display.s: src/game/ecs/entity/play/entity_elemental_goodie_display.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_elemental_goodie_display.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/entity/play/entity_elemental_goodie_display.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_elemental_goodie_display.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_elemental_goodie_display.c.s
|
|
|
|
src/game/ecs/entity/play/entity_excorsant.o: src/game/ecs/entity/play/entity_excorsant.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_excorsant.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/entity/play/entity_excorsant.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_excorsant.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_excorsant.c.o
|
|
|
|
src/game/ecs/entity/play/entity_excorsant.i: src/game/ecs/entity/play/entity_excorsant.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_excorsant.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/entity/play/entity_excorsant.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_excorsant.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_excorsant.c.i
|
|
|
|
src/game/ecs/entity/play/entity_excorsant.s: src/game/ecs/entity/play/entity_excorsant.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_excorsant.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/entity/play/entity_excorsant.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_excorsant.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_excorsant.c.s
|
|
|
|
src/game/ecs/entity/play/entity_goodie.o: src/game/ecs/entity/play/entity_goodie.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_goodie.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/entity/play/entity_goodie.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_goodie.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_goodie.c.o
|
|
|
|
src/game/ecs/entity/play/entity_goodie.i: src/game/ecs/entity/play/entity_goodie.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_goodie.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/entity/play/entity_goodie.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_goodie.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_goodie.c.i
|
|
|
|
src/game/ecs/entity/play/entity_goodie.s: src/game/ecs/entity/play/entity_goodie.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_goodie.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/entity/play/entity_goodie.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_goodie.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_goodie.c.s
|
|
|
|
src/game/ecs/entity/play/entity_goodie_display.o: src/game/ecs/entity/play/entity_goodie_display.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_goodie_display.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/entity/play/entity_goodie_display.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_goodie_display.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_goodie_display.c.o
|
|
|
|
src/game/ecs/entity/play/entity_goodie_display.i: src/game/ecs/entity/play/entity_goodie_display.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_goodie_display.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/entity/play/entity_goodie_display.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_goodie_display.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_goodie_display.c.i
|
|
|
|
src/game/ecs/entity/play/entity_goodie_display.s: src/game/ecs/entity/play/entity_goodie_display.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_goodie_display.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/entity/play/entity_goodie_display.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_goodie_display.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_goodie_display.c.s
|
|
|
|
src/game/ecs/entity/play/entity_heart_display.o: src/game/ecs/entity/play/entity_heart_display.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_heart_display.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/entity/play/entity_heart_display.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_heart_display.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_heart_display.c.o
|
|
|
|
src/game/ecs/entity/play/entity_heart_display.i: src/game/ecs/entity/play/entity_heart_display.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_heart_display.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/entity/play/entity_heart_display.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_heart_display.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_heart_display.c.i
|
|
|
|
src/game/ecs/entity/play/entity_heart_display.s: src/game/ecs/entity/play/entity_heart_display.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_heart_display.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/entity/play/entity_heart_display.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_heart_display.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_heart_display.c.s
|
|
|
|
src/game/ecs/entity/play/entity_icon.o: src/game/ecs/entity/play/entity_icon.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_icon.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/entity/play/entity_icon.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_icon.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_icon.c.o
|
|
|
|
src/game/ecs/entity/play/entity_icon.i: src/game/ecs/entity/play/entity_icon.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_icon.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/entity/play/entity_icon.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_icon.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_icon.c.i
|
|
|
|
src/game/ecs/entity/play/entity_icon.s: src/game/ecs/entity/play/entity_icon.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_icon.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/entity/play/entity_icon.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_icon.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_icon.c.s
|
|
|
|
src/game/ecs/entity/play/entity_icon_notice.o: src/game/ecs/entity/play/entity_icon_notice.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_icon_notice.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/entity/play/entity_icon_notice.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_icon_notice.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_icon_notice.c.o
|
|
|
|
src/game/ecs/entity/play/entity_icon_notice.i: src/game/ecs/entity/play/entity_icon_notice.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_icon_notice.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/entity/play/entity_icon_notice.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_icon_notice.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_icon_notice.c.i
|
|
|
|
src/game/ecs/entity/play/entity_icon_notice.s: src/game/ecs/entity/play/entity_icon_notice.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_icon_notice.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/entity/play/entity_icon_notice.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_icon_notice.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_icon_notice.c.s
|
|
|
|
src/game/ecs/entity/play/entity_player.o: src/game/ecs/entity/play/entity_player.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_player.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/entity/play/entity_player.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_player.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_player.c.o
|
|
|
|
src/game/ecs/entity/play/entity_player.i: src/game/ecs/entity/play/entity_player.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_player.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/entity/play/entity_player.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_player.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_player.c.i
|
|
|
|
src/game/ecs/entity/play/entity_player.s: src/game/ecs/entity/play/entity_player.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_player.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/entity/play/entity_player.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_player.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_player.c.s
|
|
|
|
src/game/ecs/entity/play/entity_player_ammo_display.o: src/game/ecs/entity/play/entity_player_ammo_display.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_player_ammo_display.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/entity/play/entity_player_ammo_display.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_player_ammo_display.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_player_ammo_display.c.o
|
|
|
|
src/game/ecs/entity/play/entity_player_ammo_display.i: src/game/ecs/entity/play/entity_player_ammo_display.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_player_ammo_display.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/entity/play/entity_player_ammo_display.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_player_ammo_display.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_player_ammo_display.c.i
|
|
|
|
src/game/ecs/entity/play/entity_player_ammo_display.s: src/game/ecs/entity/play/entity_player_ammo_display.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_player_ammo_display.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/entity/play/entity_player_ammo_display.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_player_ammo_display.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_player_ammo_display.c.s
|
|
|
|
src/game/ecs/entity/play/entity_player_health_display.o: src/game/ecs/entity/play/entity_player_health_display.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_player_health_display.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/entity/play/entity_player_health_display.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_player_health_display.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_player_health_display.c.o
|
|
|
|
src/game/ecs/entity/play/entity_player_health_display.i: src/game/ecs/entity/play/entity_player_health_display.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_player_health_display.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/entity/play/entity_player_health_display.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_player_health_display.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_player_health_display.c.i
|
|
|
|
src/game/ecs/entity/play/entity_player_health_display.s: src/game/ecs/entity/play/entity_player_health_display.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_player_health_display.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/entity/play/entity_player_health_display.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_player_health_display.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_player_health_display.c.s
|
|
|
|
src/game/ecs/entity/play/entity_player_redirect_display.o: src/game/ecs/entity/play/entity_player_redirect_display.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_player_redirect_display.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/entity/play/entity_player_redirect_display.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_player_redirect_display.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_player_redirect_display.c.o
|
|
|
|
src/game/ecs/entity/play/entity_player_redirect_display.i: src/game/ecs/entity/play/entity_player_redirect_display.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_player_redirect_display.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/entity/play/entity_player_redirect_display.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_player_redirect_display.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_player_redirect_display.c.i
|
|
|
|
src/game/ecs/entity/play/entity_player_redirect_display.s: src/game/ecs/entity/play/entity_player_redirect_display.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_player_redirect_display.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/entity/play/entity_player_redirect_display.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_player_redirect_display.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_player_redirect_display.c.s
|
|
|
|
src/game/ecs/entity/play/entity_redirect_arrow.o: src/game/ecs/entity/play/entity_redirect_arrow.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_redirect_arrow.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/entity/play/entity_redirect_arrow.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_redirect_arrow.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_redirect_arrow.c.o
|
|
|
|
src/game/ecs/entity/play/entity_redirect_arrow.i: src/game/ecs/entity/play/entity_redirect_arrow.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_redirect_arrow.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/entity/play/entity_redirect_arrow.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_redirect_arrow.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_redirect_arrow.c.i
|
|
|
|
src/game/ecs/entity/play/entity_redirect_arrow.s: src/game/ecs/entity/play/entity_redirect_arrow.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_redirect_arrow.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/entity/play/entity_redirect_arrow.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_redirect_arrow.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_redirect_arrow.c.s
|
|
|
|
src/game/ecs/entity/play/entity_shadow.o: src/game/ecs/entity/play/entity_shadow.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_shadow.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/entity/play/entity_shadow.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_shadow.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_shadow.c.o
|
|
|
|
src/game/ecs/entity/play/entity_shadow.i: src/game/ecs/entity/play/entity_shadow.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_shadow.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/entity/play/entity_shadow.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_shadow.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_shadow.c.i
|
|
|
|
src/game/ecs/entity/play/entity_shadow.s: src/game/ecs/entity/play/entity_shadow.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_shadow.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/entity/play/entity_shadow.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_shadow.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_shadow.c.s
|
|
|
|
src/game/ecs/entity/play/entity_shop_button.o: src/game/ecs/entity/play/entity_shop_button.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_shop_button.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/entity/play/entity_shop_button.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_shop_button.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_shop_button.c.o
|
|
|
|
src/game/ecs/entity/play/entity_shop_button.i: src/game/ecs/entity/play/entity_shop_button.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_shop_button.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/entity/play/entity_shop_button.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_shop_button.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_shop_button.c.i
|
|
|
|
src/game/ecs/entity/play/entity_shop_button.s: src/game/ecs/entity/play/entity_shop_button.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_shop_button.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/entity/play/entity_shop_button.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_shop_button.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_shop_button.c.s
|
|
|
|
src/game/ecs/entity/play/entity_shop_item_feed.o: src/game/ecs/entity/play/entity_shop_item_feed.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_shop_item_feed.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/entity/play/entity_shop_item_feed.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_shop_item_feed.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_shop_item_feed.c.o
|
|
|
|
src/game/ecs/entity/play/entity_shop_item_feed.i: src/game/ecs/entity/play/entity_shop_item_feed.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_shop_item_feed.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/entity/play/entity_shop_item_feed.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_shop_item_feed.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_shop_item_feed.c.i
|
|
|
|
src/game/ecs/entity/play/entity_shop_item_feed.s: src/game/ecs/entity/play/entity_shop_item_feed.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_shop_item_feed.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/entity/play/entity_shop_item_feed.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_shop_item_feed.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_shop_item_feed.c.s
|
|
|
|
src/game/ecs/entity/play/entity_shop_item_health.o: src/game/ecs/entity/play/entity_shop_item_health.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_shop_item_health.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/entity/play/entity_shop_item_health.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_shop_item_health.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_shop_item_health.c.o
|
|
|
|
src/game/ecs/entity/play/entity_shop_item_health.i: src/game/ecs/entity/play/entity_shop_item_health.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_shop_item_health.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/entity/play/entity_shop_item_health.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_shop_item_health.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_shop_item_health.c.i
|
|
|
|
src/game/ecs/entity/play/entity_shop_item_health.s: src/game/ecs/entity/play/entity_shop_item_health.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_shop_item_health.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/entity/play/entity_shop_item_health.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_shop_item_health.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_shop_item_health.c.s
|
|
|
|
src/game/ecs/entity/play/entity_shop_item_upgrade_ammo.o: src/game/ecs/entity/play/entity_shop_item_upgrade_ammo.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_shop_item_upgrade_ammo.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/entity/play/entity_shop_item_upgrade_ammo.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_shop_item_upgrade_ammo.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_shop_item_upgrade_ammo.c.o
|
|
|
|
src/game/ecs/entity/play/entity_shop_item_upgrade_ammo.i: src/game/ecs/entity/play/entity_shop_item_upgrade_ammo.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_shop_item_upgrade_ammo.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/entity/play/entity_shop_item_upgrade_ammo.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_shop_item_upgrade_ammo.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_shop_item_upgrade_ammo.c.i
|
|
|
|
src/game/ecs/entity/play/entity_shop_item_upgrade_ammo.s: src/game/ecs/entity/play/entity_shop_item_upgrade_ammo.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_shop_item_upgrade_ammo.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/entity/play/entity_shop_item_upgrade_ammo.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_shop_item_upgrade_ammo.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_shop_item_upgrade_ammo.c.s
|
|
|
|
src/game/ecs/entity/play/entity_shop_item_upgrade_lifetime.o: src/game/ecs/entity/play/entity_shop_item_upgrade_lifetime.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_shop_item_upgrade_lifetime.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/entity/play/entity_shop_item_upgrade_lifetime.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_shop_item_upgrade_lifetime.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_shop_item_upgrade_lifetime.c.o
|
|
|
|
src/game/ecs/entity/play/entity_shop_item_upgrade_lifetime.i: src/game/ecs/entity/play/entity_shop_item_upgrade_lifetime.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_shop_item_upgrade_lifetime.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/entity/play/entity_shop_item_upgrade_lifetime.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_shop_item_upgrade_lifetime.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_shop_item_upgrade_lifetime.c.i
|
|
|
|
src/game/ecs/entity/play/entity_shop_item_upgrade_lifetime.s: src/game/ecs/entity/play/entity_shop_item_upgrade_lifetime.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_shop_item_upgrade_lifetime.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/entity/play/entity_shop_item_upgrade_lifetime.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_shop_item_upgrade_lifetime.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_shop_item_upgrade_lifetime.c.s
|
|
|
|
src/game/ecs/entity/play/entity_shop_item_upgrade_redirects.o: src/game/ecs/entity/play/entity_shop_item_upgrade_redirects.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_shop_item_upgrade_redirects.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/entity/play/entity_shop_item_upgrade_redirects.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_shop_item_upgrade_redirects.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_shop_item_upgrade_redirects.c.o
|
|
|
|
src/game/ecs/entity/play/entity_shop_item_upgrade_redirects.i: src/game/ecs/entity/play/entity_shop_item_upgrade_redirects.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_shop_item_upgrade_redirects.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/entity/play/entity_shop_item_upgrade_redirects.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_shop_item_upgrade_redirects.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_shop_item_upgrade_redirects.c.i
|
|
|
|
src/game/ecs/entity/play/entity_shop_item_upgrade_redirects.s: src/game/ecs/entity/play/entity_shop_item_upgrade_redirects.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_shop_item_upgrade_redirects.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/entity/play/entity_shop_item_upgrade_redirects.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_shop_item_upgrade_redirects.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_shop_item_upgrade_redirects.c.s
|
|
|
|
src/game/ecs/entity/play/entity_snake.o: src/game/ecs/entity/play/entity_snake.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_snake.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/entity/play/entity_snake.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_snake.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_snake.c.o
|
|
|
|
src/game/ecs/entity/play/entity_snake.i: src/game/ecs/entity/play/entity_snake.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_snake.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/entity/play/entity_snake.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_snake.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_snake.c.i
|
|
|
|
src/game/ecs/entity/play/entity_snake.s: src/game/ecs/entity/play/entity_snake.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_snake.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/entity/play/entity_snake.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_snake.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_snake.c.s
|
|
|
|
src/game/ecs/entity/play/entity_spawner.o: src/game/ecs/entity/play/entity_spawner.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_spawner.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/entity/play/entity_spawner.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_spawner.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_spawner.c.o
|
|
|
|
src/game/ecs/entity/play/entity_spawner.i: src/game/ecs/entity/play/entity_spawner.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_spawner.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/entity/play/entity_spawner.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_spawner.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_spawner.c.i
|
|
|
|
src/game/ecs/entity/play/entity_spawner.s: src/game/ecs/entity/play/entity_spawner.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_spawner.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/entity/play/entity_spawner.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_spawner.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_spawner.c.s
|
|
|
|
src/game/ecs/entity/play/entity_streak.o: src/game/ecs/entity/play/entity_streak.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_streak.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/entity/play/entity_streak.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_streak.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_streak.c.o
|
|
|
|
src/game/ecs/entity/play/entity_streak.i: src/game/ecs/entity/play/entity_streak.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_streak.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/entity/play/entity_streak.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_streak.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_streak.c.i
|
|
|
|
src/game/ecs/entity/play/entity_streak.s: src/game/ecs/entity/play/entity_streak.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_streak.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/entity/play/entity_streak.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_streak.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_streak.c.s
|
|
|
|
src/game/ecs/entity/play/entity_streak_square.o: src/game/ecs/entity/play/entity_streak_square.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_streak_square.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/entity/play/entity_streak_square.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_streak_square.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_streak_square.c.o
|
|
|
|
src/game/ecs/entity/play/entity_streak_square.i: src/game/ecs/entity/play/entity_streak_square.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_streak_square.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/entity/play/entity_streak_square.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_streak_square.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_streak_square.c.i
|
|
|
|
src/game/ecs/entity/play/entity_streak_square.s: src/game/ecs/entity/play/entity_streak_square.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_streak_square.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/entity/play/entity_streak_square.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_streak_square.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_streak_square.c.s
|
|
|
|
src/game/ecs/entity/play/entity_timer_display.o: src/game/ecs/entity/play/entity_timer_display.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_timer_display.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/entity/play/entity_timer_display.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_timer_display.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_timer_display.c.o
|
|
|
|
src/game/ecs/entity/play/entity_timer_display.i: src/game/ecs/entity/play/entity_timer_display.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_timer_display.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/entity/play/entity_timer_display.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_timer_display.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_timer_display.c.i
|
|
|
|
src/game/ecs/entity/play/entity_timer_display.s: src/game/ecs/entity/play/entity_timer_display.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_timer_display.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/entity/play/entity_timer_display.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_timer_display.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_timer_display.c.s
|
|
|
|
src/game/ecs/entity/play/entity_tutorial_text.o: src/game/ecs/entity/play/entity_tutorial_text.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_tutorial_text.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/entity/play/entity_tutorial_text.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_tutorial_text.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_tutorial_text.c.o
|
|
|
|
src/game/ecs/entity/play/entity_tutorial_text.i: src/game/ecs/entity/play/entity_tutorial_text.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_tutorial_text.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/entity/play/entity_tutorial_text.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_tutorial_text.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_tutorial_text.c.i
|
|
|
|
src/game/ecs/entity/play/entity_tutorial_text.s: src/game/ecs/entity/play/entity_tutorial_text.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_tutorial_text.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/entity/play/entity_tutorial_text.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_tutorial_text.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_tutorial_text.c.s
|
|
|
|
src/game/ecs/entity/play/entity_wave_display.o: src/game/ecs/entity/play/entity_wave_display.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_wave_display.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/entity/play/entity_wave_display.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_wave_display.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_wave_display.c.o
|
|
|
|
src/game/ecs/entity/play/entity_wave_display.i: src/game/ecs/entity/play/entity_wave_display.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_wave_display.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/entity/play/entity_wave_display.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_wave_display.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_wave_display.c.i
|
|
|
|
src/game/ecs/entity/play/entity_wave_display.s: src/game/ecs/entity/play/entity_wave_display.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_wave_display.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/entity/play/entity_wave_display.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_wave_display.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_wave_display.c.s
|
|
|
|
src/game/ecs/entity/play/entity_wave_timer_display.o: src/game/ecs/entity/play/entity_wave_timer_display.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_wave_timer_display.o
|
|
|
|
# target to build an object file
|
|
src/game/ecs/entity/play/entity_wave_timer_display.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_wave_timer_display.c.o
|
|
.PHONY : src/game/ecs/entity/play/entity_wave_timer_display.c.o
|
|
|
|
src/game/ecs/entity/play/entity_wave_timer_display.i: src/game/ecs/entity/play/entity_wave_timer_display.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_wave_timer_display.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/ecs/entity/play/entity_wave_timer_display.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_wave_timer_display.c.i
|
|
.PHONY : src/game/ecs/entity/play/entity_wave_timer_display.c.i
|
|
|
|
src/game/ecs/entity/play/entity_wave_timer_display.s: src/game/ecs/entity/play/entity_wave_timer_display.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_wave_timer_display.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/ecs/entity/play/entity_wave_timer_display.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/ecs/entity/play/entity_wave_timer_display.c.s
|
|
.PHONY : src/game/ecs/entity/play/entity_wave_timer_display.c.s
|
|
|
|
src/game/game.o: src/game/game.c.o
|
|
.PHONY : src/game/game.o
|
|
|
|
# target to build an object file
|
|
src/game/game.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/game.c.o
|
|
.PHONY : src/game/game.c.o
|
|
|
|
src/game/game.i: src/game/game.c.i
|
|
.PHONY : src/game/game.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/game.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/game.c.i
|
|
.PHONY : src/game/game.c.i
|
|
|
|
src/game/game.s: src/game/game.c.s
|
|
.PHONY : src/game/game.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/game.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/game.c.s
|
|
.PHONY : src/game/game.c.s
|
|
|
|
src/game/input/input.o: src/game/input/input.c.o
|
|
.PHONY : src/game/input/input.o
|
|
|
|
# target to build an object file
|
|
src/game/input/input.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/input/input.c.o
|
|
.PHONY : src/game/input/input.c.o
|
|
|
|
src/game/input/input.i: src/game/input/input.c.i
|
|
.PHONY : src/game/input/input.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/input/input.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/input/input.c.i
|
|
.PHONY : src/game/input/input.c.i
|
|
|
|
src/game/input/input.s: src/game/input/input.c.s
|
|
.PHONY : src/game/input/input.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/input/input.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/input/input.c.s
|
|
.PHONY : src/game/input/input.c.s
|
|
|
|
src/game/render/color_quad.o: src/game/render/color_quad.c.o
|
|
.PHONY : src/game/render/color_quad.o
|
|
|
|
# target to build an object file
|
|
src/game/render/color_quad.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/render/color_quad.c.o
|
|
.PHONY : src/game/render/color_quad.c.o
|
|
|
|
src/game/render/color_quad.i: src/game/render/color_quad.c.i
|
|
.PHONY : src/game/render/color_quad.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/render/color_quad.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/render/color_quad.c.i
|
|
.PHONY : src/game/render/color_quad.c.i
|
|
|
|
src/game/render/color_quad.s: src/game/render/color_quad.c.s
|
|
.PHONY : src/game/render/color_quad.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/render/color_quad.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/render/color_quad.c.s
|
|
.PHONY : src/game/render/color_quad.c.s
|
|
|
|
src/game/render/texture_quad.o: src/game/render/texture_quad.c.o
|
|
.PHONY : src/game/render/texture_quad.o
|
|
|
|
# target to build an object file
|
|
src/game/render/texture_quad.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/render/texture_quad.c.o
|
|
.PHONY : src/game/render/texture_quad.c.o
|
|
|
|
src/game/render/texture_quad.i: src/game/render/texture_quad.c.i
|
|
.PHONY : src/game/render/texture_quad.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/render/texture_quad.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/render/texture_quad.c.i
|
|
.PHONY : src/game/render/texture_quad.c.i
|
|
|
|
src/game/render/texture_quad.s: src/game/render/texture_quad.c.s
|
|
.PHONY : src/game/render/texture_quad.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/render/texture_quad.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/render/texture_quad.c.s
|
|
.PHONY : src/game/render/texture_quad.c.s
|
|
|
|
src/game/resource/resource_font.o: src/game/resource/resource_font.c.o
|
|
.PHONY : src/game/resource/resource_font.o
|
|
|
|
# target to build an object file
|
|
src/game/resource/resource_font.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/resource/resource_font.c.o
|
|
.PHONY : src/game/resource/resource_font.c.o
|
|
|
|
src/game/resource/resource_font.i: src/game/resource/resource_font.c.i
|
|
.PHONY : src/game/resource/resource_font.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/resource/resource_font.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/resource/resource_font.c.i
|
|
.PHONY : src/game/resource/resource_font.c.i
|
|
|
|
src/game/resource/resource_font.s: src/game/resource/resource_font.c.s
|
|
.PHONY : src/game/resource/resource_font.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/resource/resource_font.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/resource/resource_font.c.s
|
|
.PHONY : src/game/resource/resource_font.c.s
|
|
|
|
src/game/resource/resource_music.o: src/game/resource/resource_music.c.o
|
|
.PHONY : src/game/resource/resource_music.o
|
|
|
|
# target to build an object file
|
|
src/game/resource/resource_music.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/resource/resource_music.c.o
|
|
.PHONY : src/game/resource/resource_music.c.o
|
|
|
|
src/game/resource/resource_music.i: src/game/resource/resource_music.c.i
|
|
.PHONY : src/game/resource/resource_music.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/resource/resource_music.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/resource/resource_music.c.i
|
|
.PHONY : src/game/resource/resource_music.c.i
|
|
|
|
src/game/resource/resource_music.s: src/game/resource/resource_music.c.s
|
|
.PHONY : src/game/resource/resource_music.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/resource/resource_music.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/resource/resource_music.c.s
|
|
.PHONY : src/game/resource/resource_music.c.s
|
|
|
|
src/game/resource/resource_shader.o: src/game/resource/resource_shader.c.o
|
|
.PHONY : src/game/resource/resource_shader.o
|
|
|
|
# target to build an object file
|
|
src/game/resource/resource_shader.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/resource/resource_shader.c.o
|
|
.PHONY : src/game/resource/resource_shader.c.o
|
|
|
|
src/game/resource/resource_shader.i: src/game/resource/resource_shader.c.i
|
|
.PHONY : src/game/resource/resource_shader.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/resource/resource_shader.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/resource/resource_shader.c.i
|
|
.PHONY : src/game/resource/resource_shader.c.i
|
|
|
|
src/game/resource/resource_shader.s: src/game/resource/resource_shader.c.s
|
|
.PHONY : src/game/resource/resource_shader.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/resource/resource_shader.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/resource/resource_shader.c.s
|
|
.PHONY : src/game/resource/resource_shader.c.s
|
|
|
|
src/game/resource/resource_sound.o: src/game/resource/resource_sound.c.o
|
|
.PHONY : src/game/resource/resource_sound.o
|
|
|
|
# target to build an object file
|
|
src/game/resource/resource_sound.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/resource/resource_sound.c.o
|
|
.PHONY : src/game/resource/resource_sound.c.o
|
|
|
|
src/game/resource/resource_sound.i: src/game/resource/resource_sound.c.i
|
|
.PHONY : src/game/resource/resource_sound.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/resource/resource_sound.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/resource/resource_sound.c.i
|
|
.PHONY : src/game/resource/resource_sound.c.i
|
|
|
|
src/game/resource/resource_sound.s: src/game/resource/resource_sound.c.s
|
|
.PHONY : src/game/resource/resource_sound.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/resource/resource_sound.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/resource/resource_sound.c.s
|
|
.PHONY : src/game/resource/resource_sound.c.s
|
|
|
|
src/game/resource/resource_texture.o: src/game/resource/resource_texture.c.o
|
|
.PHONY : src/game/resource/resource_texture.o
|
|
|
|
# target to build an object file
|
|
src/game/resource/resource_texture.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/resource/resource_texture.c.o
|
|
.PHONY : src/game/resource/resource_texture.c.o
|
|
|
|
src/game/resource/resource_texture.i: src/game/resource/resource_texture.c.i
|
|
.PHONY : src/game/resource/resource_texture.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/resource/resource_texture.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/resource/resource_texture.c.i
|
|
.PHONY : src/game/resource/resource_texture.c.i
|
|
|
|
src/game/resource/resource_texture.s: src/game/resource/resource_texture.c.s
|
|
.PHONY : src/game/resource/resource_texture.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/resource/resource_texture.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/resource/resource_texture.c.s
|
|
.PHONY : src/game/resource/resource_texture.c.s
|
|
|
|
src/game/state/play/play.o: src/game/state/play/play.c.o
|
|
.PHONY : src/game/state/play/play.o
|
|
|
|
# target to build an object file
|
|
src/game/state/play/play.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/state/play/play.c.o
|
|
.PHONY : src/game/state/play/play.c.o
|
|
|
|
src/game/state/play/play.i: src/game/state/play/play.c.i
|
|
.PHONY : src/game/state/play/play.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/state/play/play.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/state/play/play.c.i
|
|
.PHONY : src/game/state/play/play.c.i
|
|
|
|
src/game/state/play/play.s: src/game/state/play/play.c.s
|
|
.PHONY : src/game/state/play/play.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/state/play/play.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/state/play/play.c.s
|
|
.PHONY : src/game/state/play/play.c.s
|
|
|
|
src/game/state/state.o: src/game/state/state.c.o
|
|
.PHONY : src/game/state/state.o
|
|
|
|
# target to build an object file
|
|
src/game/state/state.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/state/state.c.o
|
|
.PHONY : src/game/state/state.c.o
|
|
|
|
src/game/state/state.i: src/game/state/state.c.i
|
|
.PHONY : src/game/state/state.i
|
|
|
|
# target to preprocess a source file
|
|
src/game/state/state.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/state/state.c.i
|
|
.PHONY : src/game/state/state.c.i
|
|
|
|
src/game/state/state.s: src/game/state/state.c.s
|
|
.PHONY : src/game/state/state.s
|
|
|
|
# target to generate assembly for a file
|
|
src/game/state/state.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/game/state/state.c.s
|
|
.PHONY : src/game/state/state.c.s
|
|
|
|
src/main.o: src/main.c.o
|
|
.PHONY : src/main.o
|
|
|
|
# target to build an object file
|
|
src/main.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/main.c.o
|
|
.PHONY : src/main.c.o
|
|
|
|
src/main.i: src/main.c.i
|
|
.PHONY : src/main.i
|
|
|
|
# target to preprocess a source file
|
|
src/main.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/main.c.i
|
|
.PHONY : src/main.c.i
|
|
|
|
src/main.s: src/main.c.s
|
|
.PHONY : src/main.s
|
|
|
|
# target to generate assembly for a file
|
|
src/main.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/cc2.dir/build.make CMakeFiles/cc2.dir/src/main.c.s
|
|
.PHONY : src/main.c.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 "... edit_cache"
|
|
@echo "... rebuild_cache"
|
|
@echo "... cc2"
|
|
@echo "... src/engine/atlas.o"
|
|
@echo "... src/engine/atlas.i"
|
|
@echo "... src/engine/atlas.s"
|
|
@echo "... src/engine/camera.o"
|
|
@echo "... src/engine/camera.i"
|
|
@echo "... src/engine/camera.s"
|
|
@echo "... src/engine/circle.o"
|
|
@echo "... src/engine/circle.i"
|
|
@echo "... src/engine/circle.s"
|
|
@echo "... src/engine/event.o"
|
|
@echo "... src/engine/event.i"
|
|
@echo "... src/engine/event.s"
|
|
@echo "... src/engine/file.o"
|
|
@echo "... src/engine/file.i"
|
|
@echo "... src/engine/file.s"
|
|
@echo "... src/engine/font.o"
|
|
@echo "... src/engine/font.i"
|
|
@echo "... src/engine/font.s"
|
|
@echo "... src/engine/fullscreen.o"
|
|
@echo "... src/engine/fullscreen.i"
|
|
@echo "... src/engine/fullscreen.s"
|
|
@echo "... src/engine/glew.o"
|
|
@echo "... src/engine/glew.i"
|
|
@echo "... src/engine/glew.s"
|
|
@echo "... src/engine/glyph.o"
|
|
@echo "... src/engine/glyph.i"
|
|
@echo "... src/engine/glyph.s"
|
|
@echo "... src/engine/keyboard.o"
|
|
@echo "... src/engine/keyboard.i"
|
|
@echo "... src/engine/keyboard.s"
|
|
@echo "... src/engine/mouse.o"
|
|
@echo "... src/engine/mouse.i"
|
|
@echo "... src/engine/mouse.s"
|
|
@echo "... src/engine/music.o"
|
|
@echo "... src/engine/music.i"
|
|
@echo "... src/engine/music.s"
|
|
@echo "... src/engine/rectangle.o"
|
|
@echo "... src/engine/rectangle.i"
|
|
@echo "... src/engine/rectangle.s"
|
|
@echo "... src/engine/renderer.o"
|
|
@echo "... src/engine/renderer.i"
|
|
@echo "... src/engine/renderer.s"
|
|
@echo "... src/engine/sdl.o"
|
|
@echo "... src/engine/sdl.i"
|
|
@echo "... src/engine/sdl.s"
|
|
@echo "... src/engine/shader.o"
|
|
@echo "... src/engine/shader.i"
|
|
@echo "... src/engine/shader.s"
|
|
@echo "... src/engine/sound.o"
|
|
@echo "... src/engine/sound.i"
|
|
@echo "... src/engine/sound.s"
|
|
@echo "... src/engine/surface.o"
|
|
@echo "... src/engine/surface.i"
|
|
@echo "... src/engine/surface.s"
|
|
@echo "... src/engine/texture.o"
|
|
@echo "... src/engine/texture.i"
|
|
@echo "... src/engine/texture.s"
|
|
@echo "... src/engine/tick.o"
|
|
@echo "... src/engine/tick.i"
|
|
@echo "... src/engine/tick.s"
|
|
@echo "... src/engine/vao.o"
|
|
@echo "... src/engine/vao.i"
|
|
@echo "... src/engine/vao.s"
|
|
@echo "... src/engine/vbo.o"
|
|
@echo "... src/engine/vbo.i"
|
|
@echo "... src/engine/vbo.s"
|
|
@echo "... src/engine/vector.o"
|
|
@echo "... src/engine/vector.i"
|
|
@echo "... src/engine/vector.s"
|
|
@echo "... src/engine/vertexattribute.o"
|
|
@echo "... src/engine/vertexattribute.i"
|
|
@echo "... src/engine/vertexattribute.s"
|
|
@echo "... src/engine/window.o"
|
|
@echo "... src/engine/window.i"
|
|
@echo "... src/engine/window.s"
|
|
@echo "... src/game/ecs/component/action/component_action_damage.o"
|
|
@echo "... src/game/ecs/component/action/component_action_damage.i"
|
|
@echo "... src/game/ecs/component/action/component_action_damage.s"
|
|
@echo "... src/game/ecs/component/action/component_action_delete_on_dead.o"
|
|
@echo "... src/game/ecs/component/action/component_action_delete_on_dead.i"
|
|
@echo "... src/game/ecs/component/action/component_action_delete_on_dead.s"
|
|
@echo "... src/game/ecs/component/action/component_action_delete_on_timer.o"
|
|
@echo "... src/game/ecs/component/action/component_action_delete_on_timer.i"
|
|
@echo "... src/game/ecs/component/action/component_action_delete_on_timer.s"
|
|
@echo "... src/game/ecs/component/action/component_action_delete_on_touch_entity.o"
|
|
@echo "... src/game/ecs/component/action/component_action_delete_on_touch_entity.i"
|
|
@echo "... src/game/ecs/component/action/component_action_delete_on_touch_entity.s"
|
|
@echo "... src/game/ecs/component/action/component_action_delete_on_touch_game_entity_type.o"
|
|
@echo "... src/game/ecs/component/action/component_action_delete_on_touch_game_entity_type.i"
|
|
@echo "... src/game/ecs/component/action/component_action_delete_on_touch_game_entity_type.s"
|
|
@echo "... src/game/ecs/component/action/component_action_follow.o"
|
|
@echo "... src/game/ecs/component/action/component_action_follow.i"
|
|
@echo "... src/game/ecs/component/action/component_action_follow.s"
|
|
@echo "... src/game/ecs/component/action/component_action_grip.o"
|
|
@echo "... src/game/ecs/component/action/component_action_grip.i"
|
|
@echo "... src/game/ecs/component/action/component_action_grip.s"
|
|
@echo "... src/game/ecs/component/action/component_action_gripped.o"
|
|
@echo "... src/game/ecs/component/action/component_action_gripped.i"
|
|
@echo "... src/game/ecs/component/action/component_action_gripped.s"
|
|
@echo "... src/game/ecs/component/action/component_action_keep_in_rectangle.o"
|
|
@echo "... src/game/ecs/component/action/component_action_keep_in_rectangle.i"
|
|
@echo "... src/game/ecs/component/action/component_action_keep_in_rectangle.s"
|
|
@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_combat_hide.o"
|
|
@echo "... src/game/ecs/component/action/component_action_on_combat_hide.i"
|
|
@echo "... src/game/ecs/component/action/component_action_on_combat_hide.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"
|
|
@echo "... src/game/ecs/component/action/component_action_on_height_damage_disable.o"
|
|
@echo "... src/game/ecs/component/action/component_action_on_height_damage_disable.i"
|
|
@echo "... src/game/ecs/component/action/component_action_on_height_damage_disable.s"
|
|
@echo "... src/game/ecs/component/action/component_action_on_out_of_bounds_delete.o"
|
|
@echo "... src/game/ecs/component/action/component_action_on_out_of_bounds_delete.i"
|
|
@echo "... src/game/ecs/component/action/component_action_on_out_of_bounds_delete.s"
|
|
@echo "... src/game/ecs/component/action/component_action_on_touch_give_goodies.o"
|
|
@echo "... src/game/ecs/component/action/component_action_on_touch_give_goodies.i"
|
|
@echo "... src/game/ecs/component/action/component_action_on_touch_give_goodies.s"
|
|
@echo "... src/game/ecs/component/action/component_action_point_to_mouse.o"
|
|
@echo "... src/game/ecs/component/action/component_action_point_to_mouse.i"
|
|
@echo "... src/game/ecs/component/action/component_action_point_to_mouse.s"
|
|
@echo "... src/game/ecs/component/action/component_action_redirect.o"
|
|
@echo "... src/game/ecs/component/action/component_action_redirect.i"
|
|
@echo "... src/game/ecs/component/action/component_action_redirect.s"
|
|
@echo "... src/game/ecs/component/action/component_action_return.o"
|
|
@echo "... src/game/ecs/component/action/component_action_return.i"
|
|
@echo "... src/game/ecs/component/action/component_action_return.s"
|
|
@echo "... src/game/ecs/component/action/component_action_shoot.o"
|
|
@echo "... src/game/ecs/component/action/component_action_shoot.i"
|
|
@echo "... src/game/ecs/component/action/component_action_shoot.s"
|
|
@echo "... src/game/ecs/component/action/component_action_spawn.o"
|
|
@echo "... src/game/ecs/component/action/component_action_spawn.i"
|
|
@echo "... src/game/ecs/component/action/component_action_spawn.s"
|
|
@echo "... src/game/ecs/component/action/component_action_wave.o"
|
|
@echo "... src/game/ecs/component/action/component_action_wave.i"
|
|
@echo "... src/game/ecs/component/action/component_action_wave.s"
|
|
@echo "... src/game/ecs/component/animation/component_animation_color_change.o"
|
|
@echo "... src/game/ecs/component/animation/component_animation_color_change.i"
|
|
@echo "... src/game/ecs/component/animation/component_animation_color_change.s"
|
|
@echo "... src/game/ecs/component/animation/component_animation_cursor.o"
|
|
@echo "... src/game/ecs/component/animation/component_animation_cursor.i"
|
|
@echo "... src/game/ecs/component/animation/component_animation_cursor.s"
|
|
@echo "... src/game/ecs/component/animation/component_animation_levitate.o"
|
|
@echo "... src/game/ecs/component/animation/component_animation_levitate.i"
|
|
@echo "... src/game/ecs/component/animation/component_animation_levitate.s"
|
|
@echo "... src/game/ecs/component/animation/component_animation_move.o"
|
|
@echo "... src/game/ecs/component/animation/component_animation_move.i"
|
|
@echo "... src/game/ecs/component/animation/component_animation_move.s"
|
|
@echo "... src/game/ecs/component/animation/component_animation_squash.o"
|
|
@echo "... src/game/ecs/component/animation/component_animation_squash.i"
|
|
@echo "... src/game/ecs/component/animation/component_animation_squash.s"
|
|
@echo "... src/game/ecs/component/animation/component_animation_stretch.o"
|
|
@echo "... src/game/ecs/component/animation/component_animation_stretch.i"
|
|
@echo "... src/game/ecs/component/animation/component_animation_stretch.s"
|
|
@echo "... src/game/ecs/component/animation/component_squash.o"
|
|
@echo "... src/game/ecs/component/animation/component_squash.i"
|
|
@echo "... src/game/ecs/component/animation/component_squash.s"
|
|
@echo "... src/game/ecs/component/behavior/component_behavior_act_in_rectangle.o"
|
|
@echo "... src/game/ecs/component/behavior/component_behavior_act_in_rectangle.i"
|
|
@echo "... src/game/ecs/component/behavior/component_behavior_act_in_rectangle.s"
|
|
@echo "... src/game/ecs/component/behavior/component_behavior_approach_and_shoot.o"
|
|
@echo "... src/game/ecs/component/behavior/component_behavior_approach_and_shoot.i"
|
|
@echo "... src/game/ecs/component/behavior/component_behavior_approach_and_shoot.s"
|
|
@echo "... src/game/ecs/component/behavior/component_behavior_boomerang.o"
|
|
@echo "... src/game/ecs/component/behavior/component_behavior_boomerang.i"
|
|
@echo "... src/game/ecs/component/behavior/component_behavior_boomerang.s"
|
|
@echo "... src/game/ecs/component/behavior/component_behavior_chase.o"
|
|
@echo "... src/game/ecs/component/behavior/component_behavior_chase.i"
|
|
@echo "... src/game/ecs/component/behavior/component_behavior_chase.s"
|
|
@echo "... src/game/ecs/component/behavior/component_behavior_hop.o"
|
|
@echo "... src/game/ecs/component/behavior/component_behavior_hop.i"
|
|
@echo "... src/game/ecs/component/behavior/component_behavior_hop.s"
|
|
@echo "... src/game/ecs/component/component_circle_collision.o"
|
|
@echo "... src/game/ecs/component/component_circle_collision.i"
|
|
@echo "... src/game/ecs/component/component_circle_collision.s"
|
|
@echo "... src/game/ecs/component/component_game_object.o"
|
|
@echo "... src/game/ecs/component/component_game_object.i"
|
|
@echo "... src/game/ecs/component/component_game_object.s"
|
|
@echo "... src/game/ecs/component/component_physics.o"
|
|
@echo "... src/game/ecs/component/component_physics.i"
|
|
@echo "... src/game/ecs/component/component_physics.s"
|
|
@echo "... src/game/ecs/component/component_sprite.o"
|
|
@echo "... src/game/ecs/component/component_sprite.i"
|
|
@echo "... src/game/ecs/component/component_sprite.s"
|
|
@echo "... src/game/ecs/component/component_text.o"
|
|
@echo "... src/game/ecs/component/component_text.i"
|
|
@echo "... src/game/ecs/component/component_text.s"
|
|
@echo "... src/game/ecs/component/control/component_control_aim.o"
|
|
@echo "... src/game/ecs/component/control/component_control_aim.i"
|
|
@echo "... src/game/ecs/component/control/component_control_aim.s"
|
|
@echo "... src/game/ecs/component/control/component_control_heart.o"
|
|
@echo "... src/game/ecs/component/control/component_control_heart.i"
|
|
@echo "... src/game/ecs/component/control/component_control_heart.s"
|
|
@echo "... src/game/ecs/component/control/component_control_lock.o"
|
|
@echo "... src/game/ecs/component/control/component_control_lock.i"
|
|
@echo "... src/game/ecs/component/control/component_control_lock.s"
|
|
@echo "... src/game/ecs/component/control/component_control_move.o"
|
|
@echo "... src/game/ecs/component/control/component_control_move.i"
|
|
@echo "... src/game/ecs/component/control/component_control_move.s"
|
|
@echo "... src/game/ecs/component/control/component_control_player.o"
|
|
@echo "... src/game/ecs/component/control/component_control_player.i"
|
|
@echo "... src/game/ecs/component/control/component_control_player.s"
|
|
@echo "... src/game/ecs/component/control/component_control_recall.o"
|
|
@echo "... src/game/ecs/component/control/component_control_recall.i"
|
|
@echo "... src/game/ecs/component/control/component_control_recall.s"
|
|
@echo "... src/game/ecs/component/control/component_control_redirect.o"
|
|
@echo "... src/game/ecs/component/control/component_control_redirect.i"
|
|
@echo "... src/game/ecs/component/control/component_control_redirect.s"
|
|
@echo "... src/game/ecs/component/control/component_control_shoot.o"
|
|
@echo "... src/game/ecs/component/control/component_control_shoot.i"
|
|
@echo "... src/game/ecs/component/control/component_control_shoot.s"
|
|
@echo "... src/game/ecs/component/entity/component_character.o"
|
|
@echo "... src/game/ecs/component/entity/component_character.i"
|
|
@echo "... src/game/ecs/component/entity/component_character.s"
|
|
@echo "... src/game/ecs/component/entity/component_enemy.o"
|
|
@echo "... src/game/ecs/component/entity/component_enemy.i"
|
|
@echo "... src/game/ecs/component/entity/component_enemy.s"
|
|
@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/hud/component_hud_display.o"
|
|
@echo "... src/game/ecs/component/hud/component_hud_display.i"
|
|
@echo "... src/game/ecs/component/hud/component_hud_display.s"
|
|
@echo "... src/game/ecs/component/hud/component_shop_button.o"
|
|
@echo "... src/game/ecs/component/hud/component_shop_button.i"
|
|
@echo "... src/game/ecs/component/hud/component_shop_button.s"
|
|
@echo "... src/game/ecs/component/hud/component_stat_display.o"
|
|
@echo "... src/game/ecs/component/hud/component_stat_display.i"
|
|
@echo "... src/game/ecs/component/hud/component_stat_display.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"
|
|
@echo "... src/game/ecs/component/stat/component_allegiance.o"
|
|
@echo "... src/game/ecs/component/stat/component_allegiance.i"
|
|
@echo "... src/game/ecs/component/stat/component_allegiance.s"
|
|
@echo "... src/game/ecs/component/stat/component_ammo.o"
|
|
@echo "... src/game/ecs/component/stat/component_ammo.i"
|
|
@echo "... src/game/ecs/component/stat/component_ammo.s"
|
|
@echo "... src/game/ecs/component/stat/component_fatness.o"
|
|
@echo "... src/game/ecs/component/stat/component_fatness.i"
|
|
@echo "... src/game/ecs/component/stat/component_fatness.s"
|
|
@echo "... src/game/ecs/component/stat/component_game_entity_type.o"
|
|
@echo "... src/game/ecs/component/stat/component_game_entity_type.i"
|
|
@echo "... src/game/ecs/component/stat/component_game_entity_type.s"
|
|
@echo "... src/game/ecs/component/stat/component_goodies.o"
|
|
@echo "... src/game/ecs/component/stat/component_goodies.i"
|
|
@echo "... src/game/ecs/component/stat/component_goodies.s"
|
|
@echo "... src/game/ecs/component/stat/component_health.o"
|
|
@echo "... src/game/ecs/component/stat/component_health.i"
|
|
@echo "... src/game/ecs/component/stat/component_health.s"
|
|
@echo "... src/game/ecs/component/stat/component_heart.o"
|
|
@echo "... src/game/ecs/component/stat/component_heart.i"
|
|
@echo "... src/game/ecs/component/stat/component_heart.s"
|
|
@echo "... src/game/ecs/component/stat/component_invincibility.o"
|
|
@echo "... src/game/ecs/component/stat/component_invincibility.i"
|
|
@echo "... src/game/ecs/component/stat/component_invincibility.s"
|
|
@echo "... src/game/ecs/component/stat/component_level.o"
|
|
@echo "... src/game/ecs/component/stat/component_level.i"
|
|
@echo "... src/game/ecs/component/stat/component_level.s"
|
|
@echo "... src/game/ecs/component/stat/component_redirects.o"
|
|
@echo "... src/game/ecs/component/stat/component_redirects.i"
|
|
@echo "... src/game/ecs/component/stat/component_redirects.s"
|
|
@echo "... src/game/ecs/component/stat/component_shop.o"
|
|
@echo "... src/game/ecs/component/stat/component_shop.i"
|
|
@echo "... src/game/ecs/component/stat/component_shop.s"
|
|
@echo "... src/game/ecs/component/stat/component_shop_item.o"
|
|
@echo "... src/game/ecs/component/stat/component_shop_item.i"
|
|
@echo "... src/game/ecs/component/stat/component_shop_item.s"
|
|
@echo "... src/game/ecs/component/stat/component_stun.o"
|
|
@echo "... src/game/ecs/component/stat/component_stun.i"
|
|
@echo "... src/game/ecs/component/stat/component_stun.s"
|
|
@echo "... src/game/ecs/component/stat/component_timer.o"
|
|
@echo "... src/game/ecs/component/stat/component_timer.i"
|
|
@echo "... src/game/ecs/component/stat/component_timer.s"
|
|
@echo "... src/game/ecs/component/stat/component_upgrades.o"
|
|
@echo "... src/game/ecs/component/stat/component_upgrades.i"
|
|
@echo "... src/game/ecs/component/stat/component_upgrades.s"
|
|
@echo "... src/game/ecs/component/stat/component_wave.o"
|
|
@echo "... src/game/ecs/component/stat/component_wave.i"
|
|
@echo "... src/game/ecs/component/stat/component_wave.s"
|
|
@echo "... src/game/ecs/ecs.o"
|
|
@echo "... src/game/ecs/ecs.i"
|
|
@echo "... src/game/ecs/ecs.s"
|
|
@echo "... src/game/ecs/ecs_component.o"
|
|
@echo "... src/game/ecs/ecs_component.i"
|
|
@echo "... src/game/ecs/ecs_component.s"
|
|
@echo "... src/game/ecs/ecs_component_list.o"
|
|
@echo "... src/game/ecs/ecs_component_list.i"
|
|
@echo "... src/game/ecs/ecs_component_list.s"
|
|
@echo "... src/game/ecs/ecs_entity.o"
|
|
@echo "... src/game/ecs/ecs_entity.i"
|
|
@echo "... src/game/ecs/ecs_entity.s"
|
|
@echo "... src/game/ecs/entity/entity_cursor.o"
|
|
@echo "... src/game/ecs/entity/entity_cursor.i"
|
|
@echo "... src/game/ecs/entity/entity_cursor.s"
|
|
@echo "... src/game/ecs/entity/entity_sprite.o"
|
|
@echo "... src/game/ecs/entity/entity_sprite.i"
|
|
@echo "... src/game/ecs/entity/entity_sprite.s"
|
|
@echo "... src/game/ecs/entity/entity_text.o"
|
|
@echo "... src/game/ecs/entity/entity_text.i"
|
|
@echo "... src/game/ecs/entity/entity_text.s"
|
|
@echo "... src/game/ecs/entity/play/entity_chip.o"
|
|
@echo "... src/game/ecs/entity/play/entity_chip.i"
|
|
@echo "... src/game/ecs/entity/play/entity_chip.s"
|
|
@echo "... src/game/ecs/entity/play/entity_chipper.o"
|
|
@echo "... src/game/ecs/entity/play/entity_chipper.i"
|
|
@echo "... src/game/ecs/entity/play/entity_chipper.s"
|
|
@echo "... src/game/ecs/entity/play/entity_combat_timer_display.o"
|
|
@echo "... src/game/ecs/entity/play/entity_combat_timer_display.i"
|
|
@echo "... src/game/ecs/entity/play/entity_combat_timer_display.s"
|
|
@echo "... src/game/ecs/entity/play/entity_crumbler.o"
|
|
@echo "... src/game/ecs/entity/play/entity_crumbler.i"
|
|
@echo "... src/game/ecs/entity/play/entity_crumbler.s"
|
|
@echo "... src/game/ecs/entity/play/entity_cupper.o"
|
|
@echo "... src/game/ecs/entity/play/entity_cupper.i"
|
|
@echo "... src/game/ecs/entity/play/entity_cupper.s"
|
|
@echo "... src/game/ecs/entity/play/entity_custarpedo.o"
|
|
@echo "... src/game/ecs/entity/play/entity_custarpedo.i"
|
|
@echo "... src/game/ecs/entity/play/entity_custarpedo.s"
|
|
@echo "... src/game/ecs/entity/play/entity_damage_number.o"
|
|
@echo "... src/game/ecs/entity/play/entity_damage_number.i"
|
|
@echo "... src/game/ecs/entity/play/entity_damage_number.s"
|
|
@echo "... src/game/ecs/entity/play/entity_elemental.o"
|
|
@echo "... src/game/ecs/entity/play/entity_elemental.i"
|
|
@echo "... src/game/ecs/entity/play/entity_elemental.s"
|
|
@echo "... src/game/ecs/entity/play/entity_elemental_goodie_display.o"
|
|
@echo "... src/game/ecs/entity/play/entity_elemental_goodie_display.i"
|
|
@echo "... src/game/ecs/entity/play/entity_elemental_goodie_display.s"
|
|
@echo "... src/game/ecs/entity/play/entity_excorsant.o"
|
|
@echo "... src/game/ecs/entity/play/entity_excorsant.i"
|
|
@echo "... src/game/ecs/entity/play/entity_excorsant.s"
|
|
@echo "... src/game/ecs/entity/play/entity_goodie.o"
|
|
@echo "... src/game/ecs/entity/play/entity_goodie.i"
|
|
@echo "... src/game/ecs/entity/play/entity_goodie.s"
|
|
@echo "... src/game/ecs/entity/play/entity_goodie_display.o"
|
|
@echo "... src/game/ecs/entity/play/entity_goodie_display.i"
|
|
@echo "... src/game/ecs/entity/play/entity_goodie_display.s"
|
|
@echo "... src/game/ecs/entity/play/entity_heart_display.o"
|
|
@echo "... src/game/ecs/entity/play/entity_heart_display.i"
|
|
@echo "... src/game/ecs/entity/play/entity_heart_display.s"
|
|
@echo "... src/game/ecs/entity/play/entity_icon.o"
|
|
@echo "... src/game/ecs/entity/play/entity_icon.i"
|
|
@echo "... src/game/ecs/entity/play/entity_icon.s"
|
|
@echo "... src/game/ecs/entity/play/entity_icon_notice.o"
|
|
@echo "... src/game/ecs/entity/play/entity_icon_notice.i"
|
|
@echo "... src/game/ecs/entity/play/entity_icon_notice.s"
|
|
@echo "... src/game/ecs/entity/play/entity_player.o"
|
|
@echo "... src/game/ecs/entity/play/entity_player.i"
|
|
@echo "... src/game/ecs/entity/play/entity_player.s"
|
|
@echo "... src/game/ecs/entity/play/entity_player_ammo_display.o"
|
|
@echo "... src/game/ecs/entity/play/entity_player_ammo_display.i"
|
|
@echo "... src/game/ecs/entity/play/entity_player_ammo_display.s"
|
|
@echo "... src/game/ecs/entity/play/entity_player_health_display.o"
|
|
@echo "... src/game/ecs/entity/play/entity_player_health_display.i"
|
|
@echo "... src/game/ecs/entity/play/entity_player_health_display.s"
|
|
@echo "... src/game/ecs/entity/play/entity_player_redirect_display.o"
|
|
@echo "... src/game/ecs/entity/play/entity_player_redirect_display.i"
|
|
@echo "... src/game/ecs/entity/play/entity_player_redirect_display.s"
|
|
@echo "... src/game/ecs/entity/play/entity_redirect_arrow.o"
|
|
@echo "... src/game/ecs/entity/play/entity_redirect_arrow.i"
|
|
@echo "... src/game/ecs/entity/play/entity_redirect_arrow.s"
|
|
@echo "... src/game/ecs/entity/play/entity_shadow.o"
|
|
@echo "... src/game/ecs/entity/play/entity_shadow.i"
|
|
@echo "... src/game/ecs/entity/play/entity_shadow.s"
|
|
@echo "... src/game/ecs/entity/play/entity_shop_button.o"
|
|
@echo "... src/game/ecs/entity/play/entity_shop_button.i"
|
|
@echo "... src/game/ecs/entity/play/entity_shop_button.s"
|
|
@echo "... src/game/ecs/entity/play/entity_shop_item_feed.o"
|
|
@echo "... src/game/ecs/entity/play/entity_shop_item_feed.i"
|
|
@echo "... src/game/ecs/entity/play/entity_shop_item_feed.s"
|
|
@echo "... src/game/ecs/entity/play/entity_shop_item_health.o"
|
|
@echo "... src/game/ecs/entity/play/entity_shop_item_health.i"
|
|
@echo "... src/game/ecs/entity/play/entity_shop_item_health.s"
|
|
@echo "... src/game/ecs/entity/play/entity_shop_item_upgrade_ammo.o"
|
|
@echo "... src/game/ecs/entity/play/entity_shop_item_upgrade_ammo.i"
|
|
@echo "... src/game/ecs/entity/play/entity_shop_item_upgrade_ammo.s"
|
|
@echo "... src/game/ecs/entity/play/entity_shop_item_upgrade_lifetime.o"
|
|
@echo "... src/game/ecs/entity/play/entity_shop_item_upgrade_lifetime.i"
|
|
@echo "... src/game/ecs/entity/play/entity_shop_item_upgrade_lifetime.s"
|
|
@echo "... src/game/ecs/entity/play/entity_shop_item_upgrade_redirects.o"
|
|
@echo "... src/game/ecs/entity/play/entity_shop_item_upgrade_redirects.i"
|
|
@echo "... src/game/ecs/entity/play/entity_shop_item_upgrade_redirects.s"
|
|
@echo "... src/game/ecs/entity/play/entity_snake.o"
|
|
@echo "... src/game/ecs/entity/play/entity_snake.i"
|
|
@echo "... src/game/ecs/entity/play/entity_snake.s"
|
|
@echo "... src/game/ecs/entity/play/entity_spawner.o"
|
|
@echo "... src/game/ecs/entity/play/entity_spawner.i"
|
|
@echo "... src/game/ecs/entity/play/entity_spawner.s"
|
|
@echo "... src/game/ecs/entity/play/entity_streak.o"
|
|
@echo "... src/game/ecs/entity/play/entity_streak.i"
|
|
@echo "... src/game/ecs/entity/play/entity_streak.s"
|
|
@echo "... src/game/ecs/entity/play/entity_streak_square.o"
|
|
@echo "... src/game/ecs/entity/play/entity_streak_square.i"
|
|
@echo "... src/game/ecs/entity/play/entity_streak_square.s"
|
|
@echo "... src/game/ecs/entity/play/entity_timer_display.o"
|
|
@echo "... src/game/ecs/entity/play/entity_timer_display.i"
|
|
@echo "... src/game/ecs/entity/play/entity_timer_display.s"
|
|
@echo "... src/game/ecs/entity/play/entity_tutorial_text.o"
|
|
@echo "... src/game/ecs/entity/play/entity_tutorial_text.i"
|
|
@echo "... src/game/ecs/entity/play/entity_tutorial_text.s"
|
|
@echo "... src/game/ecs/entity/play/entity_wave_display.o"
|
|
@echo "... src/game/ecs/entity/play/entity_wave_display.i"
|
|
@echo "... src/game/ecs/entity/play/entity_wave_display.s"
|
|
@echo "... src/game/ecs/entity/play/entity_wave_timer_display.o"
|
|
@echo "... src/game/ecs/entity/play/entity_wave_timer_display.i"
|
|
@echo "... src/game/ecs/entity/play/entity_wave_timer_display.s"
|
|
@echo "... src/game/game.o"
|
|
@echo "... src/game/game.i"
|
|
@echo "... src/game/game.s"
|
|
@echo "... src/game/input/input.o"
|
|
@echo "... src/game/input/input.i"
|
|
@echo "... src/game/input/input.s"
|
|
@echo "... src/game/render/color_quad.o"
|
|
@echo "... src/game/render/color_quad.i"
|
|
@echo "... src/game/render/color_quad.s"
|
|
@echo "... src/game/render/texture_quad.o"
|
|
@echo "... src/game/render/texture_quad.i"
|
|
@echo "... src/game/render/texture_quad.s"
|
|
@echo "... src/game/resource/resource_font.o"
|
|
@echo "... src/game/resource/resource_font.i"
|
|
@echo "... src/game/resource/resource_font.s"
|
|
@echo "... src/game/resource/resource_music.o"
|
|
@echo "... src/game/resource/resource_music.i"
|
|
@echo "... src/game/resource/resource_music.s"
|
|
@echo "... src/game/resource/resource_shader.o"
|
|
@echo "... src/game/resource/resource_shader.i"
|
|
@echo "... src/game/resource/resource_shader.s"
|
|
@echo "... src/game/resource/resource_sound.o"
|
|
@echo "... src/game/resource/resource_sound.i"
|
|
@echo "... src/game/resource/resource_sound.s"
|
|
@echo "... src/game/resource/resource_texture.o"
|
|
@echo "... src/game/resource/resource_texture.i"
|
|
@echo "... src/game/resource/resource_texture.s"
|
|
@echo "... src/game/state/play/play.o"
|
|
@echo "... src/game/state/play/play.i"
|
|
@echo "... src/game/state/play/play.s"
|
|
@echo "... src/game/state/state.o"
|
|
@echo "... src/game/state/state.i"
|
|
@echo "... src/game/state/state.s"
|
|
@echo "... src/main.o"
|
|
@echo "... src/main.i"
|
|
@echo "... src/main.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
|
|
|