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

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

# 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/tests/CMakeFiles/progress.marks
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f CMakeFiles/Makefile2 tests/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 tests/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 tests/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f CMakeFiles/Makefile2 tests/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.
tests/CMakeFiles/alltests.dir/rule:
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f CMakeFiles/Makefile2 tests/CMakeFiles/alltests.dir/rule
.PHONY : tests/CMakeFiles/alltests.dir/rule

# Convenience name for target.
alltests: tests/CMakeFiles/alltests.dir/rule

.PHONY : alltests

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

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

# Convenience name for target.
unit-tests: tests/CMakeFiles/unit-tests.dir/rule

.PHONY : unit-tests

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

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

# Convenience name for target.
mocksupport: tests/CMakeFiles/mocksupport.dir/rule

.PHONY : mocksupport

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

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

# Convenience name for target.
sock-tests: tests/CMakeFiles/sock-tests.dir/rule

.PHONY : sock-tests

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

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

# Convenience name for target.
rdb-tests: tests/CMakeFiles/rdb-tests.dir/rule

.PHONY : rdb-tests

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

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

# Convenience name for target.
ioserver: tests/CMakeFiles/ioserver.dir/rule

.PHONY : ioserver

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

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

# Convenience name for target.
mc-malloc-tests: tests/CMakeFiles/mc-malloc-tests.dir/rule

.PHONY : mc-malloc-tests

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

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

# Convenience name for target.
check-all: tests/CMakeFiles/check-all.dir/rule

.PHONY : check-all

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

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

# Convenience name for target.
vbucket-tests: tests/CMakeFiles/vbucket-tests.dir/rule

.PHONY : vbucket-tests

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

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

# Convenience name for target.
nonio-tests: tests/CMakeFiles/nonio-tests.dir/rule

.PHONY : nonio-tests

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

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

# Convenience name for target.
htparse-tests: tests/CMakeFiles/htparse-tests.dir/rule

.PHONY : htparse-tests

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

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

# Convenience name for target.
netbuf-tests: tests/CMakeFiles/netbuf-tests.dir/rule

.PHONY : netbuf-tests

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

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

# Convenience name for target.
mc-tests: tests/CMakeFiles/mc-tests.dir/rule

.PHONY : mc-tests

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

__/src/list.o: __/src/list.c.o

.PHONY : __/src/list.o

# target to build an object file
__/src/list.c.o:
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tests/CMakeFiles/rdb-tests.dir/build.make tests/CMakeFiles/rdb-tests.dir/__/src/list.c.o
.PHONY : __/src/list.c.o

__/src/list.i: __/src/list.c.i

.PHONY : __/src/list.i

# target to preprocess a source file
__/src/list.c.i:
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tests/CMakeFiles/rdb-tests.dir/build.make tests/CMakeFiles/rdb-tests.dir/__/src/list.c.i
.PHONY : __/src/list.c.i

__/src/list.s: __/src/list.c.s

.PHONY : __/src/list.s

# target to generate assembly for a file
__/src/list.c.s:
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tests/CMakeFiles/rdb-tests.dir/build.make tests/CMakeFiles/rdb-tests.dir/__/src/list.c.s
.PHONY : __/src/list.c.s

basic/t_base64.o: basic/t_base64.cc.o

.PHONY : basic/t_base64.o

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

basic/t_base64.i: basic/t_base64.cc.i

.PHONY : basic/t_base64.i

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

basic/t_base64.s: basic/t_base64.cc.s

.PHONY : basic/t_base64.s

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

basic/t_ccbc103.o: basic/t_ccbc103.cc.o

.PHONY : basic/t_ccbc103.o

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

basic/t_ccbc103.i: basic/t_ccbc103.cc.i

.PHONY : basic/t_ccbc103.i

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

basic/t_ccbc103.s: basic/t_ccbc103.cc.s

.PHONY : basic/t_ccbc103.s

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

basic/t_connstr.o: basic/t_connstr.cc.o

.PHONY : basic/t_connstr.o

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

basic/t_connstr.i: basic/t_connstr.cc.i

.PHONY : basic/t_connstr.i

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

basic/t_connstr.s: basic/t_connstr.cc.s

.PHONY : basic/t_connstr.s

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

basic/t_creds.o: basic/t_creds.cc.o

.PHONY : basic/t_creds.o

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

basic/t_creds.i: basic/t_creds.cc.i

.PHONY : basic/t_creds.i

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

basic/t_creds.s: basic/t_creds.cc.s

.PHONY : basic/t_creds.s

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

basic/t_ctlcodes.o: basic/t_ctlcodes.cc.o

.PHONY : basic/t_ctlcodes.o

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

basic/t_ctlcodes.i: basic/t_ctlcodes.cc.i

.PHONY : basic/t_ctlcodes.i

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

basic/t_ctlcodes.s: basic/t_ctlcodes.cc.s

.PHONY : basic/t_ctlcodes.s

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

basic/t_hashset.o: basic/t_hashset.cc.o

.PHONY : basic/t_hashset.o

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

basic/t_hashset.i: basic/t_hashset.cc.i

.PHONY : basic/t_hashset.i

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

basic/t_hashset.s: basic/t_hashset.cc.s

.PHONY : basic/t_hashset.s

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

basic/t_host.o: basic/t_host.cc.o

.PHONY : basic/t_host.o

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

basic/t_host.i: basic/t_host.cc.i

.PHONY : basic/t_host.i

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

basic/t_host.s: basic/t_host.cc.s

.PHONY : basic/t_host.s

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

basic/t_jsparse.o: basic/t_jsparse.cc.o

.PHONY : basic/t_jsparse.o

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

basic/t_jsparse.i: basic/t_jsparse.cc.i

.PHONY : basic/t_jsparse.i

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

