Buckets:
| # 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 | |
| # 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/bin/cmake | |
| # The command to remove a file. | |
| RM = /usr/bin/cmake -E rm -f | |
| # Escaping for special characters. | |
| EQUALS = = | |
| # The top-level source directory on which CMake was run. | |
| CMAKE_SOURCE_DIR = /data/ttyd | |
| # The top-level build directory on which CMake was run. | |
| CMAKE_BINARY_DIR = /data/ttyd/build | |
| #============================================================================= | |
| # Targets provided globally by CMake. | |
| # 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 --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: \"doc\" \"prog\"" | |
| .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/bin/cmake -P cmake_install.cmake | |
| .PHONY : install | |
| # Special rule for the target install | |
| install/fast: preinstall/fast | |
| @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." | |
| /usr/bin/cmake -P cmake_install.cmake | |
| .PHONY : install/fast | |
| # Special rule for the target 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/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 | |
| # The main all target | |
| all: cmake_check_build_system | |
| $(CMAKE_COMMAND) -E cmake_progress_start /data/ttyd/build/CMakeFiles /data/ttyd/build//CMakeFiles/progress.marks | |
| $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all | |
| $(CMAKE_COMMAND) -E cmake_progress_start /data/ttyd/build/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 ttyd | |
| # Build rule for target. | |
| ttyd: cmake_check_build_system | |
| $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ttyd | |
| .PHONY : ttyd | |
| # fast build rule for target. | |
| ttyd/fast: | |
| $(MAKE) $(MAKESILENT) -f CMakeFiles/ttyd.dir/build.make CMakeFiles/ttyd.dir/build | |
| .PHONY : ttyd/fast | |
| src/http.o: src/http.c.o | |
| .PHONY : src/http.o | |
| # target to build an object file | |
| src/http.c.o: | |
| $(MAKE) $(MAKESILENT) -f CMakeFiles/ttyd.dir/build.make CMakeFiles/ttyd.dir/src/http.c.o | |
| .PHONY : src/http.c.o | |
| src/http.i: src/http.c.i | |
| .PHONY : src/http.i | |
| # target to preprocess a source file | |
| src/http.c.i: | |
| $(MAKE) $(MAKESILENT) -f CMakeFiles/ttyd.dir/build.make CMakeFiles/ttyd.dir/src/http.c.i | |
| .PHONY : src/http.c.i | |
| src/http.s: src/http.c.s | |
| .PHONY : src/http.s | |
| # target to generate assembly for a file | |
| src/http.c.s: | |
| $(MAKE) $(MAKESILENT) -f CMakeFiles/ttyd.dir/build.make CMakeFiles/ttyd.dir/src/http.c.s | |
| .PHONY : src/http.c.s | |
| src/protocol.o: src/protocol.c.o | |
| .PHONY : src/protocol.o | |
| # target to build an object file | |
| src/protocol.c.o: | |
| $(MAKE) $(MAKESILENT) -f CMakeFiles/ttyd.dir/build.make CMakeFiles/ttyd.dir/src/protocol.c.o | |
| .PHONY : src/protocol.c.o | |
| src/protocol.i: src/protocol.c.i | |
| .PHONY : src/protocol.i | |
| # target to preprocess a source file | |
| src/protocol.c.i: | |
| $(MAKE) $(MAKESILENT) -f CMakeFiles/ttyd.dir/build.make CMakeFiles/ttyd.dir/src/protocol.c.i | |
| .PHONY : src/protocol.c.i | |
| src/protocol.s: src/protocol.c.s | |
| .PHONY : src/protocol.s | |
| # target to generate assembly for a file | |
| src/protocol.c.s: | |
| $(MAKE) $(MAKESILENT) -f CMakeFiles/ttyd.dir/build.make CMakeFiles/ttyd.dir/src/protocol.c.s | |
| .PHONY : src/protocol.c.s | |
| src/pty.o: src/pty.c.o | |
| .PHONY : src/pty.o | |
| # target to build an object file | |
| src/pty.c.o: | |
| $(MAKE) $(MAKESILENT) -f CMakeFiles/ttyd.dir/build.make CMakeFiles/ttyd.dir/src/pty.c.o | |
| .PHONY : src/pty.c.o | |
| src/pty.i: src/pty.c.i | |
| .PHONY : src/pty.i | |
| # target to preprocess a source file | |
| src/pty.c.i: | |
| $(MAKE) $(MAKESILENT) -f CMakeFiles/ttyd.dir/build.make CMakeFiles/ttyd.dir/src/pty.c.i | |
| .PHONY : src/pty.c.i | |
| src/pty.s: src/pty.c.s | |
| .PHONY : src/pty.s | |
| # target to generate assembly for a file | |
| src/pty.c.s: | |
| $(MAKE) $(MAKESILENT) -f CMakeFiles/ttyd.dir/build.make CMakeFiles/ttyd.dir/src/pty.c.s | |
| .PHONY : src/pty.c.s | |
| src/server.o: src/server.c.o | |
| .PHONY : src/server.o | |
| # target to build an object file | |
| src/server.c.o: | |
| $(MAKE) $(MAKESILENT) -f CMakeFiles/ttyd.dir/build.make CMakeFiles/ttyd.dir/src/server.c.o | |
| .PHONY : src/server.c.o | |
| src/server.i: src/server.c.i | |
| .PHONY : src/server.i | |
| # target to preprocess a source file | |
| src/server.c.i: | |
| $(MAKE) $(MAKESILENT) -f CMakeFiles/ttyd.dir/build.make CMakeFiles/ttyd.dir/src/server.c.i | |
| .PHONY : src/server.c.i | |
| src/server.s: src/server.c.s | |
| .PHONY : src/server.s | |
| # target to generate assembly for a file | |
| src/server.c.s: | |
| $(MAKE) $(MAKESILENT) -f CMakeFiles/ttyd.dir/build.make CMakeFiles/ttyd.dir/src/server.c.s | |
| .PHONY : src/server.c.s | |
| src/utils.o: src/utils.c.o | |
| .PHONY : src/utils.o | |
| # target to build an object file | |
| src/utils.c.o: | |
| $(MAKE) $(MAKESILENT) -f CMakeFiles/ttyd.dir/build.make CMakeFiles/ttyd.dir/src/utils.c.o | |
| .PHONY : src/utils.c.o | |
| src/utils.i: src/utils.c.i | |
| .PHONY : src/utils.i | |
| # target to preprocess a source file | |
| src/utils.c.i: | |
| $(MAKE) $(MAKESILENT) -f CMakeFiles/ttyd.dir/build.make CMakeFiles/ttyd.dir/src/utils.c.i | |
| .PHONY : src/utils.c.i | |
| src/utils.s: src/utils.c.s | |
| .PHONY : src/utils.s | |
| # target to generate assembly for a file | |
| src/utils.c.s: | |
| $(MAKE) $(MAKESILENT) -f CMakeFiles/ttyd.dir/build.make CMakeFiles/ttyd.dir/src/utils.c.s | |
| .PHONY : src/utils.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 "... rebuild_cache" | |
| @echo "... ttyd" | |
| @echo "... src/http.o" | |
| @echo "... src/http.i" | |
| @echo "... src/http.s" | |
| @echo "... src/protocol.o" | |
| @echo "... src/protocol.i" | |
| @echo "... src/protocol.s" | |
| @echo "... src/pty.o" | |
| @echo "... src/pty.i" | |
| @echo "... src/pty.s" | |
| @echo "... src/server.o" | |
| @echo "... src/server.i" | |
| @echo "... src/server.s" | |
| @echo "... src/utils.o" | |
| @echo "... src/utils.i" | |
| @echo "... src/utils.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 | |
Xet Storage Details
- Size:
- 10 kB
- Xet hash:
- e939c04e41987a12d3d051f662ed05034575bf7f4cd7dd72c88ecdcfe9181c49
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.