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

# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target

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

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

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

.SUFFIXES: .hpux_make_needs_suffix_list

# Suppress display of executed commands.
$(VERBOSE).SILENT:

# A target that is always out of date.
cmake_force:
.PHONY : cmake_force

#=============================================================================
# Set environment variables for the build.

# The shell in which to execute make rules.
SHELL = /bin/sh

# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake

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

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/unera/work/tarantool

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/unera/work/tarantool

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

# Special rule for the target edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..."
	/usr/bin/cmake -i .
.PHONY : edit_cache

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

# Special rule for the target install
install: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
	/usr/bin/cmake -P cmake_install.cmake
.PHONY : install

# Special rule for the target install
install/fast: preinstall/fast
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
	/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast

# Special rule for the target install/local
install/local: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
	/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local

# Special rule for the target install/local
install/local/fast: install/local
.PHONY : install/local/fast

# Special rule for the target install/strip
install/strip: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
	/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip

# Special rule for the target install/strip
install/strip/fast: install/strip
.PHONY : install/strip/fast

# Special rule for the target list_install_components
list_install_components:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components

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

# Special rule for the target package
package: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
	cd /home/unera/work/tarantool && /usr/bin/cpack --config ./CPackConfig.cmake
.PHONY : package

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

# Special rule for the target package_source
package_source:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
	cd /home/unera/work/tarantool && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/unera/work/tarantool/CPackSourceConfig.cmake
.PHONY : package_source

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

# Special rule for the target rebuild_cache
rebuild_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
	/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache

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

# The main all target
all: cmake_check_build_system
	cd /home/unera/work/tarantool && $(CMAKE_COMMAND) -E cmake_progress_start /home/unera/work/tarantool/CMakeFiles /home/unera/work/tarantool/test/unit/CMakeFiles/progress.marks
	cd /home/unera/work/tarantool && $(MAKE) -f CMakeFiles/Makefile2 test/unit/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/unera/work/tarantool/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /home/unera/work/tarantool && $(MAKE) -f CMakeFiles/Makefile2 test/unit/clean
.PHONY : clean

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

# Prepare targets for installation.
preinstall: all
	cd /home/unera/work/tarantool && $(MAKE) -f CMakeFiles/Makefile2 test/unit/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /home/unera/work/tarantool && $(MAKE) -f CMakeFiles/Makefile2 test/unit/preinstall
.PHONY : preinstall/fast

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

# Convenience name for target.
test/unit/CMakeFiles/base64.dir/rule:
	cd /home/unera/work/tarantool && $(MAKE) -f CMakeFiles/Makefile2 test/unit/CMakeFiles/base64.dir/rule
.PHONY : test/unit/CMakeFiles/base64.dir/rule

# Convenience name for target.
base64: test/unit/CMakeFiles/base64.dir/rule
.PHONY : base64

# fast build rule for target.
base64/fast:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/base64.dir/build.make test/unit/CMakeFiles/base64.dir/build
.PHONY : base64/fast

# Convenience name for target.
test/unit/CMakeFiles/bit_test.dir/rule:
	cd /home/unera/work/tarantool && $(MAKE) -f CMakeFiles/Makefile2 test/unit/CMakeFiles/bit_test.dir/rule
.PHONY : test/unit/CMakeFiles/bit_test.dir/rule

# Convenience name for target.
bit_test: test/unit/CMakeFiles/bit_test.dir/rule
.PHONY : bit_test

# fast build rule for target.
bit_test/fast:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/bit_test.dir/build.make test/unit/CMakeFiles/bit_test.dir/build
.PHONY : bit_test/fast

# Convenience name for target.
test/unit/CMakeFiles/bitset_basic_test.dir/rule:
	cd /home/unera/work/tarantool && $(MAKE) -f CMakeFiles/Makefile2 test/unit/CMakeFiles/bitset_basic_test.dir/rule
.PHONY : test/unit/CMakeFiles/bitset_basic_test.dir/rule

# Convenience name for target.
bitset_basic_test: test/unit/CMakeFiles/bitset_basic_test.dir/rule
.PHONY : bitset_basic_test

# fast build rule for target.
bitset_basic_test/fast:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/bitset_basic_test.dir/build.make test/unit/CMakeFiles/bitset_basic_test.dir/build
.PHONY : bitset_basic_test/fast

