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