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

# 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/local/Cellar/cmake/3.6.2/bin/cmake

# The command to remove a file.
RM = /usr/local/Cellar/cmake/3.6.2/bin/cmake -E remove -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/tomaskorcak/dev/microcrawler/libcouchbase

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/tomaskorcak/dev/microcrawler/libcouchbase/build

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

# Special rule for the target edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
	/usr/local/Cellar/cmake/3.6.2/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : edit_cache

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

.PHONY : edit_cache/fast

# Special rule for the target test
test:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
	/usr/local/Cellar/cmake/3.6.2/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 install/local
install/local: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
	/usr/local/Cellar/cmake/3.6.2/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 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 install
install: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
	/usr/local/Cellar/cmake/3.6.2/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/local/Cellar/cmake/3.6.2/bin/cmake -P cmake_install.cmake
.PHONY : install/fast

# Special rule for the target package
package: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && /usr/local/Cellar/cmake/3.6.2/bin/cpack --config ./CPackConfig.cmake
.PHONY : package

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

.PHONY : package/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/local/Cellar/cmake/3.6.2/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 rebuild_cache
rebuild_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
	/usr/local/Cellar/cmake/3.6.2/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 package_source
package_source:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && /usr/local/Cellar/cmake/3.6.2/bin/cpack --config ./CPackSourceConfig.cmake /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CPackSourceConfig.cmake
.PHONY : package_source

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

.PHONY : package_source/fast

# The main all target
all: cmake_check_build_system
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(CMAKE_COMMAND) -E cmake_progress_start /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/tools/CMakeFiles/progress.marks
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f CMakeFiles/Makefile2 tools/all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f CMakeFiles/Makefile2 tools/clean
.PHONY : clean

# The main clean target
clean/fast: clean

.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f CMakeFiles/Makefile2 tools/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f CMakeFiles/Makefile2 tools/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
tools/CMakeFiles/cbc-n1qlback.dir/rule:
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f CMakeFiles/Makefile2 tools/CMakeFiles/cbc-n1qlback.dir/rule
.PHONY : tools/CMakeFiles/cbc-n1qlback.dir/rule

# Convenience name for target.
cbc-n1qlback: tools/CMakeFiles/cbc-n1qlback.dir/rule

.PHONY : cbc-n1qlback

# fast build rule for target.
cbc-n1qlback/fast:
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tools/CMakeFiles/cbc-n1qlback.dir/build.make tools/CMakeFiles/cbc-n1qlback.dir/build
.PHONY : cbc-n1qlback/fast

# Convenience name for target.
tools/CMakeFiles/cbc-pillowfight.dir/rule:
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f CMakeFiles/Makefile2 tools/CMakeFiles/cbc-pillowfight.dir/rule
.PHONY : tools/CMakeFiles/cbc-pillowfight.dir/rule

# Convenience name for target.
cbc-pillowfight: tools/CMakeFiles/cbc-pillowfight.dir/rule

.PHONY : cbc-pillowfight

# fast build rule for target.
cbc-pillowfight/fast:
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tools/CMakeFiles/cbc-pillowfight.dir/build.make tools/CMakeFiles/cbc-pillowfight.dir/build
.PHONY : cbc-pillowfight/fast

# Convenience name for target.
tools/CMakeFiles/cbc.dir/rule:
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f CMakeFiles/Makefile2 tools/CMakeFiles/cbc.dir/rule
.PHONY : tools/CMakeFiles/cbc.dir/rule

# Convenience name for target.
cbc: tools/CMakeFiles/cbc.dir/rule

.PHONY : cbc

# fast build rule for target.
cbc/fast:
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tools/CMakeFiles/cbc.dir/build.make tools/CMakeFiles/cbc.dir/build
.PHONY : cbc/fast

# Convenience name for target.
tools/CMakeFiles/lcbtools.dir/rule:
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f CMakeFiles/Makefile2 tools/CMakeFiles/lcbtools.dir/rule
.PHONY : tools/CMakeFiles/lcbtools.dir/rule

# Convenience name for target.
lcbtools: tools/CMakeFiles/lcbtools.dir/rule

.PHONY : lcbtools

# fast build rule for target.
lcbtools/fast:
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tools/CMakeFiles/lcbtools.dir/build.make tools/CMakeFiles/lcbtools.dir/build
.PHONY : lcbtools/fast

cbc-n1qlback.o: cbc-n1qlback.cc.o

.PHONY : cbc-n1qlback.o

# target to build an object file
cbc-n1qlback.cc.o:
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tools/CMakeFiles/cbc-n1qlback.dir/build.make tools/CMakeFiles/cbc-n1qlback.dir/cbc-n1qlback.cc.o
.PHONY : cbc-n1qlback.cc.o

cbc-n1qlback.i: cbc-n1qlback.cc.i

.PHONY : cbc-n1qlback.i

# target to preprocess a source file
cbc-n1qlback.cc.i:
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tools/CMakeFiles/cbc-n1qlback.dir/build.make tools/CMakeFiles/cbc-n1qlback.dir/cbc-n1qlback.cc.i
.PHONY : cbc-n1qlback.cc.i

cbc-n1qlback.s: cbc-n1qlback.cc.s