basic/t_jsparse.s: basic/t_jsparse.cc.s

.PHONY : basic/t_jsparse.s

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

basic/t_list.o: basic/t_list.cc.o

.PHONY : basic/t_list.o

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

basic/t_list.i: basic/t_list.cc.i

.PHONY : basic/t_list.i

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

basic/t_list.s: basic/t_list.cc.s

.PHONY : basic/t_list.s

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

basic/t_logger.o: basic/t_logger.cc.o

.PHONY : basic/t_logger.o

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

basic/t_logger.i: basic/t_logger.cc.i

.PHONY : basic/t_logger.i

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

basic/t_logger.s: basic/t_logger.cc.s

.PHONY : basic/t_logger.s

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

basic/t_misc.o: basic/t_misc.cc.o

.PHONY : basic/t_misc.o

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

basic/t_misc.i: basic/t_misc.cc.i

.PHONY : basic/t_misc.i

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

basic/t_misc.s: basic/t_misc.cc.s

.PHONY : basic/t_misc.s

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

basic/t_n1qlstrings.o: basic/t_n1qlstrings.cc.o

.PHONY : basic/t_n1qlstrings.o

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

basic/t_n1qlstrings.i: basic/t_n1qlstrings.cc.i

.PHONY : basic/t_n1qlstrings.i

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

basic/t_n1qlstrings.s: basic/t_n1qlstrings.cc.s

.PHONY : basic/t_n1qlstrings.s

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

basic/t_netbuf.o: basic/t_netbuf.cc.o

.PHONY : basic/t_netbuf.o

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

basic/t_netbuf.i: basic/t_netbuf.cc.i

.PHONY : basic/t_netbuf.i

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

basic/t_netbuf.s: basic/t_netbuf.cc.s

.PHONY : basic/t_netbuf.s

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

basic/t_packet.o: basic/t_packet.cc.o

.PHONY : basic/t_packet.o

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

basic/t_packet.i: basic/t_packet.cc.i

.PHONY : basic/t_packet.i

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

basic/t_packet.s: basic/t_packet.cc.s

.PHONY : basic/t_packet.s

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

basic/t_ringbuffer.o: basic/t_ringbuffer.cc.o

.PHONY : basic/t_ringbuffer.o

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

basic/t_ringbuffer.i: basic/t_ringbuffer.cc.i

.PHONY : basic/t_ringbuffer.i

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

basic/t_ringbuffer.s: basic/t_ringbuffer.cc.s

.PHONY : basic/t_ringbuffer.s

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

basic/t_slist.o: basic/t_slist.cc.o

.PHONY : basic/t_slist.o

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

basic/t_slist.i: basic/t_slist.cc.i

.PHONY : basic/t_slist.i

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

basic/t_slist.s: basic/t_slist.cc.s

.PHONY : basic/t_slist.s

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

basic/t_strerror.o: basic/t_strerror.cc.o

.PHONY : basic/t_strerror.o

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

basic/t_strerror.i: basic/t_strerror.cc.i

.PHONY : basic/t_strerror.i

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

basic/t_strerror.s: basic/t_strerror.cc.s

.PHONY : basic/t_strerror.s

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

basic/t_string.o: basic/t_string.cc.o

.PHONY : basic/t_string.o

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

basic/t_string.i: basic/t_string.cc.i

.PHONY : basic/t_string.i

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

basic/t_string.s: basic/t_string.cc.s

.PHONY : basic/t_string.s

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

basic/t_urlencode.o: basic/t_urlencode.cc.o

.PHONY : basic/t_urlencode.o

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

basic/t_urlencode.i: basic/t_urlencode.cc.i

.PHONY : basic/t_urlencode.i

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

basic/t_urlencode.s: basic/t_urlencode.cc.s

.PHONY : basic/t_urlencode.s

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

check-all.o: check-all.cc.o

.PHONY : check-all.o

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

check-all.i: check-all.cc.i

.PHONY : check-all.i

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

check-all.s: check-all.cc.s

.PHONY : check-all.s

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

htparse/t_basic.o: htparse/t_basic.cc.o

.PHONY : htparse/t_basic.o

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

htparse/t_basic.i: htparse/t_basic.cc.i

.PHONY : htparse/t_basic.i

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

htparse/t_basic.s: htparse/t_basic.cc.s

.PHONY : htparse/t_basic.s

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

ioserver/connection.o: ioserver/connection.cc.o

.PHONY : ioserver/connection.o

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

ioserver/connection.i: ioserver/connection.cc.i

.PHONY : ioserver/connection.i

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

ioserver/connection.s: ioserver/connection.cc.s

.PHONY : ioserver/connection.s

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

ioserver/future.o: ioserver/future.cc.o

.PHONY : ioserver/future.o

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

ioserver/future.i: ioserver/future.cc.i

.PHONY : ioserver/future.i

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

ioserver/future.s: ioserver/future.cc.s

.PHONY : ioserver/future.s

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

ioserver/ioserver.o: ioserver/ioserver.cc.o

.PHONY : ioserver/ioserver.o

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

ioserver/ioserver.i: ioserver/ioserver.cc.i

.PHONY : ioserver/ioserver.i

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

ioserver/ioserver.s: ioserver/ioserver.cc.s

.PHONY : ioserver/ioserver.s

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

ioserver/socket.o: ioserver/socket.cc.o

.PHONY : ioserver/socket.o

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

ioserver/socket.i: ioserver/socket.cc.i

.PHONY : ioserver/socket.i

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

ioserver/socket.s: ioserver/socket.cc.s

.PHONY : ioserver/socket.s

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

ioserver/ssl_connection.o: ioserver/ssl_connection.cc.o

.PHONY : ioserver/ssl_connection.o

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

