# CMAKE generated file: DO NOT EDIT! # Generated by "NMake Makefiles" Generator, CMake Version 3.12 # 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 # 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:\Program Files\CMake\bin\cmake.exe" # The command to remove a file. RM = "C:\Program Files\CMake\bin\cmake.exe" -E remove -f # Escaping for special characters. EQUALS = = # The top-level source directory on which CMake was run. CMAKE_SOURCE_DIR = C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat # The top-level build directory on which CMake was run. CMAKE_BINARY_DIR = C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat # Include any dependencies generated for this target. include CMakeFiles\cmd_websocket_chat.dir\depend.make # Include the progress variables for this target. include CMakeFiles\cmd_websocket_chat.dir\progress.make # Include the compile flags for this target's objects. include CMakeFiles\cmd_websocket_chat.dir\flags.make CMakeFiles\cmd_websocket_chat.dir\cmd_websocket_chat.cpp.obj: CMakeFiles\cmd_websocket_chat.dir\flags.make CMakeFiles\cmd_websocket_chat.dir\cmd_websocket_chat.cpp.obj: cmd_websocket_chat.cpp @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/cmd_websocket_chat.dir/cmd_websocket_chat.cpp.obj" C:\PROGRA~2\MICROS~1\2017\BUILDT~1\VC\Tools\MSVC\1415~1.267\bin\Hostx64\x64\cl.exe @<< /nologo /TP $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) /FoCMakeFiles\cmd_websocket_chat.dir\cmd_websocket_chat.cpp.obj /FdCMakeFiles\cmd_websocket_chat.dir\ /FS -c C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\cmd_websocket_chat.cpp << CMakeFiles\cmd_websocket_chat.dir\cmd_websocket_chat.cpp.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/cmd_websocket_chat.dir/cmd_websocket_chat.cpp.i" C:\PROGRA~2\MICROS~1\2017\BUILDT~1\VC\Tools\MSVC\1415~1.267\bin\Hostx64\x64\cl.exe > CMakeFiles\cmd_websocket_chat.dir\cmd_websocket_chat.cpp.i @<< /nologo /TP $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\cmd_websocket_chat.cpp << CMakeFiles\cmd_websocket_chat.dir\cmd_websocket_chat.cpp.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/cmd_websocket_chat.dir/cmd_websocket_chat.cpp.s" C:\PROGRA~2\MICROS~1\2017\BUILDT~1\VC\Tools\MSVC\1415~1.267\bin\Hostx64\x64\cl.exe @<< /nologo /TP $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) /FoNUL /FAs /FaCMakeFiles\cmd_websocket_chat.dir\cmd_websocket_chat.cpp.s /c C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\cmd_websocket_chat.cpp << # Object files for target cmd_websocket_chat cmd_websocket_chat_OBJECTS = \ "CMakeFiles\cmd_websocket_chat.dir\cmd_websocket_chat.cpp.obj" # External object files for target cmd_websocket_chat cmd_websocket_chat_EXTERNAL_OBJECTS = cmd_websocket_chat.exe: CMakeFiles\cmd_websocket_chat.dir\cmd_websocket_chat.cpp.obj cmd_websocket_chat.exe: CMakeFiles\cmd_websocket_chat.dir\build.make cmd_websocket_chat.exe: ixwebsocket\ixwebsocket.lib cmd_websocket_chat.exe: CMakeFiles\cmd_websocket_chat.dir\objects1.rsp @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable cmd_websocket_chat.exe" "C:\Program Files\CMake\bin\cmake.exe" -E vs_link_exe --intdir=CMakeFiles\cmd_websocket_chat.dir --manifests -- C:\PROGRA~2\MICROS~1\2017\BUILDT~1\VC\Tools\MSVC\1415~1.267\bin\Hostx64\x64\link.exe /nologo @CMakeFiles\cmd_websocket_chat.dir\objects1.rsp @<< /out:cmd_websocket_chat.exe /implib:cmd_websocket_chat.lib /pdb:C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\cmd_websocket_chat.pdb /version:0.0 /subsystem:console ixwebsocket\ixwebsocket.lib 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\cmd_websocket_chat.dir\build: cmd_websocket_chat.exe .PHONY : CMakeFiles\cmd_websocket_chat.dir\build CMakeFiles\cmd_websocket_chat.dir\clean: $(CMAKE_COMMAND) -P CMakeFiles\cmd_websocket_chat.dir\cmake_clean.cmake .PHONY : CMakeFiles\cmd_websocket_chat.dir\clean CMakeFiles\cmd_websocket_chat.dir\depend: $(CMAKE_COMMAND) -E cmake_depends "NMake Makefiles" C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\CMakeFiles\cmd_websocket_chat.dir\DependInfo.cmake --color=$(COLOR) .PHONY : CMakeFiles\cmd_websocket_chat.dir\depend