.PHONY : cbc-n1qlback.s

# target to generate assembly for a file
cbc-n1qlback.cc.s:
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tools/CMakeFiles/cbc-n1qlback.dir/build.make tools/CMakeFiles/cbc-n1qlback.dir/cbc-n1qlback.cc.s
.PHONY : cbc-n1qlback.cc.s

cbc-pillowfight.o: cbc-pillowfight.cc.o

.PHONY : cbc-pillowfight.o

# target to build an object file
cbc-pillowfight.cc.o:
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tools/CMakeFiles/cbc-pillowfight.dir/build.make tools/CMakeFiles/cbc-pillowfight.dir/cbc-pillowfight.cc.o
.PHONY : cbc-pillowfight.cc.o

cbc-pillowfight.i: cbc-pillowfight.cc.i

.PHONY : cbc-pillowfight.i

# target to preprocess a source file
cbc-pillowfight.cc.i:
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tools/CMakeFiles/cbc-pillowfight.dir/build.make tools/CMakeFiles/cbc-pillowfight.dir/cbc-pillowfight.cc.i
.PHONY : cbc-pillowfight.cc.i

cbc-pillowfight.s: cbc-pillowfight.cc.s

.PHONY : cbc-pillowfight.s

# target to generate assembly for a file
cbc-pillowfight.cc.s:
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tools/CMakeFiles/cbc-pillowfight.dir/build.make tools/CMakeFiles/cbc-pillowfight.dir/cbc-pillowfight.cc.s
.PHONY : cbc-pillowfight.cc.s

cbc.o: cbc.cc.o

.PHONY : cbc.o

# target to build an object file
cbc.cc.o:
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tools/CMakeFiles/cbc.dir/build.make tools/CMakeFiles/cbc.dir/cbc.cc.o
.PHONY : cbc.cc.o

cbc.i: cbc.cc.i

.PHONY : cbc.i

# target to preprocess a source file
cbc.cc.i:
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tools/CMakeFiles/cbc.dir/build.make tools/CMakeFiles/cbc.dir/cbc.cc.i
.PHONY : cbc.cc.i

cbc.s: cbc.cc.s

.PHONY : cbc.s

# target to generate assembly for a file
cbc.cc.s:
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tools/CMakeFiles/cbc.dir/build.make tools/CMakeFiles/cbc.dir/cbc.cc.s
.PHONY : cbc.cc.s

common/histogram.o: common/histogram.cc.o

.PHONY : common/histogram.o

# target to build an object file
common/histogram.cc.o:
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tools/CMakeFiles/lcbtools.dir/build.make tools/CMakeFiles/lcbtools.dir/common/histogram.cc.o
.PHONY : common/histogram.cc.o

common/histogram.i: common/histogram.cc.i

.PHONY : common/histogram.i

# target to preprocess a source file
common/histogram.cc.i:
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tools/CMakeFiles/lcbtools.dir/build.make tools/CMakeFiles/lcbtools.dir/common/histogram.cc.i
.PHONY : common/histogram.cc.i

common/histogram.s: common/histogram.cc.s

.PHONY : common/histogram.s

# target to generate assembly for a file
common/histogram.cc.s:
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tools/CMakeFiles/lcbtools.dir/build.make tools/CMakeFiles/lcbtools.dir/common/histogram.cc.s
.PHONY : common/histogram.cc.s

common/options.o: common/options.cc.o

.PHONY : common/options.o

# target to build an object file
common/options.cc.o:
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tools/CMakeFiles/lcbtools.dir/build.make tools/CMakeFiles/lcbtools.dir/common/options.cc.o
.PHONY : common/options.cc.o

common/options.i: common/options.cc.i

.PHONY : common/options.i

# target to preprocess a source file
common/options.cc.i:
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tools/CMakeFiles/lcbtools.dir/build.make tools/CMakeFiles/lcbtools.dir/common/options.cc.i
.PHONY : common/options.cc.i

common/options.s: common/options.cc.s

.PHONY : common/options.s

# target to generate assembly for a file
common/options.cc.s:
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tools/CMakeFiles/lcbtools.dir/build.make tools/CMakeFiles/lcbtools.dir/common/options.cc.s
.PHONY : common/options.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 "... edit_cache"
	@echo "... test"
	@echo "... install/local"
	@echo "... list_install_components"
	@echo "... install"
	@echo "... package"
	@echo "... install/strip"
	@echo "... rebuild_cache"
	@echo "... package_source"
	@echo "... cbc-n1qlback"
	@echo "... cbc-pillowfight"
	@echo "... cbc"
	@echo "... lcbtools"
	@echo "... cbc-n1qlback.o"
	@echo "... cbc-n1qlback.i"
	@echo "... cbc-n1qlback.s"
	@echo "... cbc-pillowfight.o"
	@echo "... cbc-pillowfight.i"
	@echo "... cbc-pillowfight.s"
	@echo "... cbc.o"
	@echo "... cbc.i"
	@echo "... cbc.s"
	@echo "... common/histogram.o"
	@echo "... common/histogram.i"
	@echo "... common/histogram.s"
	@echo "... common/options.o"
	@echo "... common/options.i"
	@echo "... common/options.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 /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

