# CMAKE generated file: DO NOT EDIT! # Generated by "Unix Makefiles" Generator, CMake Version 3.6 # Default target executed when no arguments are given to make. default_target: all .PHONY : default_target # Allow only one "make -f Makefile2" at a time, but pass parallelism. .NOTPARALLEL: #============================================================================= # Special targets provided by cmake. # Disable implicit rules so canonical targets will work. .SUFFIXES: # Remove some rules from gmake that .SUFFIXES does not remove. SUFFIXES = .SUFFIXES: .hpux_make_needs_suffix_list # Suppress display of executed commands. $(VERBOSE).SILENT: # A target that is always out of date. cmake_force: .PHONY : cmake_force #============================================================================= # Set environment variables for the build. # The shell in which to execute make rules. SHELL = /bin/sh # The CMake executable. CMAKE_COMMAND = /usr/local/bin/cmake # The command to remove a file. RM = /usr/local/bin/cmake -E remove -f # Escaping for special characters. EQUALS = = # The top-level source directory on which CMake was run. CMAKE_SOURCE_DIR = "/mnt/f/c++ projects/pistache-test/pistache" # The top-level build directory on which CMake was run. CMAKE_BINARY_DIR = "/mnt/f/c++ projects/pistache-test/pistache/build" #============================================================================= # Targets provided globally by CMake. # Special rule for the target test test: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." /usr/local/bin/ctest --force-new-ctest-process $(ARGS) .PHONY : test # Special rule for the target test test/fast: test .PHONY : test/fast # Special rule for the target edit_cache edit_cache: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." /usr/local/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. .PHONY : edit_cache # Special rule for the target edit_cache edit_cache/fast: edit_cache .PHONY : edit_cache/fast # Special rule for the target rebuild_cache rebuild_cache: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." /usr/local/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) .PHONY : rebuild_cache # Special rule for the target rebuild_cache rebuild_cache/fast: rebuild_cache .PHONY : rebuild_cache/fast # Special rule for the target 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: install/local .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: install/strip .PHONY : install/strip/fast # The main all target all: cmake_check_build_system $(CMAKE_COMMAND) -E cmake_progress_start "/mnt/f/c++ projects/pistache-test/pistache/build/CMakeFiles" "/mnt/f/c++ projects/pistache-test/pistache/build/CMakeFiles/progress.marks" $(MAKE) -f CMakeFiles/Makefile2 all $(CMAKE_COMMAND) -E cmake_progress_start "/mnt/f/c++ projects/pistache-test/pistache/build/CMakeFiles" 0 .PHONY : all # The main clean target clean: $(MAKE) -f CMakeFiles/Makefile2 clean .PHONY : clean # The main clean target clean/fast: clean .PHONY : clean/fast # Prepare targets for installation. preinstall: all $(MAKE) -f CMakeFiles/Makefile2 preinstall .PHONY : preinstall # Prepare targets for installation. preinstall/fast: $(MAKE) -f CMakeFiles/Makefile2 preinstall .PHONY : preinstall/fast # clear depends depend: $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 .PHONY : depend #============================================================================= # Target rules for targets named net # Build rule for target. net: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 net .PHONY : net # fast build rule for target. net/fast: $(MAKE) -f src/CMakeFiles/net.dir/build.make src/CMakeFiles/net.dir/build .PHONY : net/fast #============================================================================= # Target rules for targets named net_static # Build rule for target. net_static: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 net_static .PHONY : net_static # fast build rule for target. net_static/fast: $(MAKE) -f src/CMakeFiles/net_static.dir/build.make src/CMakeFiles/net_static.dir/build .PHONY : net_static/fast #============================================================================= # Target rules for targets named http_server # Build rule for target. http_server: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 http_server .PHONY : http_server # fast build rule for target. http_server/fast: $(MAKE) -f examples/CMakeFiles/http_server.dir/build.make examples/CMakeFiles/http_server.dir/build .PHONY : http_server/fast #============================================================================= # Target rules for targets named http_client # Build rule for target. http_client: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 http_client .PHONY : http_client # fast build rule for target. http_client/fast: $(MAKE) -f examples/CMakeFiles/http_client.dir/build.make examples/CMakeFiles/http_client.dir/build .PHONY : http_client/fast #============================================================================= # Target rules for targets named rest_server # Build rule for target. rest_server: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 rest_server .PHONY : rest_server # fast build rule for target. rest_server/fast: $(MAKE) -f examples/CMakeFiles/rest_server.dir/build.make examples/CMakeFiles/rest_server.dir/build .PHONY : rest_server/fast #============================================================================= # Target rules for targets named custom_header # Build rule for target. custom_header: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 custom_header .PHONY : custom_header # fast build rule for target. custom_header/fast: $(MAKE) -f examples/CMakeFiles/custom_header.dir/build.make examples/CMakeFiles/custom_header.dir/build .PHONY : custom_header/fast #============================================================================= # Target rules for targets named hello_server # Build rule for target. hello_server: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 hello_server .PHONY : hello_server # fast build rule for target. hello_server/fast: $(MAKE) -f examples/CMakeFiles/hello_server.dir/build.make examples/CMakeFiles/hello_server.dir/build .PHONY : hello_server/fast #============================================================================= # Target rules for targets named gtest_main # Build rule for target. gtest_main: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 gtest_main .PHONY : gtest_main # fast build rule for target. gtest_main/fast: $(MAKE) -f googletest-release-1.7.0/CMakeFiles/gtest_main.dir/build.make googletest-release-1.7.0/CMakeFiles/gtest_main.dir/build .PHONY : gtest_main/fast #============================================================================= # Target rules for targets named gtest # Build rule for target. gtest: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 gtest .PHONY : gtest # fast build rule for target. gtest/fast: $(MAKE) -f googletest-release-1.7.0/CMakeFiles/gtest.dir/build.make googletest-release-1.7.0/CMakeFiles/gtest.dir/build .PHONY : gtest/fast #============================================================================= # Target rules for targets named run_mime_test # Build rule for target. run_mime_test: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 run_mime_test .PHONY : run_mime_test # fast build rule for target. run_mime_test/fast: $(MAKE) -f tests/CMakeFiles/run_mime_test.dir/build.make tests/CMakeFiles/run_mime_test.dir/build .PHONY : run_mime_test/fast #============================================================================= # Target rules for targets named run_headers_test # Build rule for target. run_headers_test: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 run_headers_test .PHONY : run_headers_test # fast build rule for target. run_headers_test/fast: $(MAKE) -f tests/CMakeFiles/run_headers_test.dir/build.make tests/CMakeFiles/run_headers_test.dir/build .PHONY : run_headers_test/fast #============================================================================= # Target rules for targets named run_async_test # Build rule for target. run_async_test: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 run_async_test .PHONY : run_async_test # fast build rule for target. run_async_test/fast: $(MAKE) -f tests/CMakeFiles/run_async_test.dir/build.make tests/CMakeFiles/run_async_test.dir/build .PHONY : run_async_test/fast #============================================================================= # Target rules for targets named run_typeid_test # Build rule for target. run_typeid_test: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 run_typeid_test .PHONY : run_typeid_test # fast build rule for target. run_typeid_test/fast: $(MAKE) -f tests/CMakeFiles/run_typeid_test.dir/build.make tests/CMakeFiles/run_typeid_test.dir/build .PHONY : run_typeid_test/fast #============================================================================= # Target rules for targets named run_router_test # Build rule for target. run_router_test: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 run_router_test .PHONY : run_router_test # fast build rule for target. run_router_test/fast: $(MAKE) -f tests/CMakeFiles/run_router_test.dir/build.make tests/CMakeFiles/run_router_test.dir/build .PHONY : run_router_test/fast #============================================================================= # Target rules for targets named run_cookie_test # Build rule for target. run_cookie_test: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 run_cookie_test .PHONY : run_cookie_test # fast build rule for target. run_cookie_test/fast: $(MAKE) -f tests/CMakeFiles/run_cookie_test.dir/build.make tests/CMakeFiles/run_cookie_test.dir/build .PHONY : run_cookie_test/fast #============================================================================= # Target rules for targets named run_view_test # Build rule for target. run_view_test: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 run_view_test .PHONY : run_view_test # fast build rule for target. run_view_test/fast: $(MAKE) -f tests/CMakeFiles/run_view_test.dir/build.make tests/CMakeFiles/run_view_test.dir/build .PHONY : run_view_test/fast # 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 "... test" @echo "... edit_cache" @echo "... rebuild_cache" @echo "... list_install_components" @echo "... install" @echo "... install/local" @echo "... install/strip" @echo "... net" @echo "... net_static" @echo "... http_server" @echo "... http_client" @echo "... rest_server" @echo "... custom_header" @echo "... hello_server" @echo "... gtest_main" @echo "... gtest" @echo "... run_mime_test" @echo "... run_headers_test" @echo "... run_async_test" @echo "... run_typeid_test" @echo "... run_router_test" @echo "... run_cookie_test" @echo "... run_view_test" .PHONY : help #============================================================================= # Special targets to cleanup operation of make. # Special rule to run CMake to check the build system integrity. # No rule that depends on this can have commands that come from listfiles # because they might be regenerated. cmake_check_build_system: $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 .PHONY : cmake_check_build_system