DSIK_C/cmake-build-debug/CMakeFiles/ProjektDSIK.dir/build.make

99 lines
3.8 KiB
Makefile

# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# 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 = /home/emile/Downloads/clion-2018.3.3/bin/cmake/linux/bin/cmake
# The command to remove a file.
RM = /home/emile/Downloads/clion-2018.3.3/bin/cmake/linux/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/emile/DSIK_C
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/emile/DSIK_C/cmake-build-debug
# Include any dependencies generated for this target.
include CMakeFiles/ProjektDSIK.dir/depend.make
# Include the progress variables for this target.
include CMakeFiles/ProjektDSIK.dir/progress.make
# Include the compile flags for this target's objects.
include CMakeFiles/ProjektDSIK.dir/flags.make
CMakeFiles/ProjektDSIK.dir/main.c.o: CMakeFiles/ProjektDSIK.dir/flags.make
CMakeFiles/ProjektDSIK.dir/main.c.o: ../main.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/emile/DSIK_C/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/ProjektDSIK.dir/main.c.o"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/ProjektDSIK.dir/main.c.o -c /home/emile/DSIK_C/main.c
CMakeFiles/ProjektDSIK.dir/main.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/ProjektDSIK.dir/main.c.i"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/emile/DSIK_C/main.c > CMakeFiles/ProjektDSIK.dir/main.c.i
CMakeFiles/ProjektDSIK.dir/main.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/ProjektDSIK.dir/main.c.s"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/emile/DSIK_C/main.c -o CMakeFiles/ProjektDSIK.dir/main.c.s
# Object files for target ProjektDSIK
ProjektDSIK_OBJECTS = \
"CMakeFiles/ProjektDSIK.dir/main.c.o"
# External object files for target ProjektDSIK
ProjektDSIK_EXTERNAL_OBJECTS =
ProjektDSIK: CMakeFiles/ProjektDSIK.dir/main.c.o
ProjektDSIK: CMakeFiles/ProjektDSIK.dir/build.make
ProjektDSIK: CMakeFiles/ProjektDSIK.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/emile/DSIK_C/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable ProjektDSIK"
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/ProjektDSIK.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
CMakeFiles/ProjektDSIK.dir/build: ProjektDSIK
.PHONY : CMakeFiles/ProjektDSIK.dir/build
CMakeFiles/ProjektDSIK.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/ProjektDSIK.dir/cmake_clean.cmake
.PHONY : CMakeFiles/ProjektDSIK.dir/clean
CMakeFiles/ProjektDSIK.dir/depend:
cd /home/emile/DSIK_C/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/emile/DSIK_C /home/emile/DSIK_C /home/emile/DSIK_C/cmake-build-debug /home/emile/DSIK_C/cmake-build-debug /home/emile/DSIK_C/cmake-build-debug/CMakeFiles/ProjektDSIK.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/ProjektDSIK.dir/depend