123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411 |
- # CMAKE generated file: DO NOT EDIT!
- # Generated by "Unix Makefiles" Generator, CMake Version 3.0
- # 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:
- .PHONY : .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/bkeys/Devel/moon
- # The top-level build directory on which CMake was run.
- CMAKE_BINARY_DIR = /home/bkeys/Devel/moon/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 -H$(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 -H$(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/bkeys/Devel/moon/build/CMakeFiles /home/bkeys/Devel/moon/build/CMakeFiles/progress.marks
- $(MAKE) -f CMakeFiles/Makefile2 all
- $(CMAKE_COMMAND) -E cmake_progress_start /home/bkeys/Devel/moon/build/CMakeFiles 0
- .PHONY : all
- # The main clean target
- clean:
- $(MAKE) -f CMakeFiles/Makefile2 clean
- .PHONY : clean
- # The main clean target
- clean/fast: clean
- .PHONY : clean/fast
- # Prepare targets for installation.
- preinstall: all
- $(MAKE) -f CMakeFiles/Makefile2 preinstall
- .PHONY : preinstall
- # Prepare targets for installation.
- preinstall/fast:
- $(MAKE) -f CMakeFiles/Makefile2 preinstall
- .PHONY : preinstall/fast
- # clear depends
- depend:
- $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
- .PHONY : depend
- #=============================================================================
- # Target rules for targets named moon
- # Build rule for target.
- moon: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 moon
- .PHONY : moon
- # fast build rule for target.
- moon/fast:
- $(MAKE) -f CMakeFiles/moon.dir/build.make CMakeFiles/moon.dir/build
- .PHONY : moon/fast
- src/Font.o: src/Font.cpp.o
- .PHONY : src/Font.o
- # target to build an object file
- src/Font.cpp.o:
- $(MAKE) -f CMakeFiles/moon.dir/build.make CMakeFiles/moon.dir/src/Font.cpp.o
- .PHONY : src/Font.cpp.o
- src/Font.i: src/Font.cpp.i
- .PHONY : src/Font.i
- # target to preprocess a source file
- src/Font.cpp.i:
- $(MAKE) -f CMakeFiles/moon.dir/build.make CMakeFiles/moon.dir/src/Font.cpp.i
- .PHONY : src/Font.cpp.i
- src/Font.s: src/Font.cpp.s
- .PHONY : src/Font.s
- # target to generate assembly for a file
- src/Font.cpp.s:
- $(MAKE) -f CMakeFiles/moon.dir/build.make CMakeFiles/moon.dir/src/Font.cpp.s
- .PHONY : src/Font.cpp.s
- src/Game.o: src/Game.cpp.o
- .PHONY : src/Game.o
- # target to build an object file
- src/Game.cpp.o:
- $(MAKE) -f CMakeFiles/moon.dir/build.make CMakeFiles/moon.dir/src/Game.cpp.o
- .PHONY : src/Game.cpp.o
- src/Game.i: src/Game.cpp.i
- .PHONY : src/Game.i
- # target to preprocess a source file
- src/Game.cpp.i:
- $(MAKE) -f CMakeFiles/moon.dir/build.make CMakeFiles/moon.dir/src/Game.cpp.i
- .PHONY : src/Game.cpp.i
- src/Game.s: src/Game.cpp.s
- .PHONY : src/Game.s
- # target to generate assembly for a file
- src/Game.cpp.s:
- $(MAKE) -f CMakeFiles/moon.dir/build.make CMakeFiles/moon.dir/src/Game.cpp.s
- .PHONY : src/Game.cpp.s
- src/Ground.o: src/Ground.cpp.o
- .PHONY : src/Ground.o
- # target to build an object file
- src/Ground.cpp.o:
- $(MAKE) -f CMakeFiles/moon.dir/build.make CMakeFiles/moon.dir/src/Ground.cpp.o
- .PHONY : src/Ground.cpp.o
- src/Ground.i: src/Ground.cpp.i
- .PHONY : src/Ground.i
- # target to preprocess a source file
- src/Ground.cpp.i:
- $(MAKE) -f CMakeFiles/moon.dir/build.make CMakeFiles/moon.dir/src/Ground.cpp.i
- .PHONY : src/Ground.cpp.i
- src/Ground.s: src/Ground.cpp.s
- .PHONY : src/Ground.s
- # target to generate assembly for a file
- src/Ground.cpp.s:
- $(MAKE) -f CMakeFiles/moon.dir/build.make CMakeFiles/moon.dir/src/Ground.cpp.s
- .PHONY : src/Ground.cpp.s
- src/Moon.o: src/Moon.cpp.o
- .PHONY : src/Moon.o
- # target to build an object file
- src/Moon.cpp.o:
- $(MAKE) -f CMakeFiles/moon.dir/build.make CMakeFiles/moon.dir/src/Moon.cpp.o
- .PHONY : src/Moon.cpp.o
- src/Moon.i: src/Moon.cpp.i
- .PHONY : src/Moon.i
- # target to preprocess a source file
- src/Moon.cpp.i:
- $(MAKE) -f CMakeFiles/moon.dir/build.make CMakeFiles/moon.dir/src/Moon.cpp.i
- .PHONY : src/Moon.cpp.i
- src/Moon.s: src/Moon.cpp.s
- .PHONY : src/Moon.s
- # target to generate assembly for a file
- src/Moon.cpp.s:
- $(MAKE) -f CMakeFiles/moon.dir/build.make CMakeFiles/moon.dir/src/Moon.cpp.s
- .PHONY : src/Moon.cpp.s
- src/MoonGame.o: src/MoonGame.cpp.o
- .PHONY : src/MoonGame.o
- # target to build an object file
- src/MoonGame.cpp.o:
- $(MAKE) -f CMakeFiles/moon.dir/build.make CMakeFiles/moon.dir/src/MoonGame.cpp.o
- .PHONY : src/MoonGame.cpp.o
- src/MoonGame.i: src/MoonGame.cpp.i
- .PHONY : src/MoonGame.i
- # target to preprocess a source file
- src/MoonGame.cpp.i:
- $(MAKE) -f CMakeFiles/moon.dir/build.make CMakeFiles/moon.dir/src/MoonGame.cpp.i
- .PHONY : src/MoonGame.cpp.i
- src/MoonGame.s: src/MoonGame.cpp.s
- .PHONY : src/MoonGame.s
- # target to generate assembly for a file
- src/MoonGame.cpp.s:
- $(MAKE) -f CMakeFiles/moon.dir/build.make CMakeFiles/moon.dir/src/MoonGame.cpp.s
- .PHONY : src/MoonGame.cpp.s
- src/Platform.o: src/Platform.cpp.o
- .PHONY : src/Platform.o
- # target to build an object file
- src/Platform.cpp.o:
- $(MAKE) -f CMakeFiles/moon.dir/build.make CMakeFiles/moon.dir/src/Platform.cpp.o
- .PHONY : src/Platform.cpp.o
- src/Platform.i: src/Platform.cpp.i
- .PHONY : src/Platform.i
- # target to preprocess a source file
- src/Platform.cpp.i:
- $(MAKE) -f CMakeFiles/moon.dir/build.make CMakeFiles/moon.dir/src/Platform.cpp.i
- .PHONY : src/Platform.cpp.i
- src/Platform.s: src/Platform.cpp.s
- .PHONY : src/Platform.s
- # target to generate assembly for a file
- src/Platform.cpp.s:
- $(MAKE) -f CMakeFiles/moon.dir/build.make CMakeFiles/moon.dir/src/Platform.cpp.s
- .PHONY : src/Platform.cpp.s
- src/Ship.o: src/Ship.cpp.o
- .PHONY : src/Ship.o
- # target to build an object file
- src/Ship.cpp.o:
- $(MAKE) -f CMakeFiles/moon.dir/build.make CMakeFiles/moon.dir/src/Ship.cpp.o
- .PHONY : src/Ship.cpp.o
- src/Ship.i: src/Ship.cpp.i
- .PHONY : src/Ship.i
- # target to preprocess a source file
- src/Ship.cpp.i:
- $(MAKE) -f CMakeFiles/moon.dir/build.make CMakeFiles/moon.dir/src/Ship.cpp.i
- .PHONY : src/Ship.cpp.i
- src/Ship.s: src/Ship.cpp.s
- .PHONY : src/Ship.s
- # target to generate assembly for a file
- src/Ship.cpp.s:
- $(MAKE) -f CMakeFiles/moon.dir/build.make CMakeFiles/moon.dir/src/Ship.cpp.s
- .PHONY : src/Ship.cpp.s
- src/Tile.o: src/Tile.cpp.o
- .PHONY : src/Tile.o
- # target to build an object file
- src/Tile.cpp.o:
- $(MAKE) -f CMakeFiles/moon.dir/build.make CMakeFiles/moon.dir/src/Tile.cpp.o
- .PHONY : src/Tile.cpp.o
- src/Tile.i: src/Tile.cpp.i
- .PHONY : src/Tile.i
- # target to preprocess a source file
- src/Tile.cpp.i:
- $(MAKE) -f CMakeFiles/moon.dir/build.make CMakeFiles/moon.dir/src/Tile.cpp.i
- .PHONY : src/Tile.cpp.i
- src/Tile.s: src/Tile.cpp.s
- .PHONY : src/Tile.s
- # target to generate assembly for a file
- src/Tile.cpp.s:
- $(MAKE) -f CMakeFiles/moon.dir/build.make CMakeFiles/moon.dir/src/Tile.cpp.s
- .PHONY : src/Tile.cpp.s
- src/Vector3d.o: src/Vector3d.cpp.o
- .PHONY : src/Vector3d.o
- # target to build an object file
- src/Vector3d.cpp.o:
- $(MAKE) -f CMakeFiles/moon.dir/build.make CMakeFiles/moon.dir/src/Vector3d.cpp.o
- .PHONY : src/Vector3d.cpp.o
- src/Vector3d.i: src/Vector3d.cpp.i
- .PHONY : src/Vector3d.i
- # target to preprocess a source file
- src/Vector3d.cpp.i:
- $(MAKE) -f CMakeFiles/moon.dir/build.make CMakeFiles/moon.dir/src/Vector3d.cpp.i
- .PHONY : src/Vector3d.cpp.i
- src/Vector3d.s: src/Vector3d.cpp.s
- .PHONY : src/Vector3d.s
- # target to generate assembly for a file
- src/Vector3d.cpp.s:
- $(MAKE) -f CMakeFiles/moon.dir/build.make CMakeFiles/moon.dir/src/Vector3d.cpp.s
- .PHONY : src/Vector3d.cpp.s
- src/main.o: src/main.cpp.o
- .PHONY : src/main.o
- # target to build an object file
- src/main.cpp.o:
- $(MAKE) -f CMakeFiles/moon.dir/build.make CMakeFiles/moon.dir/src/main.cpp.o
- .PHONY : src/main.cpp.o
- src/main.i: src/main.cpp.i
- .PHONY : src/main.i
- # target to preprocess a source file
- src/main.cpp.i:
- $(MAKE) -f CMakeFiles/moon.dir/build.make CMakeFiles/moon.dir/src/main.cpp.i
- .PHONY : src/main.cpp.i
- src/main.s: src/main.cpp.s
- .PHONY : src/main.s
- # target to generate assembly for a file
- src/main.cpp.s:
- $(MAKE) -f CMakeFiles/moon.dir/build.make CMakeFiles/moon.dir/src/main.cpp.s
- .PHONY : src/main.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 "... edit_cache"
- @echo "... moon"
- @echo "... rebuild_cache"
- @echo "... src/Font.o"
- @echo "... src/Font.i"
- @echo "... src/Font.s"
- @echo "... src/Game.o"
- @echo "... src/Game.i"
- @echo "... src/Game.s"
- @echo "... src/Ground.o"
- @echo "... src/Ground.i"
- @echo "... src/Ground.s"
- @echo "... src/Moon.o"
- @echo "... src/Moon.i"
- @echo "... src/Moon.s"
- @echo "... src/MoonGame.o"
- @echo "... src/MoonGame.i"
- @echo "... src/MoonGame.s"
- @echo "... src/Platform.o"
- @echo "... src/Platform.i"
- @echo "... src/Platform.s"
- @echo "... src/Ship.o"
- @echo "... src/Ship.i"
- @echo "... src/Ship.s"
- @echo "... src/Tile.o"
- @echo "... src/Tile.i"
- @echo "... src/Tile.s"
- @echo "... src/Vector3d.o"
- @echo "... src/Vector3d.i"
- @echo "... src/Vector3d.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) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
- .PHONY : cmake_check_build_system
|