1# CMAKE generated file: DO NOT EDIT!
2# Generated by "Unix Makefiles" Generator, CMake Version 3.20
3
4# Default target executed when no arguments are given to make.
5default_target: all
6.PHONY : default_target
7
8# Allow only one "make -f Makefile2" at a time, but pass parallelism.
9.NOTPARALLEL:
10
11#=============================================================================
12# Special targets provided by cmake.
13
14# Disable implicit rules so canonical targets will work.
15.SUFFIXES:
16
17# Disable VCS-based implicit rules.
18% : %,v
19
20# Disable VCS-based implicit rules.
21% : RCS/%
22
23# Disable VCS-based implicit rules.
24% : RCS/%,v
25
26# Disable VCS-based implicit rules.
27% : SCCS/s.%
28
29# Disable VCS-based implicit rules.
30% : s.%
31
32.SUFFIXES: .hpux_make_needs_suffix_list
33
34# Command-line flag to silence nested $(MAKE).
35$(VERBOSE)MAKESILENT = -s
36
37#Suppress display of executed commands.
38$(VERBOSE).SILENT:
39
40# A target that is always out of date.
41cmake_force:
42.PHONY : cmake_force
43
44#=============================================================================
45# Set environment variables for the build.
46
47# The shell in which to execute make rules.
48SHELL = /bin/sh
49
50# The CMake executable.
51CMAKE_COMMAND = /usr/bin/cmake
52
53# The command to remove a file.
54RM = /usr/bin/cmake -E rm -f
55
56# Escaping for special characters.
57EQUALS = =
58
59# The top-level source directory on which CMake was run.
60CMAKE_SOURCE_DIR = /mnt/workspace/percona-server-5.7-source-tarballs-rocks-new/test/percona-server
61
62# The top-level build directory on which CMake was run.
63CMAKE_BINARY_DIR = /mnt/workspace/percona-server-5.7-source-tarballs-rocks-new/test/percona-server
64
65#=============================================================================
66# Targets provided globally by CMake.
67
68# Special rule for the target install/strip
69install/strip: preinstall
70	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
71	/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
72.PHONY : install/strip
73
74# Special rule for the target install/strip
75install/strip/fast: preinstall/fast
76	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
77	/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
78.PHONY : install/strip/fast
79
80# Special rule for the target install/local
81install/local: preinstall
82	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
83	/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
84.PHONY : install/local
85
86# Special rule for the target install/local
87install/local/fast: preinstall/fast
88	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
89	/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
90.PHONY : install/local/fast
91
92# Special rule for the target install
93install: preinstall
94	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
95	/usr/bin/cmake -P cmake_install.cmake
96.PHONY : install
97
98# Special rule for the target install
99install/fast: preinstall/fast
100	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
101	/usr/bin/cmake -P cmake_install.cmake
102.PHONY : install/fast
103
104# Special rule for the target list_install_components
105list_install_components:
106	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Client\" \"DebugBinaries\" \"Developement\" \"Development\" \"Documentation\" \"Embedded\" \"Info\" \"ManPages\" \"Readme\" \"Server\" \"Server_Scripts\" \"SharedLibraries\" \"SupportFiles\" \"Test\" \"TestReadme\" \"Unspecified\" \"tokubackup_headers\" \"tokubackup_libs_shared\" \"tokukv_misc\" \"tokukv_tools\""
107.PHONY : list_install_components
108
109# Special rule for the target list_install_components
110list_install_components/fast: list_install_components
111.PHONY : list_install_components/fast
112
113# Special rule for the target rebuild_cache
114rebuild_cache:
115	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
116	/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
117.PHONY : rebuild_cache
118
119# Special rule for the target rebuild_cache
120rebuild_cache/fast: rebuild_cache
121.PHONY : rebuild_cache/fast
122
123# Special rule for the target package_source
124package_source:
125	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
126	cd /mnt/workspace/percona-server-5.7-source-tarballs-rocks-new/test/percona-server && /usr/bin/cpack --config ./CPackSourceConfig.cmake /mnt/workspace/percona-server-5.7-source-tarballs-rocks-new/test/percona-server/CPackSourceConfig.cmake
127.PHONY : package_source
128
129# Special rule for the target package_source
130package_source/fast: package_source
131.PHONY : package_source/fast
132
133# Special rule for the target edit_cache
134edit_cache:
135	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
136	/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
137.PHONY : edit_cache
138
139# Special rule for the target edit_cache
140edit_cache/fast: edit_cache
141.PHONY : edit_cache/fast
142
143# Special rule for the target package
144package: preinstall
145	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
146	cd /mnt/workspace/percona-server-5.7-source-tarballs-rocks-new/test/percona-server && /usr/bin/cpack --config ./CPackConfig.cmake
147.PHONY : package
148
149# Special rule for the target package
150package/fast: package
151.PHONY : package/fast
152
153# Special rule for the target test
154test:
155	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
156	/usr/bin/ctest --force-new-ctest-process $(ARGS)
157.PHONY : test
158
159# Special rule for the target test
160test/fast: test
161.PHONY : test/fast
162
163# The main all target
164all: cmake_check_build_system
165	cd /mnt/workspace/percona-server-5.7-source-tarballs-rocks-new/test/percona-server && $(CMAKE_COMMAND) -E cmake_progress_start /mnt/workspace/percona-server-5.7-source-tarballs-rocks-new/test/percona-server/CMakeFiles /mnt/workspace/percona-server-5.7-source-tarballs-rocks-new/test/percona-server/storage/tokudb/PerconaFT/src/tests//CMakeFiles/progress.marks
166	cd /mnt/workspace/percona-server-5.7-source-tarballs-rocks-new/test/percona-server && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 storage/tokudb/PerconaFT/src/tests/all
167	$(CMAKE_COMMAND) -E cmake_progress_start /mnt/workspace/percona-server-5.7-source-tarballs-rocks-new/test/percona-server/CMakeFiles 0
168.PHONY : all
169
170# The main clean target
171clean:
172	cd /mnt/workspace/percona-server-5.7-source-tarballs-rocks-new/test/percona-server && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 storage/tokudb/PerconaFT/src/tests/clean
173.PHONY : clean
174
175# The main clean target
176clean/fast: clean
177.PHONY : clean/fast
178
179# Prepare targets for installation.
180preinstall: all
181	cd /mnt/workspace/percona-server-5.7-source-tarballs-rocks-new/test/percona-server && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 storage/tokudb/PerconaFT/src/tests/preinstall
182.PHONY : preinstall
183
184# Prepare targets for installation.
185preinstall/fast:
186	cd /mnt/workspace/percona-server-5.7-source-tarballs-rocks-new/test/percona-server && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 storage/tokudb/PerconaFT/src/tests/preinstall
187.PHONY : preinstall/fast
188
189# clear depends
190depend:
191	cd /mnt/workspace/percona-server-5.7-source-tarballs-rocks-new/test/percona-server && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
192.PHONY : depend
193
194# Help Target
195help:
196	@echo "The following are some of the valid targets for this Makefile:"
197	@echo "... all (the default if no target is provided)"
198	@echo "... clean"
199	@echo "... depend"
200	@echo "... edit_cache"
201	@echo "... install"
202	@echo "... install/local"
203	@echo "... install/strip"
204	@echo "... list_install_components"
205	@echo "... package"
206	@echo "... package_source"
207	@echo "... rebuild_cache"
208	@echo "... test"
209.PHONY : help
210
211
212
213#=============================================================================
214# Special targets to cleanup operation of make.
215
216# Special rule to run CMake to check the build system integrity.
217# No rule that depends on this can have commands that come from listfiles
218# because they might be regenerated.
219cmake_check_build_system:
220	cd /mnt/workspace/percona-server-5.7-source-tarballs-rocks-new/test/percona-server && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
221.PHONY : cmake_check_build_system
222
223