# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.0

# 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:
.PHONY : .NOTPARALLEL

#=============================================================================
# Special targets provided by cmake.

# Disable implicit rules so canonical targets will work.
.SUFFIXES:

# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =

.SUFFIXES: .hpux_make_needs_suffix_list

# 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 remove -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/vagrant/build/kvj.taskw/cli

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/vagrant/build/kvj.taskw/cli

#=============================================================================
# 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 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: install/local
.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: install/strip
.PHONY : install/strip/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: \"Unspecified\""
.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 package
package: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
	/usr/bin/cpack --config ./CPackConfig.cmake
.PHONY : package

# Special rule for the target package
package/fast: package
.PHONY : package/fast

# Special rule for the target package_source
package_source:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
	/usr/bin/cpack --config ./CPackSourceConfig.cmake /home/vagrant/build/kvj.taskw/cli/CPackSourceConfig.cmake
.PHONY : package_source

# Special rule for the target package_source
package_source/fast: package_source
.PHONY : package_source/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 -H$(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

# The main all target
all: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/vagrant/build/kvj.taskw/cli/CMakeFiles /home/vagrant/build/kvj.taskw/cli/CMakeFiles/progress.marks
	$(MAKE) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/vagrant/build/kvj.taskw/cli/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	$(MAKE) -f CMakeFiles/Makefile2 clean
.PHONY : clean

# The main clean target
clean/fast: clean
.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

#=============================================================================
# Target rules for targets named task

# Build rule for target.
task: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 task
.PHONY : task

# fast build rule for target.
task/fast:
	$(MAKE) -f src/CMakeFiles/task.dir/build.make src/CMakeFiles/task.dir/build
.PHONY : task/fast

#=============================================================================
# Target rules for targets named task_executable

# Build rule for target.
task_executable: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 task_executable
.PHONY : task_executable

# fast build rule for target.
task_executable/fast:
	$(MAKE) -f src/CMakeFiles/task_executable.dir/build.make src/CMakeFiles/task_executable.dir/build
.PHONY : task_executable/fast

#=============================================================================
# Target rules for targets named commands

# Build rule for target.
commands: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 commands
.PHONY : commands

# fast build rule for target.
commands/fast:
	$(MAKE) -f src/commands/CMakeFiles/commands.dir/build.make src/commands/CMakeFiles/commands.dir/build
.PHONY : commands/fast

#=============================================================================
# Target rules for targets named columns

# Build rule for target.
columns: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 columns
.PHONY : columns

# fast build rule for target.
columns/fast:
	$(MAKE) -f src/columns/CMakeFiles/columns.dir/build.make src/columns/CMakeFiles/columns.dir/build
.PHONY : columns/fast

#=============================================================================
# Target rules for targets named glob

# Build rule for target.
glob: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 glob
.PHONY : glob

# fast build rule for target.
glob/fast:
	$(MAKE) -f src/glob/CMakeFiles/glob.dir/build.make src/glob/CMakeFiles/glob.dir/build
.PHONY : glob/fast

#=============================================================================
# Target rules for targets named uuid

# Build rule for target.
uuid: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 uuid
.PHONY : uuid

# fast build rule for target.
uuid/fast:
	$(MAKE) -f src/uuid/CMakeFiles/uuid.dir/build.make src/uuid/CMakeFiles/uuid.dir/build
.PHONY : uuid/fast

#=============================================================================
# Target rules for targets named autocomplete.t

# Build rule for target.
autocomplete.t: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 autocomplete.t
.PHONY : autocomplete.t

# fast build rule for target.
autocomplete.t/fast:
	$(MAKE) -f test/CMakeFiles/autocomplete.t.dir/build.make test/CMakeFiles/autocomplete.t.dir/build
.PHONY : autocomplete.t/fast

#=============================================================================
# Target rules for targets named build_tests

# Build rule for target.
build_tests: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 build_tests
.PHONY : build_tests

# fast build rule for target.
build_tests/fast:
	$(MAKE) -f test/CMakeFiles/build_tests.dir/build.make test/CMakeFiles/build_tests.dir/build
.PHONY : build_tests/fast

#=============================================================================
# Target rules for targets named col.t

# Build rule for target.
col.t: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 col.t
.PHONY : col.t

# fast build rule for target.
col.t/fast:
	$(MAKE) -f test/CMakeFiles/col.t.dir/build.make test/CMakeFiles/col.t.dir/build
.PHONY : col.t/fast

#=============================================================================
# Target rules for targets named color.t

# Build rule for target.
color.t: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 color.t
.PHONY : color.t

# fast build rule for target.
color.t/fast:
	$(MAKE) -f test/CMakeFiles/color.t.dir/build.make test/CMakeFiles/color.t.dir/build
.PHONY : color.t/fast

#=============================================================================
# Target rules for targets named config.t

# Build rule for target.
config.t: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 config.t
.PHONY : config.t

# fast build rule for target.
config.t/fast:
	$(MAKE) -f test/CMakeFiles/config.t.dir/build.make test/CMakeFiles/config.t.dir/build
.PHONY : config.t/fast

#=============================================================================
# Target rules for targets named dates.t

# Build rule for target.
dates.t: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 dates.t
.PHONY : dates.t

# fast build rule for target.
dates.t/fast:
	$(MAKE) -f test/CMakeFiles/dates.t.dir/build.make test/CMakeFiles/dates.t.dir/build
.PHONY : dates.t/fast

#=============================================================================
# Target rules for targets named eval.t

# Build rule for target.
eval.t: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 eval.t
.PHONY : eval.t

# fast build rule for target.
eval.t/fast:
	$(MAKE) -f test/CMakeFiles/eval.t.dir/build.make test/CMakeFiles/eval.t.dir/build
.PHONY : eval.t/fast

#=============================================================================
# Target rules for targets named fs.t

# Build rule for target.
fs.t: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 fs.t
.PHONY : fs.t

# fast build rule for target.
fs.t/fast:
	$(MAKE) -f test/CMakeFiles/fs.t.dir/build.make test/CMakeFiles/fs.t.dir/build
.PHONY : fs.t/fast

#=============================================================================
# Target rules for targets named i18n.t

# Build rule for target.
i18n.t: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 i18n.t
.PHONY : i18n.t

# fast build rule for target.
i18n.t/fast:
	$(MAKE) -f test/CMakeFiles/i18n.t.dir/build.make test/CMakeFiles/i18n.t.dir/build
.PHONY : i18n.t/fast

#=============================================================================
# Target rules for targets named iso8601d.t

# Build rule for target.
iso8601d.t: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 iso8601d.t
.PHONY : iso8601d.t

# fast build rule for target.
iso8601d.t/fast:
	$(MAKE) -f test/CMakeFiles/iso8601d.t.dir/build.make test/CMakeFiles/iso8601d.t.dir/build
.PHONY : iso8601d.t/fast

#=============================================================================
# Target rules for targets named iso8601p.t

# Build rule for target.
iso8601p.t: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 iso8601p.t
.PHONY : iso8601p.t

# fast build rule for target.
iso8601p.t/fast:
	$(MAKE) -f test/CMakeFiles/iso8601p.t.dir/build.make test/CMakeFiles/iso8601p.t.dir/build
.PHONY : iso8601p.t/fast

#=============================================================================
# Target rules for targets named json.t

# Build rule for target.
json.t: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 json.t
.PHONY : json.t

# fast build rule for target.
json.t/fast:
	$(MAKE) -f test/CMakeFiles/json.t.dir/build.make test/CMakeFiles/json.t.dir/build
.PHONY : json.t/fast

#=============================================================================
# Target rules for targets named json_test

# Build rule for target.
json_test: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 json_test
.PHONY : json_test

# fast build rule for target.
json_test/fast:
	$(MAKE) -f test/CMakeFiles/json_test.dir/build.make test/CMakeFiles/json_test.dir/build
.PHONY : json_test/fast

#=============================================================================
# Target rules for targets named lexer.t

# Build rule for target.
lexer.t: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 lexer.t
.PHONY : lexer.t

# fast build rule for target.
lexer.t/fast:
	$(MAKE) -f test/CMakeFiles/lexer.t.dir/build.make test/CMakeFiles/lexer.t.dir/build
.PHONY : lexer.t/fast

#=============================================================================
# Target rules for targets named list.t

# Build rule for target.
list.t: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 list.t
.PHONY : list.t

# fast build rule for target.
list.t/fast:
	$(MAKE) -f test/CMakeFiles/list.t.dir/build.make test/CMakeFiles/list.t.dir/build
.PHONY : list.t/fast

#=============================================================================
# Target rules for targets named msg.t

# Build rule for target.
msg.t: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 msg.t
.PHONY : msg.t

# fast build rule for target.
msg.t/fast:
	$(MAKE) -f test/CMakeFiles/msg.t.dir/build.make test/CMakeFiles/msg.t.dir/build
.PHONY : msg.t/fast

#=============================================================================
# Target rules for targets named nibbler.t

# Build rule for target.
nibbler.t: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 nibbler.t
.PHONY : nibbler.t

# fast build rule for target.
nibbler.t/fast:
	$(MAKE) -f test/CMakeFiles/nibbler.t.dir/build.make test/CMakeFiles/nibbler.t.dir/build
.PHONY : nibbler.t/fast

#=============================================================================
# Target rules for targets named rx.t

# Build rule for target.
rx.t: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 rx.t
.PHONY : rx.t

# fast build rule for target.
rx.t/fast:
	$(MAKE) -f test/CMakeFiles/rx.t.dir/build.make test/CMakeFiles/rx.t.dir/build
.PHONY : rx.t/fast

#=============================================================================
# Target rules for targets named t.t

# Build rule for target.
t.t: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 t.t
.PHONY : t.t

# fast build rule for target.
t.t/fast:
	$(MAKE) -f test/CMakeFiles/t.t.dir/build.make test/CMakeFiles/t.t.dir/build
.PHONY : t.t/fast

#=============================================================================
# Target rules for targets named tdb2.t

# Build rule for target.
tdb2.t: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 tdb2.t
.PHONY : tdb2.t

# fast build rule for target.
tdb2.t/fast:
	$(MAKE) -f test/CMakeFiles/tdb2.t.dir/build.make test/CMakeFiles/tdb2.t.dir/build
.PHONY : tdb2.t/fast

#=============================================================================
# Target rules for targets named test

# Build rule for target.
test: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 test
.PHONY : test

# fast build rule for target.
test/fast:
	$(MAKE) -f test/CMakeFiles/test.dir/build.make test/CMakeFiles/test.dir/build
.PHONY : test/fast

#=============================================================================
# Target rules for targets named text.t

# Build rule for target.
text.t: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 text.t
.PHONY : text.t

# fast build rule for target.
text.t/fast:
	$(MAKE) -f test/CMakeFiles/text.t.dir/build.make test/CMakeFiles/text.t.dir/build
.PHONY : text.t/fast

#=============================================================================
# Target rules for targets named utf8.t

# Build rule for target.
utf8.t: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 utf8.t
.PHONY : utf8.t

# fast build rule for target.
utf8.t/fast:
	$(MAKE) -f test/CMakeFiles/utf8.t.dir/build.make test/CMakeFiles/utf8.t.dir/build
.PHONY : utf8.t/fast

#=============================================================================
# Target rules for targets named util.t

# Build rule for target.
util.t: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 util.t
.PHONY : util.t

# fast build rule for target.
util.t/fast:
	$(MAKE) -f test/CMakeFiles/util.t.dir/build.make test/CMakeFiles/util.t.dir/build
.PHONY : util.t/fast

#=============================================================================
# Target rules for targets named variant_add.t

# Build rule for target.
variant_add.t: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 variant_add.t
.PHONY : variant_add.t

# fast build rule for target.
variant_add.t/fast:
	$(MAKE) -f test/CMakeFiles/variant_add.t.dir/build.make test/CMakeFiles/variant_add.t.dir/build
.PHONY : variant_add.t/fast

#=============================================================================
# Target rules for targets named variant_and.t

# Build rule for target.
variant_and.t: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 variant_and.t
.PHONY : variant_and.t

# fast build rule for target.
variant_and.t/fast:
	$(MAKE) -f test/CMakeFiles/variant_and.t.dir/build.make test/CMakeFiles/variant_and.t.dir/build
.PHONY : variant_and.t/fast

#=============================================================================
# Target rules for targets named variant_cast.t

# Build rule for target.
variant_cast.t: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 variant_cast.t
.PHONY : variant_cast.t

# fast build rule for target.
variant_cast.t/fast:
	$(MAKE) -f test/CMakeFiles/variant_cast.t.dir/build.make test/CMakeFiles/variant_cast.t.dir/build
.PHONY : variant_cast.t/fast

#=============================================================================
# Target rules for targets named variant_divide.t

# Build rule for target.
variant_divide.t: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 variant_divide.t
.PHONY : variant_divide.t

# fast build rule for target.
variant_divide.t/fast:
	$(MAKE) -f test/CMakeFiles/variant_divide.t.dir/build.make test/CMakeFiles/variant_divide.t.dir/build
.PHONY : variant_divide.t/fast

#=============================================================================
# Target rules for targets named variant_equal.t

# Build rule for target.
variant_equal.t: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 variant_equal.t
.PHONY : variant_equal.t

# fast build rule for target.
variant_equal.t/fast:
	$(MAKE) -f test/CMakeFiles/variant_equal.t.dir/build.make test/CMakeFiles/variant_equal.t.dir/build
.PHONY : variant_equal.t/fast

#=============================================================================
# Target rules for targets named variant_exp.t

# Build rule for target.
variant_exp.t: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 variant_exp.t
.PHONY : variant_exp.t

# fast build rule for target.
variant_exp.t/fast:
	$(MAKE) -f test/CMakeFiles/variant_exp.t.dir/build.make test/CMakeFiles/variant_exp.t.dir/build
.PHONY : variant_exp.t/fast

#=============================================================================
# Target rules for targets named variant_gt.t

# Build rule for target.
variant_gt.t: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 variant_gt.t
.PHONY : variant_gt.t

# fast build rule for target.
variant_gt.t/fast:
	$(MAKE) -f test/CMakeFiles/variant_gt.t.dir/build.make test/CMakeFiles/variant_gt.t.dir/build
.PHONY : variant_gt.t/fast

#=============================================================================
# Target rules for targets named variant_gte.t

# Build rule for target.
variant_gte.t: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 variant_gte.t
.PHONY : variant_gte.t

# fast build rule for target.
variant_gte.t/fast:
	$(MAKE) -f test/CMakeFiles/variant_gte.t.dir/build.make test/CMakeFiles/variant_gte.t.dir/build
.PHONY : variant_gte.t/fast

#=============================================================================
# Target rules for targets named variant_inequal.t

# Build rule for target.
variant_inequal.t: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 variant_inequal.t
.PHONY : variant_inequal.t

# fast build rule for target.
variant_inequal.t/fast:
	$(MAKE) -f test/CMakeFiles/variant_inequal.t.dir/build.make test/CMakeFiles/variant_inequal.t.dir/build
.PHONY : variant_inequal.t/fast

#=============================================================================
# Target rules for targets named variant_lt.t

# Build rule for target.
variant_lt.t: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 variant_lt.t
.PHONY : variant_lt.t

# fast build rule for target.
variant_lt.t/fast:
	$(MAKE) -f test/CMakeFiles/variant_lt.t.dir/build.make test/CMakeFiles/variant_lt.t.dir/build
.PHONY : variant_lt.t/fast

#=============================================================================
# Target rules for targets named variant_lte.t

# Build rule for target.
variant_lte.t: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 variant_lte.t
.PHONY : variant_lte.t

# fast build rule for target.
variant_lte.t/fast:
	$(MAKE) -f test/CMakeFiles/variant_lte.t.dir/build.make test/CMakeFiles/variant_lte.t.dir/build
.PHONY : variant_lte.t/fast

#=============================================================================
# Target rules for targets named variant_match.t

# Build rule for target.
variant_match.t: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 variant_match.t
.PHONY : variant_match.t

# fast build rule for target.
variant_match.t/fast:
	$(MAKE) -f test/CMakeFiles/variant_match.t.dir/build.make test/CMakeFiles/variant_match.t.dir/build
.PHONY : variant_match.t/fast

#=============================================================================
# Target rules for targets named variant_math.t

# Build rule for target.
variant_math.t: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 variant_math.t
.PHONY : variant_math.t

# fast build rule for target.
variant_math.t/fast:
	$(MAKE) -f test/CMakeFiles/variant_math.t.dir/build.make test/CMakeFiles/variant_math.t.dir/build
.PHONY : variant_math.t/fast

#=============================================================================
# Target rules for targets named variant_modulo.t

# Build rule for target.
variant_modulo.t: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 variant_modulo.t
.PHONY : variant_modulo.t

# fast build rule for target.
variant_modulo.t/fast:
	$(MAKE) -f test/CMakeFiles/variant_modulo.t.dir/build.make test/CMakeFiles/variant_modulo.t.dir/build
.PHONY : variant_modulo.t/fast

#=============================================================================
# Target rules for targets named variant_multiply.t

# Build rule for target.
variant_multiply.t: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 variant_multiply.t
.PHONY : variant_multiply.t

# fast build rule for target.
variant_multiply.t/fast:
	$(MAKE) -f test/CMakeFiles/variant_multiply.t.dir/build.make test/CMakeFiles/variant_multiply.t.dir/build
.PHONY : variant_multiply.t/fast

#=============================================================================
# Target rules for targets named variant_nomatch.t

# Build rule for target.
variant_nomatch.t: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 variant_nomatch.t
.PHONY : variant_nomatch.t

# fast build rule for target.
variant_nomatch.t/fast:
	$(MAKE) -f test/CMakeFiles/variant_nomatch.t.dir/build.make test/CMakeFiles/variant_nomatch.t.dir/build
.PHONY : variant_nomatch.t/fast

#=============================================================================
# Target rules for targets named variant_not.t

# Build rule for target.
variant_not.t: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 variant_not.t
.PHONY : variant_not.t

# fast build rule for target.
variant_not.t/fast:
	$(MAKE) -f test/CMakeFiles/variant_not.t.dir/build.make test/CMakeFiles/variant_not.t.dir/build
.PHONY : variant_not.t/fast

#=============================================================================
# Target rules for targets named variant_or.t

# Build rule for target.
variant_or.t: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 variant_or.t
.PHONY : variant_or.t

# fast build rule for target.
variant_or.t/fast:
	$(MAKE) -f test/CMakeFiles/variant_or.t.dir/build.make test/CMakeFiles/variant_or.t.dir/build
.PHONY : variant_or.t/fast

#=============================================================================
# Target rules for targets named variant_partial.t

# Build rule for target.
variant_partial.t: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 variant_partial.t
.PHONY : variant_partial.t

# fast build rule for target.
variant_partial.t/fast:
	$(MAKE) -f test/CMakeFiles/variant_partial.t.dir/build.make test/CMakeFiles/variant_partial.t.dir/build
.PHONY : variant_partial.t/fast

#=============================================================================
# Target rules for targets named variant_subtract.t

# Build rule for target.
variant_subtract.t: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 variant_subtract.t
.PHONY : variant_subtract.t

# fast build rule for target.
variant_subtract.t/fast:
	$(MAKE) -f test/CMakeFiles/variant_subtract.t.dir/build.make test/CMakeFiles/variant_subtract.t.dir/build
.PHONY : variant_subtract.t/fast

#=============================================================================
# Target rules for targets named variant_xor.t

# Build rule for target.
variant_xor.t: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 variant_xor.t
.PHONY : variant_xor.t

# fast build rule for target.
variant_xor.t/fast:
	$(MAKE) -f test/CMakeFiles/variant_xor.t.dir/build.make test/CMakeFiles/variant_xor.t.dir/build
.PHONY : variant_xor.t/fast

#=============================================================================
# Target rules for targets named view.t

# Build rule for target.
view.t: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 view.t
.PHONY : view.t

# fast build rule for target.
view.t/fast:
	$(MAKE) -f test/CMakeFiles/view.t.dir/build.make test/CMakeFiles/view.t.dir/build
.PHONY : view.t/fast

#=============================================================================
# Target rules for targets named performance

# Build rule for target.
performance: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 performance
.PHONY : performance

# fast build rule for target.
performance/fast:
	$(MAKE) -f performance/CMakeFiles/performance.dir/build.make performance/CMakeFiles/performance.dir/build
.PHONY : performance/fast

# 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 "... package"
	@echo "... package_source"
	@echo "... rebuild_cache"
	@echo "... task"
	@echo "... task_executable"
	@echo "... commands"
	@echo "... columns"
	@echo "... glob"
	@echo "... uuid"
	@echo "... autocomplete.t"
	@echo "... build_tests"
	@echo "... col.t"
	@echo "... color.t"
	@echo "... config.t"
	@echo "... dates.t"
	@echo "... eval.t"
	@echo "... fs.t"
	@echo "... i18n.t"
	@echo "... iso8601d.t"
	@echo "... iso8601p.t"
	@echo "... json.t"
	@echo "... json_test"
	@echo "... lexer.t"
	@echo "... list.t"
	@echo "... msg.t"
	@echo "... nibbler.t"
	@echo "... rx.t"
	@echo "... t.t"
	@echo "... tdb2.t"
	@echo "... test"
	@echo "... text.t"
	@echo "... utf8.t"
	@echo "... util.t"
	@echo "... variant_add.t"
	@echo "... variant_and.t"
	@echo "... variant_cast.t"
	@echo "... variant_divide.t"
	@echo "... variant_equal.t"
	@echo "... variant_exp.t"
	@echo "... variant_gt.t"
	@echo "... variant_gte.t"
	@echo "... variant_inequal.t"
	@echo "... variant_lt.t"
	@echo "... variant_lte.t"
	@echo "... variant_match.t"
	@echo "... variant_math.t"
	@echo "... variant_modulo.t"
	@echo "... variant_multiply.t"
	@echo "... variant_nomatch.t"
	@echo "... variant_not.t"
	@echo "... variant_or.t"
	@echo "... variant_partial.t"
	@echo "... variant_subtract.t"
	@echo "... variant_xor.t"
	@echo "... view.t"
	@echo "... performance"
.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) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

