200 lines
13 KiB
Makefile
200 lines
13 KiB
Makefile
# 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 ixwebsocket\CMakeFiles\ixwebsocket.dir\depend.make
|
|
|
|
# Include the progress variables for this target.
|
|
include ixwebsocket\CMakeFiles\ixwebsocket.dir\progress.make
|
|
|
|
# Include the compile flags for this target's objects.
|
|
include ixwebsocket\CMakeFiles\ixwebsocket.dir\flags.make
|
|
|
|
ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocket.cpp.obj: ixwebsocket\CMakeFiles\ixwebsocket.dir\flags.make
|
|
ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocket.cpp.obj: ..\..\ixwebsocket\IXSocket.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 ixwebsocket/CMakeFiles/ixwebsocket.dir/ixwebsocket/IXSocket.cpp.obj"
|
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
|
|
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\ixwebsocket.dir\ixwebsocket\IXSocket.cpp.obj /FdCMakeFiles\ixwebsocket.dir\ixwebsocket.pdb /FS -c C:\Users\user\Documents\GitHub\IXWebSocket\ixwebsocket\IXSocket.cpp
|
|
<<
|
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
|
|
|
|
ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocket.cpp.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/ixwebsocket.dir/ixwebsocket/IXSocket.cpp.i"
|
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
|
|
C:\PROGRA~2\MICROS~1\2017\BUILDT~1\VC\Tools\MSVC\1415~1.267\bin\Hostx64\x64\cl.exe > CMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocket.cpp.i @<<
|
|
/nologo /TP $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E C:\Users\user\Documents\GitHub\IXWebSocket\ixwebsocket\IXSocket.cpp
|
|
<<
|
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
|
|
|
|
ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocket.cpp.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/ixwebsocket.dir/ixwebsocket/IXSocket.cpp.s"
|
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
|
|
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\ixwebsocket.dir\ixwebsocket\IXSocket.cpp.s /c C:\Users\user\Documents\GitHub\IXWebSocket\ixwebsocket\IXSocket.cpp
|
|
<<
|
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
|
|
|
|
ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocket.cpp.obj: ixwebsocket\CMakeFiles\ixwebsocket.dir\flags.make
|
|
ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocket.cpp.obj: ..\..\ixwebsocket\IXWebSocket.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_2) "Building CXX object ixwebsocket/CMakeFiles/ixwebsocket.dir/ixwebsocket/IXWebSocket.cpp.obj"
|
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
|
|
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\ixwebsocket.dir\ixwebsocket\IXWebSocket.cpp.obj /FdCMakeFiles\ixwebsocket.dir\ixwebsocket.pdb /FS -c C:\Users\user\Documents\GitHub\IXWebSocket\ixwebsocket\IXWebSocket.cpp
|
|
<<
|
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
|
|
|
|
ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocket.cpp.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/ixwebsocket.dir/ixwebsocket/IXWebSocket.cpp.i"
|
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
|
|
C:\PROGRA~2\MICROS~1\2017\BUILDT~1\VC\Tools\MSVC\1415~1.267\bin\Hostx64\x64\cl.exe > CMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocket.cpp.i @<<
|
|
/nologo /TP $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E C:\Users\user\Documents\GitHub\IXWebSocket\ixwebsocket\IXWebSocket.cpp
|
|
<<
|
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
|
|
|
|
ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocket.cpp.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/ixwebsocket.dir/ixwebsocket/IXWebSocket.cpp.s"
|
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
|
|
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\ixwebsocket.dir\ixwebsocket\IXWebSocket.cpp.s /c C:\Users\user\Documents\GitHub\IXWebSocket\ixwebsocket\IXWebSocket.cpp
|
|
<<
|
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
|
|
|
|
ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocketTransport.cpp.obj: ixwebsocket\CMakeFiles\ixwebsocket.dir\flags.make
|
|
ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocketTransport.cpp.obj: ..\..\ixwebsocket\IXWebSocketTransport.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_3) "Building CXX object ixwebsocket/CMakeFiles/ixwebsocket.dir/ixwebsocket/IXWebSocketTransport.cpp.obj"
|
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
|
|
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\ixwebsocket.dir\ixwebsocket\IXWebSocketTransport.cpp.obj /FdCMakeFiles\ixwebsocket.dir\ixwebsocket.pdb /FS -c C:\Users\user\Documents\GitHub\IXWebSocket\ixwebsocket\IXWebSocketTransport.cpp
|
|
<<
|
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
|
|
|
|
ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocketTransport.cpp.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/ixwebsocket.dir/ixwebsocket/IXWebSocketTransport.cpp.i"
|
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
|
|
C:\PROGRA~2\MICROS~1\2017\BUILDT~1\VC\Tools\MSVC\1415~1.267\bin\Hostx64\x64\cl.exe > CMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocketTransport.cpp.i @<<
|
|
/nologo /TP $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E C:\Users\user\Documents\GitHub\IXWebSocket\ixwebsocket\IXWebSocketTransport.cpp
|
|
<<
|
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
|
|
|
|
ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocketTransport.cpp.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/ixwebsocket.dir/ixwebsocket/IXWebSocketTransport.cpp.s"
|
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
|
|
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\ixwebsocket.dir\ixwebsocket\IXWebSocketTransport.cpp.s /c C:\Users\user\Documents\GitHub\IXWebSocket\ixwebsocket\IXWebSocketTransport.cpp
|
|
<<
|
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
|
|
|
|
ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocketOpenSSL.cpp.obj: ixwebsocket\CMakeFiles\ixwebsocket.dir\flags.make
|
|
ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocketOpenSSL.cpp.obj: ..\..\ixwebsocket\IXSocketOpenSSL.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_4) "Building CXX object ixwebsocket/CMakeFiles/ixwebsocket.dir/ixwebsocket/IXSocketOpenSSL.cpp.obj"
|
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
|
|
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\ixwebsocket.dir\ixwebsocket\IXSocketOpenSSL.cpp.obj /FdCMakeFiles\ixwebsocket.dir\ixwebsocket.pdb /FS -c C:\Users\user\Documents\GitHub\IXWebSocket\ixwebsocket\IXSocketOpenSSL.cpp
|
|
<<
|
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
|
|
|
|
ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocketOpenSSL.cpp.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/ixwebsocket.dir/ixwebsocket/IXSocketOpenSSL.cpp.i"
|
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
|
|
C:\PROGRA~2\MICROS~1\2017\BUILDT~1\VC\Tools\MSVC\1415~1.267\bin\Hostx64\x64\cl.exe > CMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocketOpenSSL.cpp.i @<<
|
|
/nologo /TP $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E C:\Users\user\Documents\GitHub\IXWebSocket\ixwebsocket\IXSocketOpenSSL.cpp
|
|
<<
|
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
|
|
|
|
ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocketOpenSSL.cpp.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/ixwebsocket.dir/ixwebsocket/IXSocketOpenSSL.cpp.s"
|
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
|
|
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\ixwebsocket.dir\ixwebsocket\IXSocketOpenSSL.cpp.s /c C:\Users\user\Documents\GitHub\IXWebSocket\ixwebsocket\IXSocketOpenSSL.cpp
|
|
<<
|
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
|
|
|
|
# Object files for target ixwebsocket
|
|
ixwebsocket_OBJECTS = \
|
|
"CMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocket.cpp.obj" \
|
|
"CMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocket.cpp.obj" \
|
|
"CMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocketTransport.cpp.obj" \
|
|
"CMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocketOpenSSL.cpp.obj"
|
|
|
|
# External object files for target ixwebsocket
|
|
ixwebsocket_EXTERNAL_OBJECTS =
|
|
|
|
ixwebsocket\ixwebsocket.lib: ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocket.cpp.obj
|
|
ixwebsocket\ixwebsocket.lib: ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocket.cpp.obj
|
|
ixwebsocket\ixwebsocket.lib: ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocketTransport.cpp.obj
|
|
ixwebsocket\ixwebsocket.lib: ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocketOpenSSL.cpp.obj
|
|
ixwebsocket\ixwebsocket.lib: ixwebsocket\CMakeFiles\ixwebsocket.dir\build.make
|
|
ixwebsocket\ixwebsocket.lib: ixwebsocket\CMakeFiles\ixwebsocket.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_5) "Linking CXX static library ixwebsocket.lib"
|
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
|
|
$(CMAKE_COMMAND) -P CMakeFiles\ixwebsocket.dir\cmake_clean_target.cmake
|
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
|
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
|
|
C:\PROGRA~2\MICROS~1\2017\BUILDT~1\VC\Tools\MSVC\1415~1.267\bin\Hostx64\x64\link.exe /lib /nologo /out:ixwebsocket.lib @CMakeFiles\ixwebsocket.dir\objects1.rsp
|
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
|
|
|
|
# Rule to build all files generated by this target.
|
|
ixwebsocket\CMakeFiles\ixwebsocket.dir\build: ixwebsocket\ixwebsocket.lib
|
|
|
|
.PHONY : ixwebsocket\CMakeFiles\ixwebsocket.dir\build
|
|
|
|
ixwebsocket\CMakeFiles\ixwebsocket.dir\clean:
|
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
|
|
$(CMAKE_COMMAND) -P CMakeFiles\ixwebsocket.dir\cmake_clean.cmake
|
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
|
|
.PHONY : ixwebsocket\CMakeFiles\ixwebsocket.dir\clean
|
|
|
|
ixwebsocket\CMakeFiles\ixwebsocket.dir\depend:
|
|
$(CMAKE_COMMAND) -E cmake_depends "NMake Makefiles" C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat C:\Users\user\Documents\GitHub\IXWebSocket C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket\CMakeFiles\ixwebsocket.dir\DependInfo.cmake --color=$(COLOR)
|
|
.PHONY : ixwebsocket\CMakeFiles\ixwebsocket.dir\depend
|
|
|