ioserver/ssl_connection.i: ioserver/ssl_connection.cc.i

.PHONY : ioserver/ssl_connection.i

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

ioserver/ssl_connection.s: ioserver/ssl_connection.cc.s

.PHONY : ioserver/ssl_connection.s

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

ioserver/threads-pthreads.o: ioserver/threads-pthreads.cc.o

.PHONY : ioserver/threads-pthreads.o

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

ioserver/threads-pthreads.i: ioserver/threads-pthreads.cc.i

.PHONY : ioserver/threads-pthreads.i

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

ioserver/threads-pthreads.s: ioserver/threads-pthreads.cc.s

.PHONY : ioserver/threads-pthreads.s

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

ioserver/threads-win32.o: ioserver/threads-win32.cc.o

.PHONY : ioserver/threads-win32.o

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

ioserver/threads-win32.i: ioserver/threads-win32.cc.i

.PHONY : ioserver/threads-win32.i

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

ioserver/threads-win32.s: ioserver/threads-win32.cc.s

.PHONY : ioserver/threads-win32.s

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

iotests/mock-environment.o: iotests/mock-environment.cc.o

.PHONY : iotests/mock-environment.o

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

iotests/mock-environment.i: iotests/mock-environment.cc.i

.PHONY : iotests/mock-environment.i

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

iotests/mock-environment.s: iotests/mock-environment.cc.s

.PHONY : iotests/mock-environment.s

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

iotests/mock-unit-test.o: iotests/mock-unit-test.cc.o

.PHONY : iotests/mock-unit-test.o

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

iotests/mock-unit-test.i: iotests/mock-unit-test.cc.i

.PHONY : iotests/mock-unit-test.i

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

iotests/mock-unit-test.s: iotests/mock-unit-test.cc.s

.PHONY : iotests/mock-unit-test.s

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

iotests/t_arithmetic.o: iotests/t_arithmetic.cc.o

.PHONY : iotests/t_arithmetic.o

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

iotests/t_arithmetic.i: iotests/t_arithmetic.cc.i

.PHONY : iotests/t_arithmetic.i

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

iotests/t_arithmetic.s: iotests/t_arithmetic.cc.s

.PHONY : iotests/t_arithmetic.s

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

iotests/t_behavior.o: iotests/t_behavior.cc.o

.PHONY : iotests/t_behavior.o

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

iotests/t_behavior.i: iotests/t_behavior.cc.i

.PHONY : iotests/t_behavior.i

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

iotests/t_behavior.s: iotests/t_behavior.cc.s

.PHONY : iotests/t_behavior.s

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

iotests/t_configcache.o: iotests/t_configcache.cc.o

.PHONY : iotests/t_configcache.o

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

iotests/t_configcache.i: iotests/t_configcache.cc.i

.PHONY : iotests/t_configcache.i

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

iotests/t_configcache.s: iotests/t_configcache.cc.s

.PHONY : iotests/t_configcache.s

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

iotests/t_confmon.o: iotests/t_confmon.cc.o

.PHONY : iotests/t_confmon.o

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

iotests/t_confmon.i: iotests/t_confmon.cc.i

.PHONY : iotests/t_confmon.i

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

iotests/t_confmon.s: iotests/t_confmon.cc.s

.PHONY : iotests/t_confmon.s

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

iotests/t_durability.o: iotests/t_durability.cc.o

.PHONY : iotests/t_durability.o

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

iotests/t_durability.i: iotests/t_durability.cc.i

.PHONY : iotests/t_durability.i

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

iotests/t_durability.s: iotests/t_durability.cc.s

.PHONY : iotests/t_durability.s

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

iotests/t_forward.o: iotests/t_forward.cc.o

.PHONY : iotests/t_forward.o

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

iotests/t_forward.i: iotests/t_forward.cc.i

.PHONY : iotests/t_forward.i

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

iotests/t_forward.s: iotests/t_forward.cc.s

.PHONY : iotests/t_forward.s

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

iotests/t_get.o: iotests/t_get.cc.o

.PHONY : iotests/t_get.o

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

iotests/t_get.i: iotests/t_get.cc.i

.PHONY : iotests/t_get.i

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

iotests/t_get.s: iotests/t_get.cc.s

.PHONY : iotests/t_get.s

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

iotests/t_http.o: iotests/t_http.cc.o

.PHONY : iotests/t_http.o

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

iotests/t_http.i: iotests/t_http.cc.i

.PHONY : iotests/t_http.i

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

iotests/t_http.s: iotests/t_http.cc.s

.PHONY : iotests/t_http.s

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

iotests/t_iops.o: iotests/t_iops.cc.o

.PHONY : iotests/t_iops.o

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

iotests/t_iops.i: iotests/t_iops.cc.i

.PHONY : iotests/t_iops.i

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

iotests/t_iops.s: iotests/t_iops.cc.s

.PHONY : iotests/t_iops.s

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

iotests/t_lock.o: iotests/t_lock.cc.o

.PHONY : iotests/t_lock.o

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

iotests/t_lock.i: iotests/t_lock.cc.i

.PHONY : iotests/t_lock.i

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

iotests/t_lock.s: iotests/t_lock.cc.s

.PHONY : iotests/t_lock.s

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

iotests/t_misc.o: iotests/t_misc.cc.o

.PHONY : iotests/t_misc.o

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

iotests/t_misc.i: iotests/t_misc.cc.i

.PHONY : iotests/t_misc.i

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

iotests/t_misc.s: iotests/t_misc.cc.s

.PHONY : iotests/t_misc.s

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

iotests/t_mutate.o: iotests/t_mutate.cc.o

.PHONY : iotests/t_mutate.o

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

iotests/t_mutate.i: iotests/t_mutate.cc.i