# Convenience name for target.
test/unit/CMakeFiles/bitset_index_test.dir/rule:
	cd /home/unera/work/tarantool && $(MAKE) -f CMakeFiles/Makefile2 test/unit/CMakeFiles/bitset_index_test.dir/rule
.PHONY : test/unit/CMakeFiles/bitset_index_test.dir/rule

# Convenience name for target.
bitset_index_test: test/unit/CMakeFiles/bitset_index_test.dir/rule
.PHONY : bitset_index_test

# fast build rule for target.
bitset_index_test/fast:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/bitset_index_test.dir/build.make test/unit/CMakeFiles/bitset_index_test.dir/build
.PHONY : bitset_index_test/fast

# Convenience name for target.
test/unit/CMakeFiles/bitset_iterator_test.dir/rule:
	cd /home/unera/work/tarantool && $(MAKE) -f CMakeFiles/Makefile2 test/unit/CMakeFiles/bitset_iterator_test.dir/rule
.PHONY : test/unit/CMakeFiles/bitset_iterator_test.dir/rule

# Convenience name for target.
bitset_iterator_test: test/unit/CMakeFiles/bitset_iterator_test.dir/rule
.PHONY : bitset_iterator_test

# fast build rule for target.
bitset_iterator_test/fast:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/bitset_iterator_test.dir/build.make test/unit/CMakeFiles/bitset_iterator_test.dir/build
.PHONY : bitset_iterator_test/fast

# Convenience name for target.
test/unit/CMakeFiles/mhash.dir/rule:
	cd /home/unera/work/tarantool && $(MAKE) -f CMakeFiles/Makefile2 test/unit/CMakeFiles/mhash.dir/rule
.PHONY : test/unit/CMakeFiles/mhash.dir/rule

# Convenience name for target.
mhash: test/unit/CMakeFiles/mhash.dir/rule
.PHONY : mhash

# fast build rule for target.
mhash/fast:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/mhash.dir/build.make test/unit/CMakeFiles/mhash.dir/build
.PHONY : mhash/fast

# Convenience name for target.
test/unit/CMakeFiles/queue.dir/rule:
	cd /home/unera/work/tarantool && $(MAKE) -f CMakeFiles/Makefile2 test/unit/CMakeFiles/queue.dir/rule
.PHONY : test/unit/CMakeFiles/queue.dir/rule

# Convenience name for target.
queue: test/unit/CMakeFiles/queue.dir/rule
.PHONY : queue

# fast build rule for target.
queue/fast:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/queue.dir/build.make test/unit/CMakeFiles/queue.dir/build
.PHONY : queue/fast

# Convenience name for target.
test/unit/CMakeFiles/rlist.dir/rule:
	cd /home/unera/work/tarantool && $(MAKE) -f CMakeFiles/Makefile2 test/unit/CMakeFiles/rlist.dir/rule
.PHONY : test/unit/CMakeFiles/rlist.dir/rule

# Convenience name for target.
rlist: test/unit/CMakeFiles/rlist.dir/rule
.PHONY : rlist

# fast build rule for target.
rlist/fast:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/rlist.dir/build.make test/unit/CMakeFiles/rlist.dir/build
.PHONY : rlist/fast

# Convenience name for target.
test/unit/CMakeFiles/rope.dir/rule:
	cd /home/unera/work/tarantool && $(MAKE) -f CMakeFiles/Makefile2 test/unit/CMakeFiles/rope.dir/rule
.PHONY : test/unit/CMakeFiles/rope.dir/rule

# Convenience name for target.
rope: test/unit/CMakeFiles/rope.dir/rule
.PHONY : rope

# fast build rule for target.
rope/fast:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/rope.dir/build.make test/unit/CMakeFiles/rope.dir/build
.PHONY : rope/fast

# Convenience name for target.
test/unit/CMakeFiles/rope_avl.dir/rule:
	cd /home/unera/work/tarantool && $(MAKE) -f CMakeFiles/Makefile2 test/unit/CMakeFiles/rope_avl.dir/rule
.PHONY : test/unit/CMakeFiles/rope_avl.dir/rule

# Convenience name for target.
rope_avl: test/unit/CMakeFiles/rope_avl.dir/rule
.PHONY : rope_avl

# fast build rule for target.
rope_avl/fast:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/rope_avl.dir/build.make test/unit/CMakeFiles/rope_avl.dir/build
.PHONY : rope_avl/fast

# Convenience name for target.
test/unit/CMakeFiles/rope_basic.dir/rule:
	cd /home/unera/work/tarantool && $(MAKE) -f CMakeFiles/Makefile2 test/unit/CMakeFiles/rope_basic.dir/rule
.PHONY : test/unit/CMakeFiles/rope_basic.dir/rule

# Convenience name for target.
rope_basic: test/unit/CMakeFiles/rope_basic.dir/rule
.PHONY : rope_basic

# fast build rule for target.
rope_basic/fast:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/rope_basic.dir/build.make test/unit/CMakeFiles/rope_basic.dir/build
.PHONY : rope_basic/fast

# Convenience name for target.
test/unit/CMakeFiles/rope_stress.dir/rule:
	cd /home/unera/work/tarantool && $(MAKE) -f CMakeFiles/Makefile2 test/unit/CMakeFiles/rope_stress.dir/rule
.PHONY : test/unit/CMakeFiles/rope_stress.dir/rule

# Convenience name for target.
rope_stress: test/unit/CMakeFiles/rope_stress.dir/rule
.PHONY : rope_stress

# fast build rule for target.
rope_stress/fast:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/rope_stress.dir/build.make test/unit/CMakeFiles/rope_stress.dir/build
.PHONY : rope_stress/fast

__/__/src/rope.o: __/__/src/rope.c.o
.PHONY : __/__/src/rope.o

# target to build an object file
__/__/src/rope.c.o:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/rope.dir/build.make test/unit/CMakeFiles/rope.dir/__/__/src/rope.c.o
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/rope_avl.dir/build.make test/unit/CMakeFiles/rope_avl.dir/__/__/src/rope.c.o
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/rope_basic.dir/build.make test/unit/CMakeFiles/rope_basic.dir/__/__/src/rope.c.o
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/rope_stress.dir/build.make test/unit/CMakeFiles/rope_stress.dir/__/__/src/rope.c.o
.PHONY : __/__/src/rope.c.o

__/__/src/rope.i: __/__/src/rope.c.i
.PHONY : __/__/src/rope.i

# target to preprocess a source file
__/__/src/rope.c.i:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/rope.dir/build.make test/unit/CMakeFiles/rope.dir/__/__/src/rope.c.i
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/rope_avl.dir/build.make test/unit/CMakeFiles/rope_avl.dir/__/__/src/rope.c.i
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/rope_basic.dir/build.make test/unit/CMakeFiles/rope_basic.dir/__/__/src/rope.c.i
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/rope_stress.dir/build.make test/unit/CMakeFiles/rope_stress.dir/__/__/src/rope.c.i
.PHONY : __/__/src/rope.c.i

__/__/src/rope.s: __/__/src/rope.c.s
.PHONY : __/__/src/rope.s

# target to generate assembly for a file
__/__/src/rope.c.s:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/rope.dir/build.make test/unit/CMakeFiles/rope.dir/__/__/src/rope.c.s
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/rope_avl.dir/build.make test/unit/CMakeFiles/rope_avl.dir/__/__/src/rope.c.s
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/rope_basic.dir/build.make test/unit/CMakeFiles/rope_basic.dir/__/__/src/rope.c.s
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/rope_stress.dir/build.make test/unit/CMakeFiles/rope_stress.dir/__/__/src/rope.c.s
.PHONY : __/__/src/rope.c.s

__/__/third_party/base64.o: __/__/third_party/base64.c.o
.PHONY : __/__/third_party/base64.o

# target to build an object file
__/__/third_party/base64.c.o:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/base64.dir/build.make test/unit/CMakeFiles/base64.dir/__/__/third_party/base64.c.o
.PHONY : __/__/third_party/base64.c.o

__/__/third_party/base64.i: __/__/third_party/base64.c.i
.PHONY : __/__/third_party/base64.i

# target to preprocess a source file
__/__/third_party/base64.c.i:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/base64.dir/build.make test/unit/CMakeFiles/base64.dir/__/__/third_party/base64.c.i
.PHONY : __/__/third_party/base64.c.i

__/__/third_party/base64.s: __/__/third_party/base64.c.s
.PHONY : __/__/third_party/base64.s

# target to generate assembly for a file
__/__/third_party/base64.c.s:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/base64.dir/build.make test/unit/CMakeFiles/base64.dir/__/__/third_party/base64.c.s
.PHONY : __/__/third_party/base64.c.s

base64.o: base64.c.o
.PHONY : base64.o

# target to build an object file
base64.c.o:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/base64.dir/build.make test/unit/CMakeFiles/base64.dir/base64.c.o
.PHONY : base64.c.o

base64.i: base64.c.i
.PHONY : base64.i

# target to preprocess a source file
base64.c.i:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/base64.dir/build.make test/unit/CMakeFiles/base64.dir/base64.c.i
.PHONY : base64.c.i

base64.s: base64.c.s
.PHONY : base64.s

# target to generate assembly for a file
base64.c.s:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/base64.dir/build.make test/unit/CMakeFiles/base64.dir/base64.c.s
.PHONY : base64.c.s

bit.o: bit.c.o
.PHONY : bit.o

# target to build an object file
bit.c.o:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/bit_test.dir/build.make test/unit/CMakeFiles/bit_test.dir/bit.c.o
.PHONY : bit.c.o

bit.i: bit.c.i
.PHONY : bit.i

# target to preprocess a source file
bit.c.i:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/bit_test.dir/build.make test/unit/CMakeFiles/bit_test.dir/bit.c.i
.PHONY : bit.c.i

bit.s: bit.c.s
.PHONY : bit.s

# target to generate assembly for a file
bit.c.s:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/bit_test.dir/build.make test/unit/CMakeFiles/bit_test.dir/bit.c.s
.PHONY : bit.c.s

bitset_basic.o: bitset_basic.c.o
.PHONY : bitset_basic.o

# target to build an object file
bitset_basic.c.o:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/bitset_basic_test.dir/build.make test/unit/CMakeFiles/bitset_basic_test.dir/bitset_basic.c.o
.PHONY : bitset_basic.c.o

bitset_basic.i: bitset_basic.c.i
.PHONY : bitset_basic.i

# target to preprocess a source file
bitset_basic.c.i:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/bitset_basic_test.dir/build.make test/unit/CMakeFiles/bitset_basic_test.dir/bitset_basic.c.i
.PHONY : bitset_basic.c.i

bitset_basic.s: bitset_basic.c.s
.PHONY : bitset_basic.s

# target to generate assembly for a file
bitset_basic.c.s:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/bitset_basic_test.dir/build.make test/unit/CMakeFiles/bitset_basic_test.dir/bitset_basic.c.s
.PHONY : bitset_basic.c.s

bitset_index.o: bitset_index.c.o
.PHONY : bitset_index.o

# target to build an object file
bitset_index.c.o:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/bitset_index_test.dir/build.make test/unit/CMakeFiles/bitset_index_test.dir/bitset_index.c.o
.PHONY : bitset_index.c.o

bitset_index.i: bitset_index.c.i
.PHONY : bitset_index.i

# target to preprocess a source file
bitset_index.c.i:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/bitset_index_test.dir/build.make test/unit/CMakeFiles/bitset_index_test.dir/bitset_index.c.i
.PHONY : bitset_index.c.i

bitset_index.s: bitset_index.c.s
.PHONY : bitset_index.s

# target to generate assembly for a file
bitset_index.c.s:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/bitset_index_test.dir/build.make test/unit/CMakeFiles/bitset_index_test.dir/bitset_index.c.s
.PHONY : bitset_index.c.s

bitset_iterator.o: bitset_iterator.c.o
.PHONY : bitset_iterator.o

# target to build an object file
bitset_iterator.c.o:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/bitset_iterator_test.dir/build.make test/unit/CMakeFiles/bitset_iterator_test.dir/bitset_iterator.c.o
.PHONY : bitset_iterator.c.o

bitset_iterator.i: bitset_iterator.c.i
.PHONY : bitset_iterator.i

# target to preprocess a source file
bitset_iterator.c.i:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/bitset_iterator_test.dir/build.make test/unit/CMakeFiles/bitset_iterator_test.dir/bitset_iterator.c.i
.PHONY : bitset_iterator.c.i

bitset_iterator.s: bitset_iterator.c.s
.PHONY : bitset_iterator.s

# target to generate assembly for a file
bitset_iterator.c.s:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/bitset_iterator_test.dir/build.make test/unit/CMakeFiles/bitset_iterator_test.dir/bitset_iterator.c.s
.PHONY : bitset_iterator.c.s

mhash.o: mhash.c.o
.PHONY : mhash.o

# target to build an object file
mhash.c.o:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/mhash.dir/build.make test/unit/CMakeFiles/mhash.dir/mhash.c.o
.PHONY : mhash.c.o

mhash.i: mhash.c.i
.PHONY : mhash.i

# target to preprocess a source file
mhash.c.i:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/mhash.dir/build.make test/unit/CMakeFiles/mhash.dir/mhash.c.i
.PHONY : mhash.c.i

mhash.s: mhash.c.s
.PHONY : mhash.s

# target to generate assembly for a file
mhash.c.s:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/mhash.dir/build.make test/unit/CMakeFiles/mhash.dir/mhash.c.s
.PHONY : mhash.c.s

queue.o: queue.c.o
.PHONY : queue.o

# target to build an object file
queue.c.o:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/queue.dir/build.make test/unit/CMakeFiles/queue.dir/queue.c.o
.PHONY : queue.c.o

queue.i: queue.c.i
.PHONY : queue.i

# target to preprocess a source file
queue.c.i:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/queue.dir/build.make test/unit/CMakeFiles/queue.dir/queue.c.i
.PHONY : queue.c.i

queue.s: queue.c.s
.PHONY : queue.s

# target to generate assembly for a file
queue.c.s:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/queue.dir/build.make test/unit/CMakeFiles/queue.dir/queue.c.s
.PHONY : queue.c.s

rlist.o: rlist.c.o
.PHONY : rlist.o

# target to build an object file
rlist.c.o:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/rlist.dir/build.make test/unit/CMakeFiles/rlist.dir/rlist.c.o
.PHONY : rlist.c.o

rlist.i: rlist.c.i
.PHONY : rlist.i

# target to preprocess a source file
rlist.c.i:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/rlist.dir/build.make test/unit/CMakeFiles/rlist.dir/rlist.c.i
.PHONY : rlist.c.i

rlist.s: rlist.c.s
.PHONY : rlist.s

# target to generate assembly for a file
rlist.c.s:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/rlist.dir/build.make test/unit/CMakeFiles/rlist.dir/rlist.c.s
.PHONY : rlist.c.s

rope.o: rope.c.o
.PHONY : rope.o

# target to build an object file
rope.c.o:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/rope.dir/build.make test/unit/CMakeFiles/rope.dir/rope.c.o
.PHONY : rope.c.o

rope.i: rope.c.i
.PHONY : rope.i

# target to preprocess a source file
rope.c.i:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/rope.dir/build.make test/unit/CMakeFiles/rope.dir/rope.c.i
.PHONY : rope.c.i

rope.s: rope.c.s
.PHONY : rope.s

# target to generate assembly for a file
rope.c.s:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/rope.dir/build.make test/unit/CMakeFiles/rope.dir/rope.c.s
.PHONY : rope.c.s

rope_avl.o: rope_avl.c.o
.PHONY : rope_avl.o

# target to build an object file
rope_avl.c.o:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/rope_avl.dir/build.make test/unit/CMakeFiles/rope_avl.dir/rope_avl.c.o
.PHONY : rope_avl.c.o

rope_avl.i: rope_avl.c.i
.PHONY : rope_avl.i

# target to preprocess a source file
rope_avl.c.i:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/rope_avl.dir/build.make test/unit/CMakeFiles/rope_avl.dir/rope_avl.c.i
.PHONY : rope_avl.c.i

rope_avl.s: rope_avl.c.s
.PHONY : rope_avl.s

# target to generate assembly for a file
rope_avl.c.s:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/rope_avl.dir/build.make test/unit/CMakeFiles/rope_avl.dir/rope_avl.c.s
.PHONY : rope_avl.c.s

rope_basic.o: rope_basic.c.o
.PHONY : rope_basic.o

# target to build an object file
rope_basic.c.o:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/rope_basic.dir/build.make test/unit/CMakeFiles/rope_basic.dir/rope_basic.c.o
.PHONY : rope_basic.c.o

rope_basic.i: rope_basic.c.i
.PHONY : rope_basic.i

# target to preprocess a source file
rope_basic.c.i:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/rope_basic.dir/build.make test/unit/CMakeFiles/rope_basic.dir/rope_basic.c.i
.PHONY : rope_basic.c.i

rope_basic.s: rope_basic.c.s
.PHONY : rope_basic.s

# target to generate assembly for a file
rope_basic.c.s:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/rope_basic.dir/build.make test/unit/CMakeFiles/rope_basic.dir/rope_basic.c.s
.PHONY : rope_basic.c.s

rope_stress.o: rope_stress.c.o
.PHONY : rope_stress.o

# target to build an object file
rope_stress.c.o:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/rope_stress.dir/build.make test/unit/CMakeFiles/rope_stress.dir/rope_stress.c.o
.PHONY : rope_stress.c.o

rope_stress.i: rope_stress.c.i
.PHONY : rope_stress.i

# target to preprocess a source file
rope_stress.c.i:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/rope_stress.dir/build.make test/unit/CMakeFiles/rope_stress.dir/rope_stress.c.i
.PHONY : rope_stress.c.i

rope_stress.s: rope_stress.c.s
.PHONY : rope_stress.s

# target to generate assembly for a file
rope_stress.c.s:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/rope_stress.dir/build.make test/unit/CMakeFiles/rope_stress.dir/rope_stress.c.s
.PHONY : rope_stress.c.s

test.o: test.c.o
.PHONY : test.o

# target to build an object file
test.c.o:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/rlist.dir/build.make test/unit/CMakeFiles/rlist.dir/test.c.o
.PHONY : test.c.o

test.i: test.c.i
.PHONY : test.i

# target to preprocess a source file
test.c.i:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/rlist.dir/build.make test/unit/CMakeFiles/rlist.dir/test.c.i
.PHONY : test.c.i

test.s: test.c.s
.PHONY : test.s

# target to generate assembly for a file
test.c.s:
	cd /home/unera/work/tarantool && $(MAKE) -f test/unit/CMakeFiles/rlist.dir/build.make test/unit/CMakeFiles/rlist.dir/test.c.s
.PHONY : test.c.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 "... base64"
	@echo "... bit_test"
	@echo "... bitset_basic_test"
	@echo "... bitset_index_test"
	@echo "... bitset_iterator_test"
	@echo "... edit_cache"
	@echo "... install"
	@echo "... install/local"
	@echo "... install/strip"
	@echo "... list_install_components"
	@echo "... mhash"
	@echo "... package"
	@echo "... package_source"
	@echo "... queue"
	@echo "... rebuild_cache"
	@echo "... rlist"
	@echo "... rope"
	@echo "... rope_avl"
	@echo "... rope_basic"
	@echo "... rope_stress"
	@echo "... __/__/src/rope.o"
	@echo "... __/__/src/rope.i"
	@echo "... __/__/src/rope.s"
	@echo "... __/__/third_party/base64.o"
	@echo "... __/__/third_party/base64.i"
	@echo "... __/__/third_party/base64.s"
	@echo "... base64.o"
	@echo "... base64.i"
	@echo "... base64.s"
	@echo "... bit.o"
	@echo "... bit.i"
	@echo "... bit.s"
	@echo "... bitset_basic.o"
	@echo "... bitset_basic.i"
	@echo "... bitset_basic.s"
	@echo "... bitset_index.o"
	@echo "... bitset_index.i"
	@echo "... bitset_index.s"
	@echo "... bitset_iterator.o"
	@echo "... bitset_iterator.i"
	@echo "... bitset_iterator.s"
	@echo "... mhash.o"
	@echo "... mhash.i"
	@echo "... mhash.s"
	@echo "... queue.o"
	@echo "... queue.i"
	@echo "... queue.s"
	@echo "... rlist.o"
	@echo "... rlist.i"
	@echo "... rlist.s"
	@echo "... rope.o"
	@echo "... rope.i"
	@echo "... rope.s"
	@echo "... rope_avl.o"
	@echo "... rope_avl.i"
	@echo "... rope_avl.s"
	@echo "... rope_basic.o"
	@echo "... rope_basic.i"
	@echo "... rope_basic.s"
	@echo "... rope_stress.o"
	@echo "... rope_stress.i"
	@echo "... rope_stress.s"
	@echo "... test.o"
	@echo "... test.i"
	@echo "... test.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 /home/unera/work/tarantool && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

