# CMAKE generated file: DO NOT EDIT! # Generated by "Unix Makefiles" Generator, CMake Version 3.10 # Default target executed when no arguments are given to make. default_target: all .PHONY : default_target # Allow only one "make -f Makefile2" at a time, but pass parallelism. .NOTPARALLEL: #============================================================================= # Special targets provided by cmake. # Disable implicit rules so canonical targets will work. .SUFFIXES: # Remove some rules from gmake that .SUFFIXES does not remove. SUFFIXES = .SUFFIXES: .hpux_make_needs_suffix_list # Suppress display of executed commands. $(VERBOSE).SILENT: # A target that is always out of date. cmake_force: .PHONY : cmake_force #============================================================================= # Set environment variables for the build. # The shell in which to execute make rules. SHELL = /bin/sh # The CMake executable. CMAKE_COMMAND = /usr/bin/cmake # The command to remove a file. RM = /usr/bin/cmake -E remove -f # Escaping for special characters. EQUALS = = # The top-level source directory on which CMake was run. CMAKE_SOURCE_DIR = /home/uestc/Downloads/std_lib # The top-level build directory on which CMake was run. CMAKE_BINARY_DIR = /home/uestc/Downloads/std_lib/build #============================================================================= # Targets provided globally by CMake. # Special rule for the target install/strip install/strip: preinstall @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake .PHONY : install/strip # Special rule for the target install/strip install/strip/fast: preinstall/fast @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake .PHONY : install/strip/fast # Special rule for the target edit_cache edit_cache: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. .PHONY : edit_cache # Special rule for the target edit_cache edit_cache/fast: edit_cache .PHONY : edit_cache/fast # Special rule for the target rebuild_cache rebuild_cache: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) .PHONY : rebuild_cache # Special rule for the target rebuild_cache rebuild_cache/fast: rebuild_cache .PHONY : rebuild_cache/fast # Special rule for the target 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/local install/local: preinstall @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake .PHONY : install/local # Special rule for the target install/local install/local/fast: preinstall/fast @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake .PHONY : install/local/fast # Special rule for the target install install: preinstall @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." /usr/bin/cmake -P cmake_install.cmake .PHONY : install # Special rule for the target install install/fast: preinstall/fast @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." /usr/bin/cmake -P cmake_install.cmake .PHONY : install/fast # The main all target all: cmake_check_build_system $(CMAKE_COMMAND) -E cmake_progress_start /home/uestc/Downloads/std_lib/build/CMakeFiles /home/uestc/Downloads/std_lib/build/CMakeFiles/progress.marks $(MAKE) -f CMakeFiles/Makefile2 all $(CMAKE_COMMAND) -E cmake_progress_start /home/uestc/Downloads/std_lib/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 std_lib # Build rule for target. std_lib: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 std_lib .PHONY : std_lib # fast build rule for target. std_lib/fast: $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/build .PHONY : std_lib/fast src/communication/tcp/tcp.o: src/communication/tcp/tcp.cpp.o .PHONY : src/communication/tcp/tcp.o # target to build an object file src/communication/tcp/tcp.cpp.o: $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/communication/tcp/tcp.cpp.o .PHONY : src/communication/tcp/tcp.cpp.o src/communication/tcp/tcp.i: src/communication/tcp/tcp.cpp.i .PHONY : src/communication/tcp/tcp.i # target to preprocess a source file src/communication/tcp/tcp.cpp.i: $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/communication/tcp/tcp.cpp.i .PHONY : src/communication/tcp/tcp.cpp.i src/communication/tcp/tcp.s: src/communication/tcp/tcp.cpp.s .PHONY : src/communication/tcp/tcp.s # target to generate assembly for a file src/communication/tcp/tcp.cpp.s: $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/communication/tcp/tcp.cpp.s .PHONY : src/communication/tcp/tcp.cpp.s src/communication/udp/udp.o: src/communication/udp/udp.cpp.o .PHONY : src/communication/udp/udp.o # target to build an object file src/communication/udp/udp.cpp.o: $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/communication/udp/udp.cpp.o .PHONY : src/communication/udp/udp.cpp.o src/communication/udp/udp.i: src/communication/udp/udp.cpp.i .PHONY : src/communication/udp/udp.i # target to preprocess a source file src/communication/udp/udp.cpp.i: $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/communication/udp/udp.cpp.i .PHONY : src/communication/udp/udp.cpp.i src/communication/udp/udp.s: src/communication/udp/udp.cpp.s .PHONY : src/communication/udp/udp.s # target to generate assembly for a file src/communication/udp/udp.cpp.s: $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/communication/udp/udp.cpp.s .PHONY : src/communication/udp/udp.cpp.s src/database/database.o: src/database/database.cpp.o .PHONY : src/database/database.o # target to build an object file src/database/database.cpp.o: $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/database/database.cpp.o .PHONY : src/database/database.cpp.o src/database/database.i: src/database/database.cpp.i .PHONY : src/database/database.i # target to preprocess a source file src/database/database.cpp.i: $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/database/database.cpp.i .PHONY : src/database/database.cpp.i src/database/database.s: src/database/database.cpp.s .PHONY : src/database/database.s # target to generate assembly for a file src/database/database.cpp.s: $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/database/database.cpp.s .PHONY : src/database/database.cpp.s src/database/sqlite.o: src/database/sqlite.cpp.o .PHONY : src/database/sqlite.o # target to build an object file src/database/sqlite.cpp.o: $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/database/sqlite.cpp.o .PHONY : src/database/sqlite.cpp.o src/database/sqlite.i: src/database/sqlite.cpp.i .PHONY : src/database/sqlite.i # target to preprocess a source file src/database/sqlite.cpp.i: $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/database/sqlite.cpp.i .PHONY : src/database/sqlite.cpp.i src/database/sqlite.s: src/database/sqlite.cpp.s .PHONY : src/database/sqlite.s # target to generate assembly for a file src/database/sqlite.cpp.s: $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/database/sqlite.cpp.s .PHONY : src/database/sqlite.cpp.s src/json/json.o: src/json/json.cpp.o .PHONY : src/json/json.o # target to build an object file src/json/json.cpp.o: $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/json/json.cpp.o .PHONY : src/json/json.cpp.o src/json/json.i: src/json/json.cpp.i .PHONY : src/json/json.i # target to preprocess a source file src/json/json.cpp.i: $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/json/json.cpp.i .PHONY : src/json/json.cpp.i src/json/json.s: src/json/json.cpp.s .PHONY : src/json/json.s # target to generate assembly for a file src/json/json.cpp.s: $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/json/json.cpp.s .PHONY : src/json/json.cpp.s src/json/json_reader.o: src/json/json_reader.cpp.o .PHONY : src/json/json_reader.o # target to build an object file src/json/json_reader.cpp.o: $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/json/json_reader.cpp.o .PHONY : src/json/json_reader.cpp.o src/json/json_reader.i: src/json/json_reader.cpp.i .PHONY : src/json/json_reader.i # target to preprocess a source file src/json/json_reader.cpp.i: $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/json/json_reader.cpp.i .PHONY : src/json/json_reader.cpp.i src/json/json_reader.s: src/json/json_reader.cpp.s .PHONY : src/json/json_reader.s # target to generate assembly for a file src/json/json_reader.cpp.s: $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/json/json_reader.cpp.s .PHONY : src/json/json_reader.cpp.s src/json/json_value.o: src/json/json_value.cpp.o .PHONY : src/json/json_value.o # target to build an object file src/json/json_value.cpp.o: $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/json/json_value.cpp.o .PHONY : src/json/json_value.cpp.o src/json/json_value.i: src/json/json_value.cpp.i .PHONY : src/json/json_value.i # target to preprocess a source file src/json/json_value.cpp.i: $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/json/json_value.cpp.i .PHONY : src/json/json_value.cpp.i src/json/json_value.s: src/json/json_value.cpp.s .PHONY : src/json/json_value.s # target to generate assembly for a file src/json/json_value.cpp.s: $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/json/json_value.cpp.s .PHONY : src/json/json_value.cpp.s src/json/json_writer.o: src/json/json_writer.cpp.o .PHONY : src/json/json_writer.o # target to build an object file src/json/json_writer.cpp.o: $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/json/json_writer.cpp.o .PHONY : src/json/json_writer.cpp.o src/json/json_writer.i: src/json/json_writer.cpp.i .PHONY : src/json/json_writer.i # target to preprocess a source file src/json/json_writer.cpp.i: $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/json/json_writer.cpp.i .PHONY : src/json/json_writer.cpp.i src/json/json_writer.s: src/json/json_writer.cpp.s .PHONY : src/json/json_writer.s # target to generate assembly for a file src/json/json_writer.cpp.s: $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/json/json_writer.cpp.s .PHONY : src/json/json_writer.cpp.s src/string/string.o: src/string/string.cpp.o .PHONY : src/string/string.o # target to build an object file src/string/string.cpp.o: $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/string/string.cpp.o .PHONY : src/string/string.cpp.o src/string/string.i: src/string/string.cpp.i .PHONY : src/string/string.i # target to preprocess a source file src/string/string.cpp.i: $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/string/string.cpp.i .PHONY : src/string/string.cpp.i src/string/string.s: src/string/string.cpp.s .PHONY : src/string/string.s # target to generate assembly for a file src/string/string.cpp.s: $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/string/string.cpp.s .PHONY : src/string/string.cpp.s src/system/time.o: src/system/time.cpp.o .PHONY : src/system/time.o # target to build an object file src/system/time.cpp.o: $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/system/time.cpp.o .PHONY : src/system/time.cpp.o src/system/time.i: src/system/time.cpp.i .PHONY : src/system/time.i # target to preprocess a source file src/system/time.cpp.i: $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/system/time.cpp.i .PHONY : src/system/time.cpp.i src/system/time.s: src/system/time.cpp.s .PHONY : src/system/time.s # target to generate assembly for a file src/system/time.cpp.s: $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/system/time.cpp.s .PHONY : src/system/time.cpp.s src/system/uuid.o: src/system/uuid.cpp.o .PHONY : src/system/uuid.o # target to build an object file src/system/uuid.cpp.o: $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/system/uuid.cpp.o .PHONY : src/system/uuid.cpp.o src/system/uuid.i: src/system/uuid.cpp.i .PHONY : src/system/uuid.i # target to preprocess a source file src/system/uuid.cpp.i: $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/system/uuid.cpp.i .PHONY : src/system/uuid.cpp.i src/system/uuid.s: src/system/uuid.cpp.s .PHONY : src/system/uuid.s # target to generate assembly for a file src/system/uuid.cpp.s: $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/system/uuid.cpp.s .PHONY : src/system/uuid.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 "... install/strip" @echo "... edit_cache" @echo "... std_lib" @echo "... rebuild_cache" @echo "... list_install_components" @echo "... install/local" @echo "... install" @echo "... src/communication/tcp/tcp.o" @echo "... src/communication/tcp/tcp.i" @echo "... src/communication/tcp/tcp.s" @echo "... src/communication/udp/udp.o" @echo "... src/communication/udp/udp.i" @echo "... src/communication/udp/udp.s" @echo "... src/database/database.o" @echo "... src/database/database.i" @echo "... src/database/database.s" @echo "... src/database/sqlite.o" @echo "... src/database/sqlite.i" @echo "... src/database/sqlite.s" @echo "... src/json/json.o" @echo "... src/json/json.i" @echo "... src/json/json.s" @echo "... src/json/json_reader.o" @echo "... src/json/json_reader.i" @echo "... src/json/json_reader.s" @echo "... src/json/json_value.o" @echo "... src/json/json_value.i" @echo "... src/json/json_value.s" @echo "... src/json/json_writer.o" @echo "... src/json/json_writer.i" @echo "... src/json/json_writer.s" @echo "... src/string/string.o" @echo "... src/string/string.i" @echo "... src/string/string.s" @echo "... src/system/time.o" @echo "... src/system/time.i" @echo "... src/system/time.s" @echo "... src/system/uuid.o" @echo "... src/system/uuid.i" @echo "... src/system/uuid.s" .PHONY : help #============================================================================= # Special targets to cleanup operation of make. # Special rule to run CMake to check the build system integrity. # No rule that depends on this can have commands that come from listfiles # because they might be regenerated. cmake_check_build_system: $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 .PHONY : cmake_check_build_system