.PHONY : iotests/t_mutate.i

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

iotests/t_mutate.s: iotests/t_mutate.cc.s

.PHONY : iotests/t_mutate.s

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

iotests/t_n1ql.o: iotests/t_n1ql.cc.o

.PHONY : iotests/t_n1ql.o

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

iotests/t_n1ql.i: iotests/t_n1ql.cc.i

.PHONY : iotests/t_n1ql.i

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

iotests/t_n1ql.s: iotests/t_n1ql.cc.s

.PHONY : iotests/t_n1ql.s

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

iotests/t_netfail.o: iotests/t_netfail.cc.o

.PHONY : iotests/t_netfail.o

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

iotests/t_netfail.i: iotests/t_netfail.cc.i

.PHONY : iotests/t_netfail.i

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

iotests/t_netfail.s: iotests/t_netfail.cc.s

.PHONY : iotests/t_netfail.s

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

iotests/t_obseqno.o: iotests/t_obseqno.cc.o

.PHONY : iotests/t_obseqno.o

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

iotests/t_obseqno.i: iotests/t_obseqno.cc.i

.PHONY : iotests/t_obseqno.i

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

iotests/t_obseqno.s: iotests/t_obseqno.cc.s

.PHONY : iotests/t_obseqno.s

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

iotests/t_regression.o: iotests/t_regression.cc.o

.PHONY : iotests/t_regression.o

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

iotests/t_regression.i: iotests/t_regression.cc.i

.PHONY : iotests/t_regression.i

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

iotests/t_regression.s: iotests/t_regression.cc.s

.PHONY : iotests/t_regression.s

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

iotests/t_sched.o: iotests/t_sched.cc.o

.PHONY : iotests/t_sched.o

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

iotests/t_sched.i: iotests/t_sched.cc.i

.PHONY : iotests/t_sched.i

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

iotests/t_sched.s: iotests/t_sched.cc.s

.PHONY : iotests/t_sched.s

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

iotests/t_serverops.o: iotests/t_serverops.cc.o

.PHONY : iotests/t_serverops.o

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

iotests/t_serverops.i: iotests/t_serverops.cc.i

.PHONY : iotests/t_serverops.i

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

iotests/t_serverops.s: iotests/t_serverops.cc.s

.PHONY : iotests/t_serverops.s

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

iotests/t_smoke.o: iotests/t_smoke.cc.o

.PHONY : iotests/t_smoke.o

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

iotests/t_smoke.i: iotests/t_smoke.cc.i

.PHONY : iotests/t_smoke.i

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

iotests/t_smoke.s: iotests/t_smoke.cc.s

.PHONY : iotests/t_smoke.s

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

iotests/t_subdoc.o: iotests/t_subdoc.cc.o

.PHONY : iotests/t_subdoc.o

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

iotests/t_subdoc.i: iotests/t_subdoc.cc.i

.PHONY : iotests/t_subdoc.i

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

iotests/t_subdoc.s: iotests/t_subdoc.cc.s

.PHONY : iotests/t_subdoc.s

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

iotests/t_syncmode.o: iotests/t_syncmode.cc.o

.PHONY : iotests/t_syncmode.o

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

iotests/t_syncmode.i: iotests/t_syncmode.cc.i

.PHONY : iotests/t_syncmode.i

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

iotests/t_syncmode.s: iotests/t_syncmode.cc.s

.PHONY : iotests/t_syncmode.s

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

iotests/t_views.o: iotests/t_views.cc.o

.PHONY : iotests/t_views.o

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

iotests/t_views.i: iotests/t_views.cc.i

.PHONY : iotests/t_views.i

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

iotests/t_views.s: iotests/t_views.cc.s

.PHONY : iotests/t_views.s

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

iotests/testutil.o: iotests/testutil.cc.o

.PHONY : iotests/testutil.o

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

iotests/testutil.i: iotests/testutil.cc.i

.PHONY : iotests/testutil.i

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

iotests/testutil.s: iotests/testutil.cc.s

.PHONY : iotests/testutil.s

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

mc/t_alloc.o: mc/t_alloc.cc.o

.PHONY : mc/t_alloc.o

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

mc/t_alloc.i: mc/t_alloc.cc.i

.PHONY : mc/t_alloc.i

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

mc/t_alloc.s: mc/t_alloc.cc.s

.PHONY : mc/t_alloc.s

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

mc/t_context.o: mc/t_context.cc.o

.PHONY : mc/t_context.o

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

mc/t_context.i: mc/t_context.cc.i

.PHONY : mc/t_context.i

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

mc/t_context.s: mc/t_context.cc.s

.PHONY : mc/t_context.s

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

mc/t_flush.o: mc/t_flush.cc.o

.PHONY : mc/t_flush.o

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

mc/t_flush.i: mc/t_flush.cc.i

.PHONY : mc/t_flush.i

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

mc/t_flush.s: mc/t_flush.cc.s

.PHONY : mc/t_flush.s

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

mc/t_forward.o: mc/t_forward.cc.o

.PHONY : mc/t_forward.o

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

mc/t_forward.i: mc/t_forward.cc.i

.PHONY : mc/t_forward.i

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

mc/t_forward.s: mc/t_forward.cc.s

.PHONY : mc/t_forward.s

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

mc/t_ioflush.o: mc/t_ioflush.cc.o

.PHONY : mc/t_ioflush.o

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

mc/t_ioflush.i: mc/t_ioflush.cc.i

.PHONY : mc/t_ioflush.i

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

mc/t_ioflush.s: mc/t_ioflush.cc.s

.PHONY : mc/t_ioflush.s

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

mc/t_iovcursor.o: mc/t_iovcursor.cc.o

.PHONY : mc/t_iovcursor.o

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

