SDLU/bin/Makefile
2021-04-24 14:35:49 +02:00

537 lines
17 KiB
Makefile

# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/robert/Programming/SDLU
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/robert/Programming/SDLU/bin
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# The main all target
all: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/robert/Programming/SDLU/bin/CMakeFiles /home/robert/Programming/SDLU/bin/CMakeFiles/progress.marks
$(MAKE) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start /home/robert/Programming/SDLU/bin/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
$(MAKE) -f CMakeFiles/Makefile2 clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall/fast
# clear depends
depend:
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
#=============================================================================
# Target rules for targets named sdlu
# Build rule for target.
sdlu: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 sdlu
.PHONY : sdlu
# fast build rule for target.
sdlu/fast:
$(MAKE) -f CMakeFiles/sdlu.dir/build.make CMakeFiles/sdlu.dir/build
.PHONY : sdlu/fast
#=============================================================================
# Target rules for targets named sdl2_gfx
# Build rule for target.
sdl2_gfx: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 sdl2_gfx
.PHONY : sdl2_gfx
# fast build rule for target.
sdl2_gfx/fast:
$(MAKE) -f lib/sdl2_gfx/CMakeFiles/sdl2_gfx.dir/build.make lib/sdl2_gfx/CMakeFiles/sdl2_gfx.dir/build
.PHONY : sdl2_gfx/fast
#=============================================================================
# Target rules for targets named sdlu_example
# Build rule for target.
sdlu_example: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 sdlu_example
.PHONY : sdlu_example
# fast build rule for target.
sdlu_example/fast:
$(MAKE) -f examples/CMakeFiles/sdlu_example.dir/build.make examples/CMakeFiles/sdlu_example.dir/build
.PHONY : sdlu_example/fast
src/SDLU.o: src/SDLU.cpp.o
.PHONY : src/SDLU.o
# target to build an object file
src/SDLU.cpp.o:
$(MAKE) -f CMakeFiles/sdlu.dir/build.make CMakeFiles/sdlu.dir/src/SDLU.cpp.o
.PHONY : src/SDLU.cpp.o
src/SDLU.i: src/SDLU.cpp.i
.PHONY : src/SDLU.i
# target to preprocess a source file
src/SDLU.cpp.i:
$(MAKE) -f CMakeFiles/sdlu.dir/build.make CMakeFiles/sdlu.dir/src/SDLU.cpp.i
.PHONY : src/SDLU.cpp.i
src/SDLU.s: src/SDLU.cpp.s
.PHONY : src/SDLU.s
# target to generate assembly for a file
src/SDLU.cpp.s:
$(MAKE) -f CMakeFiles/sdlu.dir/build.make CMakeFiles/sdlu.dir/src/SDLU.cpp.s
.PHONY : src/SDLU.cpp.s
src/graphics/RenderTarget.o: src/graphics/RenderTarget.cpp.o
.PHONY : src/graphics/RenderTarget.o
# target to build an object file
src/graphics/RenderTarget.cpp.o:
$(MAKE) -f CMakeFiles/sdlu.dir/build.make CMakeFiles/sdlu.dir/src/graphics/RenderTarget.cpp.o
.PHONY : src/graphics/RenderTarget.cpp.o
src/graphics/RenderTarget.i: src/graphics/RenderTarget.cpp.i
.PHONY : src/graphics/RenderTarget.i
# target to preprocess a source file
src/graphics/RenderTarget.cpp.i:
$(MAKE) -f CMakeFiles/sdlu.dir/build.make CMakeFiles/sdlu.dir/src/graphics/RenderTarget.cpp.i
.PHONY : src/graphics/RenderTarget.cpp.i
src/graphics/RenderTarget.s: src/graphics/RenderTarget.cpp.s
.PHONY : src/graphics/RenderTarget.s
# target to generate assembly for a file
src/graphics/RenderTarget.cpp.s:
$(MAKE) -f CMakeFiles/sdlu.dir/build.make CMakeFiles/sdlu.dir/src/graphics/RenderTarget.cpp.s
.PHONY : src/graphics/RenderTarget.cpp.s
src/graphics/RenderWindow.o: src/graphics/RenderWindow.cpp.o
.PHONY : src/graphics/RenderWindow.o
# target to build an object file
src/graphics/RenderWindow.cpp.o:
$(MAKE) -f CMakeFiles/sdlu.dir/build.make CMakeFiles/sdlu.dir/src/graphics/RenderWindow.cpp.o
.PHONY : src/graphics/RenderWindow.cpp.o
src/graphics/RenderWindow.i: src/graphics/RenderWindow.cpp.i
.PHONY : src/graphics/RenderWindow.i
# target to preprocess a source file
src/graphics/RenderWindow.cpp.i:
$(MAKE) -f CMakeFiles/sdlu.dir/build.make CMakeFiles/sdlu.dir/src/graphics/RenderWindow.cpp.i
.PHONY : src/graphics/RenderWindow.cpp.i
src/graphics/RenderWindow.s: src/graphics/RenderWindow.cpp.s
.PHONY : src/graphics/RenderWindow.s
# target to generate assembly for a file
src/graphics/RenderWindow.cpp.s:
$(MAKE) -f CMakeFiles/sdlu.dir/build.make CMakeFiles/sdlu.dir/src/graphics/RenderWindow.cpp.s
.PHONY : src/graphics/RenderWindow.cpp.s
src/graphics/drawable/Transformable.o: src/graphics/drawable/Transformable.cpp.o
.PHONY : src/graphics/drawable/Transformable.o
# target to build an object file
src/graphics/drawable/Transformable.cpp.o:
$(MAKE) -f CMakeFiles/sdlu.dir/build.make CMakeFiles/sdlu.dir/src/graphics/drawable/Transformable.cpp.o
.PHONY : src/graphics/drawable/Transformable.cpp.o
src/graphics/drawable/Transformable.i: src/graphics/drawable/Transformable.cpp.i
.PHONY : src/graphics/drawable/Transformable.i
# target to preprocess a source file
src/graphics/drawable/Transformable.cpp.i:
$(MAKE) -f CMakeFiles/sdlu.dir/build.make CMakeFiles/sdlu.dir/src/graphics/drawable/Transformable.cpp.i
.PHONY : src/graphics/drawable/Transformable.cpp.i
src/graphics/drawable/Transformable.s: src/graphics/drawable/Transformable.cpp.s
.PHONY : src/graphics/drawable/Transformable.s
# target to generate assembly for a file
src/graphics/drawable/Transformable.cpp.s:
$(MAKE) -f CMakeFiles/sdlu.dir/build.make CMakeFiles/sdlu.dir/src/graphics/drawable/Transformable.cpp.s
.PHONY : src/graphics/drawable/Transformable.cpp.s
src/graphics/drawable/shapes/Rectangle.o: src/graphics/drawable/shapes/Rectangle.cpp.o
.PHONY : src/graphics/drawable/shapes/Rectangle.o
# target to build an object file
src/graphics/drawable/shapes/Rectangle.cpp.o:
$(MAKE) -f CMakeFiles/sdlu.dir/build.make CMakeFiles/sdlu.dir/src/graphics/drawable/shapes/Rectangle.cpp.o
.PHONY : src/graphics/drawable/shapes/Rectangle.cpp.o
src/graphics/drawable/shapes/Rectangle.i: src/graphics/drawable/shapes/Rectangle.cpp.i
.PHONY : src/graphics/drawable/shapes/Rectangle.i
# target to preprocess a source file
src/graphics/drawable/shapes/Rectangle.cpp.i:
$(MAKE) -f CMakeFiles/sdlu.dir/build.make CMakeFiles/sdlu.dir/src/graphics/drawable/shapes/Rectangle.cpp.i
.PHONY : src/graphics/drawable/shapes/Rectangle.cpp.i
src/graphics/drawable/shapes/Rectangle.s: src/graphics/drawable/shapes/Rectangle.cpp.s
.PHONY : src/graphics/drawable/shapes/Rectangle.s
# target to generate assembly for a file
src/graphics/drawable/shapes/Rectangle.cpp.s:
$(MAKE) -f CMakeFiles/sdlu.dir/build.make CMakeFiles/sdlu.dir/src/graphics/drawable/shapes/Rectangle.cpp.s
.PHONY : src/graphics/drawable/shapes/Rectangle.cpp.s
src/graphics/drawable/shapes/Shape.o: src/graphics/drawable/shapes/Shape.cpp.o
.PHONY : src/graphics/drawable/shapes/Shape.o
# target to build an object file
src/graphics/drawable/shapes/Shape.cpp.o:
$(MAKE) -f CMakeFiles/sdlu.dir/build.make CMakeFiles/sdlu.dir/src/graphics/drawable/shapes/Shape.cpp.o
.PHONY : src/graphics/drawable/shapes/Shape.cpp.o
src/graphics/drawable/shapes/Shape.i: src/graphics/drawable/shapes/Shape.cpp.i
.PHONY : src/graphics/drawable/shapes/Shape.i
# target to preprocess a source file
src/graphics/drawable/shapes/Shape.cpp.i:
$(MAKE) -f CMakeFiles/sdlu.dir/build.make CMakeFiles/sdlu.dir/src/graphics/drawable/shapes/Shape.cpp.i
.PHONY : src/graphics/drawable/shapes/Shape.cpp.i
src/graphics/drawable/shapes/Shape.s: src/graphics/drawable/shapes/Shape.cpp.s
.PHONY : src/graphics/drawable/shapes/Shape.s
# target to generate assembly for a file
src/graphics/drawable/shapes/Shape.cpp.s:
$(MAKE) -f CMakeFiles/sdlu.dir/build.make CMakeFiles/sdlu.dir/src/graphics/drawable/shapes/Shape.cpp.s
.PHONY : src/graphics/drawable/shapes/Shape.cpp.s
src/structures/Clock.o: src/structures/Clock.cpp.o
.PHONY : src/structures/Clock.o
# target to build an object file
src/structures/Clock.cpp.o:
$(MAKE) -f CMakeFiles/sdlu.dir/build.make CMakeFiles/sdlu.dir/src/structures/Clock.cpp.o
.PHONY : src/structures/Clock.cpp.o
src/structures/Clock.i: src/structures/Clock.cpp.i
.PHONY : src/structures/Clock.i
# target to preprocess a source file
src/structures/Clock.cpp.i:
$(MAKE) -f CMakeFiles/sdlu.dir/build.make CMakeFiles/sdlu.dir/src/structures/Clock.cpp.i
.PHONY : src/structures/Clock.cpp.i
src/structures/Clock.s: src/structures/Clock.cpp.s
.PHONY : src/structures/Clock.s
# target to generate assembly for a file
src/structures/Clock.cpp.s:
$(MAKE) -f CMakeFiles/sdlu.dir/build.make CMakeFiles/sdlu.dir/src/structures/Clock.cpp.s
.PHONY : src/structures/Clock.cpp.s
src/structures/Color.o: src/structures/Color.cpp.o
.PHONY : src/structures/Color.o
# target to build an object file
src/structures/Color.cpp.o:
$(MAKE) -f CMakeFiles/sdlu.dir/build.make CMakeFiles/sdlu.dir/src/structures/Color.cpp.o
.PHONY : src/structures/Color.cpp.o
src/structures/Color.i: src/structures/Color.cpp.i
.PHONY : src/structures/Color.i
# target to preprocess a source file
src/structures/Color.cpp.i:
$(MAKE) -f CMakeFiles/sdlu.dir/build.make CMakeFiles/sdlu.dir/src/structures/Color.cpp.i
.PHONY : src/structures/Color.cpp.i
src/structures/Color.s: src/structures/Color.cpp.s
.PHONY : src/structures/Color.s
# target to generate assembly for a file
src/structures/Color.cpp.s:
$(MAKE) -f CMakeFiles/sdlu.dir/build.make CMakeFiles/sdlu.dir/src/structures/Color.cpp.s
.PHONY : src/structures/Color.cpp.s
src/structures/Cursor.o: src/structures/Cursor.cpp.o
.PHONY : src/structures/Cursor.o
# target to build an object file
src/structures/Cursor.cpp.o:
$(MAKE) -f CMakeFiles/sdlu.dir/build.make CMakeFiles/sdlu.dir/src/structures/Cursor.cpp.o
.PHONY : src/structures/Cursor.cpp.o
src/structures/Cursor.i: src/structures/Cursor.cpp.i
.PHONY : src/structures/Cursor.i
# target to preprocess a source file
src/structures/Cursor.cpp.i:
$(MAKE) -f CMakeFiles/sdlu.dir/build.make CMakeFiles/sdlu.dir/src/structures/Cursor.cpp.i
.PHONY : src/structures/Cursor.cpp.i
src/structures/Cursor.s: src/structures/Cursor.cpp.s
.PHONY : src/structures/Cursor.s
# target to generate assembly for a file
src/structures/Cursor.cpp.s:
$(MAKE) -f CMakeFiles/sdlu.dir/build.make CMakeFiles/sdlu.dir/src/structures/Cursor.cpp.s
.PHONY : src/structures/Cursor.cpp.s
src/structures/Mouse.o: src/structures/Mouse.cpp.o
.PHONY : src/structures/Mouse.o
# target to build an object file
src/structures/Mouse.cpp.o:
$(MAKE) -f CMakeFiles/sdlu.dir/build.make CMakeFiles/sdlu.dir/src/structures/Mouse.cpp.o
.PHONY : src/structures/Mouse.cpp.o
src/structures/Mouse.i: src/structures/Mouse.cpp.i
.PHONY : src/structures/Mouse.i
# target to preprocess a source file
src/structures/Mouse.cpp.i:
$(MAKE) -f CMakeFiles/sdlu.dir/build.make CMakeFiles/sdlu.dir/src/structures/Mouse.cpp.i
.PHONY : src/structures/Mouse.cpp.i
src/structures/Mouse.s: src/structures/Mouse.cpp.s
.PHONY : src/structures/Mouse.s
# target to generate assembly for a file
src/structures/Mouse.cpp.s:
$(MAKE) -f CMakeFiles/sdlu.dir/build.make CMakeFiles/sdlu.dir/src/structures/Mouse.cpp.s
.PHONY : src/structures/Mouse.cpp.s
src/structures/Time.o: src/structures/Time.cpp.o
.PHONY : src/structures/Time.o
# target to build an object file
src/structures/Time.cpp.o:
$(MAKE) -f CMakeFiles/sdlu.dir/build.make CMakeFiles/sdlu.dir/src/structures/Time.cpp.o
.PHONY : src/structures/Time.cpp.o
src/structures/Time.i: src/structures/Time.cpp.i
.PHONY : src/structures/Time.i
# target to preprocess a source file
src/structures/Time.cpp.i:
$(MAKE) -f CMakeFiles/sdlu.dir/build.make CMakeFiles/sdlu.dir/src/structures/Time.cpp.i
.PHONY : src/structures/Time.cpp.i
src/structures/Time.s: src/structures/Time.cpp.s
.PHONY : src/structures/Time.s
# target to generate assembly for a file
src/structures/Time.cpp.s:
$(MAKE) -f CMakeFiles/sdlu.dir/build.make CMakeFiles/sdlu.dir/src/structures/Time.cpp.s
.PHONY : src/structures/Time.cpp.s
src/structures/Window.o: src/structures/Window.cpp.o
.PHONY : src/structures/Window.o
# target to build an object file
src/structures/Window.cpp.o:
$(MAKE) -f CMakeFiles/sdlu.dir/build.make CMakeFiles/sdlu.dir/src/structures/Window.cpp.o
.PHONY : src/structures/Window.cpp.o
src/structures/Window.i: src/structures/Window.cpp.i
.PHONY : src/structures/Window.i
# target to preprocess a source file
src/structures/Window.cpp.i:
$(MAKE) -f CMakeFiles/sdlu.dir/build.make CMakeFiles/sdlu.dir/src/structures/Window.cpp.i
.PHONY : src/structures/Window.cpp.i
src/structures/Window.s: src/structures/Window.cpp.s
.PHONY : src/structures/Window.s
# target to generate assembly for a file
src/structures/Window.cpp.s:
$(MAKE) -f CMakeFiles/sdlu.dir/build.make CMakeFiles/sdlu.dir/src/structures/Window.cpp.s
.PHONY : src/structures/Window.cpp.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 "... rebuild_cache"
@echo "... sdlu"
@echo "... edit_cache"
@echo "... sdl2_gfx"
@echo "... sdlu_example"
@echo "... src/SDLU.o"
@echo "... src/SDLU.i"
@echo "... src/SDLU.s"
@echo "... src/graphics/RenderTarget.o"
@echo "... src/graphics/RenderTarget.i"
@echo "... src/graphics/RenderTarget.s"
@echo "... src/graphics/RenderWindow.o"
@echo "... src/graphics/RenderWindow.i"
@echo "... src/graphics/RenderWindow.s"
@echo "... src/graphics/drawable/Transformable.o"
@echo "... src/graphics/drawable/Transformable.i"
@echo "... src/graphics/drawable/Transformable.s"
@echo "... src/graphics/drawable/shapes/Rectangle.o"
@echo "... src/graphics/drawable/shapes/Rectangle.i"
@echo "... src/graphics/drawable/shapes/Rectangle.s"
@echo "... src/graphics/drawable/shapes/Shape.o"
@echo "... src/graphics/drawable/shapes/Shape.i"
@echo "... src/graphics/drawable/shapes/Shape.s"
@echo "... src/structures/Clock.o"
@echo "... src/structures/Clock.i"
@echo "... src/structures/Clock.s"
@echo "... src/structures/Color.o"
@echo "... src/structures/Color.i"
@echo "... src/structures/Color.s"
@echo "... src/structures/Cursor.o"
@echo "... src/structures/Cursor.i"
@echo "... src/structures/Cursor.s"
@echo "... src/structures/Mouse.o"
@echo "... src/structures/Mouse.i"
@echo "... src/structures/Mouse.s"
@echo "... src/structures/Time.o"
@echo "... src/structures/Time.i"
@echo "... src/structures/Time.s"
@echo "... src/structures/Window.o"
@echo "... src/structures/Window.i"
@echo "... src/structures/Window.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