113 lines
5.1 KiB
Makefile
113 lines
5.1 KiB
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "MinGW Makefiles" Generator, CMake Version 3.27
|
|
|
|
# Delete rule output on recipe failure.
|
|
.DELETE_ON_ERROR:
|
|
|
|
#=============================================================================
|
|
# 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.
|
|
|
|
SHELL = cmd.exe
|
|
|
|
# The CMake executable.
|
|
CMAKE_COMMAND = C:\Users\jordi\AppData\Local\Programs\CLion\bin\cmake\win\x64\bin\cmake.exe
|
|
|
|
# The command to remove a file.
|
|
RM = C:\Users\jordi\AppData\Local\Programs\CLion\bin\cmake\win\x64\bin\cmake.exe -E rm -f
|
|
|
|
# Escaping for special characters.
|
|
EQUALS = =
|
|
|
|
# The top-level source directory on which CMake was run.
|
|
CMAKE_SOURCE_DIR = C:\Users\jordi\Git\FH
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = C:\Users\jordi\Git\FH\cmake-build-debug
|
|
|
|
# Include any dependencies generated for this target.
|
|
include CMakeFiles/FH.dir/depend.make
|
|
# Include any dependencies generated by the compiler for this target.
|
|
include CMakeFiles/FH.dir/compiler_depend.make
|
|
|
|
# Include the progress variables for this target.
|
|
include CMakeFiles/FH.dir/progress.make
|
|
|
|
# Include the compile flags for this target's objects.
|
|
include CMakeFiles/FH.dir/flags.make
|
|
|
|
CMakeFiles/FH.dir/WS23_24/Anwendungsentwicklung/src/P11/test.c.obj: CMakeFiles/FH.dir/flags.make
|
|
CMakeFiles/FH.dir/WS23_24/Anwendungsentwicklung/src/P11/test.c.obj: CMakeFiles/FH.dir/includes_C.rsp
|
|
CMakeFiles/FH.dir/WS23_24/Anwendungsentwicklung/src/P11/test.c.obj: C:/Users/jordi/Git/FH/WS23_24/Anwendungsentwicklung/src/P11/test.c
|
|
CMakeFiles/FH.dir/WS23_24/Anwendungsentwicklung/src/P11/test.c.obj: CMakeFiles/FH.dir/compiler_depend.ts
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=C:\Users\jordi\Git\FH\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/FH.dir/WS23_24/Anwendungsentwicklung/src/P11/test.c.obj"
|
|
C:\Users\jordi\AppData\Local\Programs\CLion\bin\mingw\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/FH.dir/WS23_24/Anwendungsentwicklung/src/P11/test.c.obj -MF CMakeFiles\FH.dir\WS23_24\Anwendungsentwicklung\src\P11\test.c.obj.d -o CMakeFiles\FH.dir\WS23_24\Anwendungsentwicklung\src\P11\test.c.obj -c C:\Users\jordi\Git\FH\WS23_24\Anwendungsentwicklung\src\P11\test.c
|
|
|
|
CMakeFiles/FH.dir/WS23_24/Anwendungsentwicklung/src/P11/test.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/FH.dir/WS23_24/Anwendungsentwicklung/src/P11/test.c.i"
|
|
C:\Users\jordi\AppData\Local\Programs\CLion\bin\mingw\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\jordi\Git\FH\WS23_24\Anwendungsentwicklung\src\P11\test.c > CMakeFiles\FH.dir\WS23_24\Anwendungsentwicklung\src\P11\test.c.i
|
|
|
|
CMakeFiles/FH.dir/WS23_24/Anwendungsentwicklung/src/P11/test.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/FH.dir/WS23_24/Anwendungsentwicklung/src/P11/test.c.s"
|
|
C:\Users\jordi\AppData\Local\Programs\CLion\bin\mingw\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S C:\Users\jordi\Git\FH\WS23_24\Anwendungsentwicklung\src\P11\test.c -o CMakeFiles\FH.dir\WS23_24\Anwendungsentwicklung\src\P11\test.c.s
|
|
|
|
# Object files for target FH
|
|
FH_OBJECTS = \
|
|
"CMakeFiles/FH.dir/WS23_24/Anwendungsentwicklung/src/P11/test.c.obj"
|
|
|
|
# External object files for target FH
|
|
FH_EXTERNAL_OBJECTS =
|
|
|
|
FH.exe: CMakeFiles/FH.dir/WS23_24/Anwendungsentwicklung/src/P11/test.c.obj
|
|
FH.exe: CMakeFiles/FH.dir/build.make
|
|
FH.exe: CMakeFiles/FH.dir/linkLibs.rsp
|
|
FH.exe: CMakeFiles/FH.dir/objects1.rsp
|
|
FH.exe: CMakeFiles/FH.dir/link.txt
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=C:\Users\jordi\Git\FH\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable FH.exe"
|
|
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles\FH.dir\link.txt --verbose=$(VERBOSE)
|
|
|
|
# Rule to build all files generated by this target.
|
|
CMakeFiles/FH.dir/build: FH.exe
|
|
.PHONY : CMakeFiles/FH.dir/build
|
|
|
|
CMakeFiles/FH.dir/clean:
|
|
$(CMAKE_COMMAND) -P CMakeFiles\FH.dir\cmake_clean.cmake
|
|
.PHONY : CMakeFiles/FH.dir/clean
|
|
|
|
CMakeFiles/FH.dir/depend:
|
|
$(CMAKE_COMMAND) -E cmake_depends "MinGW Makefiles" C:\Users\jordi\Git\FH C:\Users\jordi\Git\FH C:\Users\jordi\Git\FH\cmake-build-debug C:\Users\jordi\Git\FH\cmake-build-debug C:\Users\jordi\Git\FH\cmake-build-debug\CMakeFiles\FH.dir\DependInfo.cmake "--color=$(COLOR)"
|
|
.PHONY : CMakeFiles/FH.dir/depend
|
|
|