source: ogBrowser-Git/qtermwidget/build/CMakeFiles/Makefile2 @ 9004d96

jenkinsmain
Last change on this file since 9004d96 was 64efc22, checked in by Vadim Troshchinskiy <vtroshchinskiy@…>, 19 months ago

Update qtermwidget to modern version

  • Property mode set to 100644
File size: 5.2 KB
Line 
1# CMAKE generated file: DO NOT EDIT!
2# Generated by "Unix Makefiles" Generator, CMake Version 3.27
3
4# Default target executed when no arguments are given to make.
5default_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.
38cmake_force:
39.PHONY : cmake_force
40
41#=============================================================================
42# Set environment variables for the build.
43
44# The shell in which to execute make rules.
45SHELL = /bin/sh
46
47# The CMake executable.
48CMAKE_COMMAND = /usr/bin/cmake
49
50# The command to remove a file.
51RM = /usr/bin/cmake -E rm -f
52
53# Escaping for special characters.
54EQUALS = =
55
56# The top-level source directory on which CMake was run.
57CMAKE_SOURCE_DIR = /home/vadim/snark/opengnsys/ogbrowser/qtermwidget
58
59# The top-level build directory on which CMake was run.
60CMAKE_BINARY_DIR = /home/vadim/snark/opengnsys/ogbrowser/qtermwidget/build
61
62#=============================================================================
63# Directory level rules for the build root directory
64
65# The main recursive "all" target.
66all: CMakeFiles/qtermwidget5.dir/all
67.PHONY : all
68
69# The main recursive "preinstall" target.
70preinstall:
71.PHONY : preinstall
72
73# The main recursive "clean" target.
74clean: CMakeFiles/qtermwidget5.dir/clean
75clean: CMakeFiles/uninstall.dir/clean
76.PHONY : clean
77
78#=============================================================================
79# Target rules for target CMakeFiles/qtermwidget5.dir
80
81# All Build rule for target.
82CMakeFiles/qtermwidget5.dir/all:
83        $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/depend
84        $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/build
85        @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/vadim/snark/opengnsys/ogbrowser/qtermwidget/build/CMakeFiles --progress-num=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85 "Built target qtermwidget5"
86.PHONY : CMakeFiles/qtermwidget5.dir/all
87
88# Build rule for subdir invocation for target.
89CMakeFiles/qtermwidget5.dir/rule: cmake_check_build_system
90        $(CMAKE_COMMAND) -E cmake_progress_start /home/vadim/snark/opengnsys/ogbrowser/qtermwidget/build/CMakeFiles 85
91        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/qtermwidget5.dir/all
92        $(CMAKE_COMMAND) -E cmake_progress_start /home/vadim/snark/opengnsys/ogbrowser/qtermwidget/build/CMakeFiles 0
93.PHONY : CMakeFiles/qtermwidget5.dir/rule
94
95# Convenience name for target.
96qtermwidget5: CMakeFiles/qtermwidget5.dir/rule
97.PHONY : qtermwidget5
98
99# clean rule for target.
100CMakeFiles/qtermwidget5.dir/clean:
101        $(MAKE) $(MAKESILENT) -f CMakeFiles/qtermwidget5.dir/build.make CMakeFiles/qtermwidget5.dir/clean
102.PHONY : CMakeFiles/qtermwidget5.dir/clean
103
104#=============================================================================
105# Target rules for target CMakeFiles/uninstall.dir
106
107# All Build rule for target.
108CMakeFiles/uninstall.dir/all:
109        $(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/depend
110        $(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build
111        @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/vadim/snark/opengnsys/ogbrowser/qtermwidget/build/CMakeFiles --progress-num= "Built target uninstall"
112.PHONY : CMakeFiles/uninstall.dir/all
113
114# Build rule for subdir invocation for target.
115CMakeFiles/uninstall.dir/rule: cmake_check_build_system
116        $(CMAKE_COMMAND) -E cmake_progress_start /home/vadim/snark/opengnsys/ogbrowser/qtermwidget/build/CMakeFiles 0
117        $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/uninstall.dir/all
118        $(CMAKE_COMMAND) -E cmake_progress_start /home/vadim/snark/opengnsys/ogbrowser/qtermwidget/build/CMakeFiles 0
119.PHONY : CMakeFiles/uninstall.dir/rule
120
121# Convenience name for target.
122uninstall: CMakeFiles/uninstall.dir/rule
123.PHONY : uninstall
124
125# clean rule for target.
126CMakeFiles/uninstall.dir/clean:
127        $(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/clean
128.PHONY : CMakeFiles/uninstall.dir/clean
129
130#=============================================================================
131# Special targets to cleanup operation of make.
132
133# Special rule to run CMake to check the build system integrity.
134# No rule that depends on this can have commands that come from listfiles
135# because they might be regenerated.
136cmake_check_build_system:
137        $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
138.PHONY : cmake_check_build_system
139
Note: See TracBrowser for help on using the repository browser.