# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.5

# 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:


# Remove some rules from gmake that .SUFFIXES does not remove.
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.

# The shell in which to execute make rules.
SHELL = /bin/sh

# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake

# The command to remove a file.
RM = /usr/bin/cmake -E remove -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/azprolog/azprolog/extern/libwebsockets

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/azprolog/azprolog/azprolog9.63-ubuntu16.04x32/build/libwebsockets

#=============================================================================
# Targets provided globally by CMake.

# Special rule for the target rebuild_cache
rebuild_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
	/usr/bin/cmake -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 edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
	/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache

# Special rule for the target edit_cache
edit_cache/fast: edit_cache

.PHONY : edit_cache/fast

# Special rule for the target package_source
package_source:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
	/usr/bin/cpack --config ./CPackSourceConfig.cmake /home/azprolog/azprolog/azprolog9.63-ubuntu16.04x32/build/libwebsockets/CPackSourceConfig.cmake
.PHONY : package_source

# Special rule for the target package_source
package_source/fast: package_source

.PHONY : package_source/fast

# Special rule for the target package
package: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
	/usr/bin/cpack --config ./CPackConfig.cmake
.PHONY : package

# Special rule for the target package
package/fast: package

.PHONY : package/fast

# Special rule for the target install/strip
install/strip: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
	/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip

# Special rule for the target install/strip
install/strip/fast: install/strip

.PHONY : install/strip/fast

# Special rule for the target install
install: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
	/usr/bin/cmake -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..."
	/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/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\" \"examples\" \"headers\" \"libraries\""
.PHONY : list_install_components

# Special rule for the target list_install_components
list_install_components/fast: list_install_components

.PHONY : list_install_components/fast

# Special rule for the target install/local
install/local: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
	/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local

# Special rule for the target install/local
install/local/fast: install/local

.PHONY : install/local/fast

# The main all target
all: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/azprolog/azprolog/azprolog9.63-ubuntu16.04x32/build/libwebsockets/CMakeFiles /home/azprolog/azprolog/azprolog9.63-ubuntu16.04x32/build/libwebsockets/CMakeFiles/progress.marks
	$(MAKE) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/azprolog/azprolog/azprolog9.63-ubuntu16.04x32/build/libwebsockets/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	$(MAKE) -f CMakeFiles/Makefile2 clean
.PHONY : clean

# The main clean target
clean/fast: clean

.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	$(MAKE) -f CMakeFiles/Makefile2 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 test-ping

# Build rule for target.
test-ping: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 test-ping
.PHONY : test-ping

# fast build rule for target.
test-ping/fast:
	$(MAKE) -f CMakeFiles/test-ping.dir/build.make CMakeFiles/test-ping.dir/build
.PHONY : test-ping/fast

#=============================================================================
# Target rules for targets named websockets_shared

# Build rule for target.
websockets_shared: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 websockets_shared
.PHONY : websockets_shared

