17c3841650
Included Raphaels code in CLion Project
114 lines
4.9 KiB
Makefile
114 lines
4.9 KiB
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.8
|
|
|
|
# Delete rule output on recipe failure.
|
|
.DELETE_ON_ERROR:
|
|
|
|
|
|
#=============================================================================
|
|
# 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 = /Applications/CLion.app/Contents/bin/cmake/bin/cmake
|
|
|
|
# The command to remove a file.
|
|
RM = /Applications/CLion.app/Contents/bin/cmake/bin/cmake -E remove -f
|
|
|
|
# Escaping for special characters.
|
|
EQUALS = =
|
|
|
|
# The top-level source directory on which CMake was run.
|
|
CMAKE_SOURCE_DIR = /Users/christoph/Documents/GitHub/MPK.Puzzle/Source
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = /Users/christoph/Documents/GitHub/MPK.Puzzle/Source/cmake-build-debug
|
|
|
|
# Include any dependencies generated for this target.
|
|
include CMakeFiles/Source.dir/depend.make
|
|
|
|
# Include the progress variables for this target.
|
|
include CMakeFiles/Source.dir/progress.make
|
|
|
|
# Include the compile flags for this target's objects.
|
|
include CMakeFiles/Source.dir/flags.make
|
|
|
|
CMakeFiles/Source.dir/main.cpp.o: CMakeFiles/Source.dir/flags.make
|
|
CMakeFiles/Source.dir/main.cpp.o: ../main.cpp
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/christoph/Documents/GitHub/MPK.Puzzle/Source/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/Source.dir/main.cpp.o"
|
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/Source.dir/main.cpp.o -c /Users/christoph/Documents/GitHub/MPK.Puzzle/Source/main.cpp
|
|
|
|
CMakeFiles/Source.dir/main.cpp.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/Source.dir/main.cpp.i"
|
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/christoph/Documents/GitHub/MPK.Puzzle/Source/main.cpp > CMakeFiles/Source.dir/main.cpp.i
|
|
|
|
CMakeFiles/Source.dir/main.cpp.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/Source.dir/main.cpp.s"
|
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/christoph/Documents/GitHub/MPK.Puzzle/Source/main.cpp -o CMakeFiles/Source.dir/main.cpp.s
|
|
|
|
CMakeFiles/Source.dir/main.cpp.o.requires:
|
|
|
|
.PHONY : CMakeFiles/Source.dir/main.cpp.o.requires
|
|
|
|
CMakeFiles/Source.dir/main.cpp.o.provides: CMakeFiles/Source.dir/main.cpp.o.requires
|
|
$(MAKE) -f CMakeFiles/Source.dir/build.make CMakeFiles/Source.dir/main.cpp.o.provides.build
|
|
.PHONY : CMakeFiles/Source.dir/main.cpp.o.provides
|
|
|
|
CMakeFiles/Source.dir/main.cpp.o.provides.build: CMakeFiles/Source.dir/main.cpp.o
|
|
|
|
|
|
# Object files for target Source
|
|
Source_OBJECTS = \
|
|
"CMakeFiles/Source.dir/main.cpp.o"
|
|
|
|
# External object files for target Source
|
|
Source_EXTERNAL_OBJECTS =
|
|
|
|
Source: CMakeFiles/Source.dir/main.cpp.o
|
|
Source: CMakeFiles/Source.dir/build.make
|
|
Source: CMakeFiles/Source.dir/link.txt
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/Users/christoph/Documents/GitHub/MPK.Puzzle/Source/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable Source"
|
|
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/Source.dir/link.txt --verbose=$(VERBOSE)
|
|
|
|
# Rule to build all files generated by this target.
|
|
CMakeFiles/Source.dir/build: Source
|
|
|
|
.PHONY : CMakeFiles/Source.dir/build
|
|
|
|
CMakeFiles/Source.dir/requires: CMakeFiles/Source.dir/main.cpp.o.requires
|
|
|
|
.PHONY : CMakeFiles/Source.dir/requires
|
|
|
|
CMakeFiles/Source.dir/clean:
|
|
$(CMAKE_COMMAND) -P CMakeFiles/Source.dir/cmake_clean.cmake
|
|
.PHONY : CMakeFiles/Source.dir/clean
|
|
|
|
CMakeFiles/Source.dir/depend:
|
|
cd /Users/christoph/Documents/GitHub/MPK.Puzzle/Source/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/christoph/Documents/GitHub/MPK.Puzzle/Source /Users/christoph/Documents/GitHub/MPK.Puzzle/Source /Users/christoph/Documents/GitHub/MPK.Puzzle/Source/cmake-build-debug /Users/christoph/Documents/GitHub/MPK.Puzzle/Source/cmake-build-debug /Users/christoph/Documents/GitHub/MPK.Puzzle/Source/cmake-build-debug/CMakeFiles/Source.dir/DependInfo.cmake --color=$(COLOR)
|
|
.PHONY : CMakeFiles/Source.dir/depend
|
|
|