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

# 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:


#=============================================================================
# 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 = /usr/local/src/quickstep

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /usr/local/src/quickstep/build

#=============================================================================
# Targets provided globally by CMake.

# 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 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..."
	cd /usr/local/src/quickstep/build && /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..."
	cd /usr/local/src/quickstep/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /usr/local/src/quickstep/build/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 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: preinstall/fast
	@$(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/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

# 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: preinstall/fast
	@$(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/fast

# Special rule for the target test
test:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
	/usr/bin/ctest --force-new-ctest-process $(ARGS)
.PHONY : test

# Special rule for the target test
test/fast: test

.PHONY : test/fast

# 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

# The main all target
all: cmake_check_build_system
	cd /usr/local/src/quickstep/build && $(CMAKE_COMMAND) -E cmake_progress_start /usr/local/src/quickstep/build/CMakeFiles /usr/local/src/quickstep/build/third_party/re2/CMakeFiles/progress.marks
	cd /usr/local/src/quickstep/build && $(MAKE) -f CMakeFiles/Makefile2 third_party/re2/all
	$(CMAKE_COMMAND) -E cmake_progress_start /usr/local/src/quickstep/build/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /usr/local/src/quickstep/build && $(MAKE) -f CMakeFiles/Makefile2 third_party/re2/clean
.PHONY : clean

# The main clean target
clean/fast: clean

.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	cd /usr/local/src/quickstep/build && $(MAKE) -f CMakeFiles/Makefile2 third_party/re2/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /usr/local/src/quickstep/build && $(MAKE) -f CMakeFiles/Makefile2 third_party/re2/preinstall
.PHONY : preinstall/fast

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

# Convenience name for target.
third_party/re2/CMakeFiles/re2.dir/rule:
	cd /usr/local/src/quickstep/build && $(MAKE) -f CMakeFiles/Makefile2 third_party/re2/CMakeFiles/re2.dir/rule
.PHONY : third_party/re2/CMakeFiles/re2.dir/rule

# Convenience name for target.
re2: third_party/re2/CMakeFiles/re2.dir/rule

.PHONY : re2

# fast build rule for target.
re2/fast:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/build
.PHONY : re2/fast

re2/bitstate.o: re2/bitstate.cc.o

.PHONY : re2/bitstate.o

# target to build an object file
re2/bitstate.cc.o:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/bitstate.cc.o
.PHONY : re2/bitstate.cc.o

re2/bitstate.i: re2/bitstate.cc.i

.PHONY : re2/bitstate.i

# target to preprocess a source file
re2/bitstate.cc.i:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/bitstate.cc.i
.PHONY : re2/bitstate.cc.i

re2/bitstate.s: re2/bitstate.cc.s

.PHONY : re2/bitstate.s

# target to generate assembly for a file
re2/bitstate.cc.s:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/bitstate.cc.s
.PHONY : re2/bitstate.cc.s

re2/compile.o: re2/compile.cc.o

.PHONY : re2/compile.o

# target to build an object file
re2/compile.cc.o:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/compile.cc.o
.PHONY : re2/compile.cc.o

re2/compile.i: re2/compile.cc.i

.PHONY : re2/compile.i

# target to preprocess a source file
re2/compile.cc.i:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/compile.cc.i
.PHONY : re2/compile.cc.i

re2/compile.s: re2/compile.cc.s

.PHONY : re2/compile.s

# target to generate assembly for a file
re2/compile.cc.s:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/compile.cc.s
.PHONY : re2/compile.cc.s

re2/dfa.o: re2/dfa.cc.o

.PHONY : re2/dfa.o

# target to build an object file
re2/dfa.cc.o:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/dfa.cc.o
.PHONY : re2/dfa.cc.o

re2/dfa.i: re2/dfa.cc.i

.PHONY : re2/dfa.i

# target to preprocess a source file
re2/dfa.cc.i:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/dfa.cc.i
.PHONY : re2/dfa.cc.i

re2/dfa.s: re2/dfa.cc.s

.PHONY : re2/dfa.s

# target to generate assembly for a file
re2/dfa.cc.s:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/dfa.cc.s
.PHONY : re2/dfa.cc.s

re2/filtered_re2.o: re2/filtered_re2.cc.o

.PHONY : re2/filtered_re2.o

# target to build an object file
re2/filtered_re2.cc.o:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/filtered_re2.cc.o
.PHONY : re2/filtered_re2.cc.o

re2/filtered_re2.i: re2/filtered_re2.cc.i

.PHONY : re2/filtered_re2.i

# target to preprocess a source file
re2/filtered_re2.cc.i:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/filtered_re2.cc.i
.PHONY : re2/filtered_re2.cc.i

re2/filtered_re2.s: re2/filtered_re2.cc.s

.PHONY : re2/filtered_re2.s

# target to generate assembly for a file
re2/filtered_re2.cc.s:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/filtered_re2.cc.s
.PHONY : re2/filtered_re2.cc.s

re2/mimics_pcre.o: re2/mimics_pcre.cc.o

.PHONY : re2/mimics_pcre.o

# target to build an object file
re2/mimics_pcre.cc.o:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/mimics_pcre.cc.o
.PHONY : re2/mimics_pcre.cc.o

re2/mimics_pcre.i: re2/mimics_pcre.cc.i

.PHONY : re2/mimics_pcre.i

# target to preprocess a source file
re2/mimics_pcre.cc.i:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/mimics_pcre.cc.i
.PHONY : re2/mimics_pcre.cc.i

re2/mimics_pcre.s: re2/mimics_pcre.cc.s

.PHONY : re2/mimics_pcre.s

# target to generate assembly for a file
re2/mimics_pcre.cc.s:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/mimics_pcre.cc.s
.PHONY : re2/mimics_pcre.cc.s

re2/nfa.o: re2/nfa.cc.o

.PHONY : re2/nfa.o

# target to build an object file
re2/nfa.cc.o:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/nfa.cc.o
.PHONY : re2/nfa.cc.o

re2/nfa.i: re2/nfa.cc.i

.PHONY : re2/nfa.i

# target to preprocess a source file
re2/nfa.cc.i:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/nfa.cc.i
.PHONY : re2/nfa.cc.i

re2/nfa.s: re2/nfa.cc.s

.PHONY : re2/nfa.s

# target to generate assembly for a file
re2/nfa.cc.s:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/nfa.cc.s
.PHONY : re2/nfa.cc.s

re2/onepass.o: re2/onepass.cc.o

.PHONY : re2/onepass.o

# target to build an object file
re2/onepass.cc.o:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/onepass.cc.o
.PHONY : re2/onepass.cc.o

re2/onepass.i: re2/onepass.cc.i

.PHONY : re2/onepass.i

# target to preprocess a source file
re2/onepass.cc.i:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/onepass.cc.i
.PHONY : re2/onepass.cc.i

re2/onepass.s: re2/onepass.cc.s

.PHONY : re2/onepass.s

# target to generate assembly for a file
re2/onepass.cc.s:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/onepass.cc.s
.PHONY : re2/onepass.cc.s

re2/parse.o: re2/parse.cc.o

.PHONY : re2/parse.o

# target to build an object file
re2/parse.cc.o:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/parse.cc.o
.PHONY : re2/parse.cc.o

re2/parse.i: re2/parse.cc.i

.PHONY : re2/parse.i

# target to preprocess a source file
re2/parse.cc.i:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/parse.cc.i
.PHONY : re2/parse.cc.i

re2/parse.s: re2/parse.cc.s

.PHONY : re2/parse.s

# target to generate assembly for a file
re2/parse.cc.s:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/parse.cc.s
.PHONY : re2/parse.cc.s

re2/perl_groups.o: re2/perl_groups.cc.o

.PHONY : re2/perl_groups.o

# target to build an object file
re2/perl_groups.cc.o:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/perl_groups.cc.o
.PHONY : re2/perl_groups.cc.o

re2/perl_groups.i: re2/perl_groups.cc.i

.PHONY : re2/perl_groups.i

# target to preprocess a source file
re2/perl_groups.cc.i:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/perl_groups.cc.i
.PHONY : re2/perl_groups.cc.i

re2/perl_groups.s: re2/perl_groups.cc.s

.PHONY : re2/perl_groups.s

# target to generate assembly for a file
re2/perl_groups.cc.s:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/perl_groups.cc.s
.PHONY : re2/perl_groups.cc.s

re2/prefilter.o: re2/prefilter.cc.o

.PHONY : re2/prefilter.o

# target to build an object file
re2/prefilter.cc.o:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/prefilter.cc.o
.PHONY : re2/prefilter.cc.o

re2/prefilter.i: re2/prefilter.cc.i

.PHONY : re2/prefilter.i

# target to preprocess a source file
re2/prefilter.cc.i:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/prefilter.cc.i
.PHONY : re2/prefilter.cc.i

re2/prefilter.s: re2/prefilter.cc.s

.PHONY : re2/prefilter.s

# target to generate assembly for a file
re2/prefilter.cc.s:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/prefilter.cc.s
.PHONY : re2/prefilter.cc.s

re2/prefilter_tree.o: re2/prefilter_tree.cc.o

.PHONY : re2/prefilter_tree.o

# target to build an object file
re2/prefilter_tree.cc.o:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/prefilter_tree.cc.o
.PHONY : re2/prefilter_tree.cc.o

re2/prefilter_tree.i: re2/prefilter_tree.cc.i

.PHONY : re2/prefilter_tree.i

# target to preprocess a source file
re2/prefilter_tree.cc.i:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/prefilter_tree.cc.i
.PHONY : re2/prefilter_tree.cc.i

re2/prefilter_tree.s: re2/prefilter_tree.cc.s

.PHONY : re2/prefilter_tree.s

# target to generate assembly for a file
re2/prefilter_tree.cc.s:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/prefilter_tree.cc.s
.PHONY : re2/prefilter_tree.cc.s

re2/prog.o: re2/prog.cc.o

.PHONY : re2/prog.o

# target to build an object file
re2/prog.cc.o:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/prog.cc.o
.PHONY : re2/prog.cc.o

re2/prog.i: re2/prog.cc.i

.PHONY : re2/prog.i

# target to preprocess a source file
re2/prog.cc.i:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/prog.cc.i
.PHONY : re2/prog.cc.i

re2/prog.s: re2/prog.cc.s

.PHONY : re2/prog.s

# target to generate assembly for a file
re2/prog.cc.s:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/prog.cc.s
.PHONY : re2/prog.cc.s

re2/re2.o: re2/re2.cc.o

.PHONY : re2/re2.o

# target to build an object file
re2/re2.cc.o:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/re2.cc.o
.PHONY : re2/re2.cc.o

re2/re2.i: re2/re2.cc.i

.PHONY : re2/re2.i

# target to preprocess a source file
re2/re2.cc.i:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/re2.cc.i
.PHONY : re2/re2.cc.i

re2/re2.s: re2/re2.cc.s

.PHONY : re2/re2.s

# target to generate assembly for a file
re2/re2.cc.s:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/re2.cc.s
.PHONY : re2/re2.cc.s

re2/regexp.o: re2/regexp.cc.o

.PHONY : re2/regexp.o

# target to build an object file
re2/regexp.cc.o:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/regexp.cc.o
.PHONY : re2/regexp.cc.o

re2/regexp.i: re2/regexp.cc.i

.PHONY : re2/regexp.i

# target to preprocess a source file
re2/regexp.cc.i:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/regexp.cc.i
.PHONY : re2/regexp.cc.i

re2/regexp.s: re2/regexp.cc.s

.PHONY : re2/regexp.s

# target to generate assembly for a file
re2/regexp.cc.s:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/regexp.cc.s
.PHONY : re2/regexp.cc.s

re2/set.o: re2/set.cc.o

.PHONY : re2/set.o

# target to build an object file
re2/set.cc.o:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/set.cc.o
.PHONY : re2/set.cc.o

re2/set.i: re2/set.cc.i

.PHONY : re2/set.i

# target to preprocess a source file
re2/set.cc.i:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/set.cc.i
.PHONY : re2/set.cc.i

re2/set.s: re2/set.cc.s

.PHONY : re2/set.s

# target to generate assembly for a file
re2/set.cc.s:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/set.cc.s
.PHONY : re2/set.cc.s

re2/simplify.o: re2/simplify.cc.o

.PHONY : re2/simplify.o

# target to build an object file
re2/simplify.cc.o:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/simplify.cc.o
.PHONY : re2/simplify.cc.o

re2/simplify.i: re2/simplify.cc.i

.PHONY : re2/simplify.i

# target to preprocess a source file
re2/simplify.cc.i:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/simplify.cc.i
.PHONY : re2/simplify.cc.i

re2/simplify.s: re2/simplify.cc.s

.PHONY : re2/simplify.s

# target to generate assembly for a file
re2/simplify.cc.s:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/simplify.cc.s
.PHONY : re2/simplify.cc.s

re2/stringpiece.o: re2/stringpiece.cc.o

.PHONY : re2/stringpiece.o

# target to build an object file
re2/stringpiece.cc.o:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/stringpiece.cc.o
.PHONY : re2/stringpiece.cc.o

re2/stringpiece.i: re2/stringpiece.cc.i

.PHONY : re2/stringpiece.i

# target to preprocess a source file
re2/stringpiece.cc.i:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/stringpiece.cc.i
.PHONY : re2/stringpiece.cc.i

re2/stringpiece.s: re2/stringpiece.cc.s

.PHONY : re2/stringpiece.s

# target to generate assembly for a file
re2/stringpiece.cc.s:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/stringpiece.cc.s
.PHONY : re2/stringpiece.cc.s

re2/tostring.o: re2/tostring.cc.o

.PHONY : re2/tostring.o

# target to build an object file
re2/tostring.cc.o:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/tostring.cc.o
.PHONY : re2/tostring.cc.o

re2/tostring.i: re2/tostring.cc.i

.PHONY : re2/tostring.i

# target to preprocess a source file
re2/tostring.cc.i:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/tostring.cc.i
.PHONY : re2/tostring.cc.i

re2/tostring.s: re2/tostring.cc.s

.PHONY : re2/tostring.s

# target to generate assembly for a file
re2/tostring.cc.s:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/tostring.cc.s
.PHONY : re2/tostring.cc.s

re2/unicode_casefold.o: re2/unicode_casefold.cc.o

.PHONY : re2/unicode_casefold.o

# target to build an object file
re2/unicode_casefold.cc.o:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/unicode_casefold.cc.o
.PHONY : re2/unicode_casefold.cc.o

re2/unicode_casefold.i: re2/unicode_casefold.cc.i

.PHONY : re2/unicode_casefold.i

# target to preprocess a source file
re2/unicode_casefold.cc.i:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/unicode_casefold.cc.i
.PHONY : re2/unicode_casefold.cc.i

re2/unicode_casefold.s: re2/unicode_casefold.cc.s

.PHONY : re2/unicode_casefold.s

# target to generate assembly for a file
re2/unicode_casefold.cc.s:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/unicode_casefold.cc.s
.PHONY : re2/unicode_casefold.cc.s

re2/unicode_groups.o: re2/unicode_groups.cc.o

.PHONY : re2/unicode_groups.o

# target to build an object file
re2/unicode_groups.cc.o:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/unicode_groups.cc.o
.PHONY : re2/unicode_groups.cc.o

re2/unicode_groups.i: re2/unicode_groups.cc.i

.PHONY : re2/unicode_groups.i

# target to preprocess a source file
re2/unicode_groups.cc.i:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/unicode_groups.cc.i
.PHONY : re2/unicode_groups.cc.i

re2/unicode_groups.s: re2/unicode_groups.cc.s

.PHONY : re2/unicode_groups.s

# target to generate assembly for a file
re2/unicode_groups.cc.s:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/re2/unicode_groups.cc.s
.PHONY : re2/unicode_groups.cc.s

util/rune.o: util/rune.cc.o

.PHONY : util/rune.o

# target to build an object file
util/rune.cc.o:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/util/rune.cc.o
.PHONY : util/rune.cc.o

util/rune.i: util/rune.cc.i

.PHONY : util/rune.i

# target to preprocess a source file
util/rune.cc.i:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/util/rune.cc.i
.PHONY : util/rune.cc.i

util/rune.s: util/rune.cc.s

.PHONY : util/rune.s

# target to generate assembly for a file
util/rune.cc.s:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/util/rune.cc.s
.PHONY : util/rune.cc.s

util/strutil.o: util/strutil.cc.o

.PHONY : util/strutil.o

# target to build an object file
util/strutil.cc.o:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/util/strutil.cc.o
.PHONY : util/strutil.cc.o

util/strutil.i: util/strutil.cc.i

.PHONY : util/strutil.i

# target to preprocess a source file
util/strutil.cc.i:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/util/strutil.cc.i
.PHONY : util/strutil.cc.i

util/strutil.s: util/strutil.cc.s

.PHONY : util/strutil.s

# target to generate assembly for a file
util/strutil.cc.s:
	cd /usr/local/src/quickstep/build && $(MAKE) -f third_party/re2/CMakeFiles/re2.dir/build.make third_party/re2/CMakeFiles/re2.dir/util/strutil.cc.s
.PHONY : util/strutil.cc.s

# 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 "... install"
	@echo "... list_install_components"
	@echo "... package"
	@echo "... package_source"
	@echo "... install/strip"
	@echo "... re2"
	@echo "... rebuild_cache"
	@echo "... install/local"
	@echo "... test"
	@echo "... edit_cache"
	@echo "... re2/bitstate.o"
	@echo "... re2/bitstate.i"
	@echo "... re2/bitstate.s"
	@echo "... re2/compile.o"
	@echo "... re2/compile.i"
	@echo "... re2/compile.s"
	@echo "... re2/dfa.o"
	@echo "... re2/dfa.i"
	@echo "... re2/dfa.s"
	@echo "... re2/filtered_re2.o"
	@echo "... re2/filtered_re2.i"
	@echo "... re2/filtered_re2.s"
	@echo "... re2/mimics_pcre.o"
	@echo "... re2/mimics_pcre.i"
	@echo "... re2/mimics_pcre.s"
	@echo "... re2/nfa.o"
	@echo "... re2/nfa.i"
	@echo "... re2/nfa.s"
	@echo "... re2/onepass.o"
	@echo "... re2/onepass.i"
	@echo "... re2/onepass.s"
	@echo "... re2/parse.o"
	@echo "... re2/parse.i"
	@echo "... re2/parse.s"
	@echo "... re2/perl_groups.o"
	@echo "... re2/perl_groups.i"
	@echo "... re2/perl_groups.s"
	@echo "... re2/prefilter.o"
	@echo "... re2/prefilter.i"
	@echo "... re2/prefilter.s"
	@echo "... re2/prefilter_tree.o"
	@echo "... re2/prefilter_tree.i"
	@echo "... re2/prefilter_tree.s"
	@echo "... re2/prog.o"
	@echo "... re2/prog.i"
	@echo "... re2/prog.s"
	@echo "... re2/re2.o"
	@echo "... re2/re2.i"
	@echo "... re2/re2.s"
	@echo "... re2/regexp.o"
	@echo "... re2/regexp.i"
	@echo "... re2/regexp.s"
	@echo "... re2/set.o"
	@echo "... re2/set.i"
	@echo "... re2/set.s"
	@echo "... re2/simplify.o"
	@echo "... re2/simplify.i"
	@echo "... re2/simplify.s"
	@echo "... re2/stringpiece.o"
	@echo "... re2/stringpiece.i"
	@echo "... re2/stringpiece.s"
	@echo "... re2/tostring.o"
	@echo "... re2/tostring.i"
	@echo "... re2/tostring.s"
	@echo "... re2/unicode_casefold.o"
	@echo "... re2/unicode_casefold.i"
	@echo "... re2/unicode_casefold.s"
	@echo "... re2/unicode_groups.o"
	@echo "... re2/unicode_groups.i"
	@echo "... re2/unicode_groups.s"
	@echo "... util/rune.o"
	@echo "... util/rune.i"
	@echo "... util/rune.s"
	@echo "... util/strutil.o"
	@echo "... util/strutil.i"
	@echo "... util/strutil.s"
.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:
	cd /usr/local/src/quickstep/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