# fast build rule for target.
websockets_shared/fast:
	$(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/build
.PHONY : websockets_shared/fast

#=============================================================================
# Target rules for targets named test-server-extpoll

# Build rule for target.
test-server-extpoll: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 test-server-extpoll
.PHONY : test-server-extpoll

# fast build rule for target.
test-server-extpoll/fast:
	$(MAKE) -f CMakeFiles/test-server-extpoll.dir/build.make CMakeFiles/test-server-extpoll.dir/build
.PHONY : test-server-extpoll/fast

#=============================================================================
# Target rules for targets named test-client

# Build rule for target.
test-client: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 test-client
.PHONY : test-client

# fast build rule for target.
test-client/fast:
	$(MAKE) -f CMakeFiles/test-client.dir/build.make CMakeFiles/test-client.dir/build
.PHONY : test-client/fast

#=============================================================================
# Target rules for targets named test-fraggle

# Build rule for target.
test-fraggle: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 test-fraggle
.PHONY : test-fraggle

# fast build rule for target.
test-fraggle/fast:
	$(MAKE) -f CMakeFiles/test-fraggle.dir/build.make CMakeFiles/test-fraggle.dir/build
.PHONY : test-fraggle/fast

#=============================================================================
# Target rules for targets named test-echo

# Build rule for target.
test-echo: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 test-echo
.PHONY : test-echo

# fast build rule for target.
test-echo/fast:
	$(MAKE) -f CMakeFiles/test-echo.dir/build.make CMakeFiles/test-echo.dir/build
.PHONY : test-echo/fast

#=============================================================================
# Target rules for targets named test-server

# Build rule for target.
test-server: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 test-server
.PHONY : test-server

# fast build rule for target.
test-server/fast:
	$(MAKE) -f CMakeFiles/test-server.dir/build.make CMakeFiles/test-server.dir/build
.PHONY : test-server/fast

#=============================================================================
# Target rules for targets named dist

# Build rule for target.
dist: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 dist
.PHONY : dist

# fast build rule for target.
dist/fast:
	$(MAKE) -f CMakeFiles/dist.dir/build.make CMakeFiles/dist.dir/build
.PHONY : dist/fast

#=============================================================================
# Target rules for targets named websockets

# Build rule for target.
websockets: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 websockets
.PHONY : websockets

# fast build rule for target.
websockets/fast:
	$(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/build
.PHONY : websockets/fast

lib/base64-decode.o: lib/base64-decode.c.o

.PHONY : lib/base64-decode.o

# target to build an object file
lib/base64-decode.c.o:
	$(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/lib/base64-decode.c.o
	$(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/lib/base64-decode.c.o
.PHONY : lib/base64-decode.c.o

lib/base64-decode.i: lib/base64-decode.c.i

.PHONY : lib/base64-decode.i

# target to preprocess a source file
lib/base64-decode.c.i:
	$(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/lib/base64-decode.c.i
	$(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/lib/base64-decode.c.i
.PHONY : lib/base64-decode.c.i

lib/base64-decode.s: lib/base64-decode.c.s

.PHONY : lib/base64-decode.s

# target to generate assembly for a file
lib/base64-decode.c.s:
	$(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/lib/base64-decode.c.s
	$(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/lib/base64-decode.c.s
.PHONY : lib/base64-decode.c.s

lib/client-handshake.o: lib/client-handshake.c.o

.PHONY : lib/client-handshake.o

# target to build an object file
lib/client-handshake.c.o:
	$(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/lib/client-handshake.c.o
	$(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/lib/client-handshake.c.o
.PHONY : lib/client-handshake.c.o

lib/client-handshake.i: lib/client-handshake.c.i

.PHONY : lib/client-handshake.i

# target to preprocess a source file
lib/client-handshake.c.i:
	$(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/lib/client-handshake.c.i
	$(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/lib/client-handshake.c.i
.PHONY : lib/client-handshake.c.i

lib/client-handshake.s: lib/client-handshake.c.s

.PHONY : lib/client-handshake.s

# target to generate assembly for a file
lib/client-handshake.c.s:
	$(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/lib/client-handshake.c.s
	$(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/lib/client-handshake.c.s
.PHONY : lib/client-handshake.c.s

lib/client-parser.o: lib/client-parser.c.o

.PHONY : lib/client-parser.o

# target to build an object file
lib/client-parser.c.o:
	$(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/lib/client-parser.c.o
	$(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/lib/client-parser.c.o
.PHONY : lib/client-parser.c.o

lib/client-parser.i: lib/client-parser.c.i

.PHONY : lib/client-parser.i

# target to preprocess a source file
lib/client-parser.c.i:
	$(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/lib/client-parser.c.i
	$(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/lib/client-parser.c.i
.PHONY : lib/client-parser.c.i

lib/client-parser.s: lib/client-parser.c.s

.PHONY : lib/client-parser.s

# target to generate assembly for a file
lib/client-parser.c.s:
	$(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/lib/client-parser.c.s
	$(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/lib/client-parser.c.s
.PHONY : lib/client-parser.c.s

lib/client.o: lib/client.c.o

.PHONY : lib/client.o

# target to build an object file
lib/client.c.o:
	$(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/lib/client.c.o
	$(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/lib/client.c.o
.PHONY : lib/client.c.o

lib/client.i: lib/client.c.i

.PHONY : lib/client.i

# target to preprocess a source file
lib/client.c.i:
	$(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/lib/client.c.i
	$(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/lib/client.c.i
.PHONY : lib/client.c.i

lib/client.s: lib/client.c.s

.PHONY : lib/client.s

# target to generate assembly for a file
lib/client.c.s:
	$(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/lib/client.c.s
	$(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/lib/client.c.s
.PHONY : lib/client.c.s

lib/daemonize.o: lib/daemonize.c.o

.PHONY : lib/daemonize.o

# target to build an object file
lib/daemonize.c.o:
	$(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/lib/daemonize.c.o
	$(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/lib/daemonize.c.o
.PHONY : lib/daemonize.c.o

lib/daemonize.i: lib/daemonize.c.i

.PHONY : lib/daemonize.i

# target to preprocess a source file
lib/daemonize.c.i:
	$(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/lib/daemonize.c.i
	$(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/lib/daemonize.c.i
.PHONY : lib/daemonize.c.i

lib/daemonize.s: lib/daemonize.c.s

.PHONY : lib/daemonize.s

# target to generate assembly for a file
lib/daemonize.c.s:
	$(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/lib/daemonize.c.s
	$(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/lib/daemonize.c.s
.PHONY : lib/daemonize.c.s

lib/extension-deflate-frame.o: lib/extension-deflate-frame.c.o

.PHONY : lib/extension-deflate-frame.o

# target to build an object file
lib/extension-deflate-frame.c.o:
	$(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/lib/extension-deflate-frame.c.o
	$(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/lib/extension-deflate-frame.c.o
.PHONY : lib/extension-deflate-frame.c.o

lib/extension-deflate-frame.i: lib/extension-deflate-frame.c.i

.PHONY : lib/extension-deflate-frame.i

# target to preprocess a source file
lib/extension-deflate-frame.c.i:
	$(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/lib/extension-deflate-frame.c.i
	$(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/lib/extension-deflate-frame.c.i
.PHONY : lib/extension-deflate-frame.c.i

lib/extension-deflate-frame.s: lib/extension-deflate-frame.c.s

.PHONY : lib/extension-deflate-frame.s

# target to generate assembly for a file
lib/extension-deflate-frame.c.s:
	$(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/lib/extension-deflate-frame.c.s
	$(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/lib/extension-deflate-frame.c.s
.PHONY : lib/extension-deflate-frame.c.s

lib/extension-deflate-stream.o: lib/extension-deflate-stream.c.o

.PHONY : lib/extension-deflate-stream.o

# target to build an object file
lib/extension-deflate-stream.c.o:
	$(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/lib/extension-deflate-stream.c.o
	$(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/lib/extension-deflate-stream.c.o
.PHONY : lib/extension-deflate-stream.c.o

lib/extension-deflate-stream.i: lib/extension-deflate-stream.c.i

.PHONY : lib/extension-deflate-stream.i

# target to preprocess a source file
lib/extension-deflate-stream.c.i:
	$(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/lib/extension-deflate-stream.c.i
	$(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/lib/extension-deflate-stream.c.i
.PHONY : lib/extension-deflate-stream.c.i

lib/extension-deflate-stream.s: lib/extension-deflate-stream.c.s

.PHONY : lib/extension-deflate-stream.s

# target to generate assembly for a file
lib/extension-deflate-stream.c.s:
	$(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/lib/extension-deflate-stream.c.s
	$(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/lib/extension-deflate-stream.c.s
.PHONY : lib/extension-deflate-stream.c.s

lib/extension.o: lib/extension.c.o

.PHONY : lib/extension.o

# target to build an object file
lib/extension.c.o:
	$(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/lib/extension.c.o
	$(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/lib/extension.c.o
.PHONY : lib/extension.c.o

lib/extension.i: lib/extension.c.i

.PHONY : lib/extension.i

# target to preprocess a source file
lib/extension.c.i:
	$(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/lib/extension.c.i
	$(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/lib/extension.c.i
.PHONY : lib/extension.c.i

lib/extension.s: lib/extension.c.s

.PHONY : lib/extension.s

# target to generate assembly for a file
lib/extension.c.s:
	$(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/lib/extension.c.s
	$(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/lib/extension.c.s
.PHONY : lib/extension.c.s

lib/handshake.o: lib/handshake.c.o

.PHONY : lib/handshake.o

# target to build an object file
lib/handshake.c.o:
	$(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/lib/handshake.c.o
	$(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/lib/handshake.c.o
.PHONY : lib/handshake.c.o

lib/handshake.i: lib/handshake.c.i

.PHONY : lib/handshake.i

# target to preprocess a source file
lib/handshake.c.i:
	$(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/lib/handshake.c.i
	$(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/lib/handshake.c.i
.PHONY : lib/handshake.c.i

lib/handshake.s: lib/handshake.c.s

.PHONY : lib/handshake.s

# target to generate assembly for a file
lib/handshake.c.s:
	$(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/lib/handshake.c.s
	$(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/lib/handshake.c.s
.PHONY : lib/handshake.c.s

lib/libwebsockets.o: lib/libwebsockets.c.o

.PHONY : lib/libwebsockets.o

# target to build an object file
lib/libwebsockets.c.o:
	$(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/lib/libwebsockets.c.o
	$(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/lib/libwebsockets.c.o
.PHONY : lib/libwebsockets.c.o

lib/libwebsockets.i: lib/libwebsockets.c.i

.PHONY : lib/libwebsockets.i

# target to preprocess a source file
lib/libwebsockets.c.i:
	$(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/lib/libwebsockets.c.i
	$(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/lib/libwebsockets.c.i
.PHONY : lib/libwebsockets.c.i

lib/libwebsockets.s: lib/libwebsockets.c.s

.PHONY : lib/libwebsockets.s

# target to generate assembly for a file
lib/libwebsockets.c.s:
	$(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/lib/libwebsockets.c.s
	$(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/lib/libwebsockets.c.s
.PHONY : lib/libwebsockets.c.s

lib/output.o: lib/output.c.o

.PHONY : lib/output.o

# target to build an object file
lib/output.c.o:
	$(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/lib/output.c.o
	$(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/lib/output.c.o
.PHONY : lib/output.c.o

lib/output.i: lib/output.c.i

.PHONY : lib/output.i

# target to preprocess a source file
lib/output.c.i:
	$(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/lib/output.c.i
	$(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/lib/output.c.i
.PHONY : lib/output.c.i

lib/output.s: lib/output.c.s

.PHONY : lib/output.s

# target to generate assembly for a file
lib/output.c.s:
	$(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/lib/output.c.s
	$(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/lib/output.c.s
.PHONY : lib/output.c.s

lib/parsers.o: lib/parsers.c.o

.PHONY : lib/parsers.o

# target to build an object file
lib/parsers.c.o:
	$(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/lib/parsers.c.o
	$(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/lib/parsers.c.o
.PHONY : lib/parsers.c.o

lib/parsers.i: lib/parsers.c.i

.PHONY : lib/parsers.i

# target to preprocess a source file
lib/parsers.c.i:
	$(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/lib/parsers.c.i
	$(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/lib/parsers.c.i
.PHONY : lib/parsers.c.i

lib/parsers.s: lib/parsers.c.s

.PHONY : lib/parsers.s

# target to generate assembly for a file
lib/parsers.c.s:
	$(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/lib/parsers.c.s
	$(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/lib/parsers.c.s
.PHONY : lib/parsers.c.s

lib/server-handshake.o: lib/server-handshake.c.o

.PHONY : lib/server-handshake.o

# target to build an object file
lib/server-handshake.c.o:
	$(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/lib/server-handshake.c.o
	$(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/lib/server-handshake.c.o
.PHONY : lib/server-handshake.c.o

lib/server-handshake.i: lib/server-handshake.c.i

.PHONY : lib/server-handshake.i

# target to preprocess a source file
lib/server-handshake.c.i:
	$(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/lib/server-handshake.c.i
	$(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/lib/server-handshake.c.i
.PHONY : lib/server-handshake.c.i

lib/server-handshake.s: lib/server-handshake.c.s

.PHONY : lib/server-handshake.s

# target to generate assembly for a file
lib/server-handshake.c.s:
	$(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/lib/server-handshake.c.s
	$(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/lib/server-handshake.c.s
.PHONY : lib/server-handshake.c.s

lib/server.o: lib/server.c.o

.PHONY : lib/server.o

# target to build an object file
lib/server.c.o:
	$(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/lib/server.c.o
	$(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/lib/server.c.o
.PHONY : lib/server.c.o

lib/server.i: lib/server.c.i

.PHONY : lib/server.i

# target to preprocess a source file
lib/server.c.i:
	$(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/lib/server.c.i
	$(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/lib/server.c.i
.PHONY : lib/server.c.i

lib/server.s: lib/server.c.s

.PHONY : lib/server.s

# target to generate assembly for a file
lib/server.c.s:
	$(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/lib/server.c.s
	$(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/lib/server.c.s
.PHONY : lib/server.c.s

lib/sha-1.o: lib/sha-1.c.o

.PHONY : lib/sha-1.o

# target to build an object file
lib/sha-1.c.o:
	$(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/lib/sha-1.c.o
	$(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/lib/sha-1.c.o
.PHONY : lib/sha-1.c.o

lib/sha-1.i: lib/sha-1.c.i

.PHONY : lib/sha-1.i

# target to preprocess a source file
lib/sha-1.c.i:
	$(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/lib/sha-1.c.i
	$(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/lib/sha-1.c.i
.PHONY : lib/sha-1.c.i

lib/sha-1.s: lib/sha-1.c.s

.PHONY : lib/sha-1.s

# target to generate assembly for a file
lib/sha-1.c.s:
	$(MAKE) -f CMakeFiles/websockets_shared.dir/build.make CMakeFiles/websockets_shared.dir/lib/sha-1.c.s
	$(MAKE) -f CMakeFiles/websockets.dir/build.make CMakeFiles/websockets.dir/lib/sha-1.c.s
.PHONY : lib/sha-1.c.s

test-server/test-client.o: test-server/test-client.c.o

.PHONY : test-server/test-client.o

# target to build an object file
test-server/test-client.c.o:
	$(MAKE) -f CMakeFiles/test-client.dir/build.make CMakeFiles/test-client.dir/test-server/test-client.c.o
.PHONY : test-server/test-client.c.o

test-server/test-client.i: test-server/test-client.c.i

.PHONY : test-server/test-client.i

# target to preprocess a source file
test-server/test-client.c.i:
	$(MAKE) -f CMakeFiles/test-client.dir/build.make CMakeFiles/test-client.dir/test-server/test-client.c.i
.PHONY : test-server/test-client.c.i

test-server/test-client.s: test-server/test-client.c.s

.PHONY : test-server/test-client.s

# target to generate assembly for a file
test-server/test-client.c.s:
	$(MAKE) -f CMakeFiles/test-client.dir/build.make CMakeFiles/test-client.dir/test-server/test-client.c.s
.PHONY : test-server/test-client.c.s

test-server/test-echo.o: test-server/test-echo.c.o

.PHONY : test-server/test-echo.o

# target to build an object file
test-server/test-echo.c.o:
	$(MAKE) -f CMakeFiles/test-echo.dir/build.make CMakeFiles/test-echo.dir/test-server/test-echo.c.o
.PHONY : test-server/test-echo.c.o

test-server/test-echo.i: test-server/test-echo.c.i

.PHONY : test-server/test-echo.i

# target to preprocess a source file
test-server/test-echo.c.i:
	$(MAKE) -f CMakeFiles/test-echo.dir/build.make CMakeFiles/test-echo.dir/test-server/test-echo.c.i
.PHONY : test-server/test-echo.c.i

test-server/test-echo.s: test-server/test-echo.c.s

.PHONY : test-server/test-echo.s

# target to generate assembly for a file
test-server/test-echo.c.s:
	$(MAKE) -f CMakeFiles/test-echo.dir/build.make CMakeFiles/test-echo.dir/test-server/test-echo.c.s
.PHONY : test-server/test-echo.c.s

test-server/test-fraggle.o: test-server/test-fraggle.c.o

.PHONY : test-server/test-fraggle.o

# target to build an object file
test-server/test-fraggle.c.o:
	$(MAKE) -f CMakeFiles/test-fraggle.dir/build.make CMakeFiles/test-fraggle.dir/test-server/test-fraggle.c.o
.PHONY : test-server/test-fraggle.c.o

test-server/test-fraggle.i: test-server/test-fraggle.c.i

.PHONY : test-server/test-fraggle.i

# target to preprocess a source file
test-server/test-fraggle.c.i:
	$(MAKE) -f CMakeFiles/test-fraggle.dir/build.make CMakeFiles/test-fraggle.dir/test-server/test-fraggle.c.i
.PHONY : test-server/test-fraggle.c.i

test-server/test-fraggle.s: test-server/test-fraggle.c.s

.PHONY : test-server/test-fraggle.s

# target to generate assembly for a file
test-server/test-fraggle.c.s:
	$(MAKE) -f CMakeFiles/test-fraggle.dir/build.make CMakeFiles/test-fraggle.dir/test-server/test-fraggle.c.s
.PHONY : test-server/test-fraggle.c.s

test-server/test-ping.o: test-server/test-ping.c.o

.PHONY : test-server/test-ping.o

# target to build an object file
test-server/test-ping.c.o:
	$(MAKE) -f CMakeFiles/test-ping.dir/build.make CMakeFiles/test-ping.dir/test-server/test-ping.c.o
.PHONY : test-server/test-ping.c.o

test-server/test-ping.i: test-server/test-ping.c.i

.PHONY : test-server/test-ping.i

# target to preprocess a source file
test-server/test-ping.c.i:
	$(MAKE) -f CMakeFiles/test-ping.dir/build.make CMakeFiles/test-ping.dir/test-server/test-ping.c.i
.PHONY : test-server/test-ping.c.i

test-server/test-ping.s: test-server/test-ping.c.s

.PHONY : test-server/test-ping.s

# target to generate assembly for a file
test-server/test-ping.c.s:
	$(MAKE) -f CMakeFiles/test-ping.dir/build.make CMakeFiles/test-ping.dir/test-server/test-ping.c.s
.PHONY : test-server/test-ping.c.s

test-server/test-server.o: test-server/test-server.c.o

.PHONY : test-server/test-server.o

# target to build an object file
test-server/test-server.c.o:
	$(MAKE) -f CMakeFiles/test-server-extpoll.dir/build.make CMakeFiles/test-server-extpoll.dir/test-server/test-server.c.o
	$(MAKE) -f CMakeFiles/test-server.dir/build.make CMakeFiles/test-server.dir/test-server/test-server.c.o
.PHONY : test-server/test-server.c.o

test-server/test-server.i: test-server/test-server.c.i

.PHONY : test-server/test-server.i

# target to preprocess a source file
test-server/test-server.c.i:
	$(MAKE) -f CMakeFiles/test-server-extpoll.dir/build.make CMakeFiles/test-server-extpoll.dir/test-server/test-server.c.i
	$(MAKE) -f CMakeFiles/test-server.dir/build.make CMakeFiles/test-server.dir/test-server/test-server.c.i
.PHONY : test-server/test-server.c.i

test-server/test-server.s: test-server/test-server.c.s

.PHONY : test-server/test-server.s

# target to generate assembly for a file
test-server/test-server.c.s:
	$(MAKE) -f CMakeFiles/test-server-extpoll.dir/build.make CMakeFiles/test-server-extpoll.dir/test-server/test-server.c.s
	$(MAKE) -f CMakeFiles/test-server.dir/build.make CMakeFiles/test-server.dir/test-server/test-server.c.s
.PHONY : test-server/test-server.c.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 "... rebuild_cache"
	@echo "... edit_cache"
	@echo "... package_source"
	@echo "... package"
	@echo "... install/strip"
	@echo "... install"
	@echo "... test-ping"
	@echo "... websockets_shared"
	@echo "... test-server-extpoll"
	@echo "... test-client"
	@echo "... list_install_components"
	@echo "... test-fraggle"
	@echo "... test-echo"
	@echo "... test-server"
	@echo "... dist"
	@echo "... websockets"
	@echo "... install/local"
	@echo "... lib/base64-decode.o"
	@echo "... lib/base64-decode.i"
	@echo "... lib/base64-decode.s"
	@echo "... lib/client-handshake.o"
	@echo "... lib/client-handshake.i"
	@echo "... lib/client-handshake.s"
	@echo "... lib/client-parser.o"
	@echo "... lib/client-parser.i"
	@echo "... lib/client-parser.s"
	@echo "... lib/client.o"
	@echo "... lib/client.i"
	@echo "... lib/client.s"
	@echo "... lib/daemonize.o"
	@echo "... lib/daemonize.i"
	@echo "... lib/daemonize.s"
	@echo "... lib/extension-deflate-frame.o"
	@echo "... lib/extension-deflate-frame.i"
	@echo "... lib/extension-deflate-frame.s"
	@echo "... lib/extension-deflate-stream.o"
	@echo "... lib/extension-deflate-stream.i"
	@echo "... lib/extension-deflate-stream.s"
	@echo "... lib/extension.o"
	@echo "... lib/extension.i"
	@echo "... lib/extension.s"
	@echo "... lib/handshake.o"
	@echo "... lib/handshake.i"
	@echo "... lib/handshake.s"
	@echo "... lib/libwebsockets.o"
	@echo "... lib/libwebsockets.i"
	@echo "... lib/libwebsockets.s"
	@echo "... lib/output.o"
	@echo "... lib/output.i"
	@echo "... lib/output.s"
	@echo "... lib/parsers.o"
	@echo "... lib/parsers.i"
	@echo "... lib/parsers.s"
	@echo "... lib/server-handshake.o"
	@echo "... lib/server-handshake.i"
	@echo "... lib/server-handshake.s"
	@echo "... lib/server.o"
	@echo "... lib/server.i"
	@echo "... lib/server.s"
	@echo "... lib/sha-1.o"
	@echo "... lib/sha-1.i"
	@echo "... lib/sha-1.s"
	@echo "... test-server/test-client.o"
	@echo "... test-server/test-client.i"
	@echo "... test-server/test-client.s"
	@echo "... test-server/test-echo.o"
	@echo "... test-server/test-echo.i"
	@echo "... test-server/test-echo.s"
	@echo "... test-server/test-fraggle.o"
	@echo "... test-server/test-fraggle.i"
	@echo "... test-server/test-fraggle.s"
	@echo "... test-server/test-ping.o"
	@echo "... test-server/test-ping.i"
	@echo "... test-server/test-ping.s"
	@echo "... test-server/test-server.o"
	@echo "... test-server/test-server.i"
	@echo "... test-server/test-server.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