mc/t_iovcursor.i: mc/t_iovcursor.cc.i

.PHONY : mc/t_iovcursor.i

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

mc/t_iovcursor.s: mc/t_iovcursor.cc.s

.PHONY : mc/t_iovcursor.s

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

mocksupport/procutil.o: mocksupport/procutil.c.o

.PHONY : mocksupport/procutil.o

# target to build an object file
mocksupport/procutil.c.o:
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tests/CMakeFiles/mocksupport.dir/build.make tests/CMakeFiles/mocksupport.dir/mocksupport/procutil.c.o
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tests/CMakeFiles/check-all.dir/build.make tests/CMakeFiles/check-all.dir/mocksupport/procutil.c.o
.PHONY : mocksupport/procutil.c.o

mocksupport/procutil.i: mocksupport/procutil.c.i

.PHONY : mocksupport/procutil.i

# target to preprocess a source file
mocksupport/procutil.c.i:
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tests/CMakeFiles/mocksupport.dir/build.make tests/CMakeFiles/mocksupport.dir/mocksupport/procutil.c.i
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tests/CMakeFiles/check-all.dir/build.make tests/CMakeFiles/check-all.dir/mocksupport/procutil.c.i
.PHONY : mocksupport/procutil.c.i

mocksupport/procutil.s: mocksupport/procutil.c.s

.PHONY : mocksupport/procutil.s

# target to generate assembly for a file
mocksupport/procutil.c.s:
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tests/CMakeFiles/mocksupport.dir/build.make tests/CMakeFiles/mocksupport.dir/mocksupport/procutil.c.s
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tests/CMakeFiles/check-all.dir/build.make tests/CMakeFiles/check-all.dir/mocksupport/procutil.c.s
.PHONY : mocksupport/procutil.c.s

mocksupport/server.o: mocksupport/server.c.o

.PHONY : mocksupport/server.o

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

mocksupport/server.i: mocksupport/server.c.i

.PHONY : mocksupport/server.i

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

mocksupport/server.s: mocksupport/server.c.s

.PHONY : mocksupport/server.s

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

mocksupport/timeout.o: mocksupport/timeout.c.o

.PHONY : mocksupport/timeout.o

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

mocksupport/timeout.i: mocksupport/timeout.c.i

.PHONY : mocksupport/timeout.i

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

mocksupport/timeout.s: mocksupport/timeout.c.s

.PHONY : mocksupport/timeout.s

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

nonio_tests.o: nonio_tests.cc.o

.PHONY : nonio_tests.o

# target to build an object file
nonio_tests.cc.o:
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tests/CMakeFiles/sock-tests.dir/build.make tests/CMakeFiles/sock-tests.dir/nonio_tests.cc.o
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tests/CMakeFiles/rdb-tests.dir/build.make tests/CMakeFiles/rdb-tests.dir/nonio_tests.cc.o
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tests/CMakeFiles/mc-malloc-tests.dir/build.make tests/CMakeFiles/mc-malloc-tests.dir/nonio_tests.cc.o
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tests/CMakeFiles/vbucket-tests.dir/build.make tests/CMakeFiles/vbucket-tests.dir/nonio_tests.cc.o
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tests/CMakeFiles/nonio-tests.dir/build.make tests/CMakeFiles/nonio-tests.dir/nonio_tests.cc.o
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tests/CMakeFiles/htparse-tests.dir/build.make tests/CMakeFiles/htparse-tests.dir/nonio_tests.cc.o
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tests/CMakeFiles/netbuf-tests.dir/build.make tests/CMakeFiles/netbuf-tests.dir/nonio_tests.cc.o
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tests/CMakeFiles/mc-tests.dir/build.make tests/CMakeFiles/mc-tests.dir/nonio_tests.cc.o
.PHONY : nonio_tests.cc.o

nonio_tests.i: nonio_tests.cc.i

.PHONY : nonio_tests.i

# target to preprocess a source file
nonio_tests.cc.i:
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tests/CMakeFiles/sock-tests.dir/build.make tests/CMakeFiles/sock-tests.dir/nonio_tests.cc.i
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tests/CMakeFiles/rdb-tests.dir/build.make tests/CMakeFiles/rdb-tests.dir/nonio_tests.cc.i
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tests/CMakeFiles/mc-malloc-tests.dir/build.make tests/CMakeFiles/mc-malloc-tests.dir/nonio_tests.cc.i
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tests/CMakeFiles/vbucket-tests.dir/build.make tests/CMakeFiles/vbucket-tests.dir/nonio_tests.cc.i
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tests/CMakeFiles/nonio-tests.dir/build.make tests/CMakeFiles/nonio-tests.dir/nonio_tests.cc.i
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tests/CMakeFiles/htparse-tests.dir/build.make tests/CMakeFiles/htparse-tests.dir/nonio_tests.cc.i
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tests/CMakeFiles/netbuf-tests.dir/build.make tests/CMakeFiles/netbuf-tests.dir/nonio_tests.cc.i
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tests/CMakeFiles/mc-tests.dir/build.make tests/CMakeFiles/mc-tests.dir/nonio_tests.cc.i
.PHONY : nonio_tests.cc.i

nonio_tests.s: nonio_tests.cc.s

.PHONY : nonio_tests.s

