From 8f8ef7a4d0d9534170078d00c39f7eb979831a51 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 28 Feb 2026 07:40:02 +0000 Subject: [PATCH 1/3] Initial plan From 95b2fb6b7da22cdacdc53cd0dcce7e4fbb246090 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 28 Feb 2026 07:44:15 +0000 Subject: [PATCH 2/3] Fix memory leak in wintls.c: free CredHandle after FreeCredentialsHandle Co-authored-by: ithewei <26049660+ithewei@users.noreply.github.com> --- _codeql_build_dir/CPackConfig.cmake | 75 + _codeql_build_dir/CPackSourceConfig.cmake | 83 + _codeql_build_dir/Makefile | 2538 +++++++++++++++++ _codeql_build_dir/etc/hmain_test.conf | 13 + _codeql_build_dir/etc/httpd.conf | 54 + _codeql_build_dir/etc/nginx.conf | 37 + _codeql_build_dir/examples/Makefile | 1459 ++++++++++ .../examples/etc/hmain_test.conf | 13 + _codeql_build_dir/examples/etc/httpd.conf | 54 + _codeql_build_dir/examples/etc/nginx.conf | 37 + _codeql_detected_source_root | 1 + hconfig.h | 10 +- ssl/wintls.c | 1 + 13 files changed, 4370 insertions(+), 5 deletions(-) create mode 100644 _codeql_build_dir/CPackConfig.cmake create mode 100644 _codeql_build_dir/CPackSourceConfig.cmake create mode 100644 _codeql_build_dir/Makefile create mode 100644 _codeql_build_dir/etc/hmain_test.conf create mode 100644 _codeql_build_dir/etc/httpd.conf create mode 100644 _codeql_build_dir/etc/nginx.conf create mode 100644 _codeql_build_dir/examples/Makefile create mode 100644 _codeql_build_dir/examples/etc/hmain_test.conf create mode 100644 _codeql_build_dir/examples/etc/httpd.conf create mode 100644 _codeql_build_dir/examples/etc/nginx.conf create mode 120000 _codeql_detected_source_root diff --git a/_codeql_build_dir/CPackConfig.cmake b/_codeql_build_dir/CPackConfig.cmake new file mode 100644 index 000000000..0f1dfd2b6 --- /dev/null +++ b/_codeql_build_dir/CPackConfig.cmake @@ -0,0 +1,75 @@ +# This file will be configured to contain variables for CPack. These variables +# should be set in the CMake list file of the project before CPack module is +# included. The list of available CPACK_xxx variables and their associated +# documentation may be obtained using +# cpack --help-variable-list +# +# Some variables are common to all generators (e.g. CPACK_PACKAGE_NAME) +# and some are specific to a generator +# (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables +# usually begin with CPACK__xxxx. + + +set(CPACK_BUILD_SOURCE_DIRS "/home/runner/work/libhv/libhv;/home/runner/work/libhv/libhv/_codeql_build_dir") +set(CPACK_CMAKE_GENERATOR "Unix Makefiles") +set(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE") +set(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE") +set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_FILE "/usr/local/share/cmake-3.31/Templates/CPack.GenericDescription.txt") +set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_SUMMARY "hv built using CMake") +set(CPACK_DMG_SLA_USE_RESOURCE_FILE_LICENSE "ON") +set(CPACK_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION "ON") +set(CPACK_GENERATOR "TGZ;DEB;RPM") +set(CPACK_INNOSETUP_ARCHITECTURE "x64") +set(CPACK_INSTALL_CMAKE_PROJECTS "/home/runner/work/libhv/libhv/_codeql_build_dir;hv;ALL;/") +set(CPACK_INSTALL_PREFIX "/usr/local") +set(CPACK_MODULE_PATH "/home/runner/work/libhv/libhv/cmake;") +set(CPACK_NSIS_DISPLAY_NAME "libhv 1.3.4") +set(CPACK_NSIS_INSTALLER_ICON_CODE "") +set(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "") +set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES") +set(CPACK_NSIS_PACKAGE_NAME "libhv 1.3.4") +set(CPACK_NSIS_UNINSTALL_NAME "Uninstall") +set(CPACK_OBJCOPY_EXECUTABLE "/usr/bin/objcopy") +set(CPACK_OBJDUMP_EXECUTABLE "/usr/bin/objdump") +set(CPACK_OUTPUT_CONFIG_FILE "/home/runner/work/libhv/libhv/_codeql_build_dir/CPackConfig.cmake") +set(CPACK_PACKAGE_CONTACT "ithewei ") +set(CPACK_PACKAGE_DEBUG "True") +set(CPACK_PACKAGE_DEFAULT_LOCATION "/") +set(CPACK_PACKAGE_DESCRIPTION_FILE "/usr/local/share/cmake-3.31/Templates/CPack.GenericDescription.txt") +set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "A high-performance C/C++ network library") +set(CPACK_PACKAGE_FILE_NAME "libhv-1.3.4-x86_64") +set(CPACK_PACKAGE_INSTALL_DIRECTORY "libhv 1.3.4") +set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "libhv 1.3.4") +set(CPACK_PACKAGE_NAME "libhv") +set(CPACK_PACKAGE_RELEASE "1") +set(CPACK_PACKAGE_RELOCATABLE "true") +set(CPACK_PACKAGE_VENDOR "libhv") +set(CPACK_PACKAGE_VERSION "1.3.4") +set(CPACK_PACKAGE_VERSION_MAJOR "1") +set(CPACK_PACKAGE_VERSION_MINOR "3") +set(CPACK_PACKAGE_VERSION_PATCH "4") +set(CPACK_READELF_EXECUTABLE "/usr/bin/readelf") +set(CPACK_RESOURCE_FILE_LICENSE "/home/runner/work/libhv/libhv/LICENSE") +set(CPACK_RESOURCE_FILE_README "/home/runner/work/libhv/libhv/README.md") +set(CPACK_RESOURCE_FILE_WELCOME "/usr/local/share/cmake-3.31/Templates/CPack.GenericWelcome.txt") +set(CPACK_SET_DESTDIR "OFF") +set(CPACK_SOURCE_GENERATOR "TBZ2;TGZ;TXZ;TZ") +set(CPACK_SOURCE_OUTPUT_CONFIG_FILE "/home/runner/work/libhv/libhv/_codeql_build_dir/CPackSourceConfig.cmake") +set(CPACK_SOURCE_RPM "OFF") +set(CPACK_SOURCE_TBZ2 "ON") +set(CPACK_SOURCE_TGZ "ON") +set(CPACK_SOURCE_TXZ "ON") +set(CPACK_SOURCE_TZ "ON") +set(CPACK_SOURCE_ZIP "OFF") +set(CPACK_SYSTEM_NAME "Linux") +set(CPACK_THREADS "1") +set(CPACK_TOPLEVEL_TAG "Linux") +set(CPACK_WIX_SIZEOF_VOID_P "8") + +if(NOT CPACK_PROPERTIES_FILE) + set(CPACK_PROPERTIES_FILE "/home/runner/work/libhv/libhv/_codeql_build_dir/CPackProperties.cmake") +endif() + +if(EXISTS ${CPACK_PROPERTIES_FILE}) + include(${CPACK_PROPERTIES_FILE}) +endif() diff --git a/_codeql_build_dir/CPackSourceConfig.cmake b/_codeql_build_dir/CPackSourceConfig.cmake new file mode 100644 index 000000000..d4b7b42e6 --- /dev/null +++ b/_codeql_build_dir/CPackSourceConfig.cmake @@ -0,0 +1,83 @@ +# This file will be configured to contain variables for CPack. These variables +# should be set in the CMake list file of the project before CPack module is +# included. The list of available CPACK_xxx variables and their associated +# documentation may be obtained using +# cpack --help-variable-list +# +# Some variables are common to all generators (e.g. CPACK_PACKAGE_NAME) +# and some are specific to a generator +# (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables +# usually begin with CPACK__xxxx. + + +set(CPACK_BUILD_SOURCE_DIRS "/home/runner/work/libhv/libhv;/home/runner/work/libhv/libhv/_codeql_build_dir") +set(CPACK_CMAKE_GENERATOR "Unix Makefiles") +set(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE") +set(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE") +set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_FILE "/usr/local/share/cmake-3.31/Templates/CPack.GenericDescription.txt") +set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_SUMMARY "hv built using CMake") +set(CPACK_DMG_SLA_USE_RESOURCE_FILE_LICENSE "ON") +set(CPACK_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION "ON") +set(CPACK_GENERATOR "TBZ2;TGZ;TXZ;TZ") +set(CPACK_IGNORE_FILES "/CVS/;/\\.svn/;/\\.bzr/;/\\.hg/;/\\.git/;\\.swp\$;\\.#;/#") +set(CPACK_INNOSETUP_ARCHITECTURE "x64") +set(CPACK_INSTALLED_DIRECTORIES "/home/runner/work/libhv/libhv;/") +set(CPACK_INSTALL_CMAKE_PROJECTS "") +set(CPACK_INSTALL_PREFIX "/usr/local") +set(CPACK_MODULE_PATH "/home/runner/work/libhv/libhv/cmake;") +set(CPACK_NSIS_DISPLAY_NAME "libhv 1.3.4") +set(CPACK_NSIS_INSTALLER_ICON_CODE "") +set(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "") +set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES") +set(CPACK_NSIS_PACKAGE_NAME "libhv 1.3.4") +set(CPACK_NSIS_UNINSTALL_NAME "Uninstall") +set(CPACK_OBJCOPY_EXECUTABLE "/usr/bin/objcopy") +set(CPACK_OBJDUMP_EXECUTABLE "/usr/bin/objdump") +set(CPACK_OUTPUT_CONFIG_FILE "/home/runner/work/libhv/libhv/_codeql_build_dir/CPackConfig.cmake") +set(CPACK_PACKAGE_CONTACT "ithewei ") +set(CPACK_PACKAGE_DEBUG "True") +set(CPACK_PACKAGE_DEFAULT_LOCATION "/") +set(CPACK_PACKAGE_DESCRIPTION_FILE "/usr/local/share/cmake-3.31/Templates/CPack.GenericDescription.txt") +set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "A high-performance C/C++ network library") +set(CPACK_PACKAGE_FILE_NAME "libhv-1.3.4-Source") +set(CPACK_PACKAGE_INSTALL_DIRECTORY "libhv 1.3.4") +set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "libhv 1.3.4") +set(CPACK_PACKAGE_NAME "libhv") +set(CPACK_PACKAGE_RELEASE "1") +set(CPACK_PACKAGE_RELOCATABLE "true") +set(CPACK_PACKAGE_VENDOR "libhv") +set(CPACK_PACKAGE_VERSION "1.3.4") +set(CPACK_PACKAGE_VERSION_MAJOR "1") +set(CPACK_PACKAGE_VERSION_MINOR "3") +set(CPACK_PACKAGE_VERSION_PATCH "4") +set(CPACK_READELF_EXECUTABLE "/usr/bin/readelf") +set(CPACK_RESOURCE_FILE_LICENSE "/home/runner/work/libhv/libhv/LICENSE") +set(CPACK_RESOURCE_FILE_README "/home/runner/work/libhv/libhv/README.md") +set(CPACK_RESOURCE_FILE_WELCOME "/usr/local/share/cmake-3.31/Templates/CPack.GenericWelcome.txt") +set(CPACK_RPM_PACKAGE_SOURCES "ON") +set(CPACK_SET_DESTDIR "OFF") +set(CPACK_SOURCE_GENERATOR "TBZ2;TGZ;TXZ;TZ") +set(CPACK_SOURCE_IGNORE_FILES "/CVS/;/\\.svn/;/\\.bzr/;/\\.hg/;/\\.git/;\\.swp\$;\\.#;/#") +set(CPACK_SOURCE_INSTALLED_DIRECTORIES "/home/runner/work/libhv/libhv;/") +set(CPACK_SOURCE_OUTPUT_CONFIG_FILE "/home/runner/work/libhv/libhv/_codeql_build_dir/CPackSourceConfig.cmake") +set(CPACK_SOURCE_PACKAGE_FILE_NAME "libhv-1.3.4-Source") +set(CPACK_SOURCE_RPM "OFF") +set(CPACK_SOURCE_TBZ2 "ON") +set(CPACK_SOURCE_TGZ "ON") +set(CPACK_SOURCE_TOPLEVEL_TAG "Linux-Source") +set(CPACK_SOURCE_TXZ "ON") +set(CPACK_SOURCE_TZ "ON") +set(CPACK_SOURCE_ZIP "OFF") +set(CPACK_STRIP_FILES "") +set(CPACK_SYSTEM_NAME "Linux") +set(CPACK_THREADS "1") +set(CPACK_TOPLEVEL_TAG "Linux-Source") +set(CPACK_WIX_SIZEOF_VOID_P "8") + +if(NOT CPACK_PROPERTIES_FILE) + set(CPACK_PROPERTIES_FILE "/home/runner/work/libhv/libhv/_codeql_build_dir/CPackProperties.cmake") +endif() + +if(EXISTS ${CPACK_PROPERTIES_FILE}) + include(${CPACK_PROPERTIES_FILE}) +endif() diff --git a/_codeql_build_dir/Makefile b/_codeql_build_dir/Makefile new file mode 100644 index 000000000..b99e78c0c --- /dev/null +++ b/_codeql_build_dir/Makefile @@ -0,0 +1,2538 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# 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: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Produce verbose output by default. +VERBOSE = 1 + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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/local/bin/cmake + +# The command to remove a file. +RM = /usr/local/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/runner/work/libhv/libhv + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/runner/work/libhv/libhv/_codeql_build_dir + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + /usr/local/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/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/local/bin/cpack --config ./CPackSourceConfig.cmake /home/runner/work/libhv/libhv/_codeql_build_dir/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 edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/local/bin/ccmake -S$(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..." + /usr/local/bin/cmake --regenerate-during-build -S$(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 + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/local/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/local/bin/cmake -P cmake_install.cmake +.PHONY : install/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/local/bin/cmake -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..." + /usr/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/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/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/libhv/libhv/_codeql_build_dir/CMakeFiles /home/runner/work/libhv/libhv/_codeql_build_dir//CMakeFiles/progress.marks + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/libhv/libhv/_codeql_build_dir/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +#============================================================================= +# Target rules for targets named hv + +# Build rule for target. +hv: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hv +.PHONY : hv + +# fast build rule for target. +hv/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/build +.PHONY : hv/fast + +#============================================================================= +# Target rules for targets named libhv + +# Build rule for target. +libhv: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libhv +.PHONY : libhv + +# fast build rule for target. +libhv/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/libhv.dir/build.make CMakeFiles/libhv.dir/build +.PHONY : libhv/fast + +#============================================================================= +# Target rules for targets named hv_static + +# Build rule for target. +hv_static: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hv_static +.PHONY : hv_static + +# fast build rule for target. +hv_static/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/build +.PHONY : hv_static/fast + +#============================================================================= +# Target rules for targets named libhv_static + +# Build rule for target. +libhv_static: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libhv_static +.PHONY : libhv_static + +# fast build rule for target. +libhv_static/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/libhv_static.dir/build.make CMakeFiles/libhv_static.dir/build +.PHONY : libhv_static/fast + +#============================================================================= +# Target rules for targets named hloop_test + +# Build rule for target. +hloop_test: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hloop_test +.PHONY : hloop_test + +# fast build rule for target. +hloop_test/fast: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/hloop_test.dir/build.make examples/CMakeFiles/hloop_test.dir/build +.PHONY : hloop_test/fast + +#============================================================================= +# Target rules for targets named htimer_test + +# Build rule for target. +htimer_test: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 htimer_test +.PHONY : htimer_test + +# fast build rule for target. +htimer_test/fast: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/htimer_test.dir/build.make examples/CMakeFiles/htimer_test.dir/build +.PHONY : htimer_test/fast + +#============================================================================= +# Target rules for targets named pipe_test + +# Build rule for target. +pipe_test: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pipe_test +.PHONY : pipe_test + +# fast build rule for target. +pipe_test/fast: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/pipe_test.dir/build.make examples/CMakeFiles/pipe_test.dir/build +.PHONY : pipe_test/fast + +#============================================================================= +# Target rules for targets named nc + +# Build rule for target. +nc: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 nc +.PHONY : nc + +# fast build rule for target. +nc/fast: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/nc.dir/build.make examples/CMakeFiles/nc.dir/build +.PHONY : nc/fast + +#============================================================================= +# Target rules for targets named tinyhttpd + +# Build rule for target. +tinyhttpd: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tinyhttpd +.PHONY : tinyhttpd + +# fast build rule for target. +tinyhttpd/fast: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tinyhttpd.dir/build.make examples/CMakeFiles/tinyhttpd.dir/build +.PHONY : tinyhttpd/fast + +#============================================================================= +# Target rules for targets named tinyproxyd + +# Build rule for target. +tinyproxyd: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tinyproxyd +.PHONY : tinyproxyd + +# fast build rule for target. +tinyproxyd/fast: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tinyproxyd.dir/build.make examples/CMakeFiles/tinyproxyd.dir/build +.PHONY : tinyproxyd/fast + +#============================================================================= +# Target rules for targets named tcp_client_test + +# Build rule for target. +tcp_client_test: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tcp_client_test +.PHONY : tcp_client_test + +# fast build rule for target. +tcp_client_test/fast: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tcp_client_test.dir/build.make examples/CMakeFiles/tcp_client_test.dir/build +.PHONY : tcp_client_test/fast + +#============================================================================= +# Target rules for targets named tcp_echo_server + +# Build rule for target. +tcp_echo_server: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tcp_echo_server +.PHONY : tcp_echo_server + +# fast build rule for target. +tcp_echo_server/fast: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tcp_echo_server.dir/build.make examples/CMakeFiles/tcp_echo_server.dir/build +.PHONY : tcp_echo_server/fast + +#============================================================================= +# Target rules for targets named tcp_chat_server + +# Build rule for target. +tcp_chat_server: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tcp_chat_server +.PHONY : tcp_chat_server + +# fast build rule for target. +tcp_chat_server/fast: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tcp_chat_server.dir/build.make examples/CMakeFiles/tcp_chat_server.dir/build +.PHONY : tcp_chat_server/fast + +#============================================================================= +# Target rules for targets named tcp_proxy_server + +# Build rule for target. +tcp_proxy_server: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tcp_proxy_server +.PHONY : tcp_proxy_server + +# fast build rule for target. +tcp_proxy_server/fast: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tcp_proxy_server.dir/build.make examples/CMakeFiles/tcp_proxy_server.dir/build +.PHONY : tcp_proxy_server/fast + +#============================================================================= +# Target rules for targets named udp_echo_server + +# Build rule for target. +udp_echo_server: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 udp_echo_server +.PHONY : udp_echo_server + +# fast build rule for target. +udp_echo_server/fast: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/udp_echo_server.dir/build.make examples/CMakeFiles/udp_echo_server.dir/build +.PHONY : udp_echo_server/fast + +#============================================================================= +# Target rules for targets named udp_proxy_server + +# Build rule for target. +udp_proxy_server: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 udp_proxy_server +.PHONY : udp_proxy_server + +# fast build rule for target. +udp_proxy_server/fast: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/udp_proxy_server.dir/build.make examples/CMakeFiles/udp_proxy_server.dir/build +.PHONY : udp_proxy_server/fast + +#============================================================================= +# Target rules for targets named socks5_proxy_server + +# Build rule for target. +socks5_proxy_server: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 socks5_proxy_server +.PHONY : socks5_proxy_server + +# fast build rule for target. +socks5_proxy_server/fast: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/socks5_proxy_server.dir/build.make examples/CMakeFiles/socks5_proxy_server.dir/build +.PHONY : socks5_proxy_server/fast + +#============================================================================= +# Target rules for targets named jsonrpc_client + +# Build rule for target. +jsonrpc_client: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 jsonrpc_client +.PHONY : jsonrpc_client + +# fast build rule for target. +jsonrpc_client/fast: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/jsonrpc_client.dir/build.make examples/CMakeFiles/jsonrpc_client.dir/build +.PHONY : jsonrpc_client/fast + +#============================================================================= +# Target rules for targets named jsonrpc_server + +# Build rule for target. +jsonrpc_server: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 jsonrpc_server +.PHONY : jsonrpc_server + +# fast build rule for target. +jsonrpc_server/fast: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/jsonrpc_server.dir/build.make examples/CMakeFiles/jsonrpc_server.dir/build +.PHONY : jsonrpc_server/fast + +#============================================================================= +# Target rules for targets named hmain_test + +# Build rule for target. +hmain_test: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hmain_test +.PHONY : hmain_test + +# fast build rule for target. +hmain_test/fast: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/hmain_test.dir/build.make examples/CMakeFiles/hmain_test.dir/build +.PHONY : hmain_test/fast + +#============================================================================= +# Target rules for targets named nmap + +# Build rule for target. +nmap: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 nmap +.PHONY : nmap + +# fast build rule for target. +nmap/fast: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/nmap.dir/build.make examples/CMakeFiles/nmap.dir/build +.PHONY : nmap/fast + +#============================================================================= +# Target rules for targets named wrk + +# Build rule for target. +wrk: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 wrk +.PHONY : wrk + +# fast build rule for target. +wrk/fast: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/wrk.dir/build.make examples/CMakeFiles/wrk.dir/build +.PHONY : wrk/fast + +#============================================================================= +# Target rules for targets named http_server_test + +# Build rule for target. +http_server_test: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 http_server_test +.PHONY : http_server_test + +# fast build rule for target. +http_server_test/fast: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/http_server_test.dir/build.make examples/CMakeFiles/http_server_test.dir/build +.PHONY : http_server_test/fast + +#============================================================================= +# Target rules for targets named websocket_server_test + +# Build rule for target. +websocket_server_test: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 websocket_server_test +.PHONY : websocket_server_test + +# fast build rule for target. +websocket_server_test/fast: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/websocket_server_test.dir/build.make examples/CMakeFiles/websocket_server_test.dir/build +.PHONY : websocket_server_test/fast + +#============================================================================= +# Target rules for targets named curl + +# Build rule for target. +curl: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl +.PHONY : curl + +# fast build rule for target. +curl/fast: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/curl.dir/build.make examples/CMakeFiles/curl.dir/build +.PHONY : curl/fast + +#============================================================================= +# Target rules for targets named wget + +# Build rule for target. +wget: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 wget +.PHONY : wget + +# fast build rule for target. +wget/fast: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/wget.dir/build.make examples/CMakeFiles/wget.dir/build +.PHONY : wget/fast + +#============================================================================= +# Target rules for targets named consul + +# Build rule for target. +consul: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 consul +.PHONY : consul + +# fast build rule for target. +consul/fast: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/consul.dir/build.make examples/CMakeFiles/consul.dir/build +.PHONY : consul/fast + +#============================================================================= +# Target rules for targets named http_client_test + +# Build rule for target. +http_client_test: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 http_client_test +.PHONY : http_client_test + +# fast build rule for target. +http_client_test/fast: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/http_client_test.dir/build.make examples/CMakeFiles/http_client_test.dir/build +.PHONY : http_client_test/fast + +#============================================================================= +# Target rules for targets named websocket_client_test + +# Build rule for target. +websocket_client_test: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 websocket_client_test +.PHONY : websocket_client_test + +# fast build rule for target. +websocket_client_test/fast: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/websocket_client_test.dir/build.make examples/CMakeFiles/websocket_client_test.dir/build +.PHONY : websocket_client_test/fast + +#============================================================================= +# Target rules for targets named httpd + +# Build rule for target. +httpd: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 httpd +.PHONY : httpd + +# fast build rule for target. +httpd/fast: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/httpd.dir/build.make examples/CMakeFiles/httpd.dir/build +.PHONY : httpd/fast + +#============================================================================= +# Target rules for targets named examples + +# Build rule for target. +examples: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples +.PHONY : examples + +# fast build rule for target. +examples/fast: + $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/examples.dir/build.make examples/CMakeFiles/examples.dir/build +.PHONY : examples/fast + +base/hbase.o: base/hbase.c.o +.PHONY : base/hbase.o + +# target to build an object file +base/hbase.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/base/hbase.c.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/base/hbase.c.o +.PHONY : base/hbase.c.o + +base/hbase.i: base/hbase.c.i +.PHONY : base/hbase.i + +# target to preprocess a source file +base/hbase.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/base/hbase.c.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/base/hbase.c.i +.PHONY : base/hbase.c.i + +base/hbase.s: base/hbase.c.s +.PHONY : base/hbase.s + +# target to generate assembly for a file +base/hbase.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/base/hbase.c.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/base/hbase.c.s +.PHONY : base/hbase.c.s + +base/herr.o: base/herr.c.o +.PHONY : base/herr.o + +# target to build an object file +base/herr.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/base/herr.c.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/base/herr.c.o +.PHONY : base/herr.c.o + +base/herr.i: base/herr.c.i +.PHONY : base/herr.i + +# target to preprocess a source file +base/herr.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/base/herr.c.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/base/herr.c.i +.PHONY : base/herr.c.i + +base/herr.s: base/herr.c.s +.PHONY : base/herr.s + +# target to generate assembly for a file +base/herr.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/base/herr.c.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/base/herr.c.s +.PHONY : base/herr.c.s + +base/hlog.o: base/hlog.c.o +.PHONY : base/hlog.o + +# target to build an object file +base/hlog.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/base/hlog.c.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/base/hlog.c.o +.PHONY : base/hlog.c.o + +base/hlog.i: base/hlog.c.i +.PHONY : base/hlog.i + +# target to preprocess a source file +base/hlog.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/base/hlog.c.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/base/hlog.c.i +.PHONY : base/hlog.c.i + +base/hlog.s: base/hlog.c.s +.PHONY : base/hlog.s + +# target to generate assembly for a file +base/hlog.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/base/hlog.c.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/base/hlog.c.s +.PHONY : base/hlog.c.s + +base/hmain.o: base/hmain.c.o +.PHONY : base/hmain.o + +# target to build an object file +base/hmain.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/base/hmain.c.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/base/hmain.c.o +.PHONY : base/hmain.c.o + +base/hmain.i: base/hmain.c.i +.PHONY : base/hmain.i + +# target to preprocess a source file +base/hmain.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/base/hmain.c.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/base/hmain.c.i +.PHONY : base/hmain.c.i + +base/hmain.s: base/hmain.c.s +.PHONY : base/hmain.s + +# target to generate assembly for a file +base/hmain.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/base/hmain.c.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/base/hmain.c.s +.PHONY : base/hmain.c.s + +base/hsocket.o: base/hsocket.c.o +.PHONY : base/hsocket.o + +# target to build an object file +base/hsocket.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/base/hsocket.c.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/base/hsocket.c.o +.PHONY : base/hsocket.c.o + +base/hsocket.i: base/hsocket.c.i +.PHONY : base/hsocket.i + +# target to preprocess a source file +base/hsocket.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/base/hsocket.c.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/base/hsocket.c.i +.PHONY : base/hsocket.c.i + +base/hsocket.s: base/hsocket.c.s +.PHONY : base/hsocket.s + +# target to generate assembly for a file +base/hsocket.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/base/hsocket.c.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/base/hsocket.c.s +.PHONY : base/hsocket.c.s + +base/htime.o: base/htime.c.o +.PHONY : base/htime.o + +# target to build an object file +base/htime.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/base/htime.c.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/base/htime.c.o +.PHONY : base/htime.c.o + +base/htime.i: base/htime.c.i +.PHONY : base/htime.i + +# target to preprocess a source file +base/htime.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/base/htime.c.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/base/htime.c.i +.PHONY : base/htime.c.i + +base/htime.s: base/htime.c.s +.PHONY : base/htime.s + +# target to generate assembly for a file +base/htime.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/base/htime.c.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/base/htime.c.s +.PHONY : base/htime.c.s + +base/hversion.o: base/hversion.c.o +.PHONY : base/hversion.o + +# target to build an object file +base/hversion.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/base/hversion.c.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/base/hversion.c.o +.PHONY : base/hversion.c.o + +base/hversion.i: base/hversion.c.i +.PHONY : base/hversion.i + +# target to preprocess a source file +base/hversion.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/base/hversion.c.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/base/hversion.c.i +.PHONY : base/hversion.c.i + +base/hversion.s: base/hversion.c.s +.PHONY : base/hversion.s + +# target to generate assembly for a file +base/hversion.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/base/hversion.c.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/base/hversion.c.s +.PHONY : base/hversion.c.s + +base/rbtree.o: base/rbtree.c.o +.PHONY : base/rbtree.o + +# target to build an object file +base/rbtree.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/base/rbtree.c.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/base/rbtree.c.o +.PHONY : base/rbtree.c.o + +base/rbtree.i: base/rbtree.c.i +.PHONY : base/rbtree.i + +# target to preprocess a source file +base/rbtree.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/base/rbtree.c.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/base/rbtree.c.i +.PHONY : base/rbtree.c.i + +base/rbtree.s: base/rbtree.c.s +.PHONY : base/rbtree.s + +# target to generate assembly for a file +base/rbtree.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/base/rbtree.c.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/base/rbtree.c.s +.PHONY : base/rbtree.c.s + +cpputil/RAII.o: cpputil/RAII.cpp.o +.PHONY : cpputil/RAII.o + +# target to build an object file +cpputil/RAII.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/RAII.cpp.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/RAII.cpp.o +.PHONY : cpputil/RAII.cpp.o + +cpputil/RAII.i: cpputil/RAII.cpp.i +.PHONY : cpputil/RAII.i + +# target to preprocess a source file +cpputil/RAII.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/RAII.cpp.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/RAII.cpp.i +.PHONY : cpputil/RAII.cpp.i + +cpputil/RAII.s: cpputil/RAII.cpp.s +.PHONY : cpputil/RAII.s + +# target to generate assembly for a file +cpputil/RAII.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/RAII.cpp.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/RAII.cpp.s +.PHONY : cpputil/RAII.cpp.s + +cpputil/ThreadLocalStorage.o: cpputil/ThreadLocalStorage.cpp.o +.PHONY : cpputil/ThreadLocalStorage.o + +# target to build an object file +cpputil/ThreadLocalStorage.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/ThreadLocalStorage.cpp.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/ThreadLocalStorage.cpp.o +.PHONY : cpputil/ThreadLocalStorage.cpp.o + +cpputil/ThreadLocalStorage.i: cpputil/ThreadLocalStorage.cpp.i +.PHONY : cpputil/ThreadLocalStorage.i + +# target to preprocess a source file +cpputil/ThreadLocalStorage.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/ThreadLocalStorage.cpp.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/ThreadLocalStorage.cpp.i +.PHONY : cpputil/ThreadLocalStorage.cpp.i + +cpputil/ThreadLocalStorage.s: cpputil/ThreadLocalStorage.cpp.s +.PHONY : cpputil/ThreadLocalStorage.s + +# target to generate assembly for a file +cpputil/ThreadLocalStorage.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/ThreadLocalStorage.cpp.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/ThreadLocalStorage.cpp.s +.PHONY : cpputil/ThreadLocalStorage.cpp.s + +cpputil/hasync.o: cpputil/hasync.cpp.o +.PHONY : cpputil/hasync.o + +# target to build an object file +cpputil/hasync.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/hasync.cpp.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/hasync.cpp.o +.PHONY : cpputil/hasync.cpp.o + +cpputil/hasync.i: cpputil/hasync.cpp.i +.PHONY : cpputil/hasync.i + +# target to preprocess a source file +cpputil/hasync.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/hasync.cpp.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/hasync.cpp.i +.PHONY : cpputil/hasync.cpp.i + +cpputil/hasync.s: cpputil/hasync.cpp.s +.PHONY : cpputil/hasync.s + +# target to generate assembly for a file +cpputil/hasync.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/hasync.cpp.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/hasync.cpp.s +.PHONY : cpputil/hasync.cpp.s + +cpputil/hdir.o: cpputil/hdir.cpp.o +.PHONY : cpputil/hdir.o + +# target to build an object file +cpputil/hdir.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/hdir.cpp.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/hdir.cpp.o +.PHONY : cpputil/hdir.cpp.o + +cpputil/hdir.i: cpputil/hdir.cpp.i +.PHONY : cpputil/hdir.i + +# target to preprocess a source file +cpputil/hdir.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/hdir.cpp.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/hdir.cpp.i +.PHONY : cpputil/hdir.cpp.i + +cpputil/hdir.s: cpputil/hdir.cpp.s +.PHONY : cpputil/hdir.s + +# target to generate assembly for a file +cpputil/hdir.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/hdir.cpp.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/hdir.cpp.s +.PHONY : cpputil/hdir.cpp.s + +cpputil/hpath.o: cpputil/hpath.cpp.o +.PHONY : cpputil/hpath.o + +# target to build an object file +cpputil/hpath.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/hpath.cpp.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/hpath.cpp.o +.PHONY : cpputil/hpath.cpp.o + +cpputil/hpath.i: cpputil/hpath.cpp.i +.PHONY : cpputil/hpath.i + +# target to preprocess a source file +cpputil/hpath.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/hpath.cpp.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/hpath.cpp.i +.PHONY : cpputil/hpath.cpp.i + +cpputil/hpath.s: cpputil/hpath.cpp.s +.PHONY : cpputil/hpath.s + +# target to generate assembly for a file +cpputil/hpath.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/hpath.cpp.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/hpath.cpp.s +.PHONY : cpputil/hpath.cpp.s + +cpputil/hstring.o: cpputil/hstring.cpp.o +.PHONY : cpputil/hstring.o + +# target to build an object file +cpputil/hstring.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/hstring.cpp.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/hstring.cpp.o +.PHONY : cpputil/hstring.cpp.o + +cpputil/hstring.i: cpputil/hstring.cpp.i +.PHONY : cpputil/hstring.i + +# target to preprocess a source file +cpputil/hstring.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/hstring.cpp.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/hstring.cpp.i +.PHONY : cpputil/hstring.cpp.i + +cpputil/hstring.s: cpputil/hstring.cpp.s +.PHONY : cpputil/hstring.s + +# target to generate assembly for a file +cpputil/hstring.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/hstring.cpp.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/hstring.cpp.s +.PHONY : cpputil/hstring.cpp.s + +cpputil/hurl.o: cpputil/hurl.cpp.o +.PHONY : cpputil/hurl.o + +# target to build an object file +cpputil/hurl.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/hurl.cpp.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/hurl.cpp.o +.PHONY : cpputil/hurl.cpp.o + +cpputil/hurl.i: cpputil/hurl.cpp.i +.PHONY : cpputil/hurl.i + +# target to preprocess a source file +cpputil/hurl.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/hurl.cpp.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/hurl.cpp.i +.PHONY : cpputil/hurl.cpp.i + +cpputil/hurl.s: cpputil/hurl.cpp.s +.PHONY : cpputil/hurl.s + +# target to generate assembly for a file +cpputil/hurl.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/hurl.cpp.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/hurl.cpp.s +.PHONY : cpputil/hurl.cpp.s + +cpputil/ifconfig.o: cpputil/ifconfig.cpp.o +.PHONY : cpputil/ifconfig.o + +# target to build an object file +cpputil/ifconfig.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/ifconfig.cpp.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/ifconfig.cpp.o +.PHONY : cpputil/ifconfig.cpp.o + +cpputil/ifconfig.i: cpputil/ifconfig.cpp.i +.PHONY : cpputil/ifconfig.i + +# target to preprocess a source file +cpputil/ifconfig.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/ifconfig.cpp.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/ifconfig.cpp.i +.PHONY : cpputil/ifconfig.cpp.i + +cpputil/ifconfig.s: cpputil/ifconfig.cpp.s +.PHONY : cpputil/ifconfig.s + +# target to generate assembly for a file +cpputil/ifconfig.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/ifconfig.cpp.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/ifconfig.cpp.s +.PHONY : cpputil/ifconfig.cpp.s + +cpputil/iniparser.o: cpputil/iniparser.cpp.o +.PHONY : cpputil/iniparser.o + +# target to build an object file +cpputil/iniparser.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/iniparser.cpp.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/iniparser.cpp.o +.PHONY : cpputil/iniparser.cpp.o + +cpputil/iniparser.i: cpputil/iniparser.cpp.i +.PHONY : cpputil/iniparser.i + +# target to preprocess a source file +cpputil/iniparser.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/iniparser.cpp.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/iniparser.cpp.i +.PHONY : cpputil/iniparser.cpp.i + +cpputil/iniparser.s: cpputil/iniparser.cpp.s +.PHONY : cpputil/iniparser.s + +# target to generate assembly for a file +cpputil/iniparser.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/iniparser.cpp.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/iniparser.cpp.s +.PHONY : cpputil/iniparser.cpp.s + +event/epoll.o: event/epoll.c.o +.PHONY : event/epoll.o + +# target to build an object file +event/epoll.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/epoll.c.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/epoll.c.o +.PHONY : event/epoll.c.o + +event/epoll.i: event/epoll.c.i +.PHONY : event/epoll.i + +# target to preprocess a source file +event/epoll.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/epoll.c.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/epoll.c.i +.PHONY : event/epoll.c.i + +event/epoll.s: event/epoll.c.s +.PHONY : event/epoll.s + +# target to generate assembly for a file +event/epoll.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/epoll.c.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/epoll.c.s +.PHONY : event/epoll.c.s + +event/evport.o: event/evport.c.o +.PHONY : event/evport.o + +# target to build an object file +event/evport.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/evport.c.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/evport.c.o +.PHONY : event/evport.c.o + +event/evport.i: event/evport.c.i +.PHONY : event/evport.i + +# target to preprocess a source file +event/evport.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/evport.c.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/evport.c.i +.PHONY : event/evport.c.i + +event/evport.s: event/evport.c.s +.PHONY : event/evport.s + +# target to generate assembly for a file +event/evport.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/evport.c.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/evport.c.s +.PHONY : event/evport.c.s + +event/hevent.o: event/hevent.c.o +.PHONY : event/hevent.o + +# target to build an object file +event/hevent.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/hevent.c.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/hevent.c.o +.PHONY : event/hevent.c.o + +event/hevent.i: event/hevent.c.i +.PHONY : event/hevent.i + +# target to preprocess a source file +event/hevent.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/hevent.c.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/hevent.c.i +.PHONY : event/hevent.c.i + +event/hevent.s: event/hevent.c.s +.PHONY : event/hevent.s + +# target to generate assembly for a file +event/hevent.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/hevent.c.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/hevent.c.s +.PHONY : event/hevent.c.s + +event/hloop.o: event/hloop.c.o +.PHONY : event/hloop.o + +# target to build an object file +event/hloop.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/hloop.c.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/hloop.c.o +.PHONY : event/hloop.c.o + +event/hloop.i: event/hloop.c.i +.PHONY : event/hloop.i + +# target to preprocess a source file +event/hloop.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/hloop.c.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/hloop.c.i +.PHONY : event/hloop.c.i + +event/hloop.s: event/hloop.c.s +.PHONY : event/hloop.s + +# target to generate assembly for a file +event/hloop.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/hloop.c.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/hloop.c.s +.PHONY : event/hloop.c.s + +event/iocp.o: event/iocp.c.o +.PHONY : event/iocp.o + +# target to build an object file +event/iocp.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/iocp.c.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/iocp.c.o +.PHONY : event/iocp.c.o + +event/iocp.i: event/iocp.c.i +.PHONY : event/iocp.i + +# target to preprocess a source file +event/iocp.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/iocp.c.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/iocp.c.i +.PHONY : event/iocp.c.i + +event/iocp.s: event/iocp.c.s +.PHONY : event/iocp.s + +# target to generate assembly for a file +event/iocp.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/iocp.c.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/iocp.c.s +.PHONY : event/iocp.c.s + +event/kqueue.o: event/kqueue.c.o +.PHONY : event/kqueue.o + +# target to build an object file +event/kqueue.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/kqueue.c.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/kqueue.c.o +.PHONY : event/kqueue.c.o + +event/kqueue.i: event/kqueue.c.i +.PHONY : event/kqueue.i + +# target to preprocess a source file +event/kqueue.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/kqueue.c.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/kqueue.c.i +.PHONY : event/kqueue.c.i + +event/kqueue.s: event/kqueue.c.s +.PHONY : event/kqueue.s + +# target to generate assembly for a file +event/kqueue.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/kqueue.c.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/kqueue.c.s +.PHONY : event/kqueue.c.s + +event/nio.o: event/nio.c.o +.PHONY : event/nio.o + +# target to build an object file +event/nio.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/nio.c.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/nio.c.o +.PHONY : event/nio.c.o + +event/nio.i: event/nio.c.i +.PHONY : event/nio.i + +# target to preprocess a source file +event/nio.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/nio.c.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/nio.c.i +.PHONY : event/nio.c.i + +event/nio.s: event/nio.c.s +.PHONY : event/nio.s + +# target to generate assembly for a file +event/nio.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/nio.c.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/nio.c.s +.PHONY : event/nio.c.s + +event/nlog.o: event/nlog.c.o +.PHONY : event/nlog.o + +# target to build an object file +event/nlog.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/nlog.c.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/nlog.c.o +.PHONY : event/nlog.c.o + +event/nlog.i: event/nlog.c.i +.PHONY : event/nlog.i + +# target to preprocess a source file +event/nlog.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/nlog.c.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/nlog.c.i +.PHONY : event/nlog.c.i + +event/nlog.s: event/nlog.c.s +.PHONY : event/nlog.s + +# target to generate assembly for a file +event/nlog.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/nlog.c.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/nlog.c.s +.PHONY : event/nlog.c.s + +event/noevent.o: event/noevent.c.o +.PHONY : event/noevent.o + +# target to build an object file +event/noevent.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/noevent.c.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/noevent.c.o +.PHONY : event/noevent.c.o + +event/noevent.i: event/noevent.c.i +.PHONY : event/noevent.i + +# target to preprocess a source file +event/noevent.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/noevent.c.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/noevent.c.i +.PHONY : event/noevent.c.i + +event/noevent.s: event/noevent.c.s +.PHONY : event/noevent.s + +# target to generate assembly for a file +event/noevent.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/noevent.c.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/noevent.c.s +.PHONY : event/noevent.c.s + +event/overlapio.o: event/overlapio.c.o +.PHONY : event/overlapio.o + +# target to build an object file +event/overlapio.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/overlapio.c.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/overlapio.c.o +.PHONY : event/overlapio.c.o + +event/overlapio.i: event/overlapio.c.i +.PHONY : event/overlapio.i + +# target to preprocess a source file +event/overlapio.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/overlapio.c.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/overlapio.c.i +.PHONY : event/overlapio.c.i + +event/overlapio.s: event/overlapio.c.s +.PHONY : event/overlapio.s + +# target to generate assembly for a file +event/overlapio.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/overlapio.c.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/overlapio.c.s +.PHONY : event/overlapio.c.s + +event/poll.o: event/poll.c.o +.PHONY : event/poll.o + +# target to build an object file +event/poll.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/poll.c.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/poll.c.o +.PHONY : event/poll.c.o + +event/poll.i: event/poll.c.i +.PHONY : event/poll.i + +# target to preprocess a source file +event/poll.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/poll.c.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/poll.c.i +.PHONY : event/poll.c.i + +event/poll.s: event/poll.c.s +.PHONY : event/poll.s + +# target to generate assembly for a file +event/poll.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/poll.c.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/poll.c.s +.PHONY : event/poll.c.s + +event/rudp.o: event/rudp.c.o +.PHONY : event/rudp.o + +# target to build an object file +event/rudp.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/rudp.c.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/rudp.c.o +.PHONY : event/rudp.c.o + +event/rudp.i: event/rudp.c.i +.PHONY : event/rudp.i + +# target to preprocess a source file +event/rudp.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/rudp.c.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/rudp.c.i +.PHONY : event/rudp.c.i + +event/rudp.s: event/rudp.c.s +.PHONY : event/rudp.s + +# target to generate assembly for a file +event/rudp.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/rudp.c.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/rudp.c.s +.PHONY : event/rudp.c.s + +event/select.o: event/select.c.o +.PHONY : event/select.o + +# target to build an object file +event/select.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/select.c.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/select.c.o +.PHONY : event/select.c.o + +event/select.i: event/select.c.i +.PHONY : event/select.i + +# target to preprocess a source file +event/select.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/select.c.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/select.c.i +.PHONY : event/select.c.i + +event/select.s: event/select.c.s +.PHONY : event/select.s + +# target to generate assembly for a file +event/select.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/select.c.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/select.c.s +.PHONY : event/select.c.s + +event/unpack.o: event/unpack.c.o +.PHONY : event/unpack.o + +# target to build an object file +event/unpack.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/unpack.c.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/unpack.c.o +.PHONY : event/unpack.c.o + +event/unpack.i: event/unpack.c.i +.PHONY : event/unpack.i + +# target to preprocess a source file +event/unpack.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/unpack.c.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/unpack.c.i +.PHONY : event/unpack.c.i + +event/unpack.s: event/unpack.c.s +.PHONY : event/unpack.s + +# target to generate assembly for a file +event/unpack.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/unpack.c.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/unpack.c.s +.PHONY : event/unpack.c.s + +http/Http1Parser.o: http/Http1Parser.cpp.o +.PHONY : http/Http1Parser.o + +# target to build an object file +http/Http1Parser.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/Http1Parser.cpp.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/Http1Parser.cpp.o +.PHONY : http/Http1Parser.cpp.o + +http/Http1Parser.i: http/Http1Parser.cpp.i +.PHONY : http/Http1Parser.i + +# target to preprocess a source file +http/Http1Parser.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/Http1Parser.cpp.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/Http1Parser.cpp.i +.PHONY : http/Http1Parser.cpp.i + +http/Http1Parser.s: http/Http1Parser.cpp.s +.PHONY : http/Http1Parser.s + +# target to generate assembly for a file +http/Http1Parser.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/Http1Parser.cpp.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/Http1Parser.cpp.s +.PHONY : http/Http1Parser.cpp.s + +http/Http2Parser.o: http/Http2Parser.cpp.o +.PHONY : http/Http2Parser.o + +# target to build an object file +http/Http2Parser.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/Http2Parser.cpp.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/Http2Parser.cpp.o +.PHONY : http/Http2Parser.cpp.o + +http/Http2Parser.i: http/Http2Parser.cpp.i +.PHONY : http/Http2Parser.i + +# target to preprocess a source file +http/Http2Parser.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/Http2Parser.cpp.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/Http2Parser.cpp.i +.PHONY : http/Http2Parser.cpp.i + +http/Http2Parser.s: http/Http2Parser.cpp.s +.PHONY : http/Http2Parser.s + +# target to generate assembly for a file +http/Http2Parser.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/Http2Parser.cpp.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/Http2Parser.cpp.s +.PHONY : http/Http2Parser.cpp.s + +http/HttpMessage.o: http/HttpMessage.cpp.o +.PHONY : http/HttpMessage.o + +# target to build an object file +http/HttpMessage.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/HttpMessage.cpp.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/HttpMessage.cpp.o +.PHONY : http/HttpMessage.cpp.o + +http/HttpMessage.i: http/HttpMessage.cpp.i +.PHONY : http/HttpMessage.i + +# target to preprocess a source file +http/HttpMessage.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/HttpMessage.cpp.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/HttpMessage.cpp.i +.PHONY : http/HttpMessage.cpp.i + +http/HttpMessage.s: http/HttpMessage.cpp.s +.PHONY : http/HttpMessage.s + +# target to generate assembly for a file +http/HttpMessage.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/HttpMessage.cpp.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/HttpMessage.cpp.s +.PHONY : http/HttpMessage.cpp.s + +http/HttpParser.o: http/HttpParser.cpp.o +.PHONY : http/HttpParser.o + +# target to build an object file +http/HttpParser.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/HttpParser.cpp.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/HttpParser.cpp.o +.PHONY : http/HttpParser.cpp.o + +http/HttpParser.i: http/HttpParser.cpp.i +.PHONY : http/HttpParser.i + +# target to preprocess a source file +http/HttpParser.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/HttpParser.cpp.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/HttpParser.cpp.i +.PHONY : http/HttpParser.cpp.i + +http/HttpParser.s: http/HttpParser.cpp.s +.PHONY : http/HttpParser.s + +# target to generate assembly for a file +http/HttpParser.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/HttpParser.cpp.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/HttpParser.cpp.s +.PHONY : http/HttpParser.cpp.s + +http/WebSocketChannel.o: http/WebSocketChannel.cpp.o +.PHONY : http/WebSocketChannel.o + +# target to build an object file +http/WebSocketChannel.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/WebSocketChannel.cpp.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/WebSocketChannel.cpp.o +.PHONY : http/WebSocketChannel.cpp.o + +http/WebSocketChannel.i: http/WebSocketChannel.cpp.i +.PHONY : http/WebSocketChannel.i + +# target to preprocess a source file +http/WebSocketChannel.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/WebSocketChannel.cpp.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/WebSocketChannel.cpp.i +.PHONY : http/WebSocketChannel.cpp.i + +http/WebSocketChannel.s: http/WebSocketChannel.cpp.s +.PHONY : http/WebSocketChannel.s + +# target to generate assembly for a file +http/WebSocketChannel.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/WebSocketChannel.cpp.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/WebSocketChannel.cpp.s +.PHONY : http/WebSocketChannel.cpp.s + +http/WebSocketParser.o: http/WebSocketParser.cpp.o +.PHONY : http/WebSocketParser.o + +# target to build an object file +http/WebSocketParser.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/WebSocketParser.cpp.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/WebSocketParser.cpp.o +.PHONY : http/WebSocketParser.cpp.o + +http/WebSocketParser.i: http/WebSocketParser.cpp.i +.PHONY : http/WebSocketParser.i + +# target to preprocess a source file +http/WebSocketParser.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/WebSocketParser.cpp.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/WebSocketParser.cpp.i +.PHONY : http/WebSocketParser.cpp.i + +http/WebSocketParser.s: http/WebSocketParser.cpp.s +.PHONY : http/WebSocketParser.s + +# target to generate assembly for a file +http/WebSocketParser.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/WebSocketParser.cpp.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/WebSocketParser.cpp.s +.PHONY : http/WebSocketParser.cpp.s + +http/client/AsyncHttpClient.o: http/client/AsyncHttpClient.cpp.o +.PHONY : http/client/AsyncHttpClient.o + +# target to build an object file +http/client/AsyncHttpClient.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/client/AsyncHttpClient.cpp.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/client/AsyncHttpClient.cpp.o +.PHONY : http/client/AsyncHttpClient.cpp.o + +http/client/AsyncHttpClient.i: http/client/AsyncHttpClient.cpp.i +.PHONY : http/client/AsyncHttpClient.i + +# target to preprocess a source file +http/client/AsyncHttpClient.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/client/AsyncHttpClient.cpp.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/client/AsyncHttpClient.cpp.i +.PHONY : http/client/AsyncHttpClient.cpp.i + +http/client/AsyncHttpClient.s: http/client/AsyncHttpClient.cpp.s +.PHONY : http/client/AsyncHttpClient.s + +# target to generate assembly for a file +http/client/AsyncHttpClient.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/client/AsyncHttpClient.cpp.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/client/AsyncHttpClient.cpp.s +.PHONY : http/client/AsyncHttpClient.cpp.s + +http/client/HttpClient.o: http/client/HttpClient.cpp.o +.PHONY : http/client/HttpClient.o + +# target to build an object file +http/client/HttpClient.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/client/HttpClient.cpp.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/client/HttpClient.cpp.o +.PHONY : http/client/HttpClient.cpp.o + +http/client/HttpClient.i: http/client/HttpClient.cpp.i +.PHONY : http/client/HttpClient.i + +# target to preprocess a source file +http/client/HttpClient.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/client/HttpClient.cpp.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/client/HttpClient.cpp.i +.PHONY : http/client/HttpClient.cpp.i + +http/client/HttpClient.s: http/client/HttpClient.cpp.s +.PHONY : http/client/HttpClient.s + +# target to generate assembly for a file +http/client/HttpClient.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/client/HttpClient.cpp.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/client/HttpClient.cpp.s +.PHONY : http/client/HttpClient.cpp.s + +http/client/WebSocketClient.o: http/client/WebSocketClient.cpp.o +.PHONY : http/client/WebSocketClient.o + +# target to build an object file +http/client/WebSocketClient.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/client/WebSocketClient.cpp.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/client/WebSocketClient.cpp.o +.PHONY : http/client/WebSocketClient.cpp.o + +http/client/WebSocketClient.i: http/client/WebSocketClient.cpp.i +.PHONY : http/client/WebSocketClient.i + +# target to preprocess a source file +http/client/WebSocketClient.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/client/WebSocketClient.cpp.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/client/WebSocketClient.cpp.i +.PHONY : http/client/WebSocketClient.cpp.i + +http/client/WebSocketClient.s: http/client/WebSocketClient.cpp.s +.PHONY : http/client/WebSocketClient.s + +# target to generate assembly for a file +http/client/WebSocketClient.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/client/WebSocketClient.cpp.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/client/WebSocketClient.cpp.s +.PHONY : http/client/WebSocketClient.cpp.s + +http/http_content.o: http/http_content.cpp.o +.PHONY : http/http_content.o + +# target to build an object file +http/http_content.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/http_content.cpp.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/http_content.cpp.o +.PHONY : http/http_content.cpp.o + +http/http_content.i: http/http_content.cpp.i +.PHONY : http/http_content.i + +# target to preprocess a source file +http/http_content.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/http_content.cpp.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/http_content.cpp.i +.PHONY : http/http_content.cpp.i + +http/http_content.s: http/http_content.cpp.s +.PHONY : http/http_content.s + +# target to generate assembly for a file +http/http_content.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/http_content.cpp.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/http_content.cpp.s +.PHONY : http/http_content.cpp.s + +http/http_parser.o: http/http_parser.c.o +.PHONY : http/http_parser.o + +# target to build an object file +http/http_parser.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/http_parser.c.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/http_parser.c.o +.PHONY : http/http_parser.c.o + +http/http_parser.i: http/http_parser.c.i +.PHONY : http/http_parser.i + +# target to preprocess a source file +http/http_parser.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/http_parser.c.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/http_parser.c.i +.PHONY : http/http_parser.c.i + +http/http_parser.s: http/http_parser.c.s +.PHONY : http/http_parser.s + +# target to generate assembly for a file +http/http_parser.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/http_parser.c.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/http_parser.c.s +.PHONY : http/http_parser.c.s + +http/httpdef.o: http/httpdef.c.o +.PHONY : http/httpdef.o + +# target to build an object file +http/httpdef.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/httpdef.c.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/httpdef.c.o +.PHONY : http/httpdef.c.o + +http/httpdef.i: http/httpdef.c.i +.PHONY : http/httpdef.i + +# target to preprocess a source file +http/httpdef.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/httpdef.c.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/httpdef.c.i +.PHONY : http/httpdef.c.i + +http/httpdef.s: http/httpdef.c.s +.PHONY : http/httpdef.s + +# target to generate assembly for a file +http/httpdef.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/httpdef.c.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/httpdef.c.s +.PHONY : http/httpdef.c.s + +http/multipart_parser.o: http/multipart_parser.c.o +.PHONY : http/multipart_parser.o + +# target to build an object file +http/multipart_parser.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/multipart_parser.c.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/multipart_parser.c.o +.PHONY : http/multipart_parser.c.o + +http/multipart_parser.i: http/multipart_parser.c.i +.PHONY : http/multipart_parser.i + +# target to preprocess a source file +http/multipart_parser.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/multipart_parser.c.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/multipart_parser.c.i +.PHONY : http/multipart_parser.c.i + +http/multipart_parser.s: http/multipart_parser.c.s +.PHONY : http/multipart_parser.s + +# target to generate assembly for a file +http/multipart_parser.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/multipart_parser.c.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/multipart_parser.c.s +.PHONY : http/multipart_parser.c.s + +http/server/FileCache.o: http/server/FileCache.cpp.o +.PHONY : http/server/FileCache.o + +# target to build an object file +http/server/FileCache.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/server/FileCache.cpp.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/server/FileCache.cpp.o +.PHONY : http/server/FileCache.cpp.o + +http/server/FileCache.i: http/server/FileCache.cpp.i +.PHONY : http/server/FileCache.i + +# target to preprocess a source file +http/server/FileCache.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/server/FileCache.cpp.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/server/FileCache.cpp.i +.PHONY : http/server/FileCache.cpp.i + +http/server/FileCache.s: http/server/FileCache.cpp.s +.PHONY : http/server/FileCache.s + +# target to generate assembly for a file +http/server/FileCache.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/server/FileCache.cpp.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/server/FileCache.cpp.s +.PHONY : http/server/FileCache.cpp.s + +http/server/HttpHandler.o: http/server/HttpHandler.cpp.o +.PHONY : http/server/HttpHandler.o + +# target to build an object file +http/server/HttpHandler.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/server/HttpHandler.cpp.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/server/HttpHandler.cpp.o +.PHONY : http/server/HttpHandler.cpp.o + +http/server/HttpHandler.i: http/server/HttpHandler.cpp.i +.PHONY : http/server/HttpHandler.i + +# target to preprocess a source file +http/server/HttpHandler.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/server/HttpHandler.cpp.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/server/HttpHandler.cpp.i +.PHONY : http/server/HttpHandler.cpp.i + +http/server/HttpHandler.s: http/server/HttpHandler.cpp.s +.PHONY : http/server/HttpHandler.s + +# target to generate assembly for a file +http/server/HttpHandler.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/server/HttpHandler.cpp.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/server/HttpHandler.cpp.s +.PHONY : http/server/HttpHandler.cpp.s + +http/server/HttpMiddleware.o: http/server/HttpMiddleware.cpp.o +.PHONY : http/server/HttpMiddleware.o + +# target to build an object file +http/server/HttpMiddleware.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/server/HttpMiddleware.cpp.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/server/HttpMiddleware.cpp.o +.PHONY : http/server/HttpMiddleware.cpp.o + +http/server/HttpMiddleware.i: http/server/HttpMiddleware.cpp.i +.PHONY : http/server/HttpMiddleware.i + +# target to preprocess a source file +http/server/HttpMiddleware.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/server/HttpMiddleware.cpp.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/server/HttpMiddleware.cpp.i +.PHONY : http/server/HttpMiddleware.cpp.i + +http/server/HttpMiddleware.s: http/server/HttpMiddleware.cpp.s +.PHONY : http/server/HttpMiddleware.s + +# target to generate assembly for a file +http/server/HttpMiddleware.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/server/HttpMiddleware.cpp.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/server/HttpMiddleware.cpp.s +.PHONY : http/server/HttpMiddleware.cpp.s + +http/server/HttpResponseWriter.o: http/server/HttpResponseWriter.cpp.o +.PHONY : http/server/HttpResponseWriter.o + +# target to build an object file +http/server/HttpResponseWriter.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/server/HttpResponseWriter.cpp.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/server/HttpResponseWriter.cpp.o +.PHONY : http/server/HttpResponseWriter.cpp.o + +http/server/HttpResponseWriter.i: http/server/HttpResponseWriter.cpp.i +.PHONY : http/server/HttpResponseWriter.i + +# target to preprocess a source file +http/server/HttpResponseWriter.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/server/HttpResponseWriter.cpp.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/server/HttpResponseWriter.cpp.i +.PHONY : http/server/HttpResponseWriter.cpp.i + +http/server/HttpResponseWriter.s: http/server/HttpResponseWriter.cpp.s +.PHONY : http/server/HttpResponseWriter.s + +# target to generate assembly for a file +http/server/HttpResponseWriter.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/server/HttpResponseWriter.cpp.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/server/HttpResponseWriter.cpp.s +.PHONY : http/server/HttpResponseWriter.cpp.s + +http/server/HttpServer.o: http/server/HttpServer.cpp.o +.PHONY : http/server/HttpServer.o + +# target to build an object file +http/server/HttpServer.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/server/HttpServer.cpp.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/server/HttpServer.cpp.o +.PHONY : http/server/HttpServer.cpp.o + +http/server/HttpServer.i: http/server/HttpServer.cpp.i +.PHONY : http/server/HttpServer.i + +# target to preprocess a source file +http/server/HttpServer.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/server/HttpServer.cpp.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/server/HttpServer.cpp.i +.PHONY : http/server/HttpServer.cpp.i + +http/server/HttpServer.s: http/server/HttpServer.cpp.s +.PHONY : http/server/HttpServer.s + +# target to generate assembly for a file +http/server/HttpServer.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/server/HttpServer.cpp.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/server/HttpServer.cpp.s +.PHONY : http/server/HttpServer.cpp.s + +http/server/HttpService.o: http/server/HttpService.cpp.o +.PHONY : http/server/HttpService.o + +# target to build an object file +http/server/HttpService.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/server/HttpService.cpp.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/server/HttpService.cpp.o +.PHONY : http/server/HttpService.cpp.o + +http/server/HttpService.i: http/server/HttpService.cpp.i +.PHONY : http/server/HttpService.i + +# target to preprocess a source file +http/server/HttpService.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/server/HttpService.cpp.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/server/HttpService.cpp.i +.PHONY : http/server/HttpService.cpp.i + +http/server/HttpService.s: http/server/HttpService.cpp.s +.PHONY : http/server/HttpService.s + +# target to generate assembly for a file +http/server/HttpService.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/server/HttpService.cpp.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/server/HttpService.cpp.s +.PHONY : http/server/HttpService.cpp.s + +http/server/http_page.o: http/server/http_page.cpp.o +.PHONY : http/server/http_page.o + +# target to build an object file +http/server/http_page.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/server/http_page.cpp.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/server/http_page.cpp.o +.PHONY : http/server/http_page.cpp.o + +http/server/http_page.i: http/server/http_page.cpp.i +.PHONY : http/server/http_page.i + +# target to preprocess a source file +http/server/http_page.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/server/http_page.cpp.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/server/http_page.cpp.i +.PHONY : http/server/http_page.cpp.i + +http/server/http_page.s: http/server/http_page.cpp.s +.PHONY : http/server/http_page.s + +# target to generate assembly for a file +http/server/http_page.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/server/http_page.cpp.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/server/http_page.cpp.s +.PHONY : http/server/http_page.cpp.s + +http/websocket_parser.o: http/websocket_parser.c.o +.PHONY : http/websocket_parser.o + +# target to build an object file +http/websocket_parser.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/websocket_parser.c.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/websocket_parser.c.o +.PHONY : http/websocket_parser.c.o + +http/websocket_parser.i: http/websocket_parser.c.i +.PHONY : http/websocket_parser.i + +# target to preprocess a source file +http/websocket_parser.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/websocket_parser.c.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/websocket_parser.c.i +.PHONY : http/websocket_parser.c.i + +http/websocket_parser.s: http/websocket_parser.c.s +.PHONY : http/websocket_parser.s + +# target to generate assembly for a file +http/websocket_parser.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/websocket_parser.c.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/websocket_parser.c.s +.PHONY : http/websocket_parser.c.s + +http/wsdef.o: http/wsdef.c.o +.PHONY : http/wsdef.o + +# target to build an object file +http/wsdef.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/wsdef.c.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/wsdef.c.o +.PHONY : http/wsdef.c.o + +http/wsdef.i: http/wsdef.c.i +.PHONY : http/wsdef.i + +# target to preprocess a source file +http/wsdef.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/wsdef.c.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/wsdef.c.i +.PHONY : http/wsdef.c.i + +http/wsdef.s: http/wsdef.c.s +.PHONY : http/wsdef.s + +# target to generate assembly for a file +http/wsdef.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/wsdef.c.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/wsdef.c.s +.PHONY : http/wsdef.c.s + +ssl/appletls.o: ssl/appletls.c.o +.PHONY : ssl/appletls.o + +# target to build an object file +ssl/appletls.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/ssl/appletls.c.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/ssl/appletls.c.o +.PHONY : ssl/appletls.c.o + +ssl/appletls.i: ssl/appletls.c.i +.PHONY : ssl/appletls.i + +# target to preprocess a source file +ssl/appletls.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/ssl/appletls.c.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/ssl/appletls.c.i +.PHONY : ssl/appletls.c.i + +ssl/appletls.s: ssl/appletls.c.s +.PHONY : ssl/appletls.s + +# target to generate assembly for a file +ssl/appletls.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/ssl/appletls.c.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/ssl/appletls.c.s +.PHONY : ssl/appletls.c.s + +ssl/gnutls.o: ssl/gnutls.c.o +.PHONY : ssl/gnutls.o + +# target to build an object file +ssl/gnutls.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/ssl/gnutls.c.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/ssl/gnutls.c.o +.PHONY : ssl/gnutls.c.o + +ssl/gnutls.i: ssl/gnutls.c.i +.PHONY : ssl/gnutls.i + +# target to preprocess a source file +ssl/gnutls.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/ssl/gnutls.c.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/ssl/gnutls.c.i +.PHONY : ssl/gnutls.c.i + +ssl/gnutls.s: ssl/gnutls.c.s +.PHONY : ssl/gnutls.s + +# target to generate assembly for a file +ssl/gnutls.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/ssl/gnutls.c.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/ssl/gnutls.c.s +.PHONY : ssl/gnutls.c.s + +ssl/hssl.o: ssl/hssl.c.o +.PHONY : ssl/hssl.o + +# target to build an object file +ssl/hssl.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/ssl/hssl.c.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/ssl/hssl.c.o +.PHONY : ssl/hssl.c.o + +ssl/hssl.i: ssl/hssl.c.i +.PHONY : ssl/hssl.i + +# target to preprocess a source file +ssl/hssl.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/ssl/hssl.c.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/ssl/hssl.c.i +.PHONY : ssl/hssl.c.i + +ssl/hssl.s: ssl/hssl.c.s +.PHONY : ssl/hssl.s + +# target to generate assembly for a file +ssl/hssl.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/ssl/hssl.c.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/ssl/hssl.c.s +.PHONY : ssl/hssl.c.s + +ssl/mbedtls.o: ssl/mbedtls.c.o +.PHONY : ssl/mbedtls.o + +# target to build an object file +ssl/mbedtls.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/ssl/mbedtls.c.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/ssl/mbedtls.c.o +.PHONY : ssl/mbedtls.c.o + +ssl/mbedtls.i: ssl/mbedtls.c.i +.PHONY : ssl/mbedtls.i + +# target to preprocess a source file +ssl/mbedtls.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/ssl/mbedtls.c.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/ssl/mbedtls.c.i +.PHONY : ssl/mbedtls.c.i + +ssl/mbedtls.s: ssl/mbedtls.c.s +.PHONY : ssl/mbedtls.s + +# target to generate assembly for a file +ssl/mbedtls.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/ssl/mbedtls.c.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/ssl/mbedtls.c.s +.PHONY : ssl/mbedtls.c.s + +ssl/nossl.o: ssl/nossl.c.o +.PHONY : ssl/nossl.o + +# target to build an object file +ssl/nossl.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/ssl/nossl.c.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/ssl/nossl.c.o +.PHONY : ssl/nossl.c.o + +ssl/nossl.i: ssl/nossl.c.i +.PHONY : ssl/nossl.i + +# target to preprocess a source file +ssl/nossl.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/ssl/nossl.c.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/ssl/nossl.c.i +.PHONY : ssl/nossl.c.i + +ssl/nossl.s: ssl/nossl.c.s +.PHONY : ssl/nossl.s + +# target to generate assembly for a file +ssl/nossl.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/ssl/nossl.c.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/ssl/nossl.c.s +.PHONY : ssl/nossl.c.s + +ssl/openssl.o: ssl/openssl.c.o +.PHONY : ssl/openssl.o + +# target to build an object file +ssl/openssl.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/ssl/openssl.c.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/ssl/openssl.c.o +.PHONY : ssl/openssl.c.o + +ssl/openssl.i: ssl/openssl.c.i +.PHONY : ssl/openssl.i + +# target to preprocess a source file +ssl/openssl.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/ssl/openssl.c.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/ssl/openssl.c.i +.PHONY : ssl/openssl.c.i + +ssl/openssl.s: ssl/openssl.c.s +.PHONY : ssl/openssl.s + +# target to generate assembly for a file +ssl/openssl.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/ssl/openssl.c.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/ssl/openssl.c.s +.PHONY : ssl/openssl.c.s + +ssl/wintls.o: ssl/wintls.c.o +.PHONY : ssl/wintls.o + +# target to build an object file +ssl/wintls.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/ssl/wintls.c.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/ssl/wintls.c.o +.PHONY : ssl/wintls.c.o + +ssl/wintls.i: ssl/wintls.c.i +.PHONY : ssl/wintls.i + +# target to preprocess a source file +ssl/wintls.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/ssl/wintls.c.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/ssl/wintls.c.i +.PHONY : ssl/wintls.c.i + +ssl/wintls.s: ssl/wintls.c.s +.PHONY : ssl/wintls.s + +# target to generate assembly for a file +ssl/wintls.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/ssl/wintls.c.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/ssl/wintls.c.s +.PHONY : ssl/wintls.c.s + +util/base64.o: util/base64.c.o +.PHONY : util/base64.o + +# target to build an object file +util/base64.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/util/base64.c.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/util/base64.c.o +.PHONY : util/base64.c.o + +util/base64.i: util/base64.c.i +.PHONY : util/base64.i + +# target to preprocess a source file +util/base64.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/util/base64.c.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/util/base64.c.i +.PHONY : util/base64.c.i + +util/base64.s: util/base64.c.s +.PHONY : util/base64.s + +# target to generate assembly for a file +util/base64.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/util/base64.c.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/util/base64.c.s +.PHONY : util/base64.c.s + +util/md5.o: util/md5.c.o +.PHONY : util/md5.o + +# target to build an object file +util/md5.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/util/md5.c.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/util/md5.c.o +.PHONY : util/md5.c.o + +util/md5.i: util/md5.c.i +.PHONY : util/md5.i + +# target to preprocess a source file +util/md5.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/util/md5.c.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/util/md5.c.i +.PHONY : util/md5.c.i + +util/md5.s: util/md5.c.s +.PHONY : util/md5.s + +# target to generate assembly for a file +util/md5.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/util/md5.c.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/util/md5.c.s +.PHONY : util/md5.c.s + +util/sha1.o: util/sha1.c.o +.PHONY : util/sha1.o + +# target to build an object file +util/sha1.c.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/util/sha1.c.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/util/sha1.c.o +.PHONY : util/sha1.c.o + +util/sha1.i: util/sha1.c.i +.PHONY : util/sha1.i + +# target to preprocess a source file +util/sha1.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/util/sha1.c.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/util/sha1.c.i +.PHONY : util/sha1.c.i + +util/sha1.s: util/sha1.c.s +.PHONY : util/sha1.s + +# target to generate assembly for a file +util/sha1.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/util/sha1.c.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/util/sha1.c.s +.PHONY : util/sha1.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 "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... examples" + @echo "... libhv" + @echo "... libhv_static" + @echo "... consul" + @echo "... curl" + @echo "... hloop_test" + @echo "... hmain_test" + @echo "... htimer_test" + @echo "... http_client_test" + @echo "... http_server_test" + @echo "... httpd" + @echo "... hv" + @echo "... hv_static" + @echo "... jsonrpc_client" + @echo "... jsonrpc_server" + @echo "... nc" + @echo "... nmap" + @echo "... pipe_test" + @echo "... socks5_proxy_server" + @echo "... tcp_chat_server" + @echo "... tcp_client_test" + @echo "... tcp_echo_server" + @echo "... tcp_proxy_server" + @echo "... tinyhttpd" + @echo "... tinyproxyd" + @echo "... udp_echo_server" + @echo "... udp_proxy_server" + @echo "... websocket_client_test" + @echo "... websocket_server_test" + @echo "... wget" + @echo "... wrk" + @echo "... base/hbase.o" + @echo "... base/hbase.i" + @echo "... base/hbase.s" + @echo "... base/herr.o" + @echo "... base/herr.i" + @echo "... base/herr.s" + @echo "... base/hlog.o" + @echo "... base/hlog.i" + @echo "... base/hlog.s" + @echo "... base/hmain.o" + @echo "... base/hmain.i" + @echo "... base/hmain.s" + @echo "... base/hsocket.o" + @echo "... base/hsocket.i" + @echo "... base/hsocket.s" + @echo "... base/htime.o" + @echo "... base/htime.i" + @echo "... base/htime.s" + @echo "... base/hversion.o" + @echo "... base/hversion.i" + @echo "... base/hversion.s" + @echo "... base/rbtree.o" + @echo "... base/rbtree.i" + @echo "... base/rbtree.s" + @echo "... cpputil/RAII.o" + @echo "... cpputil/RAII.i" + @echo "... cpputil/RAII.s" + @echo "... cpputil/ThreadLocalStorage.o" + @echo "... cpputil/ThreadLocalStorage.i" + @echo "... cpputil/ThreadLocalStorage.s" + @echo "... cpputil/hasync.o" + @echo "... cpputil/hasync.i" + @echo "... cpputil/hasync.s" + @echo "... cpputil/hdir.o" + @echo "... cpputil/hdir.i" + @echo "... cpputil/hdir.s" + @echo "... cpputil/hpath.o" + @echo "... cpputil/hpath.i" + @echo "... cpputil/hpath.s" + @echo "... cpputil/hstring.o" + @echo "... cpputil/hstring.i" + @echo "... cpputil/hstring.s" + @echo "... cpputil/hurl.o" + @echo "... cpputil/hurl.i" + @echo "... cpputil/hurl.s" + @echo "... cpputil/ifconfig.o" + @echo "... cpputil/ifconfig.i" + @echo "... cpputil/ifconfig.s" + @echo "... cpputil/iniparser.o" + @echo "... cpputil/iniparser.i" + @echo "... cpputil/iniparser.s" + @echo "... event/epoll.o" + @echo "... event/epoll.i" + @echo "... event/epoll.s" + @echo "... event/evport.o" + @echo "... event/evport.i" + @echo "... event/evport.s" + @echo "... event/hevent.o" + @echo "... event/hevent.i" + @echo "... event/hevent.s" + @echo "... event/hloop.o" + @echo "... event/hloop.i" + @echo "... event/hloop.s" + @echo "... event/iocp.o" + @echo "... event/iocp.i" + @echo "... event/iocp.s" + @echo "... event/kqueue.o" + @echo "... event/kqueue.i" + @echo "... event/kqueue.s" + @echo "... event/nio.o" + @echo "... event/nio.i" + @echo "... event/nio.s" + @echo "... event/nlog.o" + @echo "... event/nlog.i" + @echo "... event/nlog.s" + @echo "... event/noevent.o" + @echo "... event/noevent.i" + @echo "... event/noevent.s" + @echo "... event/overlapio.o" + @echo "... event/overlapio.i" + @echo "... event/overlapio.s" + @echo "... event/poll.o" + @echo "... event/poll.i" + @echo "... event/poll.s" + @echo "... event/rudp.o" + @echo "... event/rudp.i" + @echo "... event/rudp.s" + @echo "... event/select.o" + @echo "... event/select.i" + @echo "... event/select.s" + @echo "... event/unpack.o" + @echo "... event/unpack.i" + @echo "... event/unpack.s" + @echo "... http/Http1Parser.o" + @echo "... http/Http1Parser.i" + @echo "... http/Http1Parser.s" + @echo "... http/Http2Parser.o" + @echo "... http/Http2Parser.i" + @echo "... http/Http2Parser.s" + @echo "... http/HttpMessage.o" + @echo "... http/HttpMessage.i" + @echo "... http/HttpMessage.s" + @echo "... http/HttpParser.o" + @echo "... http/HttpParser.i" + @echo "... http/HttpParser.s" + @echo "... http/WebSocketChannel.o" + @echo "... http/WebSocketChannel.i" + @echo "... http/WebSocketChannel.s" + @echo "... http/WebSocketParser.o" + @echo "... http/WebSocketParser.i" + @echo "... http/WebSocketParser.s" + @echo "... http/client/AsyncHttpClient.o" + @echo "... http/client/AsyncHttpClient.i" + @echo "... http/client/AsyncHttpClient.s" + @echo "... http/client/HttpClient.o" + @echo "... http/client/HttpClient.i" + @echo "... http/client/HttpClient.s" + @echo "... http/client/WebSocketClient.o" + @echo "... http/client/WebSocketClient.i" + @echo "... http/client/WebSocketClient.s" + @echo "... http/http_content.o" + @echo "... http/http_content.i" + @echo "... http/http_content.s" + @echo "... http/http_parser.o" + @echo "... http/http_parser.i" + @echo "... http/http_parser.s" + @echo "... http/httpdef.o" + @echo "... http/httpdef.i" + @echo "... http/httpdef.s" + @echo "... http/multipart_parser.o" + @echo "... http/multipart_parser.i" + @echo "... http/multipart_parser.s" + @echo "... http/server/FileCache.o" + @echo "... http/server/FileCache.i" + @echo "... http/server/FileCache.s" + @echo "... http/server/HttpHandler.o" + @echo "... http/server/HttpHandler.i" + @echo "... http/server/HttpHandler.s" + @echo "... http/server/HttpMiddleware.o" + @echo "... http/server/HttpMiddleware.i" + @echo "... http/server/HttpMiddleware.s" + @echo "... http/server/HttpResponseWriter.o" + @echo "... http/server/HttpResponseWriter.i" + @echo "... http/server/HttpResponseWriter.s" + @echo "... http/server/HttpServer.o" + @echo "... http/server/HttpServer.i" + @echo "... http/server/HttpServer.s" + @echo "... http/server/HttpService.o" + @echo "... http/server/HttpService.i" + @echo "... http/server/HttpService.s" + @echo "... http/server/http_page.o" + @echo "... http/server/http_page.i" + @echo "... http/server/http_page.s" + @echo "... http/websocket_parser.o" + @echo "... http/websocket_parser.i" + @echo "... http/websocket_parser.s" + @echo "... http/wsdef.o" + @echo "... http/wsdef.i" + @echo "... http/wsdef.s" + @echo "... ssl/appletls.o" + @echo "... ssl/appletls.i" + @echo "... ssl/appletls.s" + @echo "... ssl/gnutls.o" + @echo "... ssl/gnutls.i" + @echo "... ssl/gnutls.s" + @echo "... ssl/hssl.o" + @echo "... ssl/hssl.i" + @echo "... ssl/hssl.s" + @echo "... ssl/mbedtls.o" + @echo "... ssl/mbedtls.i" + @echo "... ssl/mbedtls.s" + @echo "... ssl/nossl.o" + @echo "... ssl/nossl.i" + @echo "... ssl/nossl.s" + @echo "... ssl/openssl.o" + @echo "... ssl/openssl.i" + @echo "... ssl/openssl.s" + @echo "... ssl/wintls.o" + @echo "... ssl/wintls.i" + @echo "... ssl/wintls.s" + @echo "... util/base64.o" + @echo "... util/base64.i" + @echo "... util/base64.s" + @echo "... util/md5.o" + @echo "... util/md5.i" + @echo "... util/md5.s" + @echo "... util/sha1.o" + @echo "... util/sha1.i" + @echo "... util/sha1.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) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/_codeql_build_dir/etc/hmain_test.conf b/_codeql_build_dir/etc/hmain_test.conf new file mode 100644 index 000000000..33c7196b4 --- /dev/null +++ b/_codeql_build_dir/etc/hmain_test.conf @@ -0,0 +1,13 @@ +# [root] + +# logfile = logs/test.log +# loglevel = [VERBOSE,DEBUG,INFO,WARN,ERROR,FATAL,SILENT] +loglevel = DEBUG +log_remain_days = 3 +log_filesize = 16M + +# worker_processes = auto # auto = ncpu +worker_processes = auto +worker_threads = 2 + +port = 8086 diff --git a/_codeql_build_dir/etc/httpd.conf b/_codeql_build_dir/etc/httpd.conf new file mode 100644 index 000000000..74e826050 --- /dev/null +++ b/_codeql_build_dir/etc/httpd.conf @@ -0,0 +1,54 @@ +# [root] + +# logfile = logs/httpd.log +# loglevel = [VERBOSE,DEBUG,INFO,WARN,ERROR,FATAL,SILENT] +loglevel = INFO +log_remain_days = 3 +log_filesize = 64M + +# multi-processes mode +# auto = ncpu +worker_processes = auto +worker_threads = 1 + +# multi-threads mode +# worker_processes = 1 +# worker_threads = auto + +# Disable multi-processes mode for debugging +# worker_processes = 0 + +# max_connections = workers * worker_connections +worker_connections = 1024 + +# http server +http_port = 8080 +https_port = 8443 +#base_url = /api/v1 +document_root = html +home_page = index.html +#error_page = error.html +index_of = /downloads/ +keepalive_timeout = 75000 # ms +limit_rate = 500 # KB/s +access_log = off +cors = true + +# SSL/TLS +ssl_certificate = cert/server.crt +ssl_privatekey = cert/server.key +ssl_ca_certificate = cert/cacert.pem + +# proxy +[proxy] +proxy_connect_timeout = 10000 # ms +proxy_read_timeout = 60000 # ms +proxy_write_timeout = 60000 # ms +# forward proxy +forward_proxy = true +trust_proxies = *httpbin.org;*postman-echo.com;*apifox.com +#no_proxies = * +# reverse proxy +/httpbin/ => http://httpbin.org/ +/postman/ => http://postman-echo.com/ +/apifox/ => https://echo.apifox.com/ diff --git a/_codeql_build_dir/etc/nginx.conf b/_codeql_build_dir/etc/nginx.conf new file mode 100644 index 000000000..11670c502 --- /dev/null +++ b/_codeql_build_dir/etc/nginx.conf @@ -0,0 +1,37 @@ +# cd libhv +# sudo nginx -p . -c etc/nginx.conf +# bin/httpd -c etc/httpd.conf -s restart -d +# bin/curl -v http://127.0.0.1/api/v1/get + +worker_processes auto; + +pid logs/nginx.pid; +error_log logs/error.log; + +events { + worker_connections 1024; +} + +http { + access_log logs/access.log; + + server { + listen 80; + + # static files service + location / { + root html; + index index.html; + } + + # autoindex service + location /downloads/ { + autoindex on; + } + + # api service: nginx => libhv + location /api/v1/ { + proxy_pass http://127.0.0.1:8080/; + } + } +} diff --git a/_codeql_build_dir/examples/Makefile b/_codeql_build_dir/examples/Makefile new file mode 100644 index 000000000..d654a6433 --- /dev/null +++ b/_codeql_build_dir/examples/Makefile @@ -0,0 +1,1459 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# 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: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Produce verbose output by default. +VERBOSE = 1 + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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/local/bin/cmake + +# The command to remove a file. +RM = /usr/local/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/runner/work/libhv/libhv + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/runner/work/libhv/libhv/_codeql_build_dir + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /home/runner/work/libhv/libhv/_codeql_build_dir && /usr/local/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/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..." + cd /home/runner/work/libhv/libhv/_codeql_build_dir && /usr/local/bin/cpack --config ./CPackSourceConfig.cmake /home/runner/work/libhv/libhv/_codeql_build_dir/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 edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/local/bin/ccmake -S$(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..." + /usr/local/bin/cmake --regenerate-during-build -S$(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 + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/local/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/local/bin/cmake -P cmake_install.cmake +.PHONY : install/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/local/bin/cmake -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..." + /usr/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/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/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/libhv/libhv/_codeql_build_dir/CMakeFiles /home/runner/work/libhv/libhv/_codeql_build_dir/examples//CMakeFiles/progress.marks + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/libhv/libhv/_codeql_build_dir/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +examples/CMakeFiles/hloop_test.dir/rule: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/hloop_test.dir/rule +.PHONY : examples/CMakeFiles/hloop_test.dir/rule + +# Convenience name for target. +hloop_test: examples/CMakeFiles/hloop_test.dir/rule +.PHONY : hloop_test + +# fast build rule for target. +hloop_test/fast: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/hloop_test.dir/build.make examples/CMakeFiles/hloop_test.dir/build +.PHONY : hloop_test/fast + +# Convenience name for target. +examples/CMakeFiles/htimer_test.dir/rule: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/htimer_test.dir/rule +.PHONY : examples/CMakeFiles/htimer_test.dir/rule + +# Convenience name for target. +htimer_test: examples/CMakeFiles/htimer_test.dir/rule +.PHONY : htimer_test + +# fast build rule for target. +htimer_test/fast: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/htimer_test.dir/build.make examples/CMakeFiles/htimer_test.dir/build +.PHONY : htimer_test/fast + +# Convenience name for target. +examples/CMakeFiles/pipe_test.dir/rule: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/pipe_test.dir/rule +.PHONY : examples/CMakeFiles/pipe_test.dir/rule + +# Convenience name for target. +pipe_test: examples/CMakeFiles/pipe_test.dir/rule +.PHONY : pipe_test + +# fast build rule for target. +pipe_test/fast: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/pipe_test.dir/build.make examples/CMakeFiles/pipe_test.dir/build +.PHONY : pipe_test/fast + +# Convenience name for target. +examples/CMakeFiles/nc.dir/rule: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/nc.dir/rule +.PHONY : examples/CMakeFiles/nc.dir/rule + +# Convenience name for target. +nc: examples/CMakeFiles/nc.dir/rule +.PHONY : nc + +# fast build rule for target. +nc/fast: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/nc.dir/build.make examples/CMakeFiles/nc.dir/build +.PHONY : nc/fast + +# Convenience name for target. +examples/CMakeFiles/tinyhttpd.dir/rule: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/tinyhttpd.dir/rule +.PHONY : examples/CMakeFiles/tinyhttpd.dir/rule + +# Convenience name for target. +tinyhttpd: examples/CMakeFiles/tinyhttpd.dir/rule +.PHONY : tinyhttpd + +# fast build rule for target. +tinyhttpd/fast: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tinyhttpd.dir/build.make examples/CMakeFiles/tinyhttpd.dir/build +.PHONY : tinyhttpd/fast + +# Convenience name for target. +examples/CMakeFiles/tinyproxyd.dir/rule: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/tinyproxyd.dir/rule +.PHONY : examples/CMakeFiles/tinyproxyd.dir/rule + +# Convenience name for target. +tinyproxyd: examples/CMakeFiles/tinyproxyd.dir/rule +.PHONY : tinyproxyd + +# fast build rule for target. +tinyproxyd/fast: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tinyproxyd.dir/build.make examples/CMakeFiles/tinyproxyd.dir/build +.PHONY : tinyproxyd/fast + +# Convenience name for target. +examples/CMakeFiles/tcp_client_test.dir/rule: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/tcp_client_test.dir/rule +.PHONY : examples/CMakeFiles/tcp_client_test.dir/rule + +# Convenience name for target. +tcp_client_test: examples/CMakeFiles/tcp_client_test.dir/rule +.PHONY : tcp_client_test + +# fast build rule for target. +tcp_client_test/fast: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tcp_client_test.dir/build.make examples/CMakeFiles/tcp_client_test.dir/build +.PHONY : tcp_client_test/fast + +# Convenience name for target. +examples/CMakeFiles/tcp_echo_server.dir/rule: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/tcp_echo_server.dir/rule +.PHONY : examples/CMakeFiles/tcp_echo_server.dir/rule + +# Convenience name for target. +tcp_echo_server: examples/CMakeFiles/tcp_echo_server.dir/rule +.PHONY : tcp_echo_server + +# fast build rule for target. +tcp_echo_server/fast: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tcp_echo_server.dir/build.make examples/CMakeFiles/tcp_echo_server.dir/build +.PHONY : tcp_echo_server/fast + +# Convenience name for target. +examples/CMakeFiles/tcp_chat_server.dir/rule: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/tcp_chat_server.dir/rule +.PHONY : examples/CMakeFiles/tcp_chat_server.dir/rule + +# Convenience name for target. +tcp_chat_server: examples/CMakeFiles/tcp_chat_server.dir/rule +.PHONY : tcp_chat_server + +# fast build rule for target. +tcp_chat_server/fast: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tcp_chat_server.dir/build.make examples/CMakeFiles/tcp_chat_server.dir/build +.PHONY : tcp_chat_server/fast + +# Convenience name for target. +examples/CMakeFiles/tcp_proxy_server.dir/rule: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/tcp_proxy_server.dir/rule +.PHONY : examples/CMakeFiles/tcp_proxy_server.dir/rule + +# Convenience name for target. +tcp_proxy_server: examples/CMakeFiles/tcp_proxy_server.dir/rule +.PHONY : tcp_proxy_server + +# fast build rule for target. +tcp_proxy_server/fast: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tcp_proxy_server.dir/build.make examples/CMakeFiles/tcp_proxy_server.dir/build +.PHONY : tcp_proxy_server/fast + +# Convenience name for target. +examples/CMakeFiles/udp_echo_server.dir/rule: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/udp_echo_server.dir/rule +.PHONY : examples/CMakeFiles/udp_echo_server.dir/rule + +# Convenience name for target. +udp_echo_server: examples/CMakeFiles/udp_echo_server.dir/rule +.PHONY : udp_echo_server + +# fast build rule for target. +udp_echo_server/fast: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/udp_echo_server.dir/build.make examples/CMakeFiles/udp_echo_server.dir/build +.PHONY : udp_echo_server/fast + +# Convenience name for target. +examples/CMakeFiles/udp_proxy_server.dir/rule: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/udp_proxy_server.dir/rule +.PHONY : examples/CMakeFiles/udp_proxy_server.dir/rule + +# Convenience name for target. +udp_proxy_server: examples/CMakeFiles/udp_proxy_server.dir/rule +.PHONY : udp_proxy_server + +# fast build rule for target. +udp_proxy_server/fast: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/udp_proxy_server.dir/build.make examples/CMakeFiles/udp_proxy_server.dir/build +.PHONY : udp_proxy_server/fast + +# Convenience name for target. +examples/CMakeFiles/socks5_proxy_server.dir/rule: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/socks5_proxy_server.dir/rule +.PHONY : examples/CMakeFiles/socks5_proxy_server.dir/rule + +# Convenience name for target. +socks5_proxy_server: examples/CMakeFiles/socks5_proxy_server.dir/rule +.PHONY : socks5_proxy_server + +# fast build rule for target. +socks5_proxy_server/fast: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/socks5_proxy_server.dir/build.make examples/CMakeFiles/socks5_proxy_server.dir/build +.PHONY : socks5_proxy_server/fast + +# Convenience name for target. +examples/CMakeFiles/jsonrpc_client.dir/rule: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/jsonrpc_client.dir/rule +.PHONY : examples/CMakeFiles/jsonrpc_client.dir/rule + +# Convenience name for target. +jsonrpc_client: examples/CMakeFiles/jsonrpc_client.dir/rule +.PHONY : jsonrpc_client + +# fast build rule for target. +jsonrpc_client/fast: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/jsonrpc_client.dir/build.make examples/CMakeFiles/jsonrpc_client.dir/build +.PHONY : jsonrpc_client/fast + +# Convenience name for target. +examples/CMakeFiles/jsonrpc_server.dir/rule: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/jsonrpc_server.dir/rule +.PHONY : examples/CMakeFiles/jsonrpc_server.dir/rule + +# Convenience name for target. +jsonrpc_server: examples/CMakeFiles/jsonrpc_server.dir/rule +.PHONY : jsonrpc_server + +# fast build rule for target. +jsonrpc_server/fast: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/jsonrpc_server.dir/build.make examples/CMakeFiles/jsonrpc_server.dir/build +.PHONY : jsonrpc_server/fast + +# Convenience name for target. +examples/CMakeFiles/hmain_test.dir/rule: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/hmain_test.dir/rule +.PHONY : examples/CMakeFiles/hmain_test.dir/rule + +# Convenience name for target. +hmain_test: examples/CMakeFiles/hmain_test.dir/rule +.PHONY : hmain_test + +# fast build rule for target. +hmain_test/fast: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/hmain_test.dir/build.make examples/CMakeFiles/hmain_test.dir/build +.PHONY : hmain_test/fast + +# Convenience name for target. +examples/CMakeFiles/nmap.dir/rule: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/nmap.dir/rule +.PHONY : examples/CMakeFiles/nmap.dir/rule + +# Convenience name for target. +nmap: examples/CMakeFiles/nmap.dir/rule +.PHONY : nmap + +# fast build rule for target. +nmap/fast: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/nmap.dir/build.make examples/CMakeFiles/nmap.dir/build +.PHONY : nmap/fast + +# Convenience name for target. +examples/CMakeFiles/wrk.dir/rule: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/wrk.dir/rule +.PHONY : examples/CMakeFiles/wrk.dir/rule + +# Convenience name for target. +wrk: examples/CMakeFiles/wrk.dir/rule +.PHONY : wrk + +# fast build rule for target. +wrk/fast: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/wrk.dir/build.make examples/CMakeFiles/wrk.dir/build +.PHONY : wrk/fast + +# Convenience name for target. +examples/CMakeFiles/http_server_test.dir/rule: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/http_server_test.dir/rule +.PHONY : examples/CMakeFiles/http_server_test.dir/rule + +# Convenience name for target. +http_server_test: examples/CMakeFiles/http_server_test.dir/rule +.PHONY : http_server_test + +# fast build rule for target. +http_server_test/fast: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/http_server_test.dir/build.make examples/CMakeFiles/http_server_test.dir/build +.PHONY : http_server_test/fast + +# Convenience name for target. +examples/CMakeFiles/websocket_server_test.dir/rule: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/websocket_server_test.dir/rule +.PHONY : examples/CMakeFiles/websocket_server_test.dir/rule + +# Convenience name for target. +websocket_server_test: examples/CMakeFiles/websocket_server_test.dir/rule +.PHONY : websocket_server_test + +# fast build rule for target. +websocket_server_test/fast: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/websocket_server_test.dir/build.make examples/CMakeFiles/websocket_server_test.dir/build +.PHONY : websocket_server_test/fast + +# Convenience name for target. +examples/CMakeFiles/curl.dir/rule: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/curl.dir/rule +.PHONY : examples/CMakeFiles/curl.dir/rule + +# Convenience name for target. +curl: examples/CMakeFiles/curl.dir/rule +.PHONY : curl + +# fast build rule for target. +curl/fast: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/curl.dir/build.make examples/CMakeFiles/curl.dir/build +.PHONY : curl/fast + +# Convenience name for target. +examples/CMakeFiles/wget.dir/rule: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/wget.dir/rule +.PHONY : examples/CMakeFiles/wget.dir/rule + +# Convenience name for target. +wget: examples/CMakeFiles/wget.dir/rule +.PHONY : wget + +# fast build rule for target. +wget/fast: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/wget.dir/build.make examples/CMakeFiles/wget.dir/build +.PHONY : wget/fast + +# Convenience name for target. +examples/CMakeFiles/consul.dir/rule: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/consul.dir/rule +.PHONY : examples/CMakeFiles/consul.dir/rule + +# Convenience name for target. +consul: examples/CMakeFiles/consul.dir/rule +.PHONY : consul + +# fast build rule for target. +consul/fast: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/consul.dir/build.make examples/CMakeFiles/consul.dir/build +.PHONY : consul/fast + +# Convenience name for target. +examples/CMakeFiles/http_client_test.dir/rule: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/http_client_test.dir/rule +.PHONY : examples/CMakeFiles/http_client_test.dir/rule + +# Convenience name for target. +http_client_test: examples/CMakeFiles/http_client_test.dir/rule +.PHONY : http_client_test + +# fast build rule for target. +http_client_test/fast: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/http_client_test.dir/build.make examples/CMakeFiles/http_client_test.dir/build +.PHONY : http_client_test/fast + +# Convenience name for target. +examples/CMakeFiles/websocket_client_test.dir/rule: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/websocket_client_test.dir/rule +.PHONY : examples/CMakeFiles/websocket_client_test.dir/rule + +# Convenience name for target. +websocket_client_test: examples/CMakeFiles/websocket_client_test.dir/rule +.PHONY : websocket_client_test + +# fast build rule for target. +websocket_client_test/fast: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/websocket_client_test.dir/build.make examples/CMakeFiles/websocket_client_test.dir/build +.PHONY : websocket_client_test/fast + +# Convenience name for target. +examples/CMakeFiles/httpd.dir/rule: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/httpd.dir/rule +.PHONY : examples/CMakeFiles/httpd.dir/rule + +# Convenience name for target. +httpd: examples/CMakeFiles/httpd.dir/rule +.PHONY : httpd + +# fast build rule for target. +httpd/fast: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/httpd.dir/build.make examples/CMakeFiles/httpd.dir/build +.PHONY : httpd/fast + +# Convenience name for target. +examples/CMakeFiles/examples.dir/rule: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/examples.dir/rule +.PHONY : examples/CMakeFiles/examples.dir/rule + +# Convenience name for target. +examples: examples/CMakeFiles/examples.dir/rule +.PHONY : examples + +# fast build rule for target. +examples/fast: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/examples.dir/build.make examples/CMakeFiles/examples.dir/build +.PHONY : examples/fast + +consul/consul.o: consul/consul.cpp.o +.PHONY : consul/consul.o + +# target to build an object file +consul/consul.cpp.o: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/consul.dir/build.make examples/CMakeFiles/consul.dir/consul/consul.cpp.o +.PHONY : consul/consul.cpp.o + +consul/consul.i: consul/consul.cpp.i +.PHONY : consul/consul.i + +# target to preprocess a source file +consul/consul.cpp.i: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/consul.dir/build.make examples/CMakeFiles/consul.dir/consul/consul.cpp.i +.PHONY : consul/consul.cpp.i + +consul/consul.s: consul/consul.cpp.s +.PHONY : consul/consul.s + +# target to generate assembly for a file +consul/consul.cpp.s: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/consul.dir/build.make examples/CMakeFiles/consul.dir/consul/consul.cpp.s +.PHONY : consul/consul.cpp.s + +consul/main.o: consul/main.cpp.o +.PHONY : consul/main.o + +# target to build an object file +consul/main.cpp.o: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/consul.dir/build.make examples/CMakeFiles/consul.dir/consul/main.cpp.o +.PHONY : consul/main.cpp.o + +consul/main.i: consul/main.cpp.i +.PHONY : consul/main.i + +# target to preprocess a source file +consul/main.cpp.i: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/consul.dir/build.make examples/CMakeFiles/consul.dir/consul/main.cpp.i +.PHONY : consul/main.cpp.i + +consul/main.s: consul/main.cpp.s +.PHONY : consul/main.s + +# target to generate assembly for a file +consul/main.cpp.s: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/consul.dir/build.make examples/CMakeFiles/consul.dir/consul/main.cpp.s +.PHONY : consul/main.cpp.s + +curl.o: curl.cpp.o +.PHONY : curl.o + +# target to build an object file +curl.cpp.o: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/curl.dir/build.make examples/CMakeFiles/curl.dir/curl.cpp.o +.PHONY : curl.cpp.o + +curl.i: curl.cpp.i +.PHONY : curl.i + +# target to preprocess a source file +curl.cpp.i: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/curl.dir/build.make examples/CMakeFiles/curl.dir/curl.cpp.i +.PHONY : curl.cpp.i + +curl.s: curl.cpp.s +.PHONY : curl.s + +# target to generate assembly for a file +curl.cpp.s: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/curl.dir/build.make examples/CMakeFiles/curl.dir/curl.cpp.s +.PHONY : curl.cpp.s + +hloop_test.o: hloop_test.c.o +.PHONY : hloop_test.o + +# target to build an object file +hloop_test.c.o: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/hloop_test.dir/build.make examples/CMakeFiles/hloop_test.dir/hloop_test.c.o +.PHONY : hloop_test.c.o + +hloop_test.i: hloop_test.c.i +.PHONY : hloop_test.i + +# target to preprocess a source file +hloop_test.c.i: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/hloop_test.dir/build.make examples/CMakeFiles/hloop_test.dir/hloop_test.c.i +.PHONY : hloop_test.c.i + +hloop_test.s: hloop_test.c.s +.PHONY : hloop_test.s + +# target to generate assembly for a file +hloop_test.c.s: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/hloop_test.dir/build.make examples/CMakeFiles/hloop_test.dir/hloop_test.c.s +.PHONY : hloop_test.c.s + +hmain_test.o: hmain_test.cpp.o +.PHONY : hmain_test.o + +# target to build an object file +hmain_test.cpp.o: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/hmain_test.dir/build.make examples/CMakeFiles/hmain_test.dir/hmain_test.cpp.o +.PHONY : hmain_test.cpp.o + +hmain_test.i: hmain_test.cpp.i +.PHONY : hmain_test.i + +# target to preprocess a source file +hmain_test.cpp.i: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/hmain_test.dir/build.make examples/CMakeFiles/hmain_test.dir/hmain_test.cpp.i +.PHONY : hmain_test.cpp.i + +hmain_test.s: hmain_test.cpp.s +.PHONY : hmain_test.s + +# target to generate assembly for a file +hmain_test.cpp.s: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/hmain_test.dir/build.make examples/CMakeFiles/hmain_test.dir/hmain_test.cpp.s +.PHONY : hmain_test.cpp.s + +htimer_test.o: htimer_test.c.o +.PHONY : htimer_test.o + +# target to build an object file +htimer_test.c.o: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/htimer_test.dir/build.make examples/CMakeFiles/htimer_test.dir/htimer_test.c.o +.PHONY : htimer_test.c.o + +htimer_test.i: htimer_test.c.i +.PHONY : htimer_test.i + +# target to preprocess a source file +htimer_test.c.i: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/htimer_test.dir/build.make examples/CMakeFiles/htimer_test.dir/htimer_test.c.i +.PHONY : htimer_test.c.i + +htimer_test.s: htimer_test.c.s +.PHONY : htimer_test.s + +# target to generate assembly for a file +htimer_test.c.s: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/htimer_test.dir/build.make examples/CMakeFiles/htimer_test.dir/htimer_test.c.s +.PHONY : htimer_test.c.s + +http_client_test.o: http_client_test.cpp.o +.PHONY : http_client_test.o + +# target to build an object file +http_client_test.cpp.o: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/http_client_test.dir/build.make examples/CMakeFiles/http_client_test.dir/http_client_test.cpp.o +.PHONY : http_client_test.cpp.o + +http_client_test.i: http_client_test.cpp.i +.PHONY : http_client_test.i + +# target to preprocess a source file +http_client_test.cpp.i: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/http_client_test.dir/build.make examples/CMakeFiles/http_client_test.dir/http_client_test.cpp.i +.PHONY : http_client_test.cpp.i + +http_client_test.s: http_client_test.cpp.s +.PHONY : http_client_test.s + +# target to generate assembly for a file +http_client_test.cpp.s: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/http_client_test.dir/build.make examples/CMakeFiles/http_client_test.dir/http_client_test.cpp.s +.PHONY : http_client_test.cpp.s + +http_server_test.o: http_server_test.cpp.o +.PHONY : http_server_test.o + +# target to build an object file +http_server_test.cpp.o: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/http_server_test.dir/build.make examples/CMakeFiles/http_server_test.dir/http_server_test.cpp.o +.PHONY : http_server_test.cpp.o + +http_server_test.i: http_server_test.cpp.i +.PHONY : http_server_test.i + +# target to preprocess a source file +http_server_test.cpp.i: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/http_server_test.dir/build.make examples/CMakeFiles/http_server_test.dir/http_server_test.cpp.i +.PHONY : http_server_test.cpp.i + +http_server_test.s: http_server_test.cpp.s +.PHONY : http_server_test.s + +# target to generate assembly for a file +http_server_test.cpp.s: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/http_server_test.dir/build.make examples/CMakeFiles/http_server_test.dir/http_server_test.cpp.s +.PHONY : http_server_test.cpp.s + +httpd/handler.o: httpd/handler.cpp.o +.PHONY : httpd/handler.o + +# target to build an object file +httpd/handler.cpp.o: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/httpd.dir/build.make examples/CMakeFiles/httpd.dir/httpd/handler.cpp.o +.PHONY : httpd/handler.cpp.o + +httpd/handler.i: httpd/handler.cpp.i +.PHONY : httpd/handler.i + +# target to preprocess a source file +httpd/handler.cpp.i: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/httpd.dir/build.make examples/CMakeFiles/httpd.dir/httpd/handler.cpp.i +.PHONY : httpd/handler.cpp.i + +httpd/handler.s: httpd/handler.cpp.s +.PHONY : httpd/handler.s + +# target to generate assembly for a file +httpd/handler.cpp.s: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/httpd.dir/build.make examples/CMakeFiles/httpd.dir/httpd/handler.cpp.s +.PHONY : httpd/handler.cpp.s + +httpd/httpd.o: httpd/httpd.cpp.o +.PHONY : httpd/httpd.o + +# target to build an object file +httpd/httpd.cpp.o: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/httpd.dir/build.make examples/CMakeFiles/httpd.dir/httpd/httpd.cpp.o +.PHONY : httpd/httpd.cpp.o + +httpd/httpd.i: httpd/httpd.cpp.i +.PHONY : httpd/httpd.i + +# target to preprocess a source file +httpd/httpd.cpp.i: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/httpd.dir/build.make examples/CMakeFiles/httpd.dir/httpd/httpd.cpp.i +.PHONY : httpd/httpd.cpp.i + +httpd/httpd.s: httpd/httpd.cpp.s +.PHONY : httpd/httpd.s + +# target to generate assembly for a file +httpd/httpd.cpp.s: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/httpd.dir/build.make examples/CMakeFiles/httpd.dir/httpd/httpd.cpp.s +.PHONY : httpd/httpd.cpp.s + +httpd/router.o: httpd/router.cpp.o +.PHONY : httpd/router.o + +# target to build an object file +httpd/router.cpp.o: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/httpd.dir/build.make examples/CMakeFiles/httpd.dir/httpd/router.cpp.o +.PHONY : httpd/router.cpp.o + +httpd/router.i: httpd/router.cpp.i +.PHONY : httpd/router.i + +# target to preprocess a source file +httpd/router.cpp.i: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/httpd.dir/build.make examples/CMakeFiles/httpd.dir/httpd/router.cpp.i +.PHONY : httpd/router.cpp.i + +httpd/router.s: httpd/router.cpp.s +.PHONY : httpd/router.s + +# target to generate assembly for a file +httpd/router.cpp.s: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/httpd.dir/build.make examples/CMakeFiles/httpd.dir/httpd/router.cpp.s +.PHONY : httpd/router.cpp.s + +jsonrpc/cJSON.o: jsonrpc/cJSON.c.o +.PHONY : jsonrpc/cJSON.o + +# target to build an object file +jsonrpc/cJSON.c.o: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/jsonrpc_client.dir/build.make examples/CMakeFiles/jsonrpc_client.dir/jsonrpc/cJSON.c.o + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/jsonrpc_server.dir/build.make examples/CMakeFiles/jsonrpc_server.dir/jsonrpc/cJSON.c.o +.PHONY : jsonrpc/cJSON.c.o + +jsonrpc/cJSON.i: jsonrpc/cJSON.c.i +.PHONY : jsonrpc/cJSON.i + +# target to preprocess a source file +jsonrpc/cJSON.c.i: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/jsonrpc_client.dir/build.make examples/CMakeFiles/jsonrpc_client.dir/jsonrpc/cJSON.c.i + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/jsonrpc_server.dir/build.make examples/CMakeFiles/jsonrpc_server.dir/jsonrpc/cJSON.c.i +.PHONY : jsonrpc/cJSON.c.i + +jsonrpc/cJSON.s: jsonrpc/cJSON.c.s +.PHONY : jsonrpc/cJSON.s + +# target to generate assembly for a file +jsonrpc/cJSON.c.s: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/jsonrpc_client.dir/build.make examples/CMakeFiles/jsonrpc_client.dir/jsonrpc/cJSON.c.s + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/jsonrpc_server.dir/build.make examples/CMakeFiles/jsonrpc_server.dir/jsonrpc/cJSON.c.s +.PHONY : jsonrpc/cJSON.c.s + +jsonrpc/jsonrpc_client.o: jsonrpc/jsonrpc_client.c.o +.PHONY : jsonrpc/jsonrpc_client.o + +# target to build an object file +jsonrpc/jsonrpc_client.c.o: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/jsonrpc_client.dir/build.make examples/CMakeFiles/jsonrpc_client.dir/jsonrpc/jsonrpc_client.c.o +.PHONY : jsonrpc/jsonrpc_client.c.o + +jsonrpc/jsonrpc_client.i: jsonrpc/jsonrpc_client.c.i +.PHONY : jsonrpc/jsonrpc_client.i + +# target to preprocess a source file +jsonrpc/jsonrpc_client.c.i: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/jsonrpc_client.dir/build.make examples/CMakeFiles/jsonrpc_client.dir/jsonrpc/jsonrpc_client.c.i +.PHONY : jsonrpc/jsonrpc_client.c.i + +jsonrpc/jsonrpc_client.s: jsonrpc/jsonrpc_client.c.s +.PHONY : jsonrpc/jsonrpc_client.s + +# target to generate assembly for a file +jsonrpc/jsonrpc_client.c.s: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/jsonrpc_client.dir/build.make examples/CMakeFiles/jsonrpc_client.dir/jsonrpc/jsonrpc_client.c.s +.PHONY : jsonrpc/jsonrpc_client.c.s + +jsonrpc/jsonrpc_server.o: jsonrpc/jsonrpc_server.c.o +.PHONY : jsonrpc/jsonrpc_server.o + +# target to build an object file +jsonrpc/jsonrpc_server.c.o: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/jsonrpc_server.dir/build.make examples/CMakeFiles/jsonrpc_server.dir/jsonrpc/jsonrpc_server.c.o +.PHONY : jsonrpc/jsonrpc_server.c.o + +jsonrpc/jsonrpc_server.i: jsonrpc/jsonrpc_server.c.i +.PHONY : jsonrpc/jsonrpc_server.i + +# target to preprocess a source file +jsonrpc/jsonrpc_server.c.i: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/jsonrpc_server.dir/build.make examples/CMakeFiles/jsonrpc_server.dir/jsonrpc/jsonrpc_server.c.i +.PHONY : jsonrpc/jsonrpc_server.c.i + +jsonrpc/jsonrpc_server.s: jsonrpc/jsonrpc_server.c.s +.PHONY : jsonrpc/jsonrpc_server.s + +# target to generate assembly for a file +jsonrpc/jsonrpc_server.c.s: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/jsonrpc_server.dir/build.make examples/CMakeFiles/jsonrpc_server.dir/jsonrpc/jsonrpc_server.c.s +.PHONY : jsonrpc/jsonrpc_server.c.s + +nc.o: nc.c.o +.PHONY : nc.o + +# target to build an object file +nc.c.o: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/nc.dir/build.make examples/CMakeFiles/nc.dir/nc.c.o +.PHONY : nc.c.o + +nc.i: nc.c.i +.PHONY : nc.i + +# target to preprocess a source file +nc.c.i: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/nc.dir/build.make examples/CMakeFiles/nc.dir/nc.c.i +.PHONY : nc.c.i + +nc.s: nc.c.s +.PHONY : nc.s + +# target to generate assembly for a file +nc.c.s: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/nc.dir/build.make examples/CMakeFiles/nc.dir/nc.c.s +.PHONY : nc.c.s + +nmap/main.o: nmap/main.cpp.o +.PHONY : nmap/main.o + +# target to build an object file +nmap/main.cpp.o: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/nmap.dir/build.make examples/CMakeFiles/nmap.dir/nmap/main.cpp.o +.PHONY : nmap/main.cpp.o + +nmap/main.i: nmap/main.cpp.i +.PHONY : nmap/main.i + +# target to preprocess a source file +nmap/main.cpp.i: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/nmap.dir/build.make examples/CMakeFiles/nmap.dir/nmap/main.cpp.i +.PHONY : nmap/main.cpp.i + +nmap/main.s: nmap/main.cpp.s +.PHONY : nmap/main.s + +# target to generate assembly for a file +nmap/main.cpp.s: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/nmap.dir/build.make examples/CMakeFiles/nmap.dir/nmap/main.cpp.s +.PHONY : nmap/main.cpp.s + +nmap/nmap.o: nmap/nmap.cpp.o +.PHONY : nmap/nmap.o + +# target to build an object file +nmap/nmap.cpp.o: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/nmap.dir/build.make examples/CMakeFiles/nmap.dir/nmap/nmap.cpp.o +.PHONY : nmap/nmap.cpp.o + +nmap/nmap.i: nmap/nmap.cpp.i +.PHONY : nmap/nmap.i + +# target to preprocess a source file +nmap/nmap.cpp.i: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/nmap.dir/build.make examples/CMakeFiles/nmap.dir/nmap/nmap.cpp.i +.PHONY : nmap/nmap.cpp.i + +nmap/nmap.s: nmap/nmap.cpp.s +.PHONY : nmap/nmap.s + +# target to generate assembly for a file +nmap/nmap.cpp.s: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/nmap.dir/build.make examples/CMakeFiles/nmap.dir/nmap/nmap.cpp.s +.PHONY : nmap/nmap.cpp.s + +pipe_test.o: pipe_test.c.o +.PHONY : pipe_test.o + +# target to build an object file +pipe_test.c.o: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/pipe_test.dir/build.make examples/CMakeFiles/pipe_test.dir/pipe_test.c.o +.PHONY : pipe_test.c.o + +pipe_test.i: pipe_test.c.i +.PHONY : pipe_test.i + +# target to preprocess a source file +pipe_test.c.i: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/pipe_test.dir/build.make examples/CMakeFiles/pipe_test.dir/pipe_test.c.i +.PHONY : pipe_test.c.i + +pipe_test.s: pipe_test.c.s +.PHONY : pipe_test.s + +# target to generate assembly for a file +pipe_test.c.s: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/pipe_test.dir/build.make examples/CMakeFiles/pipe_test.dir/pipe_test.c.s +.PHONY : pipe_test.c.s + +socks5_proxy_server.o: socks5_proxy_server.c.o +.PHONY : socks5_proxy_server.o + +# target to build an object file +socks5_proxy_server.c.o: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/socks5_proxy_server.dir/build.make examples/CMakeFiles/socks5_proxy_server.dir/socks5_proxy_server.c.o +.PHONY : socks5_proxy_server.c.o + +socks5_proxy_server.i: socks5_proxy_server.c.i +.PHONY : socks5_proxy_server.i + +# target to preprocess a source file +socks5_proxy_server.c.i: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/socks5_proxy_server.dir/build.make examples/CMakeFiles/socks5_proxy_server.dir/socks5_proxy_server.c.i +.PHONY : socks5_proxy_server.c.i + +socks5_proxy_server.s: socks5_proxy_server.c.s +.PHONY : socks5_proxy_server.s + +# target to generate assembly for a file +socks5_proxy_server.c.s: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/socks5_proxy_server.dir/build.make examples/CMakeFiles/socks5_proxy_server.dir/socks5_proxy_server.c.s +.PHONY : socks5_proxy_server.c.s + +tcp_chat_server.o: tcp_chat_server.c.o +.PHONY : tcp_chat_server.o + +# target to build an object file +tcp_chat_server.c.o: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tcp_chat_server.dir/build.make examples/CMakeFiles/tcp_chat_server.dir/tcp_chat_server.c.o +.PHONY : tcp_chat_server.c.o + +tcp_chat_server.i: tcp_chat_server.c.i +.PHONY : tcp_chat_server.i + +# target to preprocess a source file +tcp_chat_server.c.i: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tcp_chat_server.dir/build.make examples/CMakeFiles/tcp_chat_server.dir/tcp_chat_server.c.i +.PHONY : tcp_chat_server.c.i + +tcp_chat_server.s: tcp_chat_server.c.s +.PHONY : tcp_chat_server.s + +# target to generate assembly for a file +tcp_chat_server.c.s: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tcp_chat_server.dir/build.make examples/CMakeFiles/tcp_chat_server.dir/tcp_chat_server.c.s +.PHONY : tcp_chat_server.c.s + +tcp_client_test.o: tcp_client_test.c.o +.PHONY : tcp_client_test.o + +# target to build an object file +tcp_client_test.c.o: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tcp_client_test.dir/build.make examples/CMakeFiles/tcp_client_test.dir/tcp_client_test.c.o +.PHONY : tcp_client_test.c.o + +tcp_client_test.i: tcp_client_test.c.i +.PHONY : tcp_client_test.i + +# target to preprocess a source file +tcp_client_test.c.i: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tcp_client_test.dir/build.make examples/CMakeFiles/tcp_client_test.dir/tcp_client_test.c.i +.PHONY : tcp_client_test.c.i + +tcp_client_test.s: tcp_client_test.c.s +.PHONY : tcp_client_test.s + +# target to generate assembly for a file +tcp_client_test.c.s: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tcp_client_test.dir/build.make examples/CMakeFiles/tcp_client_test.dir/tcp_client_test.c.s +.PHONY : tcp_client_test.c.s + +tcp_echo_server.o: tcp_echo_server.c.o +.PHONY : tcp_echo_server.o + +# target to build an object file +tcp_echo_server.c.o: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tcp_echo_server.dir/build.make examples/CMakeFiles/tcp_echo_server.dir/tcp_echo_server.c.o +.PHONY : tcp_echo_server.c.o + +tcp_echo_server.i: tcp_echo_server.c.i +.PHONY : tcp_echo_server.i + +# target to preprocess a source file +tcp_echo_server.c.i: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tcp_echo_server.dir/build.make examples/CMakeFiles/tcp_echo_server.dir/tcp_echo_server.c.i +.PHONY : tcp_echo_server.c.i + +tcp_echo_server.s: tcp_echo_server.c.s +.PHONY : tcp_echo_server.s + +# target to generate assembly for a file +tcp_echo_server.c.s: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tcp_echo_server.dir/build.make examples/CMakeFiles/tcp_echo_server.dir/tcp_echo_server.c.s +.PHONY : tcp_echo_server.c.s + +tcp_proxy_server.o: tcp_proxy_server.c.o +.PHONY : tcp_proxy_server.o + +# target to build an object file +tcp_proxy_server.c.o: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tcp_proxy_server.dir/build.make examples/CMakeFiles/tcp_proxy_server.dir/tcp_proxy_server.c.o +.PHONY : tcp_proxy_server.c.o + +tcp_proxy_server.i: tcp_proxy_server.c.i +.PHONY : tcp_proxy_server.i + +# target to preprocess a source file +tcp_proxy_server.c.i: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tcp_proxy_server.dir/build.make examples/CMakeFiles/tcp_proxy_server.dir/tcp_proxy_server.c.i +.PHONY : tcp_proxy_server.c.i + +tcp_proxy_server.s: tcp_proxy_server.c.s +.PHONY : tcp_proxy_server.s + +# target to generate assembly for a file +tcp_proxy_server.c.s: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tcp_proxy_server.dir/build.make examples/CMakeFiles/tcp_proxy_server.dir/tcp_proxy_server.c.s +.PHONY : tcp_proxy_server.c.s + +tinyhttpd.o: tinyhttpd.c.o +.PHONY : tinyhttpd.o + +# target to build an object file +tinyhttpd.c.o: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tinyhttpd.dir/build.make examples/CMakeFiles/tinyhttpd.dir/tinyhttpd.c.o +.PHONY : tinyhttpd.c.o + +tinyhttpd.i: tinyhttpd.c.i +.PHONY : tinyhttpd.i + +# target to preprocess a source file +tinyhttpd.c.i: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tinyhttpd.dir/build.make examples/CMakeFiles/tinyhttpd.dir/tinyhttpd.c.i +.PHONY : tinyhttpd.c.i + +tinyhttpd.s: tinyhttpd.c.s +.PHONY : tinyhttpd.s + +# target to generate assembly for a file +tinyhttpd.c.s: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tinyhttpd.dir/build.make examples/CMakeFiles/tinyhttpd.dir/tinyhttpd.c.s +.PHONY : tinyhttpd.c.s + +tinyproxyd.o: tinyproxyd.c.o +.PHONY : tinyproxyd.o + +# target to build an object file +tinyproxyd.c.o: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tinyproxyd.dir/build.make examples/CMakeFiles/tinyproxyd.dir/tinyproxyd.c.o +.PHONY : tinyproxyd.c.o + +tinyproxyd.i: tinyproxyd.c.i +.PHONY : tinyproxyd.i + +# target to preprocess a source file +tinyproxyd.c.i: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tinyproxyd.dir/build.make examples/CMakeFiles/tinyproxyd.dir/tinyproxyd.c.i +.PHONY : tinyproxyd.c.i + +tinyproxyd.s: tinyproxyd.c.s +.PHONY : tinyproxyd.s + +# target to generate assembly for a file +tinyproxyd.c.s: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tinyproxyd.dir/build.make examples/CMakeFiles/tinyproxyd.dir/tinyproxyd.c.s +.PHONY : tinyproxyd.c.s + +udp_echo_server.o: udp_echo_server.c.o +.PHONY : udp_echo_server.o + +# target to build an object file +udp_echo_server.c.o: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/udp_echo_server.dir/build.make examples/CMakeFiles/udp_echo_server.dir/udp_echo_server.c.o +.PHONY : udp_echo_server.c.o + +udp_echo_server.i: udp_echo_server.c.i +.PHONY : udp_echo_server.i + +# target to preprocess a source file +udp_echo_server.c.i: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/udp_echo_server.dir/build.make examples/CMakeFiles/udp_echo_server.dir/udp_echo_server.c.i +.PHONY : udp_echo_server.c.i + +udp_echo_server.s: udp_echo_server.c.s +.PHONY : udp_echo_server.s + +# target to generate assembly for a file +udp_echo_server.c.s: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/udp_echo_server.dir/build.make examples/CMakeFiles/udp_echo_server.dir/udp_echo_server.c.s +.PHONY : udp_echo_server.c.s + +udp_proxy_server.o: udp_proxy_server.c.o +.PHONY : udp_proxy_server.o + +# target to build an object file +udp_proxy_server.c.o: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/udp_proxy_server.dir/build.make examples/CMakeFiles/udp_proxy_server.dir/udp_proxy_server.c.o +.PHONY : udp_proxy_server.c.o + +udp_proxy_server.i: udp_proxy_server.c.i +.PHONY : udp_proxy_server.i + +# target to preprocess a source file +udp_proxy_server.c.i: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/udp_proxy_server.dir/build.make examples/CMakeFiles/udp_proxy_server.dir/udp_proxy_server.c.i +.PHONY : udp_proxy_server.c.i + +udp_proxy_server.s: udp_proxy_server.c.s +.PHONY : udp_proxy_server.s + +# target to generate assembly for a file +udp_proxy_server.c.s: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/udp_proxy_server.dir/build.make examples/CMakeFiles/udp_proxy_server.dir/udp_proxy_server.c.s +.PHONY : udp_proxy_server.c.s + +websocket_client_test.o: websocket_client_test.cpp.o +.PHONY : websocket_client_test.o + +# target to build an object file +websocket_client_test.cpp.o: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/websocket_client_test.dir/build.make examples/CMakeFiles/websocket_client_test.dir/websocket_client_test.cpp.o +.PHONY : websocket_client_test.cpp.o + +websocket_client_test.i: websocket_client_test.cpp.i +.PHONY : websocket_client_test.i + +# target to preprocess a source file +websocket_client_test.cpp.i: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/websocket_client_test.dir/build.make examples/CMakeFiles/websocket_client_test.dir/websocket_client_test.cpp.i +.PHONY : websocket_client_test.cpp.i + +websocket_client_test.s: websocket_client_test.cpp.s +.PHONY : websocket_client_test.s + +# target to generate assembly for a file +websocket_client_test.cpp.s: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/websocket_client_test.dir/build.make examples/CMakeFiles/websocket_client_test.dir/websocket_client_test.cpp.s +.PHONY : websocket_client_test.cpp.s + +websocket_server_test.o: websocket_server_test.cpp.o +.PHONY : websocket_server_test.o + +# target to build an object file +websocket_server_test.cpp.o: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/websocket_server_test.dir/build.make examples/CMakeFiles/websocket_server_test.dir/websocket_server_test.cpp.o +.PHONY : websocket_server_test.cpp.o + +websocket_server_test.i: websocket_server_test.cpp.i +.PHONY : websocket_server_test.i + +# target to preprocess a source file +websocket_server_test.cpp.i: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/websocket_server_test.dir/build.make examples/CMakeFiles/websocket_server_test.dir/websocket_server_test.cpp.i +.PHONY : websocket_server_test.cpp.i + +websocket_server_test.s: websocket_server_test.cpp.s +.PHONY : websocket_server_test.s + +# target to generate assembly for a file +websocket_server_test.cpp.s: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/websocket_server_test.dir/build.make examples/CMakeFiles/websocket_server_test.dir/websocket_server_test.cpp.s +.PHONY : websocket_server_test.cpp.s + +wget.o: wget.cpp.o +.PHONY : wget.o + +# target to build an object file +wget.cpp.o: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/wget.dir/build.make examples/CMakeFiles/wget.dir/wget.cpp.o +.PHONY : wget.cpp.o + +wget.i: wget.cpp.i +.PHONY : wget.i + +# target to preprocess a source file +wget.cpp.i: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/wget.dir/build.make examples/CMakeFiles/wget.dir/wget.cpp.i +.PHONY : wget.cpp.i + +wget.s: wget.cpp.s +.PHONY : wget.s + +# target to generate assembly for a file +wget.cpp.s: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/wget.dir/build.make examples/CMakeFiles/wget.dir/wget.cpp.s +.PHONY : wget.cpp.s + +wrk.o: wrk.cpp.o +.PHONY : wrk.o + +# target to build an object file +wrk.cpp.o: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/wrk.dir/build.make examples/CMakeFiles/wrk.dir/wrk.cpp.o +.PHONY : wrk.cpp.o + +wrk.i: wrk.cpp.i +.PHONY : wrk.i + +# target to preprocess a source file +wrk.cpp.i: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/wrk.dir/build.make examples/CMakeFiles/wrk.dir/wrk.cpp.i +.PHONY : wrk.cpp.i + +wrk.s: wrk.cpp.s +.PHONY : wrk.s + +# target to generate assembly for a file +wrk.cpp.s: + cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/wrk.dir/build.make examples/CMakeFiles/wrk.dir/wrk.cpp.s +.PHONY : wrk.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 "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... examples" + @echo "... consul" + @echo "... curl" + @echo "... hloop_test" + @echo "... hmain_test" + @echo "... htimer_test" + @echo "... http_client_test" + @echo "... http_server_test" + @echo "... httpd" + @echo "... jsonrpc_client" + @echo "... jsonrpc_server" + @echo "... nc" + @echo "... nmap" + @echo "... pipe_test" + @echo "... socks5_proxy_server" + @echo "... tcp_chat_server" + @echo "... tcp_client_test" + @echo "... tcp_echo_server" + @echo "... tcp_proxy_server" + @echo "... tinyhttpd" + @echo "... tinyproxyd" + @echo "... udp_echo_server" + @echo "... udp_proxy_server" + @echo "... websocket_client_test" + @echo "... websocket_server_test" + @echo "... wget" + @echo "... wrk" + @echo "... consul/consul.o" + @echo "... consul/consul.i" + @echo "... consul/consul.s" + @echo "... consul/main.o" + @echo "... consul/main.i" + @echo "... consul/main.s" + @echo "... curl.o" + @echo "... curl.i" + @echo "... curl.s" + @echo "... hloop_test.o" + @echo "... hloop_test.i" + @echo "... hloop_test.s" + @echo "... hmain_test.o" + @echo "... hmain_test.i" + @echo "... hmain_test.s" + @echo "... htimer_test.o" + @echo "... htimer_test.i" + @echo "... htimer_test.s" + @echo "... http_client_test.o" + @echo "... http_client_test.i" + @echo "... http_client_test.s" + @echo "... http_server_test.o" + @echo "... http_server_test.i" + @echo "... http_server_test.s" + @echo "... httpd/handler.o" + @echo "... httpd/handler.i" + @echo "... httpd/handler.s" + @echo "... httpd/httpd.o" + @echo "... httpd/httpd.i" + @echo "... httpd/httpd.s" + @echo "... httpd/router.o" + @echo "... httpd/router.i" + @echo "... httpd/router.s" + @echo "... jsonrpc/cJSON.o" + @echo "... jsonrpc/cJSON.i" + @echo "... jsonrpc/cJSON.s" + @echo "... jsonrpc/jsonrpc_client.o" + @echo "... jsonrpc/jsonrpc_client.i" + @echo "... jsonrpc/jsonrpc_client.s" + @echo "... jsonrpc/jsonrpc_server.o" + @echo "... jsonrpc/jsonrpc_server.i" + @echo "... jsonrpc/jsonrpc_server.s" + @echo "... nc.o" + @echo "... nc.i" + @echo "... nc.s" + @echo "... nmap/main.o" + @echo "... nmap/main.i" + @echo "... nmap/main.s" + @echo "... nmap/nmap.o" + @echo "... nmap/nmap.i" + @echo "... nmap/nmap.s" + @echo "... pipe_test.o" + @echo "... pipe_test.i" + @echo "... pipe_test.s" + @echo "... socks5_proxy_server.o" + @echo "... socks5_proxy_server.i" + @echo "... socks5_proxy_server.s" + @echo "... tcp_chat_server.o" + @echo "... tcp_chat_server.i" + @echo "... tcp_chat_server.s" + @echo "... tcp_client_test.o" + @echo "... tcp_client_test.i" + @echo "... tcp_client_test.s" + @echo "... tcp_echo_server.o" + @echo "... tcp_echo_server.i" + @echo "... tcp_echo_server.s" + @echo "... tcp_proxy_server.o" + @echo "... tcp_proxy_server.i" + @echo "... tcp_proxy_server.s" + @echo "... tinyhttpd.o" + @echo "... tinyhttpd.i" + @echo "... tinyhttpd.s" + @echo "... tinyproxyd.o" + @echo "... tinyproxyd.i" + @echo "... tinyproxyd.s" + @echo "... udp_echo_server.o" + @echo "... udp_echo_server.i" + @echo "... udp_echo_server.s" + @echo "... udp_proxy_server.o" + @echo "... udp_proxy_server.i" + @echo "... udp_proxy_server.s" + @echo "... websocket_client_test.o" + @echo "... websocket_client_test.i" + @echo "... websocket_client_test.s" + @echo "... websocket_server_test.o" + @echo "... websocket_server_test.i" + @echo "... websocket_server_test.s" + @echo "... wget.o" + @echo "... wget.i" + @echo "... wget.s" + @echo "... wrk.o" + @echo "... wrk.i" + @echo "... wrk.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 /home/runner/work/libhv/libhv/_codeql_build_dir && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/_codeql_build_dir/examples/etc/hmain_test.conf b/_codeql_build_dir/examples/etc/hmain_test.conf new file mode 100644 index 000000000..33c7196b4 --- /dev/null +++ b/_codeql_build_dir/examples/etc/hmain_test.conf @@ -0,0 +1,13 @@ +# [root] + +# logfile = logs/test.log +# loglevel = [VERBOSE,DEBUG,INFO,WARN,ERROR,FATAL,SILENT] +loglevel = DEBUG +log_remain_days = 3 +log_filesize = 16M + +# worker_processes = auto # auto = ncpu +worker_processes = auto +worker_threads = 2 + +port = 8086 diff --git a/_codeql_build_dir/examples/etc/httpd.conf b/_codeql_build_dir/examples/etc/httpd.conf new file mode 100644 index 000000000..74e826050 --- /dev/null +++ b/_codeql_build_dir/examples/etc/httpd.conf @@ -0,0 +1,54 @@ +# [root] + +# logfile = logs/httpd.log +# loglevel = [VERBOSE,DEBUG,INFO,WARN,ERROR,FATAL,SILENT] +loglevel = INFO +log_remain_days = 3 +log_filesize = 64M + +# multi-processes mode +# auto = ncpu +worker_processes = auto +worker_threads = 1 + +# multi-threads mode +# worker_processes = 1 +# worker_threads = auto + +# Disable multi-processes mode for debugging +# worker_processes = 0 + +# max_connections = workers * worker_connections +worker_connections = 1024 + +# http server +http_port = 8080 +https_port = 8443 +#base_url = /api/v1 +document_root = html +home_page = index.html +#error_page = error.html +index_of = /downloads/ +keepalive_timeout = 75000 # ms +limit_rate = 500 # KB/s +access_log = off +cors = true + +# SSL/TLS +ssl_certificate = cert/server.crt +ssl_privatekey = cert/server.key +ssl_ca_certificate = cert/cacert.pem + +# proxy +[proxy] +proxy_connect_timeout = 10000 # ms +proxy_read_timeout = 60000 # ms +proxy_write_timeout = 60000 # ms +# forward proxy +forward_proxy = true +trust_proxies = *httpbin.org;*postman-echo.com;*apifox.com +#no_proxies = * +# reverse proxy +/httpbin/ => http://httpbin.org/ +/postman/ => http://postman-echo.com/ +/apifox/ => https://echo.apifox.com/ diff --git a/_codeql_build_dir/examples/etc/nginx.conf b/_codeql_build_dir/examples/etc/nginx.conf new file mode 100644 index 000000000..11670c502 --- /dev/null +++ b/_codeql_build_dir/examples/etc/nginx.conf @@ -0,0 +1,37 @@ +# cd libhv +# sudo nginx -p . -c etc/nginx.conf +# bin/httpd -c etc/httpd.conf -s restart -d +# bin/curl -v http://127.0.0.1/api/v1/get + +worker_processes auto; + +pid logs/nginx.pid; +error_log logs/error.log; + +events { + worker_connections 1024; +} + +http { + access_log logs/access.log; + + server { + listen 80; + + # static files service + location / { + root html; + index index.html; + } + + # autoindex service + location /downloads/ { + autoindex on; + } + + # api service: nginx => libhv + location /api/v1/ { + proxy_pass http://127.0.0.1:8080/; + } + } +} diff --git a/_codeql_detected_source_root b/_codeql_detected_source_root new file mode 120000 index 000000000..945c9b46d --- /dev/null +++ b/_codeql_detected_source_root @@ -0,0 +1 @@ +. \ No newline at end of file diff --git a/hconfig.h b/hconfig.h index 03d4ef2f1..c1e5d8a4d 100644 --- a/hconfig.h +++ b/hconfig.h @@ -10,7 +10,7 @@ #endif #ifndef HAVE_STDATOMIC_H -#define HAVE_STDATOMIC_H 0 +#define HAVE_STDATOMIC_H 1 #endif #ifndef HAVE_SYS_TYPES_H @@ -62,15 +62,15 @@ #endif #ifndef HAVE_PTHREAD_SPIN_LOCK -#define HAVE_PTHREAD_SPIN_LOCK 0 +#define HAVE_PTHREAD_SPIN_LOCK 1 #endif #ifndef HAVE_PTHREAD_MUTEX_TIMEDLOCK -#define HAVE_PTHREAD_MUTEX_TIMEDLOCK 0 +#define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 #endif #ifndef HAVE_SEM_TIMEDWAIT -#define HAVE_SEM_TIMEDWAIT 0 +#define HAVE_SEM_TIMEDWAIT 1 #endif #ifndef HAVE_PIPE @@ -96,7 +96,7 @@ /* #undef ENABLE_UDS */ /* #undef USE_MULTIMAP */ -#define WITH_WEPOLL 1 +/* #undef WITH_WEPOLL */ /* #undef WITH_KCP */ #endif // HV_CONFIG_H_ diff --git a/ssl/wintls.c b/ssl/wintls.c index 2366fef57..0864d50ab 100644 --- a/ssl/wintls.c +++ b/ssl/wintls.c @@ -186,6 +186,7 @@ void hssl_ctx_free(hssl_ctx_t ssl_ctx) if (sec_status != SEC_E_OK) { printe("free_cred_handle FreeCredentialsHandle %d\n", sec_status); } + free(ssl_ctx); } static void init_sec_buffer(SecBuffer* secure_buffer, unsigned long type, unsigned long len, void* buffer) From 973734ad0f1f5098802363b031f951816e6db06c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 28 Feb 2026 07:44:34 +0000 Subject: [PATCH 3/3] Remove codeql build artifacts and update .gitignore Co-authored-by: ithewei <26049660+ithewei@users.noreply.github.com> --- .gitignore | 2 + _codeql_build_dir/CPackConfig.cmake | 75 - _codeql_build_dir/CPackSourceConfig.cmake | 83 - _codeql_build_dir/Makefile | 2538 ----------------- _codeql_build_dir/etc/hmain_test.conf | 13 - _codeql_build_dir/etc/httpd.conf | 54 - _codeql_build_dir/etc/nginx.conf | 37 - _codeql_build_dir/examples/Makefile | 1459 ---------- .../examples/etc/hmain_test.conf | 13 - _codeql_build_dir/examples/etc/httpd.conf | 54 - _codeql_build_dir/examples/etc/nginx.conf | 37 - _codeql_detected_source_root | 1 - 12 files changed, 2 insertions(+), 4364 deletions(-) delete mode 100644 _codeql_build_dir/CPackConfig.cmake delete mode 100644 _codeql_build_dir/CPackSourceConfig.cmake delete mode 100644 _codeql_build_dir/Makefile delete mode 100644 _codeql_build_dir/etc/hmain_test.conf delete mode 100644 _codeql_build_dir/etc/httpd.conf delete mode 100644 _codeql_build_dir/etc/nginx.conf delete mode 100644 _codeql_build_dir/examples/Makefile delete mode 100644 _codeql_build_dir/examples/etc/hmain_test.conf delete mode 100644 _codeql_build_dir/examples/etc/httpd.conf delete mode 100644 _codeql_build_dir/examples/etc/nginx.conf delete mode 120000 _codeql_detected_source_root diff --git a/.gitignore b/.gitignore index 45010be0f..fe0d5f4aa 100644 --- a/.gitignore +++ b/.gitignore @@ -78,3 +78,5 @@ Release CMakeFiles CMakeCache.txt cmake_install.cmake +_codeql_build_dir/ +_codeql_detected_source_root diff --git a/_codeql_build_dir/CPackConfig.cmake b/_codeql_build_dir/CPackConfig.cmake deleted file mode 100644 index 0f1dfd2b6..000000000 --- a/_codeql_build_dir/CPackConfig.cmake +++ /dev/null @@ -1,75 +0,0 @@ -# This file will be configured to contain variables for CPack. These variables -# should be set in the CMake list file of the project before CPack module is -# included. The list of available CPACK_xxx variables and their associated -# documentation may be obtained using -# cpack --help-variable-list -# -# Some variables are common to all generators (e.g. CPACK_PACKAGE_NAME) -# and some are specific to a generator -# (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables -# usually begin with CPACK__xxxx. - - -set(CPACK_BUILD_SOURCE_DIRS "/home/runner/work/libhv/libhv;/home/runner/work/libhv/libhv/_codeql_build_dir") -set(CPACK_CMAKE_GENERATOR "Unix Makefiles") -set(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE") -set(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE") -set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_FILE "/usr/local/share/cmake-3.31/Templates/CPack.GenericDescription.txt") -set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_SUMMARY "hv built using CMake") -set(CPACK_DMG_SLA_USE_RESOURCE_FILE_LICENSE "ON") -set(CPACK_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION "ON") -set(CPACK_GENERATOR "TGZ;DEB;RPM") -set(CPACK_INNOSETUP_ARCHITECTURE "x64") -set(CPACK_INSTALL_CMAKE_PROJECTS "/home/runner/work/libhv/libhv/_codeql_build_dir;hv;ALL;/") -set(CPACK_INSTALL_PREFIX "/usr/local") -set(CPACK_MODULE_PATH "/home/runner/work/libhv/libhv/cmake;") -set(CPACK_NSIS_DISPLAY_NAME "libhv 1.3.4") -set(CPACK_NSIS_INSTALLER_ICON_CODE "") -set(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "") -set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES") -set(CPACK_NSIS_PACKAGE_NAME "libhv 1.3.4") -set(CPACK_NSIS_UNINSTALL_NAME "Uninstall") -set(CPACK_OBJCOPY_EXECUTABLE "/usr/bin/objcopy") -set(CPACK_OBJDUMP_EXECUTABLE "/usr/bin/objdump") -set(CPACK_OUTPUT_CONFIG_FILE "/home/runner/work/libhv/libhv/_codeql_build_dir/CPackConfig.cmake") -set(CPACK_PACKAGE_CONTACT "ithewei ") -set(CPACK_PACKAGE_DEBUG "True") -set(CPACK_PACKAGE_DEFAULT_LOCATION "/") -set(CPACK_PACKAGE_DESCRIPTION_FILE "/usr/local/share/cmake-3.31/Templates/CPack.GenericDescription.txt") -set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "A high-performance C/C++ network library") -set(CPACK_PACKAGE_FILE_NAME "libhv-1.3.4-x86_64") -set(CPACK_PACKAGE_INSTALL_DIRECTORY "libhv 1.3.4") -set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "libhv 1.3.4") -set(CPACK_PACKAGE_NAME "libhv") -set(CPACK_PACKAGE_RELEASE "1") -set(CPACK_PACKAGE_RELOCATABLE "true") -set(CPACK_PACKAGE_VENDOR "libhv") -set(CPACK_PACKAGE_VERSION "1.3.4") -set(CPACK_PACKAGE_VERSION_MAJOR "1") -set(CPACK_PACKAGE_VERSION_MINOR "3") -set(CPACK_PACKAGE_VERSION_PATCH "4") -set(CPACK_READELF_EXECUTABLE "/usr/bin/readelf") -set(CPACK_RESOURCE_FILE_LICENSE "/home/runner/work/libhv/libhv/LICENSE") -set(CPACK_RESOURCE_FILE_README "/home/runner/work/libhv/libhv/README.md") -set(CPACK_RESOURCE_FILE_WELCOME "/usr/local/share/cmake-3.31/Templates/CPack.GenericWelcome.txt") -set(CPACK_SET_DESTDIR "OFF") -set(CPACK_SOURCE_GENERATOR "TBZ2;TGZ;TXZ;TZ") -set(CPACK_SOURCE_OUTPUT_CONFIG_FILE "/home/runner/work/libhv/libhv/_codeql_build_dir/CPackSourceConfig.cmake") -set(CPACK_SOURCE_RPM "OFF") -set(CPACK_SOURCE_TBZ2 "ON") -set(CPACK_SOURCE_TGZ "ON") -set(CPACK_SOURCE_TXZ "ON") -set(CPACK_SOURCE_TZ "ON") -set(CPACK_SOURCE_ZIP "OFF") -set(CPACK_SYSTEM_NAME "Linux") -set(CPACK_THREADS "1") -set(CPACK_TOPLEVEL_TAG "Linux") -set(CPACK_WIX_SIZEOF_VOID_P "8") - -if(NOT CPACK_PROPERTIES_FILE) - set(CPACK_PROPERTIES_FILE "/home/runner/work/libhv/libhv/_codeql_build_dir/CPackProperties.cmake") -endif() - -if(EXISTS ${CPACK_PROPERTIES_FILE}) - include(${CPACK_PROPERTIES_FILE}) -endif() diff --git a/_codeql_build_dir/CPackSourceConfig.cmake b/_codeql_build_dir/CPackSourceConfig.cmake deleted file mode 100644 index d4b7b42e6..000000000 --- a/_codeql_build_dir/CPackSourceConfig.cmake +++ /dev/null @@ -1,83 +0,0 @@ -# This file will be configured to contain variables for CPack. These variables -# should be set in the CMake list file of the project before CPack module is -# included. The list of available CPACK_xxx variables and their associated -# documentation may be obtained using -# cpack --help-variable-list -# -# Some variables are common to all generators (e.g. CPACK_PACKAGE_NAME) -# and some are specific to a generator -# (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables -# usually begin with CPACK__xxxx. - - -set(CPACK_BUILD_SOURCE_DIRS "/home/runner/work/libhv/libhv;/home/runner/work/libhv/libhv/_codeql_build_dir") -set(CPACK_CMAKE_GENERATOR "Unix Makefiles") -set(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE") -set(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE") -set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_FILE "/usr/local/share/cmake-3.31/Templates/CPack.GenericDescription.txt") -set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_SUMMARY "hv built using CMake") -set(CPACK_DMG_SLA_USE_RESOURCE_FILE_LICENSE "ON") -set(CPACK_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION "ON") -set(CPACK_GENERATOR "TBZ2;TGZ;TXZ;TZ") -set(CPACK_IGNORE_FILES "/CVS/;/\\.svn/;/\\.bzr/;/\\.hg/;/\\.git/;\\.swp\$;\\.#;/#") -set(CPACK_INNOSETUP_ARCHITECTURE "x64") -set(CPACK_INSTALLED_DIRECTORIES "/home/runner/work/libhv/libhv;/") -set(CPACK_INSTALL_CMAKE_PROJECTS "") -set(CPACK_INSTALL_PREFIX "/usr/local") -set(CPACK_MODULE_PATH "/home/runner/work/libhv/libhv/cmake;") -set(CPACK_NSIS_DISPLAY_NAME "libhv 1.3.4") -set(CPACK_NSIS_INSTALLER_ICON_CODE "") -set(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "") -set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES") -set(CPACK_NSIS_PACKAGE_NAME "libhv 1.3.4") -set(CPACK_NSIS_UNINSTALL_NAME "Uninstall") -set(CPACK_OBJCOPY_EXECUTABLE "/usr/bin/objcopy") -set(CPACK_OBJDUMP_EXECUTABLE "/usr/bin/objdump") -set(CPACK_OUTPUT_CONFIG_FILE "/home/runner/work/libhv/libhv/_codeql_build_dir/CPackConfig.cmake") -set(CPACK_PACKAGE_CONTACT "ithewei ") -set(CPACK_PACKAGE_DEBUG "True") -set(CPACK_PACKAGE_DEFAULT_LOCATION "/") -set(CPACK_PACKAGE_DESCRIPTION_FILE "/usr/local/share/cmake-3.31/Templates/CPack.GenericDescription.txt") -set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "A high-performance C/C++ network library") -set(CPACK_PACKAGE_FILE_NAME "libhv-1.3.4-Source") -set(CPACK_PACKAGE_INSTALL_DIRECTORY "libhv 1.3.4") -set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "libhv 1.3.4") -set(CPACK_PACKAGE_NAME "libhv") -set(CPACK_PACKAGE_RELEASE "1") -set(CPACK_PACKAGE_RELOCATABLE "true") -set(CPACK_PACKAGE_VENDOR "libhv") -set(CPACK_PACKAGE_VERSION "1.3.4") -set(CPACK_PACKAGE_VERSION_MAJOR "1") -set(CPACK_PACKAGE_VERSION_MINOR "3") -set(CPACK_PACKAGE_VERSION_PATCH "4") -set(CPACK_READELF_EXECUTABLE "/usr/bin/readelf") -set(CPACK_RESOURCE_FILE_LICENSE "/home/runner/work/libhv/libhv/LICENSE") -set(CPACK_RESOURCE_FILE_README "/home/runner/work/libhv/libhv/README.md") -set(CPACK_RESOURCE_FILE_WELCOME "/usr/local/share/cmake-3.31/Templates/CPack.GenericWelcome.txt") -set(CPACK_RPM_PACKAGE_SOURCES "ON") -set(CPACK_SET_DESTDIR "OFF") -set(CPACK_SOURCE_GENERATOR "TBZ2;TGZ;TXZ;TZ") -set(CPACK_SOURCE_IGNORE_FILES "/CVS/;/\\.svn/;/\\.bzr/;/\\.hg/;/\\.git/;\\.swp\$;\\.#;/#") -set(CPACK_SOURCE_INSTALLED_DIRECTORIES "/home/runner/work/libhv/libhv;/") -set(CPACK_SOURCE_OUTPUT_CONFIG_FILE "/home/runner/work/libhv/libhv/_codeql_build_dir/CPackSourceConfig.cmake") -set(CPACK_SOURCE_PACKAGE_FILE_NAME "libhv-1.3.4-Source") -set(CPACK_SOURCE_RPM "OFF") -set(CPACK_SOURCE_TBZ2 "ON") -set(CPACK_SOURCE_TGZ "ON") -set(CPACK_SOURCE_TOPLEVEL_TAG "Linux-Source") -set(CPACK_SOURCE_TXZ "ON") -set(CPACK_SOURCE_TZ "ON") -set(CPACK_SOURCE_ZIP "OFF") -set(CPACK_STRIP_FILES "") -set(CPACK_SYSTEM_NAME "Linux") -set(CPACK_THREADS "1") -set(CPACK_TOPLEVEL_TAG "Linux-Source") -set(CPACK_WIX_SIZEOF_VOID_P "8") - -if(NOT CPACK_PROPERTIES_FILE) - set(CPACK_PROPERTIES_FILE "/home/runner/work/libhv/libhv/_codeql_build_dir/CPackProperties.cmake") -endif() - -if(EXISTS ${CPACK_PROPERTIES_FILE}) - include(${CPACK_PROPERTIES_FILE}) -endif() diff --git a/_codeql_build_dir/Makefile b/_codeql_build_dir/Makefile deleted file mode 100644 index b99e78c0c..000000000 --- a/_codeql_build_dir/Makefile +++ /dev/null @@ -1,2538 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.31 - -# 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: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Produce verbose output by default. -VERBOSE = 1 - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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/local/bin/cmake - -# The command to remove a file. -RM = /usr/local/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/runner/work/libhv/libhv - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/runner/work/libhv/libhv/_codeql_build_dir - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target package -package: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." - /usr/local/bin/cpack --config ./CPackConfig.cmake -.PHONY : package - -# Special rule for the target package -package/fast: package -.PHONY : package/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/local/bin/cpack --config ./CPackSourceConfig.cmake /home/runner/work/libhv/libhv/_codeql_build_dir/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 edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." - /usr/local/bin/ccmake -S$(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..." - /usr/local/bin/cmake --regenerate-during-build -S$(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 - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/local/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/local/bin/cmake -P cmake_install.cmake -.PHONY : install/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/local/bin/cmake -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..." - /usr/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local/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/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip - -# Special rule for the target install/strip -install/strip/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip/fast - -# The main all target -all: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/libhv/libhv/_codeql_build_dir/CMakeFiles /home/runner/work/libhv/libhv/_codeql_build_dir//CMakeFiles/progress.marks - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all - $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/libhv/libhv/_codeql_build_dir/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -#============================================================================= -# Target rules for targets named hv - -# Build rule for target. -hv: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hv -.PHONY : hv - -# fast build rule for target. -hv/fast: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/build -.PHONY : hv/fast - -#============================================================================= -# Target rules for targets named libhv - -# Build rule for target. -libhv: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libhv -.PHONY : libhv - -# fast build rule for target. -libhv/fast: - $(MAKE) $(MAKESILENT) -f CMakeFiles/libhv.dir/build.make CMakeFiles/libhv.dir/build -.PHONY : libhv/fast - -#============================================================================= -# Target rules for targets named hv_static - -# Build rule for target. -hv_static: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hv_static -.PHONY : hv_static - -# fast build rule for target. -hv_static/fast: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/build -.PHONY : hv_static/fast - -#============================================================================= -# Target rules for targets named libhv_static - -# Build rule for target. -libhv_static: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libhv_static -.PHONY : libhv_static - -# fast build rule for target. -libhv_static/fast: - $(MAKE) $(MAKESILENT) -f CMakeFiles/libhv_static.dir/build.make CMakeFiles/libhv_static.dir/build -.PHONY : libhv_static/fast - -#============================================================================= -# Target rules for targets named hloop_test - -# Build rule for target. -hloop_test: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hloop_test -.PHONY : hloop_test - -# fast build rule for target. -hloop_test/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/hloop_test.dir/build.make examples/CMakeFiles/hloop_test.dir/build -.PHONY : hloop_test/fast - -#============================================================================= -# Target rules for targets named htimer_test - -# Build rule for target. -htimer_test: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 htimer_test -.PHONY : htimer_test - -# fast build rule for target. -htimer_test/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/htimer_test.dir/build.make examples/CMakeFiles/htimer_test.dir/build -.PHONY : htimer_test/fast - -#============================================================================= -# Target rules for targets named pipe_test - -# Build rule for target. -pipe_test: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pipe_test -.PHONY : pipe_test - -# fast build rule for target. -pipe_test/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/pipe_test.dir/build.make examples/CMakeFiles/pipe_test.dir/build -.PHONY : pipe_test/fast - -#============================================================================= -# Target rules for targets named nc - -# Build rule for target. -nc: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 nc -.PHONY : nc - -# fast build rule for target. -nc/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/nc.dir/build.make examples/CMakeFiles/nc.dir/build -.PHONY : nc/fast - -#============================================================================= -# Target rules for targets named tinyhttpd - -# Build rule for target. -tinyhttpd: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tinyhttpd -.PHONY : tinyhttpd - -# fast build rule for target. -tinyhttpd/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tinyhttpd.dir/build.make examples/CMakeFiles/tinyhttpd.dir/build -.PHONY : tinyhttpd/fast - -#============================================================================= -# Target rules for targets named tinyproxyd - -# Build rule for target. -tinyproxyd: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tinyproxyd -.PHONY : tinyproxyd - -# fast build rule for target. -tinyproxyd/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tinyproxyd.dir/build.make examples/CMakeFiles/tinyproxyd.dir/build -.PHONY : tinyproxyd/fast - -#============================================================================= -# Target rules for targets named tcp_client_test - -# Build rule for target. -tcp_client_test: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tcp_client_test -.PHONY : tcp_client_test - -# fast build rule for target. -tcp_client_test/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tcp_client_test.dir/build.make examples/CMakeFiles/tcp_client_test.dir/build -.PHONY : tcp_client_test/fast - -#============================================================================= -# Target rules for targets named tcp_echo_server - -# Build rule for target. -tcp_echo_server: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tcp_echo_server -.PHONY : tcp_echo_server - -# fast build rule for target. -tcp_echo_server/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tcp_echo_server.dir/build.make examples/CMakeFiles/tcp_echo_server.dir/build -.PHONY : tcp_echo_server/fast - -#============================================================================= -# Target rules for targets named tcp_chat_server - -# Build rule for target. -tcp_chat_server: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tcp_chat_server -.PHONY : tcp_chat_server - -# fast build rule for target. -tcp_chat_server/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tcp_chat_server.dir/build.make examples/CMakeFiles/tcp_chat_server.dir/build -.PHONY : tcp_chat_server/fast - -#============================================================================= -# Target rules for targets named tcp_proxy_server - -# Build rule for target. -tcp_proxy_server: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tcp_proxy_server -.PHONY : tcp_proxy_server - -# fast build rule for target. -tcp_proxy_server/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tcp_proxy_server.dir/build.make examples/CMakeFiles/tcp_proxy_server.dir/build -.PHONY : tcp_proxy_server/fast - -#============================================================================= -# Target rules for targets named udp_echo_server - -# Build rule for target. -udp_echo_server: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 udp_echo_server -.PHONY : udp_echo_server - -# fast build rule for target. -udp_echo_server/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/udp_echo_server.dir/build.make examples/CMakeFiles/udp_echo_server.dir/build -.PHONY : udp_echo_server/fast - -#============================================================================= -# Target rules for targets named udp_proxy_server - -# Build rule for target. -udp_proxy_server: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 udp_proxy_server -.PHONY : udp_proxy_server - -# fast build rule for target. -udp_proxy_server/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/udp_proxy_server.dir/build.make examples/CMakeFiles/udp_proxy_server.dir/build -.PHONY : udp_proxy_server/fast - -#============================================================================= -# Target rules for targets named socks5_proxy_server - -# Build rule for target. -socks5_proxy_server: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 socks5_proxy_server -.PHONY : socks5_proxy_server - -# fast build rule for target. -socks5_proxy_server/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/socks5_proxy_server.dir/build.make examples/CMakeFiles/socks5_proxy_server.dir/build -.PHONY : socks5_proxy_server/fast - -#============================================================================= -# Target rules for targets named jsonrpc_client - -# Build rule for target. -jsonrpc_client: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 jsonrpc_client -.PHONY : jsonrpc_client - -# fast build rule for target. -jsonrpc_client/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/jsonrpc_client.dir/build.make examples/CMakeFiles/jsonrpc_client.dir/build -.PHONY : jsonrpc_client/fast - -#============================================================================= -# Target rules for targets named jsonrpc_server - -# Build rule for target. -jsonrpc_server: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 jsonrpc_server -.PHONY : jsonrpc_server - -# fast build rule for target. -jsonrpc_server/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/jsonrpc_server.dir/build.make examples/CMakeFiles/jsonrpc_server.dir/build -.PHONY : jsonrpc_server/fast - -#============================================================================= -# Target rules for targets named hmain_test - -# Build rule for target. -hmain_test: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hmain_test -.PHONY : hmain_test - -# fast build rule for target. -hmain_test/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/hmain_test.dir/build.make examples/CMakeFiles/hmain_test.dir/build -.PHONY : hmain_test/fast - -#============================================================================= -# Target rules for targets named nmap - -# Build rule for target. -nmap: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 nmap -.PHONY : nmap - -# fast build rule for target. -nmap/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/nmap.dir/build.make examples/CMakeFiles/nmap.dir/build -.PHONY : nmap/fast - -#============================================================================= -# Target rules for targets named wrk - -# Build rule for target. -wrk: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 wrk -.PHONY : wrk - -# fast build rule for target. -wrk/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/wrk.dir/build.make examples/CMakeFiles/wrk.dir/build -.PHONY : wrk/fast - -#============================================================================= -# Target rules for targets named http_server_test - -# Build rule for target. -http_server_test: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 http_server_test -.PHONY : http_server_test - -# fast build rule for target. -http_server_test/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/http_server_test.dir/build.make examples/CMakeFiles/http_server_test.dir/build -.PHONY : http_server_test/fast - -#============================================================================= -# Target rules for targets named websocket_server_test - -# Build rule for target. -websocket_server_test: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 websocket_server_test -.PHONY : websocket_server_test - -# fast build rule for target. -websocket_server_test/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/websocket_server_test.dir/build.make examples/CMakeFiles/websocket_server_test.dir/build -.PHONY : websocket_server_test/fast - -#============================================================================= -# Target rules for targets named curl - -# Build rule for target. -curl: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl -.PHONY : curl - -# fast build rule for target. -curl/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/curl.dir/build.make examples/CMakeFiles/curl.dir/build -.PHONY : curl/fast - -#============================================================================= -# Target rules for targets named wget - -# Build rule for target. -wget: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 wget -.PHONY : wget - -# fast build rule for target. -wget/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/wget.dir/build.make examples/CMakeFiles/wget.dir/build -.PHONY : wget/fast - -#============================================================================= -# Target rules for targets named consul - -# Build rule for target. -consul: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 consul -.PHONY : consul - -# fast build rule for target. -consul/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/consul.dir/build.make examples/CMakeFiles/consul.dir/build -.PHONY : consul/fast - -#============================================================================= -# Target rules for targets named http_client_test - -# Build rule for target. -http_client_test: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 http_client_test -.PHONY : http_client_test - -# fast build rule for target. -http_client_test/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/http_client_test.dir/build.make examples/CMakeFiles/http_client_test.dir/build -.PHONY : http_client_test/fast - -#============================================================================= -# Target rules for targets named websocket_client_test - -# Build rule for target. -websocket_client_test: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 websocket_client_test -.PHONY : websocket_client_test - -# fast build rule for target. -websocket_client_test/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/websocket_client_test.dir/build.make examples/CMakeFiles/websocket_client_test.dir/build -.PHONY : websocket_client_test/fast - -#============================================================================= -# Target rules for targets named httpd - -# Build rule for target. -httpd: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 httpd -.PHONY : httpd - -# fast build rule for target. -httpd/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/httpd.dir/build.make examples/CMakeFiles/httpd.dir/build -.PHONY : httpd/fast - -#============================================================================= -# Target rules for targets named examples - -# Build rule for target. -examples: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples -.PHONY : examples - -# fast build rule for target. -examples/fast: - $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/examples.dir/build.make examples/CMakeFiles/examples.dir/build -.PHONY : examples/fast - -base/hbase.o: base/hbase.c.o -.PHONY : base/hbase.o - -# target to build an object file -base/hbase.c.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/base/hbase.c.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/base/hbase.c.o -.PHONY : base/hbase.c.o - -base/hbase.i: base/hbase.c.i -.PHONY : base/hbase.i - -# target to preprocess a source file -base/hbase.c.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/base/hbase.c.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/base/hbase.c.i -.PHONY : base/hbase.c.i - -base/hbase.s: base/hbase.c.s -.PHONY : base/hbase.s - -# target to generate assembly for a file -base/hbase.c.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/base/hbase.c.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/base/hbase.c.s -.PHONY : base/hbase.c.s - -base/herr.o: base/herr.c.o -.PHONY : base/herr.o - -# target to build an object file -base/herr.c.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/base/herr.c.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/base/herr.c.o -.PHONY : base/herr.c.o - -base/herr.i: base/herr.c.i -.PHONY : base/herr.i - -# target to preprocess a source file -base/herr.c.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/base/herr.c.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/base/herr.c.i -.PHONY : base/herr.c.i - -base/herr.s: base/herr.c.s -.PHONY : base/herr.s - -# target to generate assembly for a file -base/herr.c.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/base/herr.c.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/base/herr.c.s -.PHONY : base/herr.c.s - -base/hlog.o: base/hlog.c.o -.PHONY : base/hlog.o - -# target to build an object file -base/hlog.c.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/base/hlog.c.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/base/hlog.c.o -.PHONY : base/hlog.c.o - -base/hlog.i: base/hlog.c.i -.PHONY : base/hlog.i - -# target to preprocess a source file -base/hlog.c.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/base/hlog.c.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/base/hlog.c.i -.PHONY : base/hlog.c.i - -base/hlog.s: base/hlog.c.s -.PHONY : base/hlog.s - -# target to generate assembly for a file -base/hlog.c.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/base/hlog.c.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/base/hlog.c.s -.PHONY : base/hlog.c.s - -base/hmain.o: base/hmain.c.o -.PHONY : base/hmain.o - -# target to build an object file -base/hmain.c.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/base/hmain.c.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/base/hmain.c.o -.PHONY : base/hmain.c.o - -base/hmain.i: base/hmain.c.i -.PHONY : base/hmain.i - -# target to preprocess a source file -base/hmain.c.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/base/hmain.c.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/base/hmain.c.i -.PHONY : base/hmain.c.i - -base/hmain.s: base/hmain.c.s -.PHONY : base/hmain.s - -# target to generate assembly for a file -base/hmain.c.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/base/hmain.c.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/base/hmain.c.s -.PHONY : base/hmain.c.s - -base/hsocket.o: base/hsocket.c.o -.PHONY : base/hsocket.o - -# target to build an object file -base/hsocket.c.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/base/hsocket.c.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/base/hsocket.c.o -.PHONY : base/hsocket.c.o - -base/hsocket.i: base/hsocket.c.i -.PHONY : base/hsocket.i - -# target to preprocess a source file -base/hsocket.c.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/base/hsocket.c.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/base/hsocket.c.i -.PHONY : base/hsocket.c.i - -base/hsocket.s: base/hsocket.c.s -.PHONY : base/hsocket.s - -# target to generate assembly for a file -base/hsocket.c.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/base/hsocket.c.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/base/hsocket.c.s -.PHONY : base/hsocket.c.s - -base/htime.o: base/htime.c.o -.PHONY : base/htime.o - -# target to build an object file -base/htime.c.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/base/htime.c.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/base/htime.c.o -.PHONY : base/htime.c.o - -base/htime.i: base/htime.c.i -.PHONY : base/htime.i - -# target to preprocess a source file -base/htime.c.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/base/htime.c.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/base/htime.c.i -.PHONY : base/htime.c.i - -base/htime.s: base/htime.c.s -.PHONY : base/htime.s - -# target to generate assembly for a file -base/htime.c.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/base/htime.c.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/base/htime.c.s -.PHONY : base/htime.c.s - -base/hversion.o: base/hversion.c.o -.PHONY : base/hversion.o - -# target to build an object file -base/hversion.c.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/base/hversion.c.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/base/hversion.c.o -.PHONY : base/hversion.c.o - -base/hversion.i: base/hversion.c.i -.PHONY : base/hversion.i - -# target to preprocess a source file -base/hversion.c.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/base/hversion.c.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/base/hversion.c.i -.PHONY : base/hversion.c.i - -base/hversion.s: base/hversion.c.s -.PHONY : base/hversion.s - -# target to generate assembly for a file -base/hversion.c.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/base/hversion.c.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/base/hversion.c.s -.PHONY : base/hversion.c.s - -base/rbtree.o: base/rbtree.c.o -.PHONY : base/rbtree.o - -# target to build an object file -base/rbtree.c.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/base/rbtree.c.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/base/rbtree.c.o -.PHONY : base/rbtree.c.o - -base/rbtree.i: base/rbtree.c.i -.PHONY : base/rbtree.i - -# target to preprocess a source file -base/rbtree.c.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/base/rbtree.c.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/base/rbtree.c.i -.PHONY : base/rbtree.c.i - -base/rbtree.s: base/rbtree.c.s -.PHONY : base/rbtree.s - -# target to generate assembly for a file -base/rbtree.c.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/base/rbtree.c.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/base/rbtree.c.s -.PHONY : base/rbtree.c.s - -cpputil/RAII.o: cpputil/RAII.cpp.o -.PHONY : cpputil/RAII.o - -# target to build an object file -cpputil/RAII.cpp.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/RAII.cpp.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/RAII.cpp.o -.PHONY : cpputil/RAII.cpp.o - -cpputil/RAII.i: cpputil/RAII.cpp.i -.PHONY : cpputil/RAII.i - -# target to preprocess a source file -cpputil/RAII.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/RAII.cpp.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/RAII.cpp.i -.PHONY : cpputil/RAII.cpp.i - -cpputil/RAII.s: cpputil/RAII.cpp.s -.PHONY : cpputil/RAII.s - -# target to generate assembly for a file -cpputil/RAII.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/RAII.cpp.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/RAII.cpp.s -.PHONY : cpputil/RAII.cpp.s - -cpputil/ThreadLocalStorage.o: cpputil/ThreadLocalStorage.cpp.o -.PHONY : cpputil/ThreadLocalStorage.o - -# target to build an object file -cpputil/ThreadLocalStorage.cpp.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/ThreadLocalStorage.cpp.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/ThreadLocalStorage.cpp.o -.PHONY : cpputil/ThreadLocalStorage.cpp.o - -cpputil/ThreadLocalStorage.i: cpputil/ThreadLocalStorage.cpp.i -.PHONY : cpputil/ThreadLocalStorage.i - -# target to preprocess a source file -cpputil/ThreadLocalStorage.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/ThreadLocalStorage.cpp.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/ThreadLocalStorage.cpp.i -.PHONY : cpputil/ThreadLocalStorage.cpp.i - -cpputil/ThreadLocalStorage.s: cpputil/ThreadLocalStorage.cpp.s -.PHONY : cpputil/ThreadLocalStorage.s - -# target to generate assembly for a file -cpputil/ThreadLocalStorage.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/ThreadLocalStorage.cpp.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/ThreadLocalStorage.cpp.s -.PHONY : cpputil/ThreadLocalStorage.cpp.s - -cpputil/hasync.o: cpputil/hasync.cpp.o -.PHONY : cpputil/hasync.o - -# target to build an object file -cpputil/hasync.cpp.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/hasync.cpp.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/hasync.cpp.o -.PHONY : cpputil/hasync.cpp.o - -cpputil/hasync.i: cpputil/hasync.cpp.i -.PHONY : cpputil/hasync.i - -# target to preprocess a source file -cpputil/hasync.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/hasync.cpp.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/hasync.cpp.i -.PHONY : cpputil/hasync.cpp.i - -cpputil/hasync.s: cpputil/hasync.cpp.s -.PHONY : cpputil/hasync.s - -# target to generate assembly for a file -cpputil/hasync.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/hasync.cpp.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/hasync.cpp.s -.PHONY : cpputil/hasync.cpp.s - -cpputil/hdir.o: cpputil/hdir.cpp.o -.PHONY : cpputil/hdir.o - -# target to build an object file -cpputil/hdir.cpp.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/hdir.cpp.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/hdir.cpp.o -.PHONY : cpputil/hdir.cpp.o - -cpputil/hdir.i: cpputil/hdir.cpp.i -.PHONY : cpputil/hdir.i - -# target to preprocess a source file -cpputil/hdir.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/hdir.cpp.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/hdir.cpp.i -.PHONY : cpputil/hdir.cpp.i - -cpputil/hdir.s: cpputil/hdir.cpp.s -.PHONY : cpputil/hdir.s - -# target to generate assembly for a file -cpputil/hdir.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/hdir.cpp.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/hdir.cpp.s -.PHONY : cpputil/hdir.cpp.s - -cpputil/hpath.o: cpputil/hpath.cpp.o -.PHONY : cpputil/hpath.o - -# target to build an object file -cpputil/hpath.cpp.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/hpath.cpp.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/hpath.cpp.o -.PHONY : cpputil/hpath.cpp.o - -cpputil/hpath.i: cpputil/hpath.cpp.i -.PHONY : cpputil/hpath.i - -# target to preprocess a source file -cpputil/hpath.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/hpath.cpp.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/hpath.cpp.i -.PHONY : cpputil/hpath.cpp.i - -cpputil/hpath.s: cpputil/hpath.cpp.s -.PHONY : cpputil/hpath.s - -# target to generate assembly for a file -cpputil/hpath.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/hpath.cpp.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/hpath.cpp.s -.PHONY : cpputil/hpath.cpp.s - -cpputil/hstring.o: cpputil/hstring.cpp.o -.PHONY : cpputil/hstring.o - -# target to build an object file -cpputil/hstring.cpp.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/hstring.cpp.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/hstring.cpp.o -.PHONY : cpputil/hstring.cpp.o - -cpputil/hstring.i: cpputil/hstring.cpp.i -.PHONY : cpputil/hstring.i - -# target to preprocess a source file -cpputil/hstring.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/hstring.cpp.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/hstring.cpp.i -.PHONY : cpputil/hstring.cpp.i - -cpputil/hstring.s: cpputil/hstring.cpp.s -.PHONY : cpputil/hstring.s - -# target to generate assembly for a file -cpputil/hstring.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/hstring.cpp.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/hstring.cpp.s -.PHONY : cpputil/hstring.cpp.s - -cpputil/hurl.o: cpputil/hurl.cpp.o -.PHONY : cpputil/hurl.o - -# target to build an object file -cpputil/hurl.cpp.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/hurl.cpp.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/hurl.cpp.o -.PHONY : cpputil/hurl.cpp.o - -cpputil/hurl.i: cpputil/hurl.cpp.i -.PHONY : cpputil/hurl.i - -# target to preprocess a source file -cpputil/hurl.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/hurl.cpp.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/hurl.cpp.i -.PHONY : cpputil/hurl.cpp.i - -cpputil/hurl.s: cpputil/hurl.cpp.s -.PHONY : cpputil/hurl.s - -# target to generate assembly for a file -cpputil/hurl.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/hurl.cpp.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/hurl.cpp.s -.PHONY : cpputil/hurl.cpp.s - -cpputil/ifconfig.o: cpputil/ifconfig.cpp.o -.PHONY : cpputil/ifconfig.o - -# target to build an object file -cpputil/ifconfig.cpp.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/ifconfig.cpp.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/ifconfig.cpp.o -.PHONY : cpputil/ifconfig.cpp.o - -cpputil/ifconfig.i: cpputil/ifconfig.cpp.i -.PHONY : cpputil/ifconfig.i - -# target to preprocess a source file -cpputil/ifconfig.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/ifconfig.cpp.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/ifconfig.cpp.i -.PHONY : cpputil/ifconfig.cpp.i - -cpputil/ifconfig.s: cpputil/ifconfig.cpp.s -.PHONY : cpputil/ifconfig.s - -# target to generate assembly for a file -cpputil/ifconfig.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/ifconfig.cpp.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/ifconfig.cpp.s -.PHONY : cpputil/ifconfig.cpp.s - -cpputil/iniparser.o: cpputil/iniparser.cpp.o -.PHONY : cpputil/iniparser.o - -# target to build an object file -cpputil/iniparser.cpp.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/iniparser.cpp.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/iniparser.cpp.o -.PHONY : cpputil/iniparser.cpp.o - -cpputil/iniparser.i: cpputil/iniparser.cpp.i -.PHONY : cpputil/iniparser.i - -# target to preprocess a source file -cpputil/iniparser.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/iniparser.cpp.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/iniparser.cpp.i -.PHONY : cpputil/iniparser.cpp.i - -cpputil/iniparser.s: cpputil/iniparser.cpp.s -.PHONY : cpputil/iniparser.s - -# target to generate assembly for a file -cpputil/iniparser.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/cpputil/iniparser.cpp.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/cpputil/iniparser.cpp.s -.PHONY : cpputil/iniparser.cpp.s - -event/epoll.o: event/epoll.c.o -.PHONY : event/epoll.o - -# target to build an object file -event/epoll.c.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/epoll.c.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/epoll.c.o -.PHONY : event/epoll.c.o - -event/epoll.i: event/epoll.c.i -.PHONY : event/epoll.i - -# target to preprocess a source file -event/epoll.c.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/epoll.c.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/epoll.c.i -.PHONY : event/epoll.c.i - -event/epoll.s: event/epoll.c.s -.PHONY : event/epoll.s - -# target to generate assembly for a file -event/epoll.c.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/epoll.c.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/epoll.c.s -.PHONY : event/epoll.c.s - -event/evport.o: event/evport.c.o -.PHONY : event/evport.o - -# target to build an object file -event/evport.c.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/evport.c.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/evport.c.o -.PHONY : event/evport.c.o - -event/evport.i: event/evport.c.i -.PHONY : event/evport.i - -# target to preprocess a source file -event/evport.c.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/evport.c.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/evport.c.i -.PHONY : event/evport.c.i - -event/evport.s: event/evport.c.s -.PHONY : event/evport.s - -# target to generate assembly for a file -event/evport.c.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/evport.c.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/evport.c.s -.PHONY : event/evport.c.s - -event/hevent.o: event/hevent.c.o -.PHONY : event/hevent.o - -# target to build an object file -event/hevent.c.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/hevent.c.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/hevent.c.o -.PHONY : event/hevent.c.o - -event/hevent.i: event/hevent.c.i -.PHONY : event/hevent.i - -# target to preprocess a source file -event/hevent.c.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/hevent.c.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/hevent.c.i -.PHONY : event/hevent.c.i - -event/hevent.s: event/hevent.c.s -.PHONY : event/hevent.s - -# target to generate assembly for a file -event/hevent.c.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/hevent.c.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/hevent.c.s -.PHONY : event/hevent.c.s - -event/hloop.o: event/hloop.c.o -.PHONY : event/hloop.o - -# target to build an object file -event/hloop.c.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/hloop.c.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/hloop.c.o -.PHONY : event/hloop.c.o - -event/hloop.i: event/hloop.c.i -.PHONY : event/hloop.i - -# target to preprocess a source file -event/hloop.c.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/hloop.c.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/hloop.c.i -.PHONY : event/hloop.c.i - -event/hloop.s: event/hloop.c.s -.PHONY : event/hloop.s - -# target to generate assembly for a file -event/hloop.c.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/hloop.c.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/hloop.c.s -.PHONY : event/hloop.c.s - -event/iocp.o: event/iocp.c.o -.PHONY : event/iocp.o - -# target to build an object file -event/iocp.c.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/iocp.c.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/iocp.c.o -.PHONY : event/iocp.c.o - -event/iocp.i: event/iocp.c.i -.PHONY : event/iocp.i - -# target to preprocess a source file -event/iocp.c.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/iocp.c.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/iocp.c.i -.PHONY : event/iocp.c.i - -event/iocp.s: event/iocp.c.s -.PHONY : event/iocp.s - -# target to generate assembly for a file -event/iocp.c.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/iocp.c.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/iocp.c.s -.PHONY : event/iocp.c.s - -event/kqueue.o: event/kqueue.c.o -.PHONY : event/kqueue.o - -# target to build an object file -event/kqueue.c.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/kqueue.c.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/kqueue.c.o -.PHONY : event/kqueue.c.o - -event/kqueue.i: event/kqueue.c.i -.PHONY : event/kqueue.i - -# target to preprocess a source file -event/kqueue.c.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/kqueue.c.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/kqueue.c.i -.PHONY : event/kqueue.c.i - -event/kqueue.s: event/kqueue.c.s -.PHONY : event/kqueue.s - -# target to generate assembly for a file -event/kqueue.c.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/kqueue.c.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/kqueue.c.s -.PHONY : event/kqueue.c.s - -event/nio.o: event/nio.c.o -.PHONY : event/nio.o - -# target to build an object file -event/nio.c.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/nio.c.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/nio.c.o -.PHONY : event/nio.c.o - -event/nio.i: event/nio.c.i -.PHONY : event/nio.i - -# target to preprocess a source file -event/nio.c.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/nio.c.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/nio.c.i -.PHONY : event/nio.c.i - -event/nio.s: event/nio.c.s -.PHONY : event/nio.s - -# target to generate assembly for a file -event/nio.c.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/nio.c.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/nio.c.s -.PHONY : event/nio.c.s - -event/nlog.o: event/nlog.c.o -.PHONY : event/nlog.o - -# target to build an object file -event/nlog.c.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/nlog.c.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/nlog.c.o -.PHONY : event/nlog.c.o - -event/nlog.i: event/nlog.c.i -.PHONY : event/nlog.i - -# target to preprocess a source file -event/nlog.c.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/nlog.c.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/nlog.c.i -.PHONY : event/nlog.c.i - -event/nlog.s: event/nlog.c.s -.PHONY : event/nlog.s - -# target to generate assembly for a file -event/nlog.c.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/nlog.c.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/nlog.c.s -.PHONY : event/nlog.c.s - -event/noevent.o: event/noevent.c.o -.PHONY : event/noevent.o - -# target to build an object file -event/noevent.c.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/noevent.c.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/noevent.c.o -.PHONY : event/noevent.c.o - -event/noevent.i: event/noevent.c.i -.PHONY : event/noevent.i - -# target to preprocess a source file -event/noevent.c.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/noevent.c.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/noevent.c.i -.PHONY : event/noevent.c.i - -event/noevent.s: event/noevent.c.s -.PHONY : event/noevent.s - -# target to generate assembly for a file -event/noevent.c.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/noevent.c.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/noevent.c.s -.PHONY : event/noevent.c.s - -event/overlapio.o: event/overlapio.c.o -.PHONY : event/overlapio.o - -# target to build an object file -event/overlapio.c.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/overlapio.c.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/overlapio.c.o -.PHONY : event/overlapio.c.o - -event/overlapio.i: event/overlapio.c.i -.PHONY : event/overlapio.i - -# target to preprocess a source file -event/overlapio.c.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/overlapio.c.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/overlapio.c.i -.PHONY : event/overlapio.c.i - -event/overlapio.s: event/overlapio.c.s -.PHONY : event/overlapio.s - -# target to generate assembly for a file -event/overlapio.c.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/overlapio.c.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/overlapio.c.s -.PHONY : event/overlapio.c.s - -event/poll.o: event/poll.c.o -.PHONY : event/poll.o - -# target to build an object file -event/poll.c.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/poll.c.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/poll.c.o -.PHONY : event/poll.c.o - -event/poll.i: event/poll.c.i -.PHONY : event/poll.i - -# target to preprocess a source file -event/poll.c.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/poll.c.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/poll.c.i -.PHONY : event/poll.c.i - -event/poll.s: event/poll.c.s -.PHONY : event/poll.s - -# target to generate assembly for a file -event/poll.c.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/poll.c.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/poll.c.s -.PHONY : event/poll.c.s - -event/rudp.o: event/rudp.c.o -.PHONY : event/rudp.o - -# target to build an object file -event/rudp.c.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/rudp.c.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/rudp.c.o -.PHONY : event/rudp.c.o - -event/rudp.i: event/rudp.c.i -.PHONY : event/rudp.i - -# target to preprocess a source file -event/rudp.c.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/rudp.c.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/rudp.c.i -.PHONY : event/rudp.c.i - -event/rudp.s: event/rudp.c.s -.PHONY : event/rudp.s - -# target to generate assembly for a file -event/rudp.c.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/rudp.c.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/rudp.c.s -.PHONY : event/rudp.c.s - -event/select.o: event/select.c.o -.PHONY : event/select.o - -# target to build an object file -event/select.c.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/select.c.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/select.c.o -.PHONY : event/select.c.o - -event/select.i: event/select.c.i -.PHONY : event/select.i - -# target to preprocess a source file -event/select.c.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/select.c.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/select.c.i -.PHONY : event/select.c.i - -event/select.s: event/select.c.s -.PHONY : event/select.s - -# target to generate assembly for a file -event/select.c.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/select.c.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/select.c.s -.PHONY : event/select.c.s - -event/unpack.o: event/unpack.c.o -.PHONY : event/unpack.o - -# target to build an object file -event/unpack.c.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/unpack.c.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/unpack.c.o -.PHONY : event/unpack.c.o - -event/unpack.i: event/unpack.c.i -.PHONY : event/unpack.i - -# target to preprocess a source file -event/unpack.c.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/unpack.c.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/unpack.c.i -.PHONY : event/unpack.c.i - -event/unpack.s: event/unpack.c.s -.PHONY : event/unpack.s - -# target to generate assembly for a file -event/unpack.c.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/event/unpack.c.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/event/unpack.c.s -.PHONY : event/unpack.c.s - -http/Http1Parser.o: http/Http1Parser.cpp.o -.PHONY : http/Http1Parser.o - -# target to build an object file -http/Http1Parser.cpp.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/Http1Parser.cpp.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/Http1Parser.cpp.o -.PHONY : http/Http1Parser.cpp.o - -http/Http1Parser.i: http/Http1Parser.cpp.i -.PHONY : http/Http1Parser.i - -# target to preprocess a source file -http/Http1Parser.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/Http1Parser.cpp.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/Http1Parser.cpp.i -.PHONY : http/Http1Parser.cpp.i - -http/Http1Parser.s: http/Http1Parser.cpp.s -.PHONY : http/Http1Parser.s - -# target to generate assembly for a file -http/Http1Parser.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/Http1Parser.cpp.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/Http1Parser.cpp.s -.PHONY : http/Http1Parser.cpp.s - -http/Http2Parser.o: http/Http2Parser.cpp.o -.PHONY : http/Http2Parser.o - -# target to build an object file -http/Http2Parser.cpp.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/Http2Parser.cpp.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/Http2Parser.cpp.o -.PHONY : http/Http2Parser.cpp.o - -http/Http2Parser.i: http/Http2Parser.cpp.i -.PHONY : http/Http2Parser.i - -# target to preprocess a source file -http/Http2Parser.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/Http2Parser.cpp.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/Http2Parser.cpp.i -.PHONY : http/Http2Parser.cpp.i - -http/Http2Parser.s: http/Http2Parser.cpp.s -.PHONY : http/Http2Parser.s - -# target to generate assembly for a file -http/Http2Parser.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/Http2Parser.cpp.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/Http2Parser.cpp.s -.PHONY : http/Http2Parser.cpp.s - -http/HttpMessage.o: http/HttpMessage.cpp.o -.PHONY : http/HttpMessage.o - -# target to build an object file -http/HttpMessage.cpp.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/HttpMessage.cpp.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/HttpMessage.cpp.o -.PHONY : http/HttpMessage.cpp.o - -http/HttpMessage.i: http/HttpMessage.cpp.i -.PHONY : http/HttpMessage.i - -# target to preprocess a source file -http/HttpMessage.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/HttpMessage.cpp.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/HttpMessage.cpp.i -.PHONY : http/HttpMessage.cpp.i - -http/HttpMessage.s: http/HttpMessage.cpp.s -.PHONY : http/HttpMessage.s - -# target to generate assembly for a file -http/HttpMessage.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/HttpMessage.cpp.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/HttpMessage.cpp.s -.PHONY : http/HttpMessage.cpp.s - -http/HttpParser.o: http/HttpParser.cpp.o -.PHONY : http/HttpParser.o - -# target to build an object file -http/HttpParser.cpp.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/HttpParser.cpp.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/HttpParser.cpp.o -.PHONY : http/HttpParser.cpp.o - -http/HttpParser.i: http/HttpParser.cpp.i -.PHONY : http/HttpParser.i - -# target to preprocess a source file -http/HttpParser.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/HttpParser.cpp.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/HttpParser.cpp.i -.PHONY : http/HttpParser.cpp.i - -http/HttpParser.s: http/HttpParser.cpp.s -.PHONY : http/HttpParser.s - -# target to generate assembly for a file -http/HttpParser.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/HttpParser.cpp.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/HttpParser.cpp.s -.PHONY : http/HttpParser.cpp.s - -http/WebSocketChannel.o: http/WebSocketChannel.cpp.o -.PHONY : http/WebSocketChannel.o - -# target to build an object file -http/WebSocketChannel.cpp.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/WebSocketChannel.cpp.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/WebSocketChannel.cpp.o -.PHONY : http/WebSocketChannel.cpp.o - -http/WebSocketChannel.i: http/WebSocketChannel.cpp.i -.PHONY : http/WebSocketChannel.i - -# target to preprocess a source file -http/WebSocketChannel.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/WebSocketChannel.cpp.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/WebSocketChannel.cpp.i -.PHONY : http/WebSocketChannel.cpp.i - -http/WebSocketChannel.s: http/WebSocketChannel.cpp.s -.PHONY : http/WebSocketChannel.s - -# target to generate assembly for a file -http/WebSocketChannel.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/WebSocketChannel.cpp.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/WebSocketChannel.cpp.s -.PHONY : http/WebSocketChannel.cpp.s - -http/WebSocketParser.o: http/WebSocketParser.cpp.o -.PHONY : http/WebSocketParser.o - -# target to build an object file -http/WebSocketParser.cpp.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/WebSocketParser.cpp.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/WebSocketParser.cpp.o -.PHONY : http/WebSocketParser.cpp.o - -http/WebSocketParser.i: http/WebSocketParser.cpp.i -.PHONY : http/WebSocketParser.i - -# target to preprocess a source file -http/WebSocketParser.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/WebSocketParser.cpp.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/WebSocketParser.cpp.i -.PHONY : http/WebSocketParser.cpp.i - -http/WebSocketParser.s: http/WebSocketParser.cpp.s -.PHONY : http/WebSocketParser.s - -# target to generate assembly for a file -http/WebSocketParser.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/WebSocketParser.cpp.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/WebSocketParser.cpp.s -.PHONY : http/WebSocketParser.cpp.s - -http/client/AsyncHttpClient.o: http/client/AsyncHttpClient.cpp.o -.PHONY : http/client/AsyncHttpClient.o - -# target to build an object file -http/client/AsyncHttpClient.cpp.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/client/AsyncHttpClient.cpp.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/client/AsyncHttpClient.cpp.o -.PHONY : http/client/AsyncHttpClient.cpp.o - -http/client/AsyncHttpClient.i: http/client/AsyncHttpClient.cpp.i -.PHONY : http/client/AsyncHttpClient.i - -# target to preprocess a source file -http/client/AsyncHttpClient.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/client/AsyncHttpClient.cpp.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/client/AsyncHttpClient.cpp.i -.PHONY : http/client/AsyncHttpClient.cpp.i - -http/client/AsyncHttpClient.s: http/client/AsyncHttpClient.cpp.s -.PHONY : http/client/AsyncHttpClient.s - -# target to generate assembly for a file -http/client/AsyncHttpClient.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/client/AsyncHttpClient.cpp.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/client/AsyncHttpClient.cpp.s -.PHONY : http/client/AsyncHttpClient.cpp.s - -http/client/HttpClient.o: http/client/HttpClient.cpp.o -.PHONY : http/client/HttpClient.o - -# target to build an object file -http/client/HttpClient.cpp.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/client/HttpClient.cpp.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/client/HttpClient.cpp.o -.PHONY : http/client/HttpClient.cpp.o - -http/client/HttpClient.i: http/client/HttpClient.cpp.i -.PHONY : http/client/HttpClient.i - -# target to preprocess a source file -http/client/HttpClient.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/client/HttpClient.cpp.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/client/HttpClient.cpp.i -.PHONY : http/client/HttpClient.cpp.i - -http/client/HttpClient.s: http/client/HttpClient.cpp.s -.PHONY : http/client/HttpClient.s - -# target to generate assembly for a file -http/client/HttpClient.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/client/HttpClient.cpp.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/client/HttpClient.cpp.s -.PHONY : http/client/HttpClient.cpp.s - -http/client/WebSocketClient.o: http/client/WebSocketClient.cpp.o -.PHONY : http/client/WebSocketClient.o - -# target to build an object file -http/client/WebSocketClient.cpp.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/client/WebSocketClient.cpp.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/client/WebSocketClient.cpp.o -.PHONY : http/client/WebSocketClient.cpp.o - -http/client/WebSocketClient.i: http/client/WebSocketClient.cpp.i -.PHONY : http/client/WebSocketClient.i - -# target to preprocess a source file -http/client/WebSocketClient.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/client/WebSocketClient.cpp.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/client/WebSocketClient.cpp.i -.PHONY : http/client/WebSocketClient.cpp.i - -http/client/WebSocketClient.s: http/client/WebSocketClient.cpp.s -.PHONY : http/client/WebSocketClient.s - -# target to generate assembly for a file -http/client/WebSocketClient.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/client/WebSocketClient.cpp.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/client/WebSocketClient.cpp.s -.PHONY : http/client/WebSocketClient.cpp.s - -http/http_content.o: http/http_content.cpp.o -.PHONY : http/http_content.o - -# target to build an object file -http/http_content.cpp.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/http_content.cpp.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/http_content.cpp.o -.PHONY : http/http_content.cpp.o - -http/http_content.i: http/http_content.cpp.i -.PHONY : http/http_content.i - -# target to preprocess a source file -http/http_content.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/http_content.cpp.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/http_content.cpp.i -.PHONY : http/http_content.cpp.i - -http/http_content.s: http/http_content.cpp.s -.PHONY : http/http_content.s - -# target to generate assembly for a file -http/http_content.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/http_content.cpp.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/http_content.cpp.s -.PHONY : http/http_content.cpp.s - -http/http_parser.o: http/http_parser.c.o -.PHONY : http/http_parser.o - -# target to build an object file -http/http_parser.c.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/http_parser.c.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/http_parser.c.o -.PHONY : http/http_parser.c.o - -http/http_parser.i: http/http_parser.c.i -.PHONY : http/http_parser.i - -# target to preprocess a source file -http/http_parser.c.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/http_parser.c.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/http_parser.c.i -.PHONY : http/http_parser.c.i - -http/http_parser.s: http/http_parser.c.s -.PHONY : http/http_parser.s - -# target to generate assembly for a file -http/http_parser.c.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/http_parser.c.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/http_parser.c.s -.PHONY : http/http_parser.c.s - -http/httpdef.o: http/httpdef.c.o -.PHONY : http/httpdef.o - -# target to build an object file -http/httpdef.c.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/httpdef.c.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/httpdef.c.o -.PHONY : http/httpdef.c.o - -http/httpdef.i: http/httpdef.c.i -.PHONY : http/httpdef.i - -# target to preprocess a source file -http/httpdef.c.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/httpdef.c.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/httpdef.c.i -.PHONY : http/httpdef.c.i - -http/httpdef.s: http/httpdef.c.s -.PHONY : http/httpdef.s - -# target to generate assembly for a file -http/httpdef.c.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/httpdef.c.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/httpdef.c.s -.PHONY : http/httpdef.c.s - -http/multipart_parser.o: http/multipart_parser.c.o -.PHONY : http/multipart_parser.o - -# target to build an object file -http/multipart_parser.c.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/multipart_parser.c.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/multipart_parser.c.o -.PHONY : http/multipart_parser.c.o - -http/multipart_parser.i: http/multipart_parser.c.i -.PHONY : http/multipart_parser.i - -# target to preprocess a source file -http/multipart_parser.c.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/multipart_parser.c.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/multipart_parser.c.i -.PHONY : http/multipart_parser.c.i - -http/multipart_parser.s: http/multipart_parser.c.s -.PHONY : http/multipart_parser.s - -# target to generate assembly for a file -http/multipart_parser.c.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/multipart_parser.c.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/multipart_parser.c.s -.PHONY : http/multipart_parser.c.s - -http/server/FileCache.o: http/server/FileCache.cpp.o -.PHONY : http/server/FileCache.o - -# target to build an object file -http/server/FileCache.cpp.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/server/FileCache.cpp.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/server/FileCache.cpp.o -.PHONY : http/server/FileCache.cpp.o - -http/server/FileCache.i: http/server/FileCache.cpp.i -.PHONY : http/server/FileCache.i - -# target to preprocess a source file -http/server/FileCache.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/server/FileCache.cpp.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/server/FileCache.cpp.i -.PHONY : http/server/FileCache.cpp.i - -http/server/FileCache.s: http/server/FileCache.cpp.s -.PHONY : http/server/FileCache.s - -# target to generate assembly for a file -http/server/FileCache.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/server/FileCache.cpp.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/server/FileCache.cpp.s -.PHONY : http/server/FileCache.cpp.s - -http/server/HttpHandler.o: http/server/HttpHandler.cpp.o -.PHONY : http/server/HttpHandler.o - -# target to build an object file -http/server/HttpHandler.cpp.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/server/HttpHandler.cpp.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/server/HttpHandler.cpp.o -.PHONY : http/server/HttpHandler.cpp.o - -http/server/HttpHandler.i: http/server/HttpHandler.cpp.i -.PHONY : http/server/HttpHandler.i - -# target to preprocess a source file -http/server/HttpHandler.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/server/HttpHandler.cpp.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/server/HttpHandler.cpp.i -.PHONY : http/server/HttpHandler.cpp.i - -http/server/HttpHandler.s: http/server/HttpHandler.cpp.s -.PHONY : http/server/HttpHandler.s - -# target to generate assembly for a file -http/server/HttpHandler.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/server/HttpHandler.cpp.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/server/HttpHandler.cpp.s -.PHONY : http/server/HttpHandler.cpp.s - -http/server/HttpMiddleware.o: http/server/HttpMiddleware.cpp.o -.PHONY : http/server/HttpMiddleware.o - -# target to build an object file -http/server/HttpMiddleware.cpp.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/server/HttpMiddleware.cpp.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/server/HttpMiddleware.cpp.o -.PHONY : http/server/HttpMiddleware.cpp.o - -http/server/HttpMiddleware.i: http/server/HttpMiddleware.cpp.i -.PHONY : http/server/HttpMiddleware.i - -# target to preprocess a source file -http/server/HttpMiddleware.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/server/HttpMiddleware.cpp.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/server/HttpMiddleware.cpp.i -.PHONY : http/server/HttpMiddleware.cpp.i - -http/server/HttpMiddleware.s: http/server/HttpMiddleware.cpp.s -.PHONY : http/server/HttpMiddleware.s - -# target to generate assembly for a file -http/server/HttpMiddleware.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/server/HttpMiddleware.cpp.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/server/HttpMiddleware.cpp.s -.PHONY : http/server/HttpMiddleware.cpp.s - -http/server/HttpResponseWriter.o: http/server/HttpResponseWriter.cpp.o -.PHONY : http/server/HttpResponseWriter.o - -# target to build an object file -http/server/HttpResponseWriter.cpp.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/server/HttpResponseWriter.cpp.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/server/HttpResponseWriter.cpp.o -.PHONY : http/server/HttpResponseWriter.cpp.o - -http/server/HttpResponseWriter.i: http/server/HttpResponseWriter.cpp.i -.PHONY : http/server/HttpResponseWriter.i - -# target to preprocess a source file -http/server/HttpResponseWriter.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/server/HttpResponseWriter.cpp.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/server/HttpResponseWriter.cpp.i -.PHONY : http/server/HttpResponseWriter.cpp.i - -http/server/HttpResponseWriter.s: http/server/HttpResponseWriter.cpp.s -.PHONY : http/server/HttpResponseWriter.s - -# target to generate assembly for a file -http/server/HttpResponseWriter.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/server/HttpResponseWriter.cpp.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/server/HttpResponseWriter.cpp.s -.PHONY : http/server/HttpResponseWriter.cpp.s - -http/server/HttpServer.o: http/server/HttpServer.cpp.o -.PHONY : http/server/HttpServer.o - -# target to build an object file -http/server/HttpServer.cpp.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/server/HttpServer.cpp.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/server/HttpServer.cpp.o -.PHONY : http/server/HttpServer.cpp.o - -http/server/HttpServer.i: http/server/HttpServer.cpp.i -.PHONY : http/server/HttpServer.i - -# target to preprocess a source file -http/server/HttpServer.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/server/HttpServer.cpp.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/server/HttpServer.cpp.i -.PHONY : http/server/HttpServer.cpp.i - -http/server/HttpServer.s: http/server/HttpServer.cpp.s -.PHONY : http/server/HttpServer.s - -# target to generate assembly for a file -http/server/HttpServer.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/server/HttpServer.cpp.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/server/HttpServer.cpp.s -.PHONY : http/server/HttpServer.cpp.s - -http/server/HttpService.o: http/server/HttpService.cpp.o -.PHONY : http/server/HttpService.o - -# target to build an object file -http/server/HttpService.cpp.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/server/HttpService.cpp.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/server/HttpService.cpp.o -.PHONY : http/server/HttpService.cpp.o - -http/server/HttpService.i: http/server/HttpService.cpp.i -.PHONY : http/server/HttpService.i - -# target to preprocess a source file -http/server/HttpService.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/server/HttpService.cpp.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/server/HttpService.cpp.i -.PHONY : http/server/HttpService.cpp.i - -http/server/HttpService.s: http/server/HttpService.cpp.s -.PHONY : http/server/HttpService.s - -# target to generate assembly for a file -http/server/HttpService.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/server/HttpService.cpp.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/server/HttpService.cpp.s -.PHONY : http/server/HttpService.cpp.s - -http/server/http_page.o: http/server/http_page.cpp.o -.PHONY : http/server/http_page.o - -# target to build an object file -http/server/http_page.cpp.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/server/http_page.cpp.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/server/http_page.cpp.o -.PHONY : http/server/http_page.cpp.o - -http/server/http_page.i: http/server/http_page.cpp.i -.PHONY : http/server/http_page.i - -# target to preprocess a source file -http/server/http_page.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/server/http_page.cpp.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/server/http_page.cpp.i -.PHONY : http/server/http_page.cpp.i - -http/server/http_page.s: http/server/http_page.cpp.s -.PHONY : http/server/http_page.s - -# target to generate assembly for a file -http/server/http_page.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/server/http_page.cpp.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/server/http_page.cpp.s -.PHONY : http/server/http_page.cpp.s - -http/websocket_parser.o: http/websocket_parser.c.o -.PHONY : http/websocket_parser.o - -# target to build an object file -http/websocket_parser.c.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/websocket_parser.c.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/websocket_parser.c.o -.PHONY : http/websocket_parser.c.o - -http/websocket_parser.i: http/websocket_parser.c.i -.PHONY : http/websocket_parser.i - -# target to preprocess a source file -http/websocket_parser.c.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/websocket_parser.c.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/websocket_parser.c.i -.PHONY : http/websocket_parser.c.i - -http/websocket_parser.s: http/websocket_parser.c.s -.PHONY : http/websocket_parser.s - -# target to generate assembly for a file -http/websocket_parser.c.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/websocket_parser.c.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/websocket_parser.c.s -.PHONY : http/websocket_parser.c.s - -http/wsdef.o: http/wsdef.c.o -.PHONY : http/wsdef.o - -# target to build an object file -http/wsdef.c.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/wsdef.c.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/wsdef.c.o -.PHONY : http/wsdef.c.o - -http/wsdef.i: http/wsdef.c.i -.PHONY : http/wsdef.i - -# target to preprocess a source file -http/wsdef.c.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/wsdef.c.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/wsdef.c.i -.PHONY : http/wsdef.c.i - -http/wsdef.s: http/wsdef.c.s -.PHONY : http/wsdef.s - -# target to generate assembly for a file -http/wsdef.c.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/http/wsdef.c.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/http/wsdef.c.s -.PHONY : http/wsdef.c.s - -ssl/appletls.o: ssl/appletls.c.o -.PHONY : ssl/appletls.o - -# target to build an object file -ssl/appletls.c.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/ssl/appletls.c.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/ssl/appletls.c.o -.PHONY : ssl/appletls.c.o - -ssl/appletls.i: ssl/appletls.c.i -.PHONY : ssl/appletls.i - -# target to preprocess a source file -ssl/appletls.c.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/ssl/appletls.c.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/ssl/appletls.c.i -.PHONY : ssl/appletls.c.i - -ssl/appletls.s: ssl/appletls.c.s -.PHONY : ssl/appletls.s - -# target to generate assembly for a file -ssl/appletls.c.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/ssl/appletls.c.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/ssl/appletls.c.s -.PHONY : ssl/appletls.c.s - -ssl/gnutls.o: ssl/gnutls.c.o -.PHONY : ssl/gnutls.o - -# target to build an object file -ssl/gnutls.c.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/ssl/gnutls.c.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/ssl/gnutls.c.o -.PHONY : ssl/gnutls.c.o - -ssl/gnutls.i: ssl/gnutls.c.i -.PHONY : ssl/gnutls.i - -# target to preprocess a source file -ssl/gnutls.c.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/ssl/gnutls.c.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/ssl/gnutls.c.i -.PHONY : ssl/gnutls.c.i - -ssl/gnutls.s: ssl/gnutls.c.s -.PHONY : ssl/gnutls.s - -# target to generate assembly for a file -ssl/gnutls.c.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/ssl/gnutls.c.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/ssl/gnutls.c.s -.PHONY : ssl/gnutls.c.s - -ssl/hssl.o: ssl/hssl.c.o -.PHONY : ssl/hssl.o - -# target to build an object file -ssl/hssl.c.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/ssl/hssl.c.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/ssl/hssl.c.o -.PHONY : ssl/hssl.c.o - -ssl/hssl.i: ssl/hssl.c.i -.PHONY : ssl/hssl.i - -# target to preprocess a source file -ssl/hssl.c.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/ssl/hssl.c.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/ssl/hssl.c.i -.PHONY : ssl/hssl.c.i - -ssl/hssl.s: ssl/hssl.c.s -.PHONY : ssl/hssl.s - -# target to generate assembly for a file -ssl/hssl.c.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/ssl/hssl.c.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/ssl/hssl.c.s -.PHONY : ssl/hssl.c.s - -ssl/mbedtls.o: ssl/mbedtls.c.o -.PHONY : ssl/mbedtls.o - -# target to build an object file -ssl/mbedtls.c.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/ssl/mbedtls.c.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/ssl/mbedtls.c.o -.PHONY : ssl/mbedtls.c.o - -ssl/mbedtls.i: ssl/mbedtls.c.i -.PHONY : ssl/mbedtls.i - -# target to preprocess a source file -ssl/mbedtls.c.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/ssl/mbedtls.c.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/ssl/mbedtls.c.i -.PHONY : ssl/mbedtls.c.i - -ssl/mbedtls.s: ssl/mbedtls.c.s -.PHONY : ssl/mbedtls.s - -# target to generate assembly for a file -ssl/mbedtls.c.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/ssl/mbedtls.c.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/ssl/mbedtls.c.s -.PHONY : ssl/mbedtls.c.s - -ssl/nossl.o: ssl/nossl.c.o -.PHONY : ssl/nossl.o - -# target to build an object file -ssl/nossl.c.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/ssl/nossl.c.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/ssl/nossl.c.o -.PHONY : ssl/nossl.c.o - -ssl/nossl.i: ssl/nossl.c.i -.PHONY : ssl/nossl.i - -# target to preprocess a source file -ssl/nossl.c.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/ssl/nossl.c.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/ssl/nossl.c.i -.PHONY : ssl/nossl.c.i - -ssl/nossl.s: ssl/nossl.c.s -.PHONY : ssl/nossl.s - -# target to generate assembly for a file -ssl/nossl.c.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/ssl/nossl.c.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/ssl/nossl.c.s -.PHONY : ssl/nossl.c.s - -ssl/openssl.o: ssl/openssl.c.o -.PHONY : ssl/openssl.o - -# target to build an object file -ssl/openssl.c.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/ssl/openssl.c.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/ssl/openssl.c.o -.PHONY : ssl/openssl.c.o - -ssl/openssl.i: ssl/openssl.c.i -.PHONY : ssl/openssl.i - -# target to preprocess a source file -ssl/openssl.c.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/ssl/openssl.c.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/ssl/openssl.c.i -.PHONY : ssl/openssl.c.i - -ssl/openssl.s: ssl/openssl.c.s -.PHONY : ssl/openssl.s - -# target to generate assembly for a file -ssl/openssl.c.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/ssl/openssl.c.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/ssl/openssl.c.s -.PHONY : ssl/openssl.c.s - -ssl/wintls.o: ssl/wintls.c.o -.PHONY : ssl/wintls.o - -# target to build an object file -ssl/wintls.c.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/ssl/wintls.c.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/ssl/wintls.c.o -.PHONY : ssl/wintls.c.o - -ssl/wintls.i: ssl/wintls.c.i -.PHONY : ssl/wintls.i - -# target to preprocess a source file -ssl/wintls.c.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/ssl/wintls.c.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/ssl/wintls.c.i -.PHONY : ssl/wintls.c.i - -ssl/wintls.s: ssl/wintls.c.s -.PHONY : ssl/wintls.s - -# target to generate assembly for a file -ssl/wintls.c.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/ssl/wintls.c.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/ssl/wintls.c.s -.PHONY : ssl/wintls.c.s - -util/base64.o: util/base64.c.o -.PHONY : util/base64.o - -# target to build an object file -util/base64.c.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/util/base64.c.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/util/base64.c.o -.PHONY : util/base64.c.o - -util/base64.i: util/base64.c.i -.PHONY : util/base64.i - -# target to preprocess a source file -util/base64.c.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/util/base64.c.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/util/base64.c.i -.PHONY : util/base64.c.i - -util/base64.s: util/base64.c.s -.PHONY : util/base64.s - -# target to generate assembly for a file -util/base64.c.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/util/base64.c.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/util/base64.c.s -.PHONY : util/base64.c.s - -util/md5.o: util/md5.c.o -.PHONY : util/md5.o - -# target to build an object file -util/md5.c.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/util/md5.c.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/util/md5.c.o -.PHONY : util/md5.c.o - -util/md5.i: util/md5.c.i -.PHONY : util/md5.i - -# target to preprocess a source file -util/md5.c.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/util/md5.c.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/util/md5.c.i -.PHONY : util/md5.c.i - -util/md5.s: util/md5.c.s -.PHONY : util/md5.s - -# target to generate assembly for a file -util/md5.c.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/util/md5.c.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/util/md5.c.s -.PHONY : util/md5.c.s - -util/sha1.o: util/sha1.c.o -.PHONY : util/sha1.o - -# target to build an object file -util/sha1.c.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/util/sha1.c.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/util/sha1.c.o -.PHONY : util/sha1.c.o - -util/sha1.i: util/sha1.c.i -.PHONY : util/sha1.i - -# target to preprocess a source file -util/sha1.c.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/util/sha1.c.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/util/sha1.c.i -.PHONY : util/sha1.c.i - -util/sha1.s: util/sha1.c.s -.PHONY : util/sha1.s - -# target to generate assembly for a file -util/sha1.c.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv.dir/build.make CMakeFiles/hv.dir/util/sha1.c.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/hv_static.dir/build.make CMakeFiles/hv_static.dir/util/sha1.c.s -.PHONY : util/sha1.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 "... edit_cache" - @echo "... install" - @echo "... install/local" - @echo "... install/strip" - @echo "... list_install_components" - @echo "... package" - @echo "... package_source" - @echo "... rebuild_cache" - @echo "... examples" - @echo "... libhv" - @echo "... libhv_static" - @echo "... consul" - @echo "... curl" - @echo "... hloop_test" - @echo "... hmain_test" - @echo "... htimer_test" - @echo "... http_client_test" - @echo "... http_server_test" - @echo "... httpd" - @echo "... hv" - @echo "... hv_static" - @echo "... jsonrpc_client" - @echo "... jsonrpc_server" - @echo "... nc" - @echo "... nmap" - @echo "... pipe_test" - @echo "... socks5_proxy_server" - @echo "... tcp_chat_server" - @echo "... tcp_client_test" - @echo "... tcp_echo_server" - @echo "... tcp_proxy_server" - @echo "... tinyhttpd" - @echo "... tinyproxyd" - @echo "... udp_echo_server" - @echo "... udp_proxy_server" - @echo "... websocket_client_test" - @echo "... websocket_server_test" - @echo "... wget" - @echo "... wrk" - @echo "... base/hbase.o" - @echo "... base/hbase.i" - @echo "... base/hbase.s" - @echo "... base/herr.o" - @echo "... base/herr.i" - @echo "... base/herr.s" - @echo "... base/hlog.o" - @echo "... base/hlog.i" - @echo "... base/hlog.s" - @echo "... base/hmain.o" - @echo "... base/hmain.i" - @echo "... base/hmain.s" - @echo "... base/hsocket.o" - @echo "... base/hsocket.i" - @echo "... base/hsocket.s" - @echo "... base/htime.o" - @echo "... base/htime.i" - @echo "... base/htime.s" - @echo "... base/hversion.o" - @echo "... base/hversion.i" - @echo "... base/hversion.s" - @echo "... base/rbtree.o" - @echo "... base/rbtree.i" - @echo "... base/rbtree.s" - @echo "... cpputil/RAII.o" - @echo "... cpputil/RAII.i" - @echo "... cpputil/RAII.s" - @echo "... cpputil/ThreadLocalStorage.o" - @echo "... cpputil/ThreadLocalStorage.i" - @echo "... cpputil/ThreadLocalStorage.s" - @echo "... cpputil/hasync.o" - @echo "... cpputil/hasync.i" - @echo "... cpputil/hasync.s" - @echo "... cpputil/hdir.o" - @echo "... cpputil/hdir.i" - @echo "... cpputil/hdir.s" - @echo "... cpputil/hpath.o" - @echo "... cpputil/hpath.i" - @echo "... cpputil/hpath.s" - @echo "... cpputil/hstring.o" - @echo "... cpputil/hstring.i" - @echo "... cpputil/hstring.s" - @echo "... cpputil/hurl.o" - @echo "... cpputil/hurl.i" - @echo "... cpputil/hurl.s" - @echo "... cpputil/ifconfig.o" - @echo "... cpputil/ifconfig.i" - @echo "... cpputil/ifconfig.s" - @echo "... cpputil/iniparser.o" - @echo "... cpputil/iniparser.i" - @echo "... cpputil/iniparser.s" - @echo "... event/epoll.o" - @echo "... event/epoll.i" - @echo "... event/epoll.s" - @echo "... event/evport.o" - @echo "... event/evport.i" - @echo "... event/evport.s" - @echo "... event/hevent.o" - @echo "... event/hevent.i" - @echo "... event/hevent.s" - @echo "... event/hloop.o" - @echo "... event/hloop.i" - @echo "... event/hloop.s" - @echo "... event/iocp.o" - @echo "... event/iocp.i" - @echo "... event/iocp.s" - @echo "... event/kqueue.o" - @echo "... event/kqueue.i" - @echo "... event/kqueue.s" - @echo "... event/nio.o" - @echo "... event/nio.i" - @echo "... event/nio.s" - @echo "... event/nlog.o" - @echo "... event/nlog.i" - @echo "... event/nlog.s" - @echo "... event/noevent.o" - @echo "... event/noevent.i" - @echo "... event/noevent.s" - @echo "... event/overlapio.o" - @echo "... event/overlapio.i" - @echo "... event/overlapio.s" - @echo "... event/poll.o" - @echo "... event/poll.i" - @echo "... event/poll.s" - @echo "... event/rudp.o" - @echo "... event/rudp.i" - @echo "... event/rudp.s" - @echo "... event/select.o" - @echo "... event/select.i" - @echo "... event/select.s" - @echo "... event/unpack.o" - @echo "... event/unpack.i" - @echo "... event/unpack.s" - @echo "... http/Http1Parser.o" - @echo "... http/Http1Parser.i" - @echo "... http/Http1Parser.s" - @echo "... http/Http2Parser.o" - @echo "... http/Http2Parser.i" - @echo "... http/Http2Parser.s" - @echo "... http/HttpMessage.o" - @echo "... http/HttpMessage.i" - @echo "... http/HttpMessage.s" - @echo "... http/HttpParser.o" - @echo "... http/HttpParser.i" - @echo "... http/HttpParser.s" - @echo "... http/WebSocketChannel.o" - @echo "... http/WebSocketChannel.i" - @echo "... http/WebSocketChannel.s" - @echo "... http/WebSocketParser.o" - @echo "... http/WebSocketParser.i" - @echo "... http/WebSocketParser.s" - @echo "... http/client/AsyncHttpClient.o" - @echo "... http/client/AsyncHttpClient.i" - @echo "... http/client/AsyncHttpClient.s" - @echo "... http/client/HttpClient.o" - @echo "... http/client/HttpClient.i" - @echo "... http/client/HttpClient.s" - @echo "... http/client/WebSocketClient.o" - @echo "... http/client/WebSocketClient.i" - @echo "... http/client/WebSocketClient.s" - @echo "... http/http_content.o" - @echo "... http/http_content.i" - @echo "... http/http_content.s" - @echo "... http/http_parser.o" - @echo "... http/http_parser.i" - @echo "... http/http_parser.s" - @echo "... http/httpdef.o" - @echo "... http/httpdef.i" - @echo "... http/httpdef.s" - @echo "... http/multipart_parser.o" - @echo "... http/multipart_parser.i" - @echo "... http/multipart_parser.s" - @echo "... http/server/FileCache.o" - @echo "... http/server/FileCache.i" - @echo "... http/server/FileCache.s" - @echo "... http/server/HttpHandler.o" - @echo "... http/server/HttpHandler.i" - @echo "... http/server/HttpHandler.s" - @echo "... http/server/HttpMiddleware.o" - @echo "... http/server/HttpMiddleware.i" - @echo "... http/server/HttpMiddleware.s" - @echo "... http/server/HttpResponseWriter.o" - @echo "... http/server/HttpResponseWriter.i" - @echo "... http/server/HttpResponseWriter.s" - @echo "... http/server/HttpServer.o" - @echo "... http/server/HttpServer.i" - @echo "... http/server/HttpServer.s" - @echo "... http/server/HttpService.o" - @echo "... http/server/HttpService.i" - @echo "... http/server/HttpService.s" - @echo "... http/server/http_page.o" - @echo "... http/server/http_page.i" - @echo "... http/server/http_page.s" - @echo "... http/websocket_parser.o" - @echo "... http/websocket_parser.i" - @echo "... http/websocket_parser.s" - @echo "... http/wsdef.o" - @echo "... http/wsdef.i" - @echo "... http/wsdef.s" - @echo "... ssl/appletls.o" - @echo "... ssl/appletls.i" - @echo "... ssl/appletls.s" - @echo "... ssl/gnutls.o" - @echo "... ssl/gnutls.i" - @echo "... ssl/gnutls.s" - @echo "... ssl/hssl.o" - @echo "... ssl/hssl.i" - @echo "... ssl/hssl.s" - @echo "... ssl/mbedtls.o" - @echo "... ssl/mbedtls.i" - @echo "... ssl/mbedtls.s" - @echo "... ssl/nossl.o" - @echo "... ssl/nossl.i" - @echo "... ssl/nossl.s" - @echo "... ssl/openssl.o" - @echo "... ssl/openssl.i" - @echo "... ssl/openssl.s" - @echo "... ssl/wintls.o" - @echo "... ssl/wintls.i" - @echo "... ssl/wintls.s" - @echo "... util/base64.o" - @echo "... util/base64.i" - @echo "... util/base64.s" - @echo "... util/md5.o" - @echo "... util/md5.i" - @echo "... util/md5.s" - @echo "... util/sha1.o" - @echo "... util/sha1.i" - @echo "... util/sha1.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) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/_codeql_build_dir/etc/hmain_test.conf b/_codeql_build_dir/etc/hmain_test.conf deleted file mode 100644 index 33c7196b4..000000000 --- a/_codeql_build_dir/etc/hmain_test.conf +++ /dev/null @@ -1,13 +0,0 @@ -# [root] - -# logfile = logs/test.log -# loglevel = [VERBOSE,DEBUG,INFO,WARN,ERROR,FATAL,SILENT] -loglevel = DEBUG -log_remain_days = 3 -log_filesize = 16M - -# worker_processes = auto # auto = ncpu -worker_processes = auto -worker_threads = 2 - -port = 8086 diff --git a/_codeql_build_dir/etc/httpd.conf b/_codeql_build_dir/etc/httpd.conf deleted file mode 100644 index 74e826050..000000000 --- a/_codeql_build_dir/etc/httpd.conf +++ /dev/null @@ -1,54 +0,0 @@ -# [root] - -# logfile = logs/httpd.log -# loglevel = [VERBOSE,DEBUG,INFO,WARN,ERROR,FATAL,SILENT] -loglevel = INFO -log_remain_days = 3 -log_filesize = 64M - -# multi-processes mode -# auto = ncpu -worker_processes = auto -worker_threads = 1 - -# multi-threads mode -# worker_processes = 1 -# worker_threads = auto - -# Disable multi-processes mode for debugging -# worker_processes = 0 - -# max_connections = workers * worker_connections -worker_connections = 1024 - -# http server -http_port = 8080 -https_port = 8443 -#base_url = /api/v1 -document_root = html -home_page = index.html -#error_page = error.html -index_of = /downloads/ -keepalive_timeout = 75000 # ms -limit_rate = 500 # KB/s -access_log = off -cors = true - -# SSL/TLS -ssl_certificate = cert/server.crt -ssl_privatekey = cert/server.key -ssl_ca_certificate = cert/cacert.pem - -# proxy -[proxy] -proxy_connect_timeout = 10000 # ms -proxy_read_timeout = 60000 # ms -proxy_write_timeout = 60000 # ms -# forward proxy -forward_proxy = true -trust_proxies = *httpbin.org;*postman-echo.com;*apifox.com -#no_proxies = * -# reverse proxy -/httpbin/ => http://httpbin.org/ -/postman/ => http://postman-echo.com/ -/apifox/ => https://echo.apifox.com/ diff --git a/_codeql_build_dir/etc/nginx.conf b/_codeql_build_dir/etc/nginx.conf deleted file mode 100644 index 11670c502..000000000 --- a/_codeql_build_dir/etc/nginx.conf +++ /dev/null @@ -1,37 +0,0 @@ -# cd libhv -# sudo nginx -p . -c etc/nginx.conf -# bin/httpd -c etc/httpd.conf -s restart -d -# bin/curl -v http://127.0.0.1/api/v1/get - -worker_processes auto; - -pid logs/nginx.pid; -error_log logs/error.log; - -events { - worker_connections 1024; -} - -http { - access_log logs/access.log; - - server { - listen 80; - - # static files service - location / { - root html; - index index.html; - } - - # autoindex service - location /downloads/ { - autoindex on; - } - - # api service: nginx => libhv - location /api/v1/ { - proxy_pass http://127.0.0.1:8080/; - } - } -} diff --git a/_codeql_build_dir/examples/Makefile b/_codeql_build_dir/examples/Makefile deleted file mode 100644 index d654a6433..000000000 --- a/_codeql_build_dir/examples/Makefile +++ /dev/null @@ -1,1459 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.31 - -# 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: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Produce verbose output by default. -VERBOSE = 1 - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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/local/bin/cmake - -# The command to remove a file. -RM = /usr/local/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/runner/work/libhv/libhv - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/runner/work/libhv/libhv/_codeql_build_dir - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target package -package: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." - cd /home/runner/work/libhv/libhv/_codeql_build_dir && /usr/local/bin/cpack --config ./CPackConfig.cmake -.PHONY : package - -# Special rule for the target package -package/fast: package -.PHONY : package/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..." - cd /home/runner/work/libhv/libhv/_codeql_build_dir && /usr/local/bin/cpack --config ./CPackSourceConfig.cmake /home/runner/work/libhv/libhv/_codeql_build_dir/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 edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." - /usr/local/bin/ccmake -S$(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..." - /usr/local/bin/cmake --regenerate-during-build -S$(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 - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/local/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/local/bin/cmake -P cmake_install.cmake -.PHONY : install/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/local/bin/cmake -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..." - /usr/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local/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/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip - -# Special rule for the target install/strip -install/strip/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip/fast - -# The main all target -all: cmake_check_build_system - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/libhv/libhv/_codeql_build_dir/CMakeFiles /home/runner/work/libhv/libhv/_codeql_build_dir/examples//CMakeFiles/progress.marks - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/libhv/libhv/_codeql_build_dir/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -examples/CMakeFiles/hloop_test.dir/rule: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/hloop_test.dir/rule -.PHONY : examples/CMakeFiles/hloop_test.dir/rule - -# Convenience name for target. -hloop_test: examples/CMakeFiles/hloop_test.dir/rule -.PHONY : hloop_test - -# fast build rule for target. -hloop_test/fast: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/hloop_test.dir/build.make examples/CMakeFiles/hloop_test.dir/build -.PHONY : hloop_test/fast - -# Convenience name for target. -examples/CMakeFiles/htimer_test.dir/rule: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/htimer_test.dir/rule -.PHONY : examples/CMakeFiles/htimer_test.dir/rule - -# Convenience name for target. -htimer_test: examples/CMakeFiles/htimer_test.dir/rule -.PHONY : htimer_test - -# fast build rule for target. -htimer_test/fast: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/htimer_test.dir/build.make examples/CMakeFiles/htimer_test.dir/build -.PHONY : htimer_test/fast - -# Convenience name for target. -examples/CMakeFiles/pipe_test.dir/rule: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/pipe_test.dir/rule -.PHONY : examples/CMakeFiles/pipe_test.dir/rule - -# Convenience name for target. -pipe_test: examples/CMakeFiles/pipe_test.dir/rule -.PHONY : pipe_test - -# fast build rule for target. -pipe_test/fast: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/pipe_test.dir/build.make examples/CMakeFiles/pipe_test.dir/build -.PHONY : pipe_test/fast - -# Convenience name for target. -examples/CMakeFiles/nc.dir/rule: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/nc.dir/rule -.PHONY : examples/CMakeFiles/nc.dir/rule - -# Convenience name for target. -nc: examples/CMakeFiles/nc.dir/rule -.PHONY : nc - -# fast build rule for target. -nc/fast: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/nc.dir/build.make examples/CMakeFiles/nc.dir/build -.PHONY : nc/fast - -# Convenience name for target. -examples/CMakeFiles/tinyhttpd.dir/rule: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/tinyhttpd.dir/rule -.PHONY : examples/CMakeFiles/tinyhttpd.dir/rule - -# Convenience name for target. -tinyhttpd: examples/CMakeFiles/tinyhttpd.dir/rule -.PHONY : tinyhttpd - -# fast build rule for target. -tinyhttpd/fast: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tinyhttpd.dir/build.make examples/CMakeFiles/tinyhttpd.dir/build -.PHONY : tinyhttpd/fast - -# Convenience name for target. -examples/CMakeFiles/tinyproxyd.dir/rule: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/tinyproxyd.dir/rule -.PHONY : examples/CMakeFiles/tinyproxyd.dir/rule - -# Convenience name for target. -tinyproxyd: examples/CMakeFiles/tinyproxyd.dir/rule -.PHONY : tinyproxyd - -# fast build rule for target. -tinyproxyd/fast: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tinyproxyd.dir/build.make examples/CMakeFiles/tinyproxyd.dir/build -.PHONY : tinyproxyd/fast - -# Convenience name for target. -examples/CMakeFiles/tcp_client_test.dir/rule: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/tcp_client_test.dir/rule -.PHONY : examples/CMakeFiles/tcp_client_test.dir/rule - -# Convenience name for target. -tcp_client_test: examples/CMakeFiles/tcp_client_test.dir/rule -.PHONY : tcp_client_test - -# fast build rule for target. -tcp_client_test/fast: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tcp_client_test.dir/build.make examples/CMakeFiles/tcp_client_test.dir/build -.PHONY : tcp_client_test/fast - -# Convenience name for target. -examples/CMakeFiles/tcp_echo_server.dir/rule: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/tcp_echo_server.dir/rule -.PHONY : examples/CMakeFiles/tcp_echo_server.dir/rule - -# Convenience name for target. -tcp_echo_server: examples/CMakeFiles/tcp_echo_server.dir/rule -.PHONY : tcp_echo_server - -# fast build rule for target. -tcp_echo_server/fast: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tcp_echo_server.dir/build.make examples/CMakeFiles/tcp_echo_server.dir/build -.PHONY : tcp_echo_server/fast - -# Convenience name for target. -examples/CMakeFiles/tcp_chat_server.dir/rule: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/tcp_chat_server.dir/rule -.PHONY : examples/CMakeFiles/tcp_chat_server.dir/rule - -# Convenience name for target. -tcp_chat_server: examples/CMakeFiles/tcp_chat_server.dir/rule -.PHONY : tcp_chat_server - -# fast build rule for target. -tcp_chat_server/fast: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tcp_chat_server.dir/build.make examples/CMakeFiles/tcp_chat_server.dir/build -.PHONY : tcp_chat_server/fast - -# Convenience name for target. -examples/CMakeFiles/tcp_proxy_server.dir/rule: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/tcp_proxy_server.dir/rule -.PHONY : examples/CMakeFiles/tcp_proxy_server.dir/rule - -# Convenience name for target. -tcp_proxy_server: examples/CMakeFiles/tcp_proxy_server.dir/rule -.PHONY : tcp_proxy_server - -# fast build rule for target. -tcp_proxy_server/fast: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tcp_proxy_server.dir/build.make examples/CMakeFiles/tcp_proxy_server.dir/build -.PHONY : tcp_proxy_server/fast - -# Convenience name for target. -examples/CMakeFiles/udp_echo_server.dir/rule: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/udp_echo_server.dir/rule -.PHONY : examples/CMakeFiles/udp_echo_server.dir/rule - -# Convenience name for target. -udp_echo_server: examples/CMakeFiles/udp_echo_server.dir/rule -.PHONY : udp_echo_server - -# fast build rule for target. -udp_echo_server/fast: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/udp_echo_server.dir/build.make examples/CMakeFiles/udp_echo_server.dir/build -.PHONY : udp_echo_server/fast - -# Convenience name for target. -examples/CMakeFiles/udp_proxy_server.dir/rule: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/udp_proxy_server.dir/rule -.PHONY : examples/CMakeFiles/udp_proxy_server.dir/rule - -# Convenience name for target. -udp_proxy_server: examples/CMakeFiles/udp_proxy_server.dir/rule -.PHONY : udp_proxy_server - -# fast build rule for target. -udp_proxy_server/fast: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/udp_proxy_server.dir/build.make examples/CMakeFiles/udp_proxy_server.dir/build -.PHONY : udp_proxy_server/fast - -# Convenience name for target. -examples/CMakeFiles/socks5_proxy_server.dir/rule: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/socks5_proxy_server.dir/rule -.PHONY : examples/CMakeFiles/socks5_proxy_server.dir/rule - -# Convenience name for target. -socks5_proxy_server: examples/CMakeFiles/socks5_proxy_server.dir/rule -.PHONY : socks5_proxy_server - -# fast build rule for target. -socks5_proxy_server/fast: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/socks5_proxy_server.dir/build.make examples/CMakeFiles/socks5_proxy_server.dir/build -.PHONY : socks5_proxy_server/fast - -# Convenience name for target. -examples/CMakeFiles/jsonrpc_client.dir/rule: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/jsonrpc_client.dir/rule -.PHONY : examples/CMakeFiles/jsonrpc_client.dir/rule - -# Convenience name for target. -jsonrpc_client: examples/CMakeFiles/jsonrpc_client.dir/rule -.PHONY : jsonrpc_client - -# fast build rule for target. -jsonrpc_client/fast: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/jsonrpc_client.dir/build.make examples/CMakeFiles/jsonrpc_client.dir/build -.PHONY : jsonrpc_client/fast - -# Convenience name for target. -examples/CMakeFiles/jsonrpc_server.dir/rule: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/jsonrpc_server.dir/rule -.PHONY : examples/CMakeFiles/jsonrpc_server.dir/rule - -# Convenience name for target. -jsonrpc_server: examples/CMakeFiles/jsonrpc_server.dir/rule -.PHONY : jsonrpc_server - -# fast build rule for target. -jsonrpc_server/fast: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/jsonrpc_server.dir/build.make examples/CMakeFiles/jsonrpc_server.dir/build -.PHONY : jsonrpc_server/fast - -# Convenience name for target. -examples/CMakeFiles/hmain_test.dir/rule: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/hmain_test.dir/rule -.PHONY : examples/CMakeFiles/hmain_test.dir/rule - -# Convenience name for target. -hmain_test: examples/CMakeFiles/hmain_test.dir/rule -.PHONY : hmain_test - -# fast build rule for target. -hmain_test/fast: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/hmain_test.dir/build.make examples/CMakeFiles/hmain_test.dir/build -.PHONY : hmain_test/fast - -# Convenience name for target. -examples/CMakeFiles/nmap.dir/rule: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/nmap.dir/rule -.PHONY : examples/CMakeFiles/nmap.dir/rule - -# Convenience name for target. -nmap: examples/CMakeFiles/nmap.dir/rule -.PHONY : nmap - -# fast build rule for target. -nmap/fast: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/nmap.dir/build.make examples/CMakeFiles/nmap.dir/build -.PHONY : nmap/fast - -# Convenience name for target. -examples/CMakeFiles/wrk.dir/rule: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/wrk.dir/rule -.PHONY : examples/CMakeFiles/wrk.dir/rule - -# Convenience name for target. -wrk: examples/CMakeFiles/wrk.dir/rule -.PHONY : wrk - -# fast build rule for target. -wrk/fast: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/wrk.dir/build.make examples/CMakeFiles/wrk.dir/build -.PHONY : wrk/fast - -# Convenience name for target. -examples/CMakeFiles/http_server_test.dir/rule: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/http_server_test.dir/rule -.PHONY : examples/CMakeFiles/http_server_test.dir/rule - -# Convenience name for target. -http_server_test: examples/CMakeFiles/http_server_test.dir/rule -.PHONY : http_server_test - -# fast build rule for target. -http_server_test/fast: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/http_server_test.dir/build.make examples/CMakeFiles/http_server_test.dir/build -.PHONY : http_server_test/fast - -# Convenience name for target. -examples/CMakeFiles/websocket_server_test.dir/rule: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/websocket_server_test.dir/rule -.PHONY : examples/CMakeFiles/websocket_server_test.dir/rule - -# Convenience name for target. -websocket_server_test: examples/CMakeFiles/websocket_server_test.dir/rule -.PHONY : websocket_server_test - -# fast build rule for target. -websocket_server_test/fast: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/websocket_server_test.dir/build.make examples/CMakeFiles/websocket_server_test.dir/build -.PHONY : websocket_server_test/fast - -# Convenience name for target. -examples/CMakeFiles/curl.dir/rule: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/curl.dir/rule -.PHONY : examples/CMakeFiles/curl.dir/rule - -# Convenience name for target. -curl: examples/CMakeFiles/curl.dir/rule -.PHONY : curl - -# fast build rule for target. -curl/fast: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/curl.dir/build.make examples/CMakeFiles/curl.dir/build -.PHONY : curl/fast - -# Convenience name for target. -examples/CMakeFiles/wget.dir/rule: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/wget.dir/rule -.PHONY : examples/CMakeFiles/wget.dir/rule - -# Convenience name for target. -wget: examples/CMakeFiles/wget.dir/rule -.PHONY : wget - -# fast build rule for target. -wget/fast: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/wget.dir/build.make examples/CMakeFiles/wget.dir/build -.PHONY : wget/fast - -# Convenience name for target. -examples/CMakeFiles/consul.dir/rule: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/consul.dir/rule -.PHONY : examples/CMakeFiles/consul.dir/rule - -# Convenience name for target. -consul: examples/CMakeFiles/consul.dir/rule -.PHONY : consul - -# fast build rule for target. -consul/fast: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/consul.dir/build.make examples/CMakeFiles/consul.dir/build -.PHONY : consul/fast - -# Convenience name for target. -examples/CMakeFiles/http_client_test.dir/rule: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/http_client_test.dir/rule -.PHONY : examples/CMakeFiles/http_client_test.dir/rule - -# Convenience name for target. -http_client_test: examples/CMakeFiles/http_client_test.dir/rule -.PHONY : http_client_test - -# fast build rule for target. -http_client_test/fast: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/http_client_test.dir/build.make examples/CMakeFiles/http_client_test.dir/build -.PHONY : http_client_test/fast - -# Convenience name for target. -examples/CMakeFiles/websocket_client_test.dir/rule: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/websocket_client_test.dir/rule -.PHONY : examples/CMakeFiles/websocket_client_test.dir/rule - -# Convenience name for target. -websocket_client_test: examples/CMakeFiles/websocket_client_test.dir/rule -.PHONY : websocket_client_test - -# fast build rule for target. -websocket_client_test/fast: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/websocket_client_test.dir/build.make examples/CMakeFiles/websocket_client_test.dir/build -.PHONY : websocket_client_test/fast - -# Convenience name for target. -examples/CMakeFiles/httpd.dir/rule: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/httpd.dir/rule -.PHONY : examples/CMakeFiles/httpd.dir/rule - -# Convenience name for target. -httpd: examples/CMakeFiles/httpd.dir/rule -.PHONY : httpd - -# fast build rule for target. -httpd/fast: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/httpd.dir/build.make examples/CMakeFiles/httpd.dir/build -.PHONY : httpd/fast - -# Convenience name for target. -examples/CMakeFiles/examples.dir/rule: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/examples.dir/rule -.PHONY : examples/CMakeFiles/examples.dir/rule - -# Convenience name for target. -examples: examples/CMakeFiles/examples.dir/rule -.PHONY : examples - -# fast build rule for target. -examples/fast: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/examples.dir/build.make examples/CMakeFiles/examples.dir/build -.PHONY : examples/fast - -consul/consul.o: consul/consul.cpp.o -.PHONY : consul/consul.o - -# target to build an object file -consul/consul.cpp.o: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/consul.dir/build.make examples/CMakeFiles/consul.dir/consul/consul.cpp.o -.PHONY : consul/consul.cpp.o - -consul/consul.i: consul/consul.cpp.i -.PHONY : consul/consul.i - -# target to preprocess a source file -consul/consul.cpp.i: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/consul.dir/build.make examples/CMakeFiles/consul.dir/consul/consul.cpp.i -.PHONY : consul/consul.cpp.i - -consul/consul.s: consul/consul.cpp.s -.PHONY : consul/consul.s - -# target to generate assembly for a file -consul/consul.cpp.s: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/consul.dir/build.make examples/CMakeFiles/consul.dir/consul/consul.cpp.s -.PHONY : consul/consul.cpp.s - -consul/main.o: consul/main.cpp.o -.PHONY : consul/main.o - -# target to build an object file -consul/main.cpp.o: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/consul.dir/build.make examples/CMakeFiles/consul.dir/consul/main.cpp.o -.PHONY : consul/main.cpp.o - -consul/main.i: consul/main.cpp.i -.PHONY : consul/main.i - -# target to preprocess a source file -consul/main.cpp.i: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/consul.dir/build.make examples/CMakeFiles/consul.dir/consul/main.cpp.i -.PHONY : consul/main.cpp.i - -consul/main.s: consul/main.cpp.s -.PHONY : consul/main.s - -# target to generate assembly for a file -consul/main.cpp.s: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/consul.dir/build.make examples/CMakeFiles/consul.dir/consul/main.cpp.s -.PHONY : consul/main.cpp.s - -curl.o: curl.cpp.o -.PHONY : curl.o - -# target to build an object file -curl.cpp.o: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/curl.dir/build.make examples/CMakeFiles/curl.dir/curl.cpp.o -.PHONY : curl.cpp.o - -curl.i: curl.cpp.i -.PHONY : curl.i - -# target to preprocess a source file -curl.cpp.i: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/curl.dir/build.make examples/CMakeFiles/curl.dir/curl.cpp.i -.PHONY : curl.cpp.i - -curl.s: curl.cpp.s -.PHONY : curl.s - -# target to generate assembly for a file -curl.cpp.s: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/curl.dir/build.make examples/CMakeFiles/curl.dir/curl.cpp.s -.PHONY : curl.cpp.s - -hloop_test.o: hloop_test.c.o -.PHONY : hloop_test.o - -# target to build an object file -hloop_test.c.o: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/hloop_test.dir/build.make examples/CMakeFiles/hloop_test.dir/hloop_test.c.o -.PHONY : hloop_test.c.o - -hloop_test.i: hloop_test.c.i -.PHONY : hloop_test.i - -# target to preprocess a source file -hloop_test.c.i: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/hloop_test.dir/build.make examples/CMakeFiles/hloop_test.dir/hloop_test.c.i -.PHONY : hloop_test.c.i - -hloop_test.s: hloop_test.c.s -.PHONY : hloop_test.s - -# target to generate assembly for a file -hloop_test.c.s: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/hloop_test.dir/build.make examples/CMakeFiles/hloop_test.dir/hloop_test.c.s -.PHONY : hloop_test.c.s - -hmain_test.o: hmain_test.cpp.o -.PHONY : hmain_test.o - -# target to build an object file -hmain_test.cpp.o: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/hmain_test.dir/build.make examples/CMakeFiles/hmain_test.dir/hmain_test.cpp.o -.PHONY : hmain_test.cpp.o - -hmain_test.i: hmain_test.cpp.i -.PHONY : hmain_test.i - -# target to preprocess a source file -hmain_test.cpp.i: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/hmain_test.dir/build.make examples/CMakeFiles/hmain_test.dir/hmain_test.cpp.i -.PHONY : hmain_test.cpp.i - -hmain_test.s: hmain_test.cpp.s -.PHONY : hmain_test.s - -# target to generate assembly for a file -hmain_test.cpp.s: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/hmain_test.dir/build.make examples/CMakeFiles/hmain_test.dir/hmain_test.cpp.s -.PHONY : hmain_test.cpp.s - -htimer_test.o: htimer_test.c.o -.PHONY : htimer_test.o - -# target to build an object file -htimer_test.c.o: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/htimer_test.dir/build.make examples/CMakeFiles/htimer_test.dir/htimer_test.c.o -.PHONY : htimer_test.c.o - -htimer_test.i: htimer_test.c.i -.PHONY : htimer_test.i - -# target to preprocess a source file -htimer_test.c.i: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/htimer_test.dir/build.make examples/CMakeFiles/htimer_test.dir/htimer_test.c.i -.PHONY : htimer_test.c.i - -htimer_test.s: htimer_test.c.s -.PHONY : htimer_test.s - -# target to generate assembly for a file -htimer_test.c.s: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/htimer_test.dir/build.make examples/CMakeFiles/htimer_test.dir/htimer_test.c.s -.PHONY : htimer_test.c.s - -http_client_test.o: http_client_test.cpp.o -.PHONY : http_client_test.o - -# target to build an object file -http_client_test.cpp.o: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/http_client_test.dir/build.make examples/CMakeFiles/http_client_test.dir/http_client_test.cpp.o -.PHONY : http_client_test.cpp.o - -http_client_test.i: http_client_test.cpp.i -.PHONY : http_client_test.i - -# target to preprocess a source file -http_client_test.cpp.i: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/http_client_test.dir/build.make examples/CMakeFiles/http_client_test.dir/http_client_test.cpp.i -.PHONY : http_client_test.cpp.i - -http_client_test.s: http_client_test.cpp.s -.PHONY : http_client_test.s - -# target to generate assembly for a file -http_client_test.cpp.s: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/http_client_test.dir/build.make examples/CMakeFiles/http_client_test.dir/http_client_test.cpp.s -.PHONY : http_client_test.cpp.s - -http_server_test.o: http_server_test.cpp.o -.PHONY : http_server_test.o - -# target to build an object file -http_server_test.cpp.o: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/http_server_test.dir/build.make examples/CMakeFiles/http_server_test.dir/http_server_test.cpp.o -.PHONY : http_server_test.cpp.o - -http_server_test.i: http_server_test.cpp.i -.PHONY : http_server_test.i - -# target to preprocess a source file -http_server_test.cpp.i: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/http_server_test.dir/build.make examples/CMakeFiles/http_server_test.dir/http_server_test.cpp.i -.PHONY : http_server_test.cpp.i - -http_server_test.s: http_server_test.cpp.s -.PHONY : http_server_test.s - -# target to generate assembly for a file -http_server_test.cpp.s: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/http_server_test.dir/build.make examples/CMakeFiles/http_server_test.dir/http_server_test.cpp.s -.PHONY : http_server_test.cpp.s - -httpd/handler.o: httpd/handler.cpp.o -.PHONY : httpd/handler.o - -# target to build an object file -httpd/handler.cpp.o: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/httpd.dir/build.make examples/CMakeFiles/httpd.dir/httpd/handler.cpp.o -.PHONY : httpd/handler.cpp.o - -httpd/handler.i: httpd/handler.cpp.i -.PHONY : httpd/handler.i - -# target to preprocess a source file -httpd/handler.cpp.i: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/httpd.dir/build.make examples/CMakeFiles/httpd.dir/httpd/handler.cpp.i -.PHONY : httpd/handler.cpp.i - -httpd/handler.s: httpd/handler.cpp.s -.PHONY : httpd/handler.s - -# target to generate assembly for a file -httpd/handler.cpp.s: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/httpd.dir/build.make examples/CMakeFiles/httpd.dir/httpd/handler.cpp.s -.PHONY : httpd/handler.cpp.s - -httpd/httpd.o: httpd/httpd.cpp.o -.PHONY : httpd/httpd.o - -# target to build an object file -httpd/httpd.cpp.o: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/httpd.dir/build.make examples/CMakeFiles/httpd.dir/httpd/httpd.cpp.o -.PHONY : httpd/httpd.cpp.o - -httpd/httpd.i: httpd/httpd.cpp.i -.PHONY : httpd/httpd.i - -# target to preprocess a source file -httpd/httpd.cpp.i: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/httpd.dir/build.make examples/CMakeFiles/httpd.dir/httpd/httpd.cpp.i -.PHONY : httpd/httpd.cpp.i - -httpd/httpd.s: httpd/httpd.cpp.s -.PHONY : httpd/httpd.s - -# target to generate assembly for a file -httpd/httpd.cpp.s: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/httpd.dir/build.make examples/CMakeFiles/httpd.dir/httpd/httpd.cpp.s -.PHONY : httpd/httpd.cpp.s - -httpd/router.o: httpd/router.cpp.o -.PHONY : httpd/router.o - -# target to build an object file -httpd/router.cpp.o: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/httpd.dir/build.make examples/CMakeFiles/httpd.dir/httpd/router.cpp.o -.PHONY : httpd/router.cpp.o - -httpd/router.i: httpd/router.cpp.i -.PHONY : httpd/router.i - -# target to preprocess a source file -httpd/router.cpp.i: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/httpd.dir/build.make examples/CMakeFiles/httpd.dir/httpd/router.cpp.i -.PHONY : httpd/router.cpp.i - -httpd/router.s: httpd/router.cpp.s -.PHONY : httpd/router.s - -# target to generate assembly for a file -httpd/router.cpp.s: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/httpd.dir/build.make examples/CMakeFiles/httpd.dir/httpd/router.cpp.s -.PHONY : httpd/router.cpp.s - -jsonrpc/cJSON.o: jsonrpc/cJSON.c.o -.PHONY : jsonrpc/cJSON.o - -# target to build an object file -jsonrpc/cJSON.c.o: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/jsonrpc_client.dir/build.make examples/CMakeFiles/jsonrpc_client.dir/jsonrpc/cJSON.c.o - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/jsonrpc_server.dir/build.make examples/CMakeFiles/jsonrpc_server.dir/jsonrpc/cJSON.c.o -.PHONY : jsonrpc/cJSON.c.o - -jsonrpc/cJSON.i: jsonrpc/cJSON.c.i -.PHONY : jsonrpc/cJSON.i - -# target to preprocess a source file -jsonrpc/cJSON.c.i: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/jsonrpc_client.dir/build.make examples/CMakeFiles/jsonrpc_client.dir/jsonrpc/cJSON.c.i - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/jsonrpc_server.dir/build.make examples/CMakeFiles/jsonrpc_server.dir/jsonrpc/cJSON.c.i -.PHONY : jsonrpc/cJSON.c.i - -jsonrpc/cJSON.s: jsonrpc/cJSON.c.s -.PHONY : jsonrpc/cJSON.s - -# target to generate assembly for a file -jsonrpc/cJSON.c.s: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/jsonrpc_client.dir/build.make examples/CMakeFiles/jsonrpc_client.dir/jsonrpc/cJSON.c.s - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/jsonrpc_server.dir/build.make examples/CMakeFiles/jsonrpc_server.dir/jsonrpc/cJSON.c.s -.PHONY : jsonrpc/cJSON.c.s - -jsonrpc/jsonrpc_client.o: jsonrpc/jsonrpc_client.c.o -.PHONY : jsonrpc/jsonrpc_client.o - -# target to build an object file -jsonrpc/jsonrpc_client.c.o: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/jsonrpc_client.dir/build.make examples/CMakeFiles/jsonrpc_client.dir/jsonrpc/jsonrpc_client.c.o -.PHONY : jsonrpc/jsonrpc_client.c.o - -jsonrpc/jsonrpc_client.i: jsonrpc/jsonrpc_client.c.i -.PHONY : jsonrpc/jsonrpc_client.i - -# target to preprocess a source file -jsonrpc/jsonrpc_client.c.i: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/jsonrpc_client.dir/build.make examples/CMakeFiles/jsonrpc_client.dir/jsonrpc/jsonrpc_client.c.i -.PHONY : jsonrpc/jsonrpc_client.c.i - -jsonrpc/jsonrpc_client.s: jsonrpc/jsonrpc_client.c.s -.PHONY : jsonrpc/jsonrpc_client.s - -# target to generate assembly for a file -jsonrpc/jsonrpc_client.c.s: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/jsonrpc_client.dir/build.make examples/CMakeFiles/jsonrpc_client.dir/jsonrpc/jsonrpc_client.c.s -.PHONY : jsonrpc/jsonrpc_client.c.s - -jsonrpc/jsonrpc_server.o: jsonrpc/jsonrpc_server.c.o -.PHONY : jsonrpc/jsonrpc_server.o - -# target to build an object file -jsonrpc/jsonrpc_server.c.o: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/jsonrpc_server.dir/build.make examples/CMakeFiles/jsonrpc_server.dir/jsonrpc/jsonrpc_server.c.o -.PHONY : jsonrpc/jsonrpc_server.c.o - -jsonrpc/jsonrpc_server.i: jsonrpc/jsonrpc_server.c.i -.PHONY : jsonrpc/jsonrpc_server.i - -# target to preprocess a source file -jsonrpc/jsonrpc_server.c.i: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/jsonrpc_server.dir/build.make examples/CMakeFiles/jsonrpc_server.dir/jsonrpc/jsonrpc_server.c.i -.PHONY : jsonrpc/jsonrpc_server.c.i - -jsonrpc/jsonrpc_server.s: jsonrpc/jsonrpc_server.c.s -.PHONY : jsonrpc/jsonrpc_server.s - -# target to generate assembly for a file -jsonrpc/jsonrpc_server.c.s: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/jsonrpc_server.dir/build.make examples/CMakeFiles/jsonrpc_server.dir/jsonrpc/jsonrpc_server.c.s -.PHONY : jsonrpc/jsonrpc_server.c.s - -nc.o: nc.c.o -.PHONY : nc.o - -# target to build an object file -nc.c.o: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/nc.dir/build.make examples/CMakeFiles/nc.dir/nc.c.o -.PHONY : nc.c.o - -nc.i: nc.c.i -.PHONY : nc.i - -# target to preprocess a source file -nc.c.i: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/nc.dir/build.make examples/CMakeFiles/nc.dir/nc.c.i -.PHONY : nc.c.i - -nc.s: nc.c.s -.PHONY : nc.s - -# target to generate assembly for a file -nc.c.s: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/nc.dir/build.make examples/CMakeFiles/nc.dir/nc.c.s -.PHONY : nc.c.s - -nmap/main.o: nmap/main.cpp.o -.PHONY : nmap/main.o - -# target to build an object file -nmap/main.cpp.o: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/nmap.dir/build.make examples/CMakeFiles/nmap.dir/nmap/main.cpp.o -.PHONY : nmap/main.cpp.o - -nmap/main.i: nmap/main.cpp.i -.PHONY : nmap/main.i - -# target to preprocess a source file -nmap/main.cpp.i: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/nmap.dir/build.make examples/CMakeFiles/nmap.dir/nmap/main.cpp.i -.PHONY : nmap/main.cpp.i - -nmap/main.s: nmap/main.cpp.s -.PHONY : nmap/main.s - -# target to generate assembly for a file -nmap/main.cpp.s: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/nmap.dir/build.make examples/CMakeFiles/nmap.dir/nmap/main.cpp.s -.PHONY : nmap/main.cpp.s - -nmap/nmap.o: nmap/nmap.cpp.o -.PHONY : nmap/nmap.o - -# target to build an object file -nmap/nmap.cpp.o: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/nmap.dir/build.make examples/CMakeFiles/nmap.dir/nmap/nmap.cpp.o -.PHONY : nmap/nmap.cpp.o - -nmap/nmap.i: nmap/nmap.cpp.i -.PHONY : nmap/nmap.i - -# target to preprocess a source file -nmap/nmap.cpp.i: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/nmap.dir/build.make examples/CMakeFiles/nmap.dir/nmap/nmap.cpp.i -.PHONY : nmap/nmap.cpp.i - -nmap/nmap.s: nmap/nmap.cpp.s -.PHONY : nmap/nmap.s - -# target to generate assembly for a file -nmap/nmap.cpp.s: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/nmap.dir/build.make examples/CMakeFiles/nmap.dir/nmap/nmap.cpp.s -.PHONY : nmap/nmap.cpp.s - -pipe_test.o: pipe_test.c.o -.PHONY : pipe_test.o - -# target to build an object file -pipe_test.c.o: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/pipe_test.dir/build.make examples/CMakeFiles/pipe_test.dir/pipe_test.c.o -.PHONY : pipe_test.c.o - -pipe_test.i: pipe_test.c.i -.PHONY : pipe_test.i - -# target to preprocess a source file -pipe_test.c.i: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/pipe_test.dir/build.make examples/CMakeFiles/pipe_test.dir/pipe_test.c.i -.PHONY : pipe_test.c.i - -pipe_test.s: pipe_test.c.s -.PHONY : pipe_test.s - -# target to generate assembly for a file -pipe_test.c.s: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/pipe_test.dir/build.make examples/CMakeFiles/pipe_test.dir/pipe_test.c.s -.PHONY : pipe_test.c.s - -socks5_proxy_server.o: socks5_proxy_server.c.o -.PHONY : socks5_proxy_server.o - -# target to build an object file -socks5_proxy_server.c.o: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/socks5_proxy_server.dir/build.make examples/CMakeFiles/socks5_proxy_server.dir/socks5_proxy_server.c.o -.PHONY : socks5_proxy_server.c.o - -socks5_proxy_server.i: socks5_proxy_server.c.i -.PHONY : socks5_proxy_server.i - -# target to preprocess a source file -socks5_proxy_server.c.i: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/socks5_proxy_server.dir/build.make examples/CMakeFiles/socks5_proxy_server.dir/socks5_proxy_server.c.i -.PHONY : socks5_proxy_server.c.i - -socks5_proxy_server.s: socks5_proxy_server.c.s -.PHONY : socks5_proxy_server.s - -# target to generate assembly for a file -socks5_proxy_server.c.s: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/socks5_proxy_server.dir/build.make examples/CMakeFiles/socks5_proxy_server.dir/socks5_proxy_server.c.s -.PHONY : socks5_proxy_server.c.s - -tcp_chat_server.o: tcp_chat_server.c.o -.PHONY : tcp_chat_server.o - -# target to build an object file -tcp_chat_server.c.o: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tcp_chat_server.dir/build.make examples/CMakeFiles/tcp_chat_server.dir/tcp_chat_server.c.o -.PHONY : tcp_chat_server.c.o - -tcp_chat_server.i: tcp_chat_server.c.i -.PHONY : tcp_chat_server.i - -# target to preprocess a source file -tcp_chat_server.c.i: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tcp_chat_server.dir/build.make examples/CMakeFiles/tcp_chat_server.dir/tcp_chat_server.c.i -.PHONY : tcp_chat_server.c.i - -tcp_chat_server.s: tcp_chat_server.c.s -.PHONY : tcp_chat_server.s - -# target to generate assembly for a file -tcp_chat_server.c.s: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tcp_chat_server.dir/build.make examples/CMakeFiles/tcp_chat_server.dir/tcp_chat_server.c.s -.PHONY : tcp_chat_server.c.s - -tcp_client_test.o: tcp_client_test.c.o -.PHONY : tcp_client_test.o - -# target to build an object file -tcp_client_test.c.o: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tcp_client_test.dir/build.make examples/CMakeFiles/tcp_client_test.dir/tcp_client_test.c.o -.PHONY : tcp_client_test.c.o - -tcp_client_test.i: tcp_client_test.c.i -.PHONY : tcp_client_test.i - -# target to preprocess a source file -tcp_client_test.c.i: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tcp_client_test.dir/build.make examples/CMakeFiles/tcp_client_test.dir/tcp_client_test.c.i -.PHONY : tcp_client_test.c.i - -tcp_client_test.s: tcp_client_test.c.s -.PHONY : tcp_client_test.s - -# target to generate assembly for a file -tcp_client_test.c.s: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tcp_client_test.dir/build.make examples/CMakeFiles/tcp_client_test.dir/tcp_client_test.c.s -.PHONY : tcp_client_test.c.s - -tcp_echo_server.o: tcp_echo_server.c.o -.PHONY : tcp_echo_server.o - -# target to build an object file -tcp_echo_server.c.o: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tcp_echo_server.dir/build.make examples/CMakeFiles/tcp_echo_server.dir/tcp_echo_server.c.o -.PHONY : tcp_echo_server.c.o - -tcp_echo_server.i: tcp_echo_server.c.i -.PHONY : tcp_echo_server.i - -# target to preprocess a source file -tcp_echo_server.c.i: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tcp_echo_server.dir/build.make examples/CMakeFiles/tcp_echo_server.dir/tcp_echo_server.c.i -.PHONY : tcp_echo_server.c.i - -tcp_echo_server.s: tcp_echo_server.c.s -.PHONY : tcp_echo_server.s - -# target to generate assembly for a file -tcp_echo_server.c.s: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tcp_echo_server.dir/build.make examples/CMakeFiles/tcp_echo_server.dir/tcp_echo_server.c.s -.PHONY : tcp_echo_server.c.s - -tcp_proxy_server.o: tcp_proxy_server.c.o -.PHONY : tcp_proxy_server.o - -# target to build an object file -tcp_proxy_server.c.o: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tcp_proxy_server.dir/build.make examples/CMakeFiles/tcp_proxy_server.dir/tcp_proxy_server.c.o -.PHONY : tcp_proxy_server.c.o - -tcp_proxy_server.i: tcp_proxy_server.c.i -.PHONY : tcp_proxy_server.i - -# target to preprocess a source file -tcp_proxy_server.c.i: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tcp_proxy_server.dir/build.make examples/CMakeFiles/tcp_proxy_server.dir/tcp_proxy_server.c.i -.PHONY : tcp_proxy_server.c.i - -tcp_proxy_server.s: tcp_proxy_server.c.s -.PHONY : tcp_proxy_server.s - -# target to generate assembly for a file -tcp_proxy_server.c.s: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tcp_proxy_server.dir/build.make examples/CMakeFiles/tcp_proxy_server.dir/tcp_proxy_server.c.s -.PHONY : tcp_proxy_server.c.s - -tinyhttpd.o: tinyhttpd.c.o -.PHONY : tinyhttpd.o - -# target to build an object file -tinyhttpd.c.o: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tinyhttpd.dir/build.make examples/CMakeFiles/tinyhttpd.dir/tinyhttpd.c.o -.PHONY : tinyhttpd.c.o - -tinyhttpd.i: tinyhttpd.c.i -.PHONY : tinyhttpd.i - -# target to preprocess a source file -tinyhttpd.c.i: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tinyhttpd.dir/build.make examples/CMakeFiles/tinyhttpd.dir/tinyhttpd.c.i -.PHONY : tinyhttpd.c.i - -tinyhttpd.s: tinyhttpd.c.s -.PHONY : tinyhttpd.s - -# target to generate assembly for a file -tinyhttpd.c.s: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tinyhttpd.dir/build.make examples/CMakeFiles/tinyhttpd.dir/tinyhttpd.c.s -.PHONY : tinyhttpd.c.s - -tinyproxyd.o: tinyproxyd.c.o -.PHONY : tinyproxyd.o - -# target to build an object file -tinyproxyd.c.o: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tinyproxyd.dir/build.make examples/CMakeFiles/tinyproxyd.dir/tinyproxyd.c.o -.PHONY : tinyproxyd.c.o - -tinyproxyd.i: tinyproxyd.c.i -.PHONY : tinyproxyd.i - -# target to preprocess a source file -tinyproxyd.c.i: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tinyproxyd.dir/build.make examples/CMakeFiles/tinyproxyd.dir/tinyproxyd.c.i -.PHONY : tinyproxyd.c.i - -tinyproxyd.s: tinyproxyd.c.s -.PHONY : tinyproxyd.s - -# target to generate assembly for a file -tinyproxyd.c.s: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/tinyproxyd.dir/build.make examples/CMakeFiles/tinyproxyd.dir/tinyproxyd.c.s -.PHONY : tinyproxyd.c.s - -udp_echo_server.o: udp_echo_server.c.o -.PHONY : udp_echo_server.o - -# target to build an object file -udp_echo_server.c.o: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/udp_echo_server.dir/build.make examples/CMakeFiles/udp_echo_server.dir/udp_echo_server.c.o -.PHONY : udp_echo_server.c.o - -udp_echo_server.i: udp_echo_server.c.i -.PHONY : udp_echo_server.i - -# target to preprocess a source file -udp_echo_server.c.i: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/udp_echo_server.dir/build.make examples/CMakeFiles/udp_echo_server.dir/udp_echo_server.c.i -.PHONY : udp_echo_server.c.i - -udp_echo_server.s: udp_echo_server.c.s -.PHONY : udp_echo_server.s - -# target to generate assembly for a file -udp_echo_server.c.s: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/udp_echo_server.dir/build.make examples/CMakeFiles/udp_echo_server.dir/udp_echo_server.c.s -.PHONY : udp_echo_server.c.s - -udp_proxy_server.o: udp_proxy_server.c.o -.PHONY : udp_proxy_server.o - -# target to build an object file -udp_proxy_server.c.o: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/udp_proxy_server.dir/build.make examples/CMakeFiles/udp_proxy_server.dir/udp_proxy_server.c.o -.PHONY : udp_proxy_server.c.o - -udp_proxy_server.i: udp_proxy_server.c.i -.PHONY : udp_proxy_server.i - -# target to preprocess a source file -udp_proxy_server.c.i: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/udp_proxy_server.dir/build.make examples/CMakeFiles/udp_proxy_server.dir/udp_proxy_server.c.i -.PHONY : udp_proxy_server.c.i - -udp_proxy_server.s: udp_proxy_server.c.s -.PHONY : udp_proxy_server.s - -# target to generate assembly for a file -udp_proxy_server.c.s: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/udp_proxy_server.dir/build.make examples/CMakeFiles/udp_proxy_server.dir/udp_proxy_server.c.s -.PHONY : udp_proxy_server.c.s - -websocket_client_test.o: websocket_client_test.cpp.o -.PHONY : websocket_client_test.o - -# target to build an object file -websocket_client_test.cpp.o: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/websocket_client_test.dir/build.make examples/CMakeFiles/websocket_client_test.dir/websocket_client_test.cpp.o -.PHONY : websocket_client_test.cpp.o - -websocket_client_test.i: websocket_client_test.cpp.i -.PHONY : websocket_client_test.i - -# target to preprocess a source file -websocket_client_test.cpp.i: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/websocket_client_test.dir/build.make examples/CMakeFiles/websocket_client_test.dir/websocket_client_test.cpp.i -.PHONY : websocket_client_test.cpp.i - -websocket_client_test.s: websocket_client_test.cpp.s -.PHONY : websocket_client_test.s - -# target to generate assembly for a file -websocket_client_test.cpp.s: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/websocket_client_test.dir/build.make examples/CMakeFiles/websocket_client_test.dir/websocket_client_test.cpp.s -.PHONY : websocket_client_test.cpp.s - -websocket_server_test.o: websocket_server_test.cpp.o -.PHONY : websocket_server_test.o - -# target to build an object file -websocket_server_test.cpp.o: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/websocket_server_test.dir/build.make examples/CMakeFiles/websocket_server_test.dir/websocket_server_test.cpp.o -.PHONY : websocket_server_test.cpp.o - -websocket_server_test.i: websocket_server_test.cpp.i -.PHONY : websocket_server_test.i - -# target to preprocess a source file -websocket_server_test.cpp.i: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/websocket_server_test.dir/build.make examples/CMakeFiles/websocket_server_test.dir/websocket_server_test.cpp.i -.PHONY : websocket_server_test.cpp.i - -websocket_server_test.s: websocket_server_test.cpp.s -.PHONY : websocket_server_test.s - -# target to generate assembly for a file -websocket_server_test.cpp.s: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/websocket_server_test.dir/build.make examples/CMakeFiles/websocket_server_test.dir/websocket_server_test.cpp.s -.PHONY : websocket_server_test.cpp.s - -wget.o: wget.cpp.o -.PHONY : wget.o - -# target to build an object file -wget.cpp.o: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/wget.dir/build.make examples/CMakeFiles/wget.dir/wget.cpp.o -.PHONY : wget.cpp.o - -wget.i: wget.cpp.i -.PHONY : wget.i - -# target to preprocess a source file -wget.cpp.i: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/wget.dir/build.make examples/CMakeFiles/wget.dir/wget.cpp.i -.PHONY : wget.cpp.i - -wget.s: wget.cpp.s -.PHONY : wget.s - -# target to generate assembly for a file -wget.cpp.s: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/wget.dir/build.make examples/CMakeFiles/wget.dir/wget.cpp.s -.PHONY : wget.cpp.s - -wrk.o: wrk.cpp.o -.PHONY : wrk.o - -# target to build an object file -wrk.cpp.o: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/wrk.dir/build.make examples/CMakeFiles/wrk.dir/wrk.cpp.o -.PHONY : wrk.cpp.o - -wrk.i: wrk.cpp.i -.PHONY : wrk.i - -# target to preprocess a source file -wrk.cpp.i: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/wrk.dir/build.make examples/CMakeFiles/wrk.dir/wrk.cpp.i -.PHONY : wrk.cpp.i - -wrk.s: wrk.cpp.s -.PHONY : wrk.s - -# target to generate assembly for a file -wrk.cpp.s: - cd /home/runner/work/libhv/libhv/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/wrk.dir/build.make examples/CMakeFiles/wrk.dir/wrk.cpp.s -.PHONY : wrk.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 "... edit_cache" - @echo "... install" - @echo "... install/local" - @echo "... install/strip" - @echo "... list_install_components" - @echo "... package" - @echo "... package_source" - @echo "... rebuild_cache" - @echo "... examples" - @echo "... consul" - @echo "... curl" - @echo "... hloop_test" - @echo "... hmain_test" - @echo "... htimer_test" - @echo "... http_client_test" - @echo "... http_server_test" - @echo "... httpd" - @echo "... jsonrpc_client" - @echo "... jsonrpc_server" - @echo "... nc" - @echo "... nmap" - @echo "... pipe_test" - @echo "... socks5_proxy_server" - @echo "... tcp_chat_server" - @echo "... tcp_client_test" - @echo "... tcp_echo_server" - @echo "... tcp_proxy_server" - @echo "... tinyhttpd" - @echo "... tinyproxyd" - @echo "... udp_echo_server" - @echo "... udp_proxy_server" - @echo "... websocket_client_test" - @echo "... websocket_server_test" - @echo "... wget" - @echo "... wrk" - @echo "... consul/consul.o" - @echo "... consul/consul.i" - @echo "... consul/consul.s" - @echo "... consul/main.o" - @echo "... consul/main.i" - @echo "... consul/main.s" - @echo "... curl.o" - @echo "... curl.i" - @echo "... curl.s" - @echo "... hloop_test.o" - @echo "... hloop_test.i" - @echo "... hloop_test.s" - @echo "... hmain_test.o" - @echo "... hmain_test.i" - @echo "... hmain_test.s" - @echo "... htimer_test.o" - @echo "... htimer_test.i" - @echo "... htimer_test.s" - @echo "... http_client_test.o" - @echo "... http_client_test.i" - @echo "... http_client_test.s" - @echo "... http_server_test.o" - @echo "... http_server_test.i" - @echo "... http_server_test.s" - @echo "... httpd/handler.o" - @echo "... httpd/handler.i" - @echo "... httpd/handler.s" - @echo "... httpd/httpd.o" - @echo "... httpd/httpd.i" - @echo "... httpd/httpd.s" - @echo "... httpd/router.o" - @echo "... httpd/router.i" - @echo "... httpd/router.s" - @echo "... jsonrpc/cJSON.o" - @echo "... jsonrpc/cJSON.i" - @echo "... jsonrpc/cJSON.s" - @echo "... jsonrpc/jsonrpc_client.o" - @echo "... jsonrpc/jsonrpc_client.i" - @echo "... jsonrpc/jsonrpc_client.s" - @echo "... jsonrpc/jsonrpc_server.o" - @echo "... jsonrpc/jsonrpc_server.i" - @echo "... jsonrpc/jsonrpc_server.s" - @echo "... nc.o" - @echo "... nc.i" - @echo "... nc.s" - @echo "... nmap/main.o" - @echo "... nmap/main.i" - @echo "... nmap/main.s" - @echo "... nmap/nmap.o" - @echo "... nmap/nmap.i" - @echo "... nmap/nmap.s" - @echo "... pipe_test.o" - @echo "... pipe_test.i" - @echo "... pipe_test.s" - @echo "... socks5_proxy_server.o" - @echo "... socks5_proxy_server.i" - @echo "... socks5_proxy_server.s" - @echo "... tcp_chat_server.o" - @echo "... tcp_chat_server.i" - @echo "... tcp_chat_server.s" - @echo "... tcp_client_test.o" - @echo "... tcp_client_test.i" - @echo "... tcp_client_test.s" - @echo "... tcp_echo_server.o" - @echo "... tcp_echo_server.i" - @echo "... tcp_echo_server.s" - @echo "... tcp_proxy_server.o" - @echo "... tcp_proxy_server.i" - @echo "... tcp_proxy_server.s" - @echo "... tinyhttpd.o" - @echo "... tinyhttpd.i" - @echo "... tinyhttpd.s" - @echo "... tinyproxyd.o" - @echo "... tinyproxyd.i" - @echo "... tinyproxyd.s" - @echo "... udp_echo_server.o" - @echo "... udp_echo_server.i" - @echo "... udp_echo_server.s" - @echo "... udp_proxy_server.o" - @echo "... udp_proxy_server.i" - @echo "... udp_proxy_server.s" - @echo "... websocket_client_test.o" - @echo "... websocket_client_test.i" - @echo "... websocket_client_test.s" - @echo "... websocket_server_test.o" - @echo "... websocket_server_test.i" - @echo "... websocket_server_test.s" - @echo "... wget.o" - @echo "... wget.i" - @echo "... wget.s" - @echo "... wrk.o" - @echo "... wrk.i" - @echo "... wrk.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 /home/runner/work/libhv/libhv/_codeql_build_dir && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/_codeql_build_dir/examples/etc/hmain_test.conf b/_codeql_build_dir/examples/etc/hmain_test.conf deleted file mode 100644 index 33c7196b4..000000000 --- a/_codeql_build_dir/examples/etc/hmain_test.conf +++ /dev/null @@ -1,13 +0,0 @@ -# [root] - -# logfile = logs/test.log -# loglevel = [VERBOSE,DEBUG,INFO,WARN,ERROR,FATAL,SILENT] -loglevel = DEBUG -log_remain_days = 3 -log_filesize = 16M - -# worker_processes = auto # auto = ncpu -worker_processes = auto -worker_threads = 2 - -port = 8086 diff --git a/_codeql_build_dir/examples/etc/httpd.conf b/_codeql_build_dir/examples/etc/httpd.conf deleted file mode 100644 index 74e826050..000000000 --- a/_codeql_build_dir/examples/etc/httpd.conf +++ /dev/null @@ -1,54 +0,0 @@ -# [root] - -# logfile = logs/httpd.log -# loglevel = [VERBOSE,DEBUG,INFO,WARN,ERROR,FATAL,SILENT] -loglevel = INFO -log_remain_days = 3 -log_filesize = 64M - -# multi-processes mode -# auto = ncpu -worker_processes = auto -worker_threads = 1 - -# multi-threads mode -# worker_processes = 1 -# worker_threads = auto - -# Disable multi-processes mode for debugging -# worker_processes = 0 - -# max_connections = workers * worker_connections -worker_connections = 1024 - -# http server -http_port = 8080 -https_port = 8443 -#base_url = /api/v1 -document_root = html -home_page = index.html -#error_page = error.html -index_of = /downloads/ -keepalive_timeout = 75000 # ms -limit_rate = 500 # KB/s -access_log = off -cors = true - -# SSL/TLS -ssl_certificate = cert/server.crt -ssl_privatekey = cert/server.key -ssl_ca_certificate = cert/cacert.pem - -# proxy -[proxy] -proxy_connect_timeout = 10000 # ms -proxy_read_timeout = 60000 # ms -proxy_write_timeout = 60000 # ms -# forward proxy -forward_proxy = true -trust_proxies = *httpbin.org;*postman-echo.com;*apifox.com -#no_proxies = * -# reverse proxy -/httpbin/ => http://httpbin.org/ -/postman/ => http://postman-echo.com/ -/apifox/ => https://echo.apifox.com/ diff --git a/_codeql_build_dir/examples/etc/nginx.conf b/_codeql_build_dir/examples/etc/nginx.conf deleted file mode 100644 index 11670c502..000000000 --- a/_codeql_build_dir/examples/etc/nginx.conf +++ /dev/null @@ -1,37 +0,0 @@ -# cd libhv -# sudo nginx -p . -c etc/nginx.conf -# bin/httpd -c etc/httpd.conf -s restart -d -# bin/curl -v http://127.0.0.1/api/v1/get - -worker_processes auto; - -pid logs/nginx.pid; -error_log logs/error.log; - -events { - worker_connections 1024; -} - -http { - access_log logs/access.log; - - server { - listen 80; - - # static files service - location / { - root html; - index index.html; - } - - # autoindex service - location /downloads/ { - autoindex on; - } - - # api service: nginx => libhv - location /api/v1/ { - proxy_pass http://127.0.0.1:8080/; - } - } -} diff --git a/_codeql_detected_source_root b/_codeql_detected_source_root deleted file mode 120000 index 945c9b46d..000000000 --- a/_codeql_detected_source_root +++ /dev/null @@ -1 +0,0 @@ -. \ No newline at end of file