349 lines
14 KiB
Makefile
349 lines
14 KiB
Makefile
|
# CMAKE generated file: DO NOT EDIT!
|
||
|
# Generated by "NMake Makefiles" Generator, CMake Version 3.12
|
||
|
|
||
|
# Default target executed when no arguments are given to make.
|
||
|
default_target: all
|
||
|
|
||
|
.PHONY : default_target
|
||
|
|
||
|
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
|
||
|
.NOTPARALLEL:
|
||
|
|
||
|
|
||
|
#=============================================================================
|
||
|
# 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
|
||
|
|
||
|
#=============================================================================
|
||
|
# Targets provided globally by CMake.
|
||
|
|
||
|
# Special rule for the target install/local
|
||
|
install\local: preinstall
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
||
|
echo >nul && "C:\Program Files\CMake\bin\cmake.exe" -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
||
|
.PHONY : install\local
|
||
|
|
||
|
# Special rule for the target install/local
|
||
|
install\local\fast: preinstall\fast
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
||
|
echo >nul && "C:\Program Files\CMake\bin\cmake.exe" -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
||
|
.PHONY : install\local\fast
|
||
|
|
||
|
# Special rule for the target install
|
||
|
install: preinstall
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
||
|
echo >nul && "C:\Program Files\CMake\bin\cmake.exe" -P cmake_install.cmake
|
||
|
.PHONY : install
|
||
|
|
||
|
# Special rule for the target install
|
||
|
install\fast: preinstall\fast
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
||
|
echo >nul && "C:\Program Files\CMake\bin\cmake.exe" -P cmake_install.cmake
|
||
|
.PHONY : install\fast
|
||
|
|
||
|
# Special rule for the target edit_cache
|
||
|
edit_cache:
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
|
||
|
echo >nul && "C:\Program Files\CMake\bin\cmake-gui.exe" -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
||
|
.PHONY : edit_cache
|
||
|
|
||
|
# Special rule for the target edit_cache
|
||
|
edit_cache\fast: edit_cache
|
||
|
|
||
|
.PHONY : edit_cache\fast
|
||
|
|
||
|
# Special rule for the target rebuild_cache
|
||
|
rebuild_cache:
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
|
||
|
echo >nul && "C:\Program Files\CMake\bin\cmake.exe" -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
||
|
.PHONY : rebuild_cache
|
||
|
|
||
|
# Special rule for the target rebuild_cache
|
||
|
rebuild_cache\fast: rebuild_cache
|
||
|
|
||
|
.PHONY : rebuild_cache\fast
|
||
|
|
||
|
# Special rule for the target list_install_components
|
||
|
list_install_components:
|
||
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
|
||
|
.PHONY : list_install_components
|
||
|
|
||
|
# Special rule for the target list_install_components
|
||
|
list_install_components\fast: list_install_components
|
||
|
|
||
|
.PHONY : list_install_components\fast
|
||
|
|
||
|
# The main all target
|
||
|
all: cmake_check_build_system
|
||
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\CMakeFiles C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket\CMakeFiles\progress.marks
|
||
|
$(MAKE) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) ixwebsocket\all
|
||
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
|
||
|
$(CMAKE_COMMAND) -E cmake_progress_start C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\CMakeFiles 0
|
||
|
.PHONY : all
|
||
|
|
||
|
# The main clean target
|
||
|
clean:
|
||
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
|
||
|
$(MAKE) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) ixwebsocket\clean
|
||
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
|
||
|
.PHONY : clean
|
||
|
|
||
|
# The main clean target
|
||
|
clean\fast: clean
|
||
|
|
||
|
.PHONY : clean\fast
|
||
|
|
||
|
# Prepare targets for installation.
|
||
|
preinstall: all
|
||
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
|
||
|
$(MAKE) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) ixwebsocket\preinstall
|
||
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
|
||
|
.PHONY : preinstall
|
||
|
|
||
|
# Prepare targets for installation.
|
||
|
preinstall\fast:
|
||
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
|
||
|
$(MAKE) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) ixwebsocket\preinstall
|
||
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
|
||
|
.PHONY : preinstall\fast
|
||
|
|
||
|
# clear depends
|
||
|
depend:
|
||
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
|
||
|
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1
|
||
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
|
||
|
.PHONY : depend
|
||
|
|
||
|
# Convenience name for target.
|
||
|
ixwebsocket\CMakeFiles\ixwebsocket.dir\rule:
|
||
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
|
||
|
$(MAKE) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) ixwebsocket\CMakeFiles\ixwebsocket.dir\rule
|
||
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
|
||
|
.PHONY : ixwebsocket\CMakeFiles\ixwebsocket.dir\rule
|
||
|
|
||
|
# Convenience name for target.
|
||
|
ixwebsocket: ixwebsocket\CMakeFiles\ixwebsocket.dir\rule
|
||
|
|
||
|
.PHONY : ixwebsocket
|
||
|
|
||
|
# fast build rule for target.
|
||
|
ixwebsocket\fast:
|
||
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
|
||
|
$(MAKE) -f ixwebsocket\CMakeFiles\ixwebsocket.dir\build.make /nologo -$(MAKEFLAGS) ixwebsocket\CMakeFiles\ixwebsocket.dir\build
|
||
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
|
||
|
.PHONY : ixwebsocket\fast
|
||
|
|
||
|
ixwebsocket\IXSocket.obj: ixwebsocket\IXSocket.cpp.obj
|
||
|
|
||
|
.PHONY : ixwebsocket\IXSocket.obj
|
||
|
|
||
|
# target to build an object file
|
||
|
ixwebsocket\IXSocket.cpp.obj:
|
||
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
|
||
|
$(MAKE) -f ixwebsocket\CMakeFiles\ixwebsocket.dir\build.make /nologo -$(MAKEFLAGS) ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocket.cpp.obj
|
||
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
|
||
|
.PHONY : ixwebsocket\IXSocket.cpp.obj
|
||
|
|
||
|
ixwebsocket\IXSocket.i: ixwebsocket\IXSocket.cpp.i
|
||
|
|
||
|
.PHONY : ixwebsocket\IXSocket.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
ixwebsocket\IXSocket.cpp.i:
|
||
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
|
||
|
$(MAKE) -f ixwebsocket\CMakeFiles\ixwebsocket.dir\build.make /nologo -$(MAKEFLAGS) ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocket.cpp.i
|
||
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
|
||
|
.PHONY : ixwebsocket\IXSocket.cpp.i
|
||
|
|
||
|
ixwebsocket\IXSocket.s: ixwebsocket\IXSocket.cpp.s
|
||
|
|
||
|
.PHONY : ixwebsocket\IXSocket.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
ixwebsocket\IXSocket.cpp.s:
|
||
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
|
||
|
$(MAKE) -f ixwebsocket\CMakeFiles\ixwebsocket.dir\build.make /nologo -$(MAKEFLAGS) ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocket.cpp.s
|
||
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
|
||
|
.PHONY : ixwebsocket\IXSocket.cpp.s
|
||
|
|
||
|
ixwebsocket\IXSocketOpenSSL.obj: ixwebsocket\IXSocketOpenSSL.cpp.obj
|
||
|
|
||
|
.PHONY : ixwebsocket\IXSocketOpenSSL.obj
|
||
|
|
||
|
# target to build an object file
|
||
|
ixwebsocket\IXSocketOpenSSL.cpp.obj:
|
||
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
|
||
|
$(MAKE) -f ixwebsocket\CMakeFiles\ixwebsocket.dir\build.make /nologo -$(MAKEFLAGS) ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocketOpenSSL.cpp.obj
|
||
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
|
||
|
.PHONY : ixwebsocket\IXSocketOpenSSL.cpp.obj
|
||
|
|
||
|
ixwebsocket\IXSocketOpenSSL.i: ixwebsocket\IXSocketOpenSSL.cpp.i
|
||
|
|
||
|
.PHONY : ixwebsocket\IXSocketOpenSSL.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
ixwebsocket\IXSocketOpenSSL.cpp.i:
|
||
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
|
||
|
$(MAKE) -f ixwebsocket\CMakeFiles\ixwebsocket.dir\build.make /nologo -$(MAKEFLAGS) ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocketOpenSSL.cpp.i
|
||
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
|
||
|
.PHONY : ixwebsocket\IXSocketOpenSSL.cpp.i
|
||
|
|
||
|
ixwebsocket\IXSocketOpenSSL.s: ixwebsocket\IXSocketOpenSSL.cpp.s
|
||
|
|
||
|
.PHONY : ixwebsocket\IXSocketOpenSSL.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
ixwebsocket\IXSocketOpenSSL.cpp.s:
|
||
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
|
||
|
$(MAKE) -f ixwebsocket\CMakeFiles\ixwebsocket.dir\build.make /nologo -$(MAKEFLAGS) ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXSocketOpenSSL.cpp.s
|
||
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
|
||
|
.PHONY : ixwebsocket\IXSocketOpenSSL.cpp.s
|
||
|
|
||
|
ixwebsocket\IXWebSocket.obj: ixwebsocket\IXWebSocket.cpp.obj
|
||
|
|
||
|
.PHONY : ixwebsocket\IXWebSocket.obj
|
||
|
|
||
|
# target to build an object file
|
||
|
ixwebsocket\IXWebSocket.cpp.obj:
|
||
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
|
||
|
$(MAKE) -f ixwebsocket\CMakeFiles\ixwebsocket.dir\build.make /nologo -$(MAKEFLAGS) ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocket.cpp.obj
|
||
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
|
||
|
.PHONY : ixwebsocket\IXWebSocket.cpp.obj
|
||
|
|
||
|
ixwebsocket\IXWebSocket.i: ixwebsocket\IXWebSocket.cpp.i
|
||
|
|
||
|
.PHONY : ixwebsocket\IXWebSocket.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
ixwebsocket\IXWebSocket.cpp.i:
|
||
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
|
||
|
$(MAKE) -f ixwebsocket\CMakeFiles\ixwebsocket.dir\build.make /nologo -$(MAKEFLAGS) ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocket.cpp.i
|
||
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
|
||
|
.PHONY : ixwebsocket\IXWebSocket.cpp.i
|
||
|
|
||
|
ixwebsocket\IXWebSocket.s: ixwebsocket\IXWebSocket.cpp.s
|
||
|
|
||
|
.PHONY : ixwebsocket\IXWebSocket.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
ixwebsocket\IXWebSocket.cpp.s:
|
||
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
|
||
|
$(MAKE) -f ixwebsocket\CMakeFiles\ixwebsocket.dir\build.make /nologo -$(MAKEFLAGS) ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocket.cpp.s
|
||
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
|
||
|
.PHONY : ixwebsocket\IXWebSocket.cpp.s
|
||
|
|
||
|
ixwebsocket\IXWebSocketTransport.obj: ixwebsocket\IXWebSocketTransport.cpp.obj
|
||
|
|
||
|
.PHONY : ixwebsocket\IXWebSocketTransport.obj
|
||
|
|
||
|
# target to build an object file
|
||
|
ixwebsocket\IXWebSocketTransport.cpp.obj:
|
||
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
|
||
|
$(MAKE) -f ixwebsocket\CMakeFiles\ixwebsocket.dir\build.make /nologo -$(MAKEFLAGS) ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocketTransport.cpp.obj
|
||
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
|
||
|
.PHONY : ixwebsocket\IXWebSocketTransport.cpp.obj
|
||
|
|
||
|
ixwebsocket\IXWebSocketTransport.i: ixwebsocket\IXWebSocketTransport.cpp.i
|
||
|
|
||
|
.PHONY : ixwebsocket\IXWebSocketTransport.i
|
||
|
|
||
|
# target to preprocess a source file
|
||
|
ixwebsocket\IXWebSocketTransport.cpp.i:
|
||
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
|
||
|
$(MAKE) -f ixwebsocket\CMakeFiles\ixwebsocket.dir\build.make /nologo -$(MAKEFLAGS) ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocketTransport.cpp.i
|
||
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
|
||
|
.PHONY : ixwebsocket\IXWebSocketTransport.cpp.i
|
||
|
|
||
|
ixwebsocket\IXWebSocketTransport.s: ixwebsocket\IXWebSocketTransport.cpp.s
|
||
|
|
||
|
.PHONY : ixwebsocket\IXWebSocketTransport.s
|
||
|
|
||
|
# target to generate assembly for a file
|
||
|
ixwebsocket\IXWebSocketTransport.cpp.s:
|
||
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
|
||
|
$(MAKE) -f ixwebsocket\CMakeFiles\ixwebsocket.dir\build.make /nologo -$(MAKEFLAGS) ixwebsocket\CMakeFiles\ixwebsocket.dir\ixwebsocket\IXWebSocketTransport.cpp.s
|
||
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
|
||
|
.PHONY : ixwebsocket\IXWebSocketTransport.cpp.s
|
||
|
|
||
|
# Help Target
|
||
|
help:
|
||
|
@echo The following are some of the valid targets for this Makefile:
|
||
|
@echo ... all (the default if no target is provided)
|
||
|
@echo ... clean
|
||
|
@echo ... depend
|
||
|
@echo ... ixwebsocket
|
||
|
@echo ... install/local
|
||
|
@echo ... install
|
||
|
@echo ... edit_cache
|
||
|
@echo ... rebuild_cache
|
||
|
@echo ... list_install_components
|
||
|
@echo ... ixwebsocket/IXSocket.obj
|
||
|
@echo ... ixwebsocket/IXSocket.i
|
||
|
@echo ... ixwebsocket/IXSocket.s
|
||
|
@echo ... ixwebsocket/IXSocketOpenSSL.obj
|
||
|
@echo ... ixwebsocket/IXSocketOpenSSL.i
|
||
|
@echo ... ixwebsocket/IXSocketOpenSSL.s
|
||
|
@echo ... ixwebsocket/IXWebSocket.obj
|
||
|
@echo ... ixwebsocket/IXWebSocket.i
|
||
|
@echo ... ixwebsocket/IXWebSocket.s
|
||
|
@echo ... ixwebsocket/IXWebSocketTransport.obj
|
||
|
@echo ... ixwebsocket/IXWebSocketTransport.i
|
||
|
@echo ... ixwebsocket/IXWebSocketTransport.s
|
||
|
.PHONY : help
|
||
|
|
||
|
|
||
|
|
||
|
#=============================================================================
|
||
|
# Special targets to cleanup operation of make.
|
||
|
|
||
|
# Special rule to run CMake to check the build system integrity.
|
||
|
# No rule that depends on this can have commands that come from listfiles
|
||
|
# because they might be regenerated.
|
||
|
cmake_check_build_system:
|
||
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat
|
||
|
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0
|
||
|
cd C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\ixwebsocket
|
||
|
.PHONY : cmake_check_build_system
|
||
|
|