Makefile2 (6423B)
1 # CMAKE generated file: DO NOT EDIT! 2 # Generated by "Unix Makefiles" Generator, CMake Version 3.29 3 4 # Default target executed when no arguments are given to make. 5 default_target: all 6 .PHONY : default_target 7 8 #============================================================================= 9 # Special targets provided by cmake. 10 11 # Disable implicit rules so canonical targets will work. 12 .SUFFIXES: 13 14 # Disable VCS-based implicit rules. 15 % : %,v 16 17 # Disable VCS-based implicit rules. 18 % : RCS/% 19 20 # Disable VCS-based implicit rules. 21 % : RCS/%,v 22 23 # Disable VCS-based implicit rules. 24 % : SCCS/s.% 25 26 # Disable VCS-based implicit rules. 27 % : s.% 28 29 .SUFFIXES: .hpux_make_needs_suffix_list 30 31 # Command-line flag to silence nested $(MAKE). 32 $(VERBOSE)MAKESILENT = -s 33 34 #Suppress display of executed commands. 35 $(VERBOSE).SILENT: 36 37 # A target that is always out of date. 38 cmake_force: 39 .PHONY : cmake_force 40 41 #============================================================================= 42 # Set environment variables for the build. 43 44 # The shell in which to execute make rules. 45 SHELL = /bin/sh 46 47 # The CMake executable. 48 CMAKE_COMMAND = /usr/bin/cmake 49 50 # The command to remove a file. 51 RM = /usr/bin/cmake -E rm -f 52 53 # Escaping for special characters. 54 EQUALS = = 55 56 # The top-level source directory on which CMake was run. 57 CMAKE_SOURCE_DIR = /home/dwrz/.config/emacs/elpa/vterm-20240520.231 58 59 # The top-level build directory on which CMake was run. 60 CMAKE_BINARY_DIR = /home/dwrz/.config/emacs/elpa/vterm-20240520.231/build 61 62 #============================================================================= 63 # Directory level rules for the build root directory 64 65 # The main recursive "all" target. 66 all: CMakeFiles/vterm-module.dir/all 67 all: CMakeFiles/libvterm.dir/all 68 .PHONY : all 69 70 # The main recursive "preinstall" target. 71 preinstall: 72 .PHONY : preinstall 73 74 # The main recursive "clean" target. 75 clean: CMakeFiles/vterm-module.dir/clean 76 clean: CMakeFiles/libvterm.dir/clean 77 clean: CMakeFiles/run.dir/clean 78 .PHONY : clean 79 80 #============================================================================= 81 # Target rules for target CMakeFiles/vterm-module.dir 82 83 # All Build rule for target. 84 CMakeFiles/vterm-module.dir/all: CMakeFiles/libvterm.dir/all 85 $(MAKE) $(MAKESILENT) -f CMakeFiles/vterm-module.dir/build.make CMakeFiles/vterm-module.dir/depend 86 $(MAKE) $(MAKESILENT) -f CMakeFiles/vterm-module.dir/build.make CMakeFiles/vterm-module.dir/build 87 @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/dwrz/.config/emacs/elpa/vterm-20240520.231/build/CMakeFiles --progress-num=9,10,11,12 "Built target vterm-module" 88 .PHONY : CMakeFiles/vterm-module.dir/all 89 90 # Build rule for subdir invocation for target. 91 CMakeFiles/vterm-module.dir/rule: cmake_check_build_system 92 $(CMAKE_COMMAND) -E cmake_progress_start /home/dwrz/.config/emacs/elpa/vterm-20240520.231/build/CMakeFiles 12 93 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/vterm-module.dir/all 94 $(CMAKE_COMMAND) -E cmake_progress_start /home/dwrz/.config/emacs/elpa/vterm-20240520.231/build/CMakeFiles 0 95 .PHONY : CMakeFiles/vterm-module.dir/rule 96 97 # Convenience name for target. 98 vterm-module: CMakeFiles/vterm-module.dir/rule 99 .PHONY : vterm-module 100 101 # clean rule for target. 102 CMakeFiles/vterm-module.dir/clean: 103 $(MAKE) $(MAKESILENT) -f CMakeFiles/vterm-module.dir/build.make CMakeFiles/vterm-module.dir/clean 104 .PHONY : CMakeFiles/vterm-module.dir/clean 105 106 #============================================================================= 107 # Target rules for target CMakeFiles/libvterm.dir 108 109 # All Build rule for target. 110 CMakeFiles/libvterm.dir/all: 111 $(MAKE) $(MAKESILENT) -f CMakeFiles/libvterm.dir/build.make CMakeFiles/libvterm.dir/depend 112 $(MAKE) $(MAKESILENT) -f CMakeFiles/libvterm.dir/build.make CMakeFiles/libvterm.dir/build 113 @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/dwrz/.config/emacs/elpa/vterm-20240520.231/build/CMakeFiles --progress-num=1,2,3,4,5,6,7,8 "Built target libvterm" 114 .PHONY : CMakeFiles/libvterm.dir/all 115 116 # Build rule for subdir invocation for target. 117 CMakeFiles/libvterm.dir/rule: cmake_check_build_system 118 $(CMAKE_COMMAND) -E cmake_progress_start /home/dwrz/.config/emacs/elpa/vterm-20240520.231/build/CMakeFiles 8 119 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/libvterm.dir/all 120 $(CMAKE_COMMAND) -E cmake_progress_start /home/dwrz/.config/emacs/elpa/vterm-20240520.231/build/CMakeFiles 0 121 .PHONY : CMakeFiles/libvterm.dir/rule 122 123 # Convenience name for target. 124 libvterm: CMakeFiles/libvterm.dir/rule 125 .PHONY : libvterm 126 127 # clean rule for target. 128 CMakeFiles/libvterm.dir/clean: 129 $(MAKE) $(MAKESILENT) -f CMakeFiles/libvterm.dir/build.make CMakeFiles/libvterm.dir/clean 130 .PHONY : CMakeFiles/libvterm.dir/clean 131 132 #============================================================================= 133 # Target rules for target CMakeFiles/run.dir 134 135 # All Build rule for target. 136 CMakeFiles/run.dir/all: CMakeFiles/vterm-module.dir/all 137 $(MAKE) $(MAKESILENT) -f CMakeFiles/run.dir/build.make CMakeFiles/run.dir/depend 138 $(MAKE) $(MAKESILENT) -f CMakeFiles/run.dir/build.make CMakeFiles/run.dir/build 139 @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/dwrz/.config/emacs/elpa/vterm-20240520.231/build/CMakeFiles --progress-num= "Built target run" 140 .PHONY : CMakeFiles/run.dir/all 141 142 # Build rule for subdir invocation for target. 143 CMakeFiles/run.dir/rule: cmake_check_build_system 144 $(CMAKE_COMMAND) -E cmake_progress_start /home/dwrz/.config/emacs/elpa/vterm-20240520.231/build/CMakeFiles 12 145 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/run.dir/all 146 $(CMAKE_COMMAND) -E cmake_progress_start /home/dwrz/.config/emacs/elpa/vterm-20240520.231/build/CMakeFiles 0 147 .PHONY : CMakeFiles/run.dir/rule 148 149 # Convenience name for target. 150 run: CMakeFiles/run.dir/rule 151 .PHONY : run 152 153 # clean rule for target. 154 CMakeFiles/run.dir/clean: 155 $(MAKE) $(MAKESILENT) -f CMakeFiles/run.dir/build.make CMakeFiles/run.dir/clean 156 .PHONY : CMakeFiles/run.dir/clean 157 158 #============================================================================= 159 # Special targets to cleanup operation of make. 160 161 # Special rule to run CMake to check the build system integrity. 162 # No rule that depends on this can have commands that come from listfiles 163 # because they might be regenerated. 164 cmake_check_build_system: 165 $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 166 .PHONY : cmake_check_build_system 167