Benjamin Sergeant b68a4c26f2 win port wip
2018-10-08 18:24:40 -07:00

231 lines
7.5 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
$(CMAKE_COMMAND) -E cmake_progress_start C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\CMakeFiles C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\CMakeFiles\progress.marks
$(MAKE) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) all
$(CMAKE_COMMAND) -E cmake_progress_start C:\Users\user\Documents\GitHub\IXWebSocket\examples\chat\CMakeFiles 0
.PHONY : all
# The main clean target
clean:
$(MAKE) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) clean
.PHONY : clean
# The main clean target
clean\fast: clean
.PHONY : clean\fast
# Prepare targets for installation.
preinstall: all
$(MAKE) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall\fast:
$(MAKE) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) preinstall
.PHONY : preinstall\fast
# clear depends
depend:
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1
.PHONY : depend
#=============================================================================
# Target rules for targets named cmd_websocket_chat
# Build rule for target.
cmd_websocket_chat: cmake_check_build_system
$(MAKE) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) cmd_websocket_chat
.PHONY : cmd_websocket_chat
# fast build rule for target.
cmd_websocket_chat\fast:
$(MAKE) -f CMakeFiles\cmd_websocket_chat.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\cmd_websocket_chat.dir\build
.PHONY : cmd_websocket_chat\fast
#=============================================================================
# Target rules for targets named ixwebsocket
# Build rule for target.
ixwebsocket: cmake_check_build_system
$(MAKE) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) ixwebsocket
.PHONY : ixwebsocket
# fast build rule for target.
ixwebsocket\fast:
$(MAKE) -f ixwebsocket\CMakeFiles\ixwebsocket.dir\build.make /nologo -$(MAKEFLAGS) ixwebsocket\CMakeFiles\ixwebsocket.dir\build
.PHONY : ixwebsocket\fast
cmd_websocket_chat.obj: cmd_websocket_chat.cpp.obj
.PHONY : cmd_websocket_chat.obj
# target to build an object file
cmd_websocket_chat.cpp.obj:
$(MAKE) -f CMakeFiles\cmd_websocket_chat.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\cmd_websocket_chat.dir\cmd_websocket_chat.cpp.obj
.PHONY : cmd_websocket_chat.cpp.obj
cmd_websocket_chat.i: cmd_websocket_chat.cpp.i
.PHONY : cmd_websocket_chat.i
# target to preprocess a source file
cmd_websocket_chat.cpp.i:
$(MAKE) -f CMakeFiles\cmd_websocket_chat.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\cmd_websocket_chat.dir\cmd_websocket_chat.cpp.i
.PHONY : cmd_websocket_chat.cpp.i
cmd_websocket_chat.s: cmd_websocket_chat.cpp.s
.PHONY : cmd_websocket_chat.s
# target to generate assembly for a file
cmd_websocket_chat.cpp.s:
$(MAKE) -f CMakeFiles\cmd_websocket_chat.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\cmd_websocket_chat.dir\cmd_websocket_chat.cpp.s
.PHONY : cmd_websocket_chat.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 ... cmd_websocket_chat
@echo ... install/local
@echo ... install
@echo ... edit_cache
@echo ... rebuild_cache
@echo ... list_install_components
@echo ... ixwebsocket
@echo ... cmd_websocket_chat.obj
@echo ... cmd_websocket_chat.i
@echo ... cmd_websocket_chat.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:
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0
.PHONY : cmake_check_build_system