# target to generate assembly for a file
nonio_tests.cc.s:
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tests/CMakeFiles/sock-tests.dir/build.make tests/CMakeFiles/sock-tests.dir/nonio_tests.cc.s
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tests/CMakeFiles/rdb-tests.dir/build.make tests/CMakeFiles/rdb-tests.dir/nonio_tests.cc.s
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tests/CMakeFiles/mc-malloc-tests.dir/build.make tests/CMakeFiles/mc-malloc-tests.dir/nonio_tests.cc.s
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tests/CMakeFiles/vbucket-tests.dir/build.make tests/CMakeFiles/vbucket-tests.dir/nonio_tests.cc.s
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tests/CMakeFiles/nonio-tests.dir/build.make tests/CMakeFiles/nonio-tests.dir/nonio_tests.cc.s
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tests/CMakeFiles/htparse-tests.dir/build.make tests/CMakeFiles/htparse-tests.dir/nonio_tests.cc.s
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tests/CMakeFiles/netbuf-tests.dir/build.make tests/CMakeFiles/netbuf-tests.dir/nonio_tests.cc.s
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tests/CMakeFiles/mc-tests.dir/build.make tests/CMakeFiles/mc-tests.dir/nonio_tests.cc.s
.PHONY : nonio_tests.cc.s

rdb/t_basic.o: rdb/t_basic.cc.o

.PHONY : rdb/t_basic.o

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

rdb/t_basic.i: rdb/t_basic.cc.i

.PHONY : rdb/t_basic.i

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

rdb/t_basic.s: rdb/t_basic.cc.s

.PHONY : rdb/t_basic.s

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

rdb/t_bigalloc.o: rdb/t_bigalloc.cc.o

.PHONY : rdb/t_bigalloc.o

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

rdb/t_bigalloc.i: rdb/t_bigalloc.cc.i

.PHONY : rdb/t_bigalloc.i

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

rdb/t_bigalloc.s: rdb/t_bigalloc.cc.s

.PHONY : rdb/t_bigalloc.s

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

rdb/t_refs.o: rdb/t_refs.cc.o

.PHONY : rdb/t_refs.o

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

rdb/t_refs.i: rdb/t_refs.cc.i

.PHONY : rdb/t_refs.i

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

rdb/t_refs.s: rdb/t_refs.cc.s

.PHONY : rdb/t_refs.s

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

socktests/socktest.o: socktests/socktest.cc.o

.PHONY : socktests/socktest.o

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

socktests/socktest.i: socktests/socktest.cc.i

.PHONY : socktests/socktest.i

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

socktests/socktest.s: socktests/socktest.cc.s

.PHONY : socktests/socktest.s

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

socktests/t_basic.o: socktests/t_basic.cc.o

.PHONY : socktests/t_basic.o

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

socktests/t_basic.i: socktests/t_basic.cc.i

.PHONY : socktests/t_basic.i

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

socktests/t_basic.s: socktests/t_basic.cc.s

.PHONY : socktests/t_basic.s

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

socktests/t_ctx.o: socktests/t_ctx.cc.o

.PHONY : socktests/t_ctx.o

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

socktests/t_ctx.i: socktests/t_ctx.cc.i

.PHONY : socktests/t_ctx.i

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

socktests/t_ctx.s: socktests/t_ctx.cc.s

.PHONY : socktests/t_ctx.s

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

socktests/t_manager.o: socktests/t_manager.cc.o

.PHONY : socktests/t_manager.o

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

socktests/t_manager.i: socktests/t_manager.cc.i

.PHONY : socktests/t_manager.i

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

socktests/t_manager.s: socktests/t_manager.cc.s

.PHONY : socktests/t_manager.s

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

socktests/t_putex.o: socktests/t_putex.cc.o

.PHONY : socktests/t_putex.o

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

socktests/t_putex.i: socktests/t_putex.cc.i

.PHONY : socktests/t_putex.i

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

socktests/t_putex.s: socktests/t_putex.cc.s

.PHONY : socktests/t_putex.s

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

socktests/t_read.o: socktests/t_read.cc.o

.PHONY : socktests/t_read.o

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

socktests/t_read.i: socktests/t_read.cc.i

.PHONY : socktests/t_read.i

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

socktests/t_read.s: socktests/t_read.cc.s

.PHONY : socktests/t_read.s

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

socktests/t_reentrant.o: socktests/t_reentrant.cc.o

.PHONY : socktests/t_reentrant.o

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

socktests/t_reentrant.i: socktests/t_reentrant.cc.i

.PHONY : socktests/t_reentrant.i

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

socktests/t_reentrant.s: socktests/t_reentrant.cc.s

.PHONY : socktests/t_reentrant.s

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

socktests/t_ssl.o: socktests/t_ssl.cc.o

.PHONY : socktests/t_ssl.o

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

socktests/t_ssl.i: socktests/t_ssl.cc.i

.PHONY : socktests/t_ssl.i

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

socktests/t_ssl.s: socktests/t_ssl.cc.s

.PHONY : socktests/t_ssl.s

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

socktests/t_write.o: socktests/t_write.cc.o

.PHONY : socktests/t_write.o

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

socktests/t_write.i: socktests/t_write.cc.i

.PHONY : socktests/t_write.i

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

socktests/t_write.s: socktests/t_write.cc.s

.PHONY : socktests/t_write.s

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

unit_tests.o: unit_tests.cc.o

.PHONY : unit_tests.o

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

unit_tests.i: unit_tests.cc.i

.PHONY : unit_tests.i

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

unit_tests.s: unit_tests.cc.s

.PHONY : unit_tests.s

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

vbucket/t_config.o: vbucket/t_config.cc.o

.PHONY : vbucket/t_config.o

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

vbucket/t_config.i: vbucket/t_config.cc.i

.PHONY : vbucket/t_config.i

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

vbucket/t_config.s: vbucket/t_config.cc.s

.PHONY : vbucket/t_config.s

# target to generate assembly for a file
vbucket/t_config.cc.s:
	cd /Users/tomaskorcak/dev/microcrawler/libcouchbase/build && $(MAKE) -f tests/CMakeFiles/vbucket-tests.dir/build.make tests/CMakeFiles/vbucket-tests.dir/vbucket/t_config.cc.s
.PHONY : vbucket/t_config.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 "... rebuild_cache"
	@echo "... package_source"
	@echo "... install/local"
	@echo "... package"
	@echo "... install/strip"
	@echo "... test"
	@echo "... alltests"
	@echo "... list_install_components"
	@echo "... unit-tests"
	@echo "... mocksupport"
	@echo "... sock-tests"
	@echo "... rdb-tests"
	@echo "... install"
	@echo "... ioserver"
	@echo "... mc-malloc-tests"
	@echo "... check-all"
	@echo "... vbucket-tests"
	@echo "... nonio-tests"
	@echo "... edit_cache"
	@echo "... htparse-tests"
	@echo "... netbuf-tests"
	@echo "... mc-tests"
	@echo "... __/src/list.o"
	@echo "... __/src/list.i"
	@echo "... __/src/list.s"
	@echo "... basic/t_base64.o"
	@echo "... basic/t_base64.i"
	@echo "... basic/t_base64.s"
	@echo "... basic/t_ccbc103.o"
	@echo "... basic/t_ccbc103.i"
	@echo "... basic/t_ccbc103.s"
	@echo "... basic/t_connstr.o"
	@echo "... basic/t_connstr.i"
	@echo "... basic/t_connstr.s"
	@echo "... basic/t_creds.o"
	@echo "... basic/t_creds.i"
	@echo "... basic/t_creds.s"
	@echo "... basic/t_ctlcodes.o"
	@echo "... basic/t_ctlcodes.i"
	@echo "... basic/t_ctlcodes.s"
	@echo "... basic/t_hashset.o"
	@echo "... basic/t_hashset.i"
	@echo "... basic/t_hashset.s"
	@echo "... basic/t_host.o"
	@echo "... basic/t_host.i"
	@echo "... basic/t_host.s"
	@echo "... basic/t_jsparse.o"
	@echo "... basic/t_jsparse.i"
	@echo "... basic/t_jsparse.s"
	@echo "... basic/t_list.o"
	@echo "... basic/t_list.i"
	@echo "... basic/t_list.s"
	@echo "... basic/t_logger.o"
	@echo "... basic/t_logger.i"
	@echo "... basic/t_logger.s"
	@echo "... basic/t_misc.o"
	@echo "... basic/t_misc.i"
	@echo "... basic/t_misc.s"
	@echo "... basic/t_n1qlstrings.o"
	@echo "... basic/t_n1qlstrings.i"
	@echo "... basic/t_n1qlstrings.s"
	@echo "... basic/t_netbuf.o"
	@echo "... basic/t_netbuf.i"
	@echo "... basic/t_netbuf.s"
	@echo "... basic/t_packet.o"
	@echo "... basic/t_packet.i"
	@echo "... basic/t_packet.s"
	@echo "... basic/t_ringbuffer.o"
	@echo "... basic/t_ringbuffer.i"
	@echo "... basic/t_ringbuffer.s"
	@echo "... basic/t_slist.o"
	@echo "... basic/t_slist.i"
	@echo "... basic/t_slist.s"
	@echo "... basic/t_strerror.o"
	@echo "... basic/t_strerror.i"
	@echo "... basic/t_strerror.s"
	@echo "... basic/t_string.o"
	@echo "... basic/t_string.i"
	@echo "... basic/t_string.s"
	@echo "... basic/t_urlencode.o"
	@echo "... basic/t_urlencode.i"
	@echo "... basic/t_urlencode.s"
	@echo "... check-all.o"
	@echo "... check-all.i"
	@echo "... check-all.s"
	@echo "... htparse/t_basic.o"
	@echo "... htparse/t_basic.i"
	@echo "... htparse/t_basic.s"
	@echo "... ioserver/connection.o"
	@echo "... ioserver/connection.i"
	@echo "... ioserver/connection.s"
	@echo "... ioserver/future.o"
	@echo "... ioserver/future.i"
	@echo "... ioserver/future.s"
	@echo "... ioserver/ioserver.o"
	@echo "... ioserver/ioserver.i"
	@echo "... ioserver/ioserver.s"
	@echo "... ioserver/socket.o"
	@echo "... ioserver/socket.i"
	@echo "... ioserver/socket.s"
	@echo "... ioserver/ssl_connection.o"
	@echo "... ioserver/ssl_connection.i"
	@echo "... ioserver/ssl_connection.s"
	@echo "... ioserver/threads-pthreads.o"
	@echo "... ioserver/threads-pthreads.i"
	@echo "... ioserver/threads-pthreads.s"
	@echo "... ioserver/threads-win32.o"
	@echo "... ioserver/threads-win32.i"
	@echo "... ioserver/threads-win32.s"
	@echo "... iotests/mock-environment.o"
	@echo "... iotests/mock-environment.i"
	@echo "... iotests/mock-environment.s"
	@echo "... iotests/mock-unit-test.o"
	@echo "... iotests/mock-unit-test.i"
	@echo "... iotests/mock-unit-test.s"
	@echo "... iotests/t_arithmetic.o"
	@echo "... iotests/t_arithmetic.i"
	@echo "... iotests/t_arithmetic.s"
	@echo "... iotests/t_behavior.o"
	@echo "... iotests/t_behavior.i"
	@echo "... iotests/t_behavior.s"
	@echo "... iotests/t_configcache.o"
	@echo "... iotests/t_configcache.i"
	@echo "... iotests/t_configcache.s"
	@echo "... iotests/t_confmon.o"
	@echo "... iotests/t_confmon.i"
	@echo "... iotests/t_confmon.s"
	@echo "... iotests/t_durability.o"
	@echo "... iotests/t_durability.i"
	@echo "... iotests/t_durability.s"
	@echo "... iotests/t_forward.o"
	@echo "... iotests/t_forward.i"
	@echo "... iotests/t_forward.s"
	@echo "... iotests/t_get.o"
	@echo "... iotests/t_get.i"
	@echo "... iotests/t_get.s"
	@echo "... iotests/t_http.o"
	@echo "... iotests/t_http.i"
	@echo "... iotests/t_http.s"
	@echo "... iotests/t_iops.o"
	@echo "... iotests/t_iops.i"
	@echo "... iotests/t_iops.s"
	@echo "... iotests/t_lock.o"
	@echo "... iotests/t_lock.i"
	@echo "... iotests/t_lock.s"
	@echo "... iotests/t_misc.o"
	@echo "... iotests/t_misc.i"
	@echo "... iotests/t_misc.s"
	@echo "... iotests/t_mutate.o"
	@echo "... iotests/t_mutate.i"
	@echo "... iotests/t_mutate.s"
	@echo "... iotests/t_n1ql.o"
	@echo "... iotests/t_n1ql.i"
	@echo "... iotests/t_n1ql.s"
	@echo "... iotests/t_netfail.o"
	@echo "... iotests/t_netfail.i"
	@echo "... iotests/t_netfail.s"
	@echo "... iotests/t_obseqno.o"
	@echo "... iotests/t_obseqno.i"
	@echo "... iotests/t_obseqno.s"
	@echo "... iotests/t_regression.o"
	@echo "... iotests/t_regression.i"
	@echo "... iotests/t_regression.s"
	@echo "... iotests/t_sched.o"
	@echo "... iotests/t_sched.i"
	@echo "... iotests/t_sched.s"
	@echo "... iotests/t_serverops.o"
	@echo "... iotests/t_serverops.i"
	@echo "... iotests/t_serverops.s"
	@echo "... iotests/t_smoke.o"
	@echo "... iotests/t_smoke.i"
	@echo "... iotests/t_smoke.s"
	@echo "... iotests/t_subdoc.o"
	@echo "... iotests/t_subdoc.i"
	@echo "... iotests/t_subdoc.s"
	@echo "... iotests/t_syncmode.o"
	@echo "... iotests/t_syncmode.i"
	@echo "... iotests/t_syncmode.s"
	@echo "... iotests/t_views.o"
	@echo "... iotests/t_views.i"
	@echo "... iotests/t_views.s"
	@echo "... iotests/testutil.o"
	@echo "... iotests/testutil.i"
	@echo "... iotests/testutil.s"
	@echo "... mc/t_alloc.o"
	@echo "... mc/t_alloc.i"
	@echo "... mc/t_alloc.s"
	@echo "... mc/t_context.o"
	@echo "... mc/t_context.i"
	@echo "... mc/t_context.s"
	@echo "... mc/t_flush.o"
	@echo "... mc/t_flush.i"
	@echo "... mc/t_flush.s"
	@echo "... mc/t_forward.o"
	@echo "... mc/t_forward.i"
	@echo "... mc/t_forward.s"
	@echo "... mc/t_ioflush.o"
	@echo "... mc/t_ioflush.i"
	@echo "... mc/t_ioflush.s"
	@echo "... mc/t_iovcursor.o"
	@echo "... mc/t_iovcursor.i"
	@echo "... mc/t_iovcursor.s"
	@echo "... mocksupport/procutil.o"
	@echo "... mocksupport/procutil.i"
	@echo "... mocksupport/procutil.s"
	@echo "... mocksupport/server.o"
	@echo "... mocksupport/server.i"
	@echo "... mocksupport/server.s"
	@echo "... mocksupport/timeout.o"
	@echo "... mocksupport/timeout.i"
	@echo "... mocksupport/timeout.s"
	@echo "... nonio_tests.o"
	@echo "... nonio_tests.i"
	@echo "... nonio_tests.s"
	@echo "... rdb/t_basic.o"
	@echo "... rdb/t_basic.i"
	@echo "... rdb/t_basic.s"
	@echo "... rdb/t_bigalloc.o"
	@echo "... rdb/t_bigalloc.i"
	@echo "... rdb/t_bigalloc.s"
	@echo "... rdb/t_refs.o"
	@echo "... rdb/t_refs.i"
	@echo "... rdb/t_refs.s"
	@echo "... socktests/socktest.o"
	@echo "... socktests/socktest.i"
	@echo "... socktests/socktest.s"
	@echo "... socktests/t_basic.o"
	@echo "... socktests/t_basic.i"
	@echo "... socktests/t_basic.s"
	@echo "... socktests/t_ctx.o"
	@echo "... socktests/t_ctx.i"
	@echo "... socktests/t_ctx.s"
	@echo "... socktests/t_manager.o"
	@echo "... socktests/t_manager.i"
	@echo "... socktests/t_manager.s"
	@echo "... socktests/t_putex.o"
	@echo "... socktests/t_putex.i"
	@echo "... socktests/t_putex.s"
	@echo "... socktests/t_read.o"
	@echo "... socktests/t_read.i"
	@echo "... socktests/t_read.s"
	@echo "... socktests/t_reentrant.o"
	@echo "... socktests/t_reentrant.i"
	@echo "... socktests/t_reentrant.s"
	@echo "... socktests/t_ssl.o"
	@echo "... socktests/t_ssl.i"
	@echo "... socktests/t_ssl.s"
	@echo "... socktests/t_write.o"
	@echo "... socktests/t_write.i"
	@echo "... socktests/t_write.s"
	@echo "... unit_tests.o"
	@echo "... unit_tests.i"
	@echo "... unit_tests.s"
	@echo "... vbucket/t_config.o"
	@echo "... vbucket/t_config.i"
	@echo "... vbucket/t_config.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

