2021-01-24 16:02:27 -06:00

111 lines
5.3 KiB
Makefile

# CMAKE generated file: DO NOT EDIT!
# Generated by "NMake Makefiles" Generator, CMake Version 3.17
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
.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.
!IF "$(OS)" == "Windows_NT"
NULL=
!ELSE
NULL=nul
!ENDIF
SHELL = cmd.exe
# The CMake executable.
CMAKE_COMMAND = "C:\Users\VY Canis Majoris\AppData\Local\JetBrains\Toolbox\apps\CLion\ch-0\203.6682.181\bin\cmake\win\bin\cmake.exe"
# The command to remove a file.
RM = "C:\Users\VY Canis Majoris\AppData\Local\JetBrains\Toolbox\apps\CLion\ch-0\203.6682.181\bin\cmake\win\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\VY Canis Majoris\CLionProjects\HelloCpp"
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = "C:\Users\VY Canis Majoris\CLionProjects\HelloCpp\cmake-build-debug"
# Include any dependencies generated for this target.
include CMakeFiles\HelloCpp.dir\depend.make
# Include the progress variables for this target.
include CMakeFiles\HelloCpp.dir\progress.make
# Include the compile flags for this target's objects.
include CMakeFiles\HelloCpp.dir\flags.make
CMakeFiles\HelloCpp.dir\helloWorld.cpp.obj: CMakeFiles\HelloCpp.dir\flags.make
CMakeFiles\HelloCpp.dir\helloWorld.cpp.obj: ..\helloWorld.cpp
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="C:\Users\VY Canis Majoris\CLionProjects\HelloCpp\cmake-build-debug\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/HelloCpp.dir/helloWorld.cpp.obj"
C:\PROGRA~2\MICROS~1\2019\COMMUN~1\VC\Tools\MSVC\1421~1.277\bin\Hostx86\x86\cl.exe @<<
/nologo /TP $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) /FoCMakeFiles\HelloCpp.dir\helloWorld.cpp.obj /FdCMakeFiles\HelloCpp.dir\ /FS -c "C:\Users\VY Canis Majoris\CLionProjects\HelloCpp\helloWorld.cpp"
<<
CMakeFiles\HelloCpp.dir\helloWorld.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/HelloCpp.dir/helloWorld.cpp.i"
C:\PROGRA~2\MICROS~1\2019\COMMUN~1\VC\Tools\MSVC\1421~1.277\bin\Hostx86\x86\cl.exe > CMakeFiles\HelloCpp.dir\helloWorld.cpp.i @<<
/nologo /TP $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E "C:\Users\VY Canis Majoris\CLionProjects\HelloCpp\helloWorld.cpp"
<<
CMakeFiles\HelloCpp.dir\helloWorld.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/HelloCpp.dir/helloWorld.cpp.s"
C:\PROGRA~2\MICROS~1\2019\COMMUN~1\VC\Tools\MSVC\1421~1.277\bin\Hostx86\x86\cl.exe @<<
/nologo /TP $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) /FoNUL /FAs /FaCMakeFiles\HelloCpp.dir\helloWorld.cpp.s /c "C:\Users\VY Canis Majoris\CLionProjects\HelloCpp\helloWorld.cpp"
<<
# Object files for target HelloCpp
HelloCpp_OBJECTS = \
"CMakeFiles\HelloCpp.dir\helloWorld.cpp.obj"
# External object files for target HelloCpp
HelloCpp_EXTERNAL_OBJECTS =
HelloCpp.exe: CMakeFiles\HelloCpp.dir\helloWorld.cpp.obj
HelloCpp.exe: CMakeFiles\HelloCpp.dir\build.make
HelloCpp.exe: CMakeFiles\HelloCpp.dir\objects1.rsp
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir="C:\Users\VY Canis Majoris\CLionProjects\HelloCpp\cmake-build-debug\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable HelloCpp.exe"
"C:\Users\VY Canis Majoris\AppData\Local\JetBrains\Toolbox\apps\CLion\ch-0\203.6682.181\bin\cmake\win\bin\cmake.exe" -E vs_link_exe --intdir=CMakeFiles\HelloCpp.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100177~1.0\x86\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100177~1.0\x86\mt.exe --manifests -- C:\PROGRA~2\MICROS~1\2019\COMMUN~1\VC\Tools\MSVC\1421~1.277\bin\Hostx86\x86\link.exe /nologo @CMakeFiles\HelloCpp.dir\objects1.rsp @<<
/out:HelloCpp.exe /implib:HelloCpp.lib /pdb:"C:\Users\VY Canis Majoris\CLionProjects\HelloCpp\cmake-build-debug\HelloCpp.pdb" /version:0.0 /machine:X86 /debug /INCREMENTAL /subsystem:console kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib
<<
# Rule to build all files generated by this target.
CMakeFiles\HelloCpp.dir\build: HelloCpp.exe
.PHONY : CMakeFiles\HelloCpp.dir\build
CMakeFiles\HelloCpp.dir\clean:
$(CMAKE_COMMAND) -P CMakeFiles\HelloCpp.dir\cmake_clean.cmake
.PHONY : CMakeFiles\HelloCpp.dir\clean
CMakeFiles\HelloCpp.dir\depend:
$(CMAKE_COMMAND) -E cmake_depends "NMake Makefiles" "C:\Users\VY Canis Majoris\CLionProjects\HelloCpp" "C:\Users\VY Canis Majoris\CLionProjects\HelloCpp" "C:\Users\VY Canis Majoris\CLionProjects\HelloCpp\cmake-build-debug" "C:\Users\VY Canis Majoris\CLionProjects\HelloCpp\cmake-build-debug" "C:\Users\VY Canis Majoris\CLionProjects\HelloCpp\cmake-build-debug\CMakeFiles\HelloCpp.dir\DependInfo.cmake" --color=$(COLOR)
.PHONY : CMakeFiles\HelloCpp.dir\depend