You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

847 lines
36 KiB
Plaintext

# 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
# The main recursive all target
all:
.PHONY : all
# The main recursive preinstall target
preinstall:
.PHONY : preinstall
#=============================================================================
# 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 program to use to edit the cache.
CMAKE_EDIT_COMMAND = /usr/bin/ccmake
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home2/tcs/librab/build
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home2/tcs/librab/build
#=============================================================================
# Directory level rules for directory librabbitmq
# Convenience name for "all" pass in the directory.
librabbitmq/all: librabbitmq/CMakeFiles/rabbitmq.dir/all
librabbitmq/all: librabbitmq/CMakeFiles/rabbitmq-static.dir/all
.PHONY : librabbitmq/all
# Convenience name for "clean" pass in the directory.
librabbitmq/clean: librabbitmq/CMakeFiles/rabbitmq.dir/clean
librabbitmq/clean: librabbitmq/CMakeFiles/rabbitmq-static.dir/clean
.PHONY : librabbitmq/clean
# Convenience name for "preinstall" pass in the directory.
librabbitmq/preinstall:
.PHONY : librabbitmq/preinstall
#=============================================================================
# Target rules for target librabbitmq/CMakeFiles/rabbitmq.dir
# All Build rule for target.
librabbitmq/CMakeFiles/rabbitmq.dir/all:
$(MAKE) -f librabbitmq/CMakeFiles/rabbitmq.dir/build.make librabbitmq/CMakeFiles/rabbitmq.dir/depend
$(MAKE) -f librabbitmq/CMakeFiles/rabbitmq.dir/build.make librabbitmq/CMakeFiles/rabbitmq.dir/build
$(CMAKE_COMMAND) -E cmake_progress_report /home2/tcs/librab/build/CMakeFiles 34 35 36 37 38 39 40 41 42 43 44 45 46 47
@echo "Built target rabbitmq"
.PHONY : librabbitmq/CMakeFiles/rabbitmq.dir/all
# Include target in all.
all: librabbitmq/CMakeFiles/rabbitmq.dir/all
.PHONY : all
# Build rule for subdir invocation for target.
librabbitmq/CMakeFiles/rabbitmq.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home2/tcs/librab/build/CMakeFiles 14
$(MAKE) -f CMakeFiles/Makefile2 librabbitmq/CMakeFiles/rabbitmq.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home2/tcs/librab/build/CMakeFiles 0
.PHONY : librabbitmq/CMakeFiles/rabbitmq.dir/rule
# Convenience name for target.
rabbitmq: librabbitmq/CMakeFiles/rabbitmq.dir/rule
.PHONY : rabbitmq
# clean rule for target.
librabbitmq/CMakeFiles/rabbitmq.dir/clean:
$(MAKE) -f librabbitmq/CMakeFiles/rabbitmq.dir/build.make librabbitmq/CMakeFiles/rabbitmq.dir/clean
.PHONY : librabbitmq/CMakeFiles/rabbitmq.dir/clean
# clean rule for target.
clean: librabbitmq/CMakeFiles/rabbitmq.dir/clean
.PHONY : clean
#=============================================================================
# Target rules for target librabbitmq/CMakeFiles/rabbitmq-static.dir
# All Build rule for target.
librabbitmq/CMakeFiles/rabbitmq-static.dir/all:
$(MAKE) -f librabbitmq/CMakeFiles/rabbitmq-static.dir/build.make librabbitmq/CMakeFiles/rabbitmq-static.dir/depend
$(MAKE) -f librabbitmq/CMakeFiles/rabbitmq-static.dir/build.make librabbitmq/CMakeFiles/rabbitmq-static.dir/build
$(CMAKE_COMMAND) -E cmake_progress_report /home2/tcs/librab/build/CMakeFiles 48 49 50 51 52 53 54 55 56 57 58 59 60 61
@echo "Built target rabbitmq-static"
.PHONY : librabbitmq/CMakeFiles/rabbitmq-static.dir/all
# Include target in all.
all: librabbitmq/CMakeFiles/rabbitmq-static.dir/all
.PHONY : all
# Build rule for subdir invocation for target.
librabbitmq/CMakeFiles/rabbitmq-static.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home2/tcs/librab/build/CMakeFiles 14
$(MAKE) -f CMakeFiles/Makefile2 librabbitmq/CMakeFiles/rabbitmq-static.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home2/tcs/librab/build/CMakeFiles 0
.PHONY : librabbitmq/CMakeFiles/rabbitmq-static.dir/rule
# Convenience name for target.
rabbitmq-static: librabbitmq/CMakeFiles/rabbitmq-static.dir/rule
.PHONY : rabbitmq-static
# clean rule for target.
librabbitmq/CMakeFiles/rabbitmq-static.dir/clean:
$(MAKE) -f librabbitmq/CMakeFiles/rabbitmq-static.dir/build.make librabbitmq/CMakeFiles/rabbitmq-static.dir/clean
.PHONY : librabbitmq/CMakeFiles/rabbitmq-static.dir/clean
# clean rule for target.
clean: librabbitmq/CMakeFiles/rabbitmq-static.dir/clean
.PHONY : clean
#=============================================================================
# Directory level rules for directory examples
# Convenience name for "all" pass in the directory.
examples/all: examples/CMakeFiles/amqp_bind.dir/all
examples/all: examples/CMakeFiles/amqp_connect_timeout.dir/all
examples/all: examples/CMakeFiles/amqp_consumer.dir/all
examples/all: examples/CMakeFiles/amqp_exchange_declare.dir/all
examples/all: examples/CMakeFiles/amqp_listen.dir/all
examples/all: examples/CMakeFiles/amqp_listenq.dir/all
examples/all: examples/CMakeFiles/amqp_producer.dir/all
examples/all: examples/CMakeFiles/amqp_rpc_sendstring_client.dir/all
examples/all: examples/CMakeFiles/amqp_sendstring.dir/all
examples/all: examples/CMakeFiles/amqp_ssl_connect.dir/all
examples/all: examples/CMakeFiles/amqp_unbind.dir/all
.PHONY : examples/all
# Convenience name for "clean" pass in the directory.
examples/clean: examples/CMakeFiles/amqp_bind.dir/clean
examples/clean: examples/CMakeFiles/amqp_connect_timeout.dir/clean
examples/clean: examples/CMakeFiles/amqp_consumer.dir/clean
examples/clean: examples/CMakeFiles/amqp_exchange_declare.dir/clean
examples/clean: examples/CMakeFiles/amqp_listen.dir/clean
examples/clean: examples/CMakeFiles/amqp_listenq.dir/clean
examples/clean: examples/CMakeFiles/amqp_producer.dir/clean
examples/clean: examples/CMakeFiles/amqp_rpc_sendstring_client.dir/clean
examples/clean: examples/CMakeFiles/amqp_sendstring.dir/clean
examples/clean: examples/CMakeFiles/amqp_ssl_connect.dir/clean
examples/clean: examples/CMakeFiles/amqp_unbind.dir/clean
.PHONY : examples/clean
# Convenience name for "preinstall" pass in the directory.
examples/preinstall:
.PHONY : examples/preinstall
#=============================================================================
# Target rules for target examples/CMakeFiles/amqp_bind.dir
# All Build rule for target.
examples/CMakeFiles/amqp_bind.dir/all: librabbitmq/CMakeFiles/rabbitmq.dir/all
$(MAKE) -f examples/CMakeFiles/amqp_bind.dir/build.make examples/CMakeFiles/amqp_bind.dir/depend
$(MAKE) -f examples/CMakeFiles/amqp_bind.dir/build.make examples/CMakeFiles/amqp_bind.dir/build
$(CMAKE_COMMAND) -E cmake_progress_report /home2/tcs/librab/build/CMakeFiles 1 2 3
@echo "Built target amqp_bind"
.PHONY : examples/CMakeFiles/amqp_bind.dir/all
# Include target in all.
all: examples/CMakeFiles/amqp_bind.dir/all
.PHONY : all
# Build rule for subdir invocation for target.
examples/CMakeFiles/amqp_bind.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home2/tcs/librab/build/CMakeFiles 17
$(MAKE) -f CMakeFiles/Makefile2 examples/CMakeFiles/amqp_bind.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home2/tcs/librab/build/CMakeFiles 0
.PHONY : examples/CMakeFiles/amqp_bind.dir/rule
# Convenience name for target.
amqp_bind: examples/CMakeFiles/amqp_bind.dir/rule
.PHONY : amqp_bind
# clean rule for target.
examples/CMakeFiles/amqp_bind.dir/clean:
$(MAKE) -f examples/CMakeFiles/amqp_bind.dir/build.make examples/CMakeFiles/amqp_bind.dir/clean
.PHONY : examples/CMakeFiles/amqp_bind.dir/clean
# clean rule for target.
clean: examples/CMakeFiles/amqp_bind.dir/clean
.PHONY : clean
#=============================================================================
# Target rules for target examples/CMakeFiles/amqp_connect_timeout.dir
# All Build rule for target.
examples/CMakeFiles/amqp_connect_timeout.dir/all: librabbitmq/CMakeFiles/rabbitmq.dir/all
$(MAKE) -f examples/CMakeFiles/amqp_connect_timeout.dir/build.make examples/CMakeFiles/amqp_connect_timeout.dir/depend
$(MAKE) -f examples/CMakeFiles/amqp_connect_timeout.dir/build.make examples/CMakeFiles/amqp_connect_timeout.dir/build
$(CMAKE_COMMAND) -E cmake_progress_report /home2/tcs/librab/build/CMakeFiles 4 5 6
@echo "Built target amqp_connect_timeout"
.PHONY : examples/CMakeFiles/amqp_connect_timeout.dir/all
# Include target in all.
all: examples/CMakeFiles/amqp_connect_timeout.dir/all
.PHONY : all
# Build rule for subdir invocation for target.
examples/CMakeFiles/amqp_connect_timeout.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home2/tcs/librab/build/CMakeFiles 17
$(MAKE) -f CMakeFiles/Makefile2 examples/CMakeFiles/amqp_connect_timeout.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home2/tcs/librab/build/CMakeFiles 0
.PHONY : examples/CMakeFiles/amqp_connect_timeout.dir/rule
# Convenience name for target.
amqp_connect_timeout: examples/CMakeFiles/amqp_connect_timeout.dir/rule
.PHONY : amqp_connect_timeout
# clean rule for target.
examples/CMakeFiles/amqp_connect_timeout.dir/clean:
$(MAKE) -f examples/CMakeFiles/amqp_connect_timeout.dir/build.make examples/CMakeFiles/amqp_connect_timeout.dir/clean
.PHONY : examples/CMakeFiles/amqp_connect_timeout.dir/clean
# clean rule for target.
clean: examples/CMakeFiles/amqp_connect_timeout.dir/clean
.PHONY : clean
#=============================================================================
# Target rules for target examples/CMakeFiles/amqp_consumer.dir
# All Build rule for target.
examples/CMakeFiles/amqp_consumer.dir/all: librabbitmq/CMakeFiles/rabbitmq.dir/all
$(MAKE) -f examples/CMakeFiles/amqp_consumer.dir/build.make examples/CMakeFiles/amqp_consumer.dir/depend
$(MAKE) -f examples/CMakeFiles/amqp_consumer.dir/build.make examples/CMakeFiles/amqp_consumer.dir/build
$(CMAKE_COMMAND) -E cmake_progress_report /home2/tcs/librab/build/CMakeFiles 7 8 9
@echo "Built target amqp_consumer"
.PHONY : examples/CMakeFiles/amqp_consumer.dir/all
# Include target in all.
all: examples/CMakeFiles/amqp_consumer.dir/all
.PHONY : all
# Build rule for subdir invocation for target.
examples/CMakeFiles/amqp_consumer.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home2/tcs/librab/build/CMakeFiles 17
$(MAKE) -f CMakeFiles/Makefile2 examples/CMakeFiles/amqp_consumer.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home2/tcs/librab/build/CMakeFiles 0
.PHONY : examples/CMakeFiles/amqp_consumer.dir/rule
# Convenience name for target.
amqp_consumer: examples/CMakeFiles/amqp_consumer.dir/rule
.PHONY : amqp_consumer
# clean rule for target.
examples/CMakeFiles/amqp_consumer.dir/clean:
$(MAKE) -f examples/CMakeFiles/amqp_consumer.dir/build.make examples/CMakeFiles/amqp_consumer.dir/clean
.PHONY : examples/CMakeFiles/amqp_consumer.dir/clean
# clean rule for target.
clean: examples/CMakeFiles/amqp_consumer.dir/clean
.PHONY : clean
#=============================================================================
# Target rules for target examples/CMakeFiles/amqp_exchange_declare.dir
# All Build rule for target.
examples/CMakeFiles/amqp_exchange_declare.dir/all: librabbitmq/CMakeFiles/rabbitmq.dir/all
$(MAKE) -f examples/CMakeFiles/amqp_exchange_declare.dir/build.make examples/CMakeFiles/amqp_exchange_declare.dir/depend
$(MAKE) -f examples/CMakeFiles/amqp_exchange_declare.dir/build.make examples/CMakeFiles/amqp_exchange_declare.dir/build
$(CMAKE_COMMAND) -E cmake_progress_report /home2/tcs/librab/build/CMakeFiles 10 11 12
@echo "Built target amqp_exchange_declare"
.PHONY : examples/CMakeFiles/amqp_exchange_declare.dir/all
# Include target in all.
all: examples/CMakeFiles/amqp_exchange_declare.dir/all
.PHONY : all
# Build rule for subdir invocation for target.
examples/CMakeFiles/amqp_exchange_declare.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home2/tcs/librab/build/CMakeFiles 17
$(MAKE) -f CMakeFiles/Makefile2 examples/CMakeFiles/amqp_exchange_declare.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home2/tcs/librab/build/CMakeFiles 0
.PHONY : examples/CMakeFiles/amqp_exchange_declare.dir/rule
# Convenience name for target.
amqp_exchange_declare: examples/CMakeFiles/amqp_exchange_declare.dir/rule
.PHONY : amqp_exchange_declare
# clean rule for target.
examples/CMakeFiles/amqp_exchange_declare.dir/clean:
$(MAKE) -f examples/CMakeFiles/amqp_exchange_declare.dir/build.make examples/CMakeFiles/amqp_exchange_declare.dir/clean
.PHONY : examples/CMakeFiles/amqp_exchange_declare.dir/clean
# clean rule for target.
clean: examples/CMakeFiles/amqp_exchange_declare.dir/clean
.PHONY : clean
#=============================================================================
# Target rules for target examples/CMakeFiles/amqp_listen.dir
# All Build rule for target.
examples/CMakeFiles/amqp_listen.dir/all: librabbitmq/CMakeFiles/rabbitmq.dir/all
$(MAKE) -f examples/CMakeFiles/amqp_listen.dir/build.make examples/CMakeFiles/amqp_listen.dir/depend
$(MAKE) -f examples/CMakeFiles/amqp_listen.dir/build.make examples/CMakeFiles/amqp_listen.dir/build
$(CMAKE_COMMAND) -E cmake_progress_report /home2/tcs/librab/build/CMakeFiles 13 14 15
@echo "Built target amqp_listen"
.PHONY : examples/CMakeFiles/amqp_listen.dir/all
# Include target in all.
all: examples/CMakeFiles/amqp_listen.dir/all
.PHONY : all
# Build rule for subdir invocation for target.
examples/CMakeFiles/amqp_listen.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home2/tcs/librab/build/CMakeFiles 17
$(MAKE) -f CMakeFiles/Makefile2 examples/CMakeFiles/amqp_listen.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home2/tcs/librab/build/CMakeFiles 0
.PHONY : examples/CMakeFiles/amqp_listen.dir/rule
# Convenience name for target.
amqp_listen: examples/CMakeFiles/amqp_listen.dir/rule
.PHONY : amqp_listen
# clean rule for target.
examples/CMakeFiles/amqp_listen.dir/clean:
$(MAKE) -f examples/CMakeFiles/amqp_listen.dir/build.make examples/CMakeFiles/amqp_listen.dir/clean
.PHONY : examples/CMakeFiles/amqp_listen.dir/clean
# clean rule for target.
clean: examples/CMakeFiles/amqp_listen.dir/clean
.PHONY : clean
#=============================================================================
# Target rules for target examples/CMakeFiles/amqp_listenq.dir
# All Build rule for target.
examples/CMakeFiles/amqp_listenq.dir/all: librabbitmq/CMakeFiles/rabbitmq.dir/all
$(MAKE) -f examples/CMakeFiles/amqp_listenq.dir/build.make examples/CMakeFiles/amqp_listenq.dir/depend
$(MAKE) -f examples/CMakeFiles/amqp_listenq.dir/build.make examples/CMakeFiles/amqp_listenq.dir/build
$(CMAKE_COMMAND) -E cmake_progress_report /home2/tcs/librab/build/CMakeFiles 16 17 18
@echo "Built target amqp_listenq"
.PHONY : examples/CMakeFiles/amqp_listenq.dir/all
# Include target in all.
all: examples/CMakeFiles/amqp_listenq.dir/all
.PHONY : all
# Build rule for subdir invocation for target.
examples/CMakeFiles/amqp_listenq.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home2/tcs/librab/build/CMakeFiles 17
$(MAKE) -f CMakeFiles/Makefile2 examples/CMakeFiles/amqp_listenq.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home2/tcs/librab/build/CMakeFiles 0
.PHONY : examples/CMakeFiles/amqp_listenq.dir/rule
# Convenience name for target.
amqp_listenq: examples/CMakeFiles/amqp_listenq.dir/rule
.PHONY : amqp_listenq
# clean rule for target.
examples/CMakeFiles/amqp_listenq.dir/clean:
$(MAKE) -f examples/CMakeFiles/amqp_listenq.dir/build.make examples/CMakeFiles/amqp_listenq.dir/clean
.PHONY : examples/CMakeFiles/amqp_listenq.dir/clean
# clean rule for target.
clean: examples/CMakeFiles/amqp_listenq.dir/clean
.PHONY : clean
#=============================================================================
# Target rules for target examples/CMakeFiles/amqp_producer.dir
# All Build rule for target.
examples/CMakeFiles/amqp_producer.dir/all: librabbitmq/CMakeFiles/rabbitmq.dir/all
$(MAKE) -f examples/CMakeFiles/amqp_producer.dir/build.make examples/CMakeFiles/amqp_producer.dir/depend
$(MAKE) -f examples/CMakeFiles/amqp_producer.dir/build.make examples/CMakeFiles/amqp_producer.dir/build
$(CMAKE_COMMAND) -E cmake_progress_report /home2/tcs/librab/build/CMakeFiles 19 20 21
@echo "Built target amqp_producer"
.PHONY : examples/CMakeFiles/amqp_producer.dir/all
# Include target in all.
all: examples/CMakeFiles/amqp_producer.dir/all
.PHONY : all
# Build rule for subdir invocation for target.
examples/CMakeFiles/amqp_producer.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home2/tcs/librab/build/CMakeFiles 17
$(MAKE) -f CMakeFiles/Makefile2 examples/CMakeFiles/amqp_producer.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home2/tcs/librab/build/CMakeFiles 0
.PHONY : examples/CMakeFiles/amqp_producer.dir/rule
# Convenience name for target.
amqp_producer: examples/CMakeFiles/amqp_producer.dir/rule
.PHONY : amqp_producer
# clean rule for target.
examples/CMakeFiles/amqp_producer.dir/clean:
$(MAKE) -f examples/CMakeFiles/amqp_producer.dir/build.make examples/CMakeFiles/amqp_producer.dir/clean
.PHONY : examples/CMakeFiles/amqp_producer.dir/clean
# clean rule for target.
clean: examples/CMakeFiles/amqp_producer.dir/clean
.PHONY : clean
#=============================================================================
# Target rules for target examples/CMakeFiles/amqp_rpc_sendstring_client.dir
# All Build rule for target.
examples/CMakeFiles/amqp_rpc_sendstring_client.dir/all: librabbitmq/CMakeFiles/rabbitmq.dir/all
$(MAKE) -f examples/CMakeFiles/amqp_rpc_sendstring_client.dir/build.make examples/CMakeFiles/amqp_rpc_sendstring_client.dir/depend
$(MAKE) -f examples/CMakeFiles/amqp_rpc_sendstring_client.dir/build.make examples/CMakeFiles/amqp_rpc_sendstring_client.dir/build
$(CMAKE_COMMAND) -E cmake_progress_report /home2/tcs/librab/build/CMakeFiles 22 23 24
@echo "Built target amqp_rpc_sendstring_client"
.PHONY : examples/CMakeFiles/amqp_rpc_sendstring_client.dir/all
# Include target in all.
all: examples/CMakeFiles/amqp_rpc_sendstring_client.dir/all
.PHONY : all
# Build rule for subdir invocation for target.
examples/CMakeFiles/amqp_rpc_sendstring_client.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home2/tcs/librab/build/CMakeFiles 17
$(MAKE) -f CMakeFiles/Makefile2 examples/CMakeFiles/amqp_rpc_sendstring_client.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home2/tcs/librab/build/CMakeFiles 0
.PHONY : examples/CMakeFiles/amqp_rpc_sendstring_client.dir/rule
# Convenience name for target.
amqp_rpc_sendstring_client: examples/CMakeFiles/amqp_rpc_sendstring_client.dir/rule
.PHONY : amqp_rpc_sendstring_client
# clean rule for target.
examples/CMakeFiles/amqp_rpc_sendstring_client.dir/clean:
$(MAKE) -f examples/CMakeFiles/amqp_rpc_sendstring_client.dir/build.make examples/CMakeFiles/amqp_rpc_sendstring_client.dir/clean
.PHONY : examples/CMakeFiles/amqp_rpc_sendstring_client.dir/clean
# clean rule for target.
clean: examples/CMakeFiles/amqp_rpc_sendstring_client.dir/clean
.PHONY : clean
#=============================================================================
# Target rules for target examples/CMakeFiles/amqp_sendstring.dir
# All Build rule for target.
examples/CMakeFiles/amqp_sendstring.dir/all: librabbitmq/CMakeFiles/rabbitmq.dir/all
$(MAKE) -f examples/CMakeFiles/amqp_sendstring.dir/build.make examples/CMakeFiles/amqp_sendstring.dir/depend
$(MAKE) -f examples/CMakeFiles/amqp_sendstring.dir/build.make examples/CMakeFiles/amqp_sendstring.dir/build
$(CMAKE_COMMAND) -E cmake_progress_report /home2/tcs/librab/build/CMakeFiles 25 26 27
@echo "Built target amqp_sendstring"
.PHONY : examples/CMakeFiles/amqp_sendstring.dir/all
# Include target in all.
all: examples/CMakeFiles/amqp_sendstring.dir/all
.PHONY : all
# Build rule for subdir invocation for target.
examples/CMakeFiles/amqp_sendstring.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home2/tcs/librab/build/CMakeFiles 17
$(MAKE) -f CMakeFiles/Makefile2 examples/CMakeFiles/amqp_sendstring.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home2/tcs/librab/build/CMakeFiles 0
.PHONY : examples/CMakeFiles/amqp_sendstring.dir/rule
# Convenience name for target.
amqp_sendstring: examples/CMakeFiles/amqp_sendstring.dir/rule
.PHONY : amqp_sendstring
# clean rule for target.
examples/CMakeFiles/amqp_sendstring.dir/clean:
$(MAKE) -f examples/CMakeFiles/amqp_sendstring.dir/build.make examples/CMakeFiles/amqp_sendstring.dir/clean
.PHONY : examples/CMakeFiles/amqp_sendstring.dir/clean
# clean rule for target.
clean: examples/CMakeFiles/amqp_sendstring.dir/clean
.PHONY : clean
#=============================================================================
# Target rules for target examples/CMakeFiles/amqp_ssl_connect.dir
# All Build rule for target.
examples/CMakeFiles/amqp_ssl_connect.dir/all: librabbitmq/CMakeFiles/rabbitmq.dir/all
$(MAKE) -f examples/CMakeFiles/amqp_ssl_connect.dir/build.make examples/CMakeFiles/amqp_ssl_connect.dir/depend
$(MAKE) -f examples/CMakeFiles/amqp_ssl_connect.dir/build.make examples/CMakeFiles/amqp_ssl_connect.dir/build
$(CMAKE_COMMAND) -E cmake_progress_report /home2/tcs/librab/build/CMakeFiles 28 29 30
@echo "Built target amqp_ssl_connect"
.PHONY : examples/CMakeFiles/amqp_ssl_connect.dir/all
# Include target in all.
all: examples/CMakeFiles/amqp_ssl_connect.dir/all
.PHONY : all
# Build rule for subdir invocation for target.
examples/CMakeFiles/amqp_ssl_connect.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home2/tcs/librab/build/CMakeFiles 17
$(MAKE) -f CMakeFiles/Makefile2 examples/CMakeFiles/amqp_ssl_connect.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home2/tcs/librab/build/CMakeFiles 0
.PHONY : examples/CMakeFiles/amqp_ssl_connect.dir/rule
# Convenience name for target.
amqp_ssl_connect: examples/CMakeFiles/amqp_ssl_connect.dir/rule
.PHONY : amqp_ssl_connect
# clean rule for target.
examples/CMakeFiles/amqp_ssl_connect.dir/clean:
$(MAKE) -f examples/CMakeFiles/amqp_ssl_connect.dir/build.make examples/CMakeFiles/amqp_ssl_connect.dir/clean
.PHONY : examples/CMakeFiles/amqp_ssl_connect.dir/clean
# clean rule for target.
clean: examples/CMakeFiles/amqp_ssl_connect.dir/clean
.PHONY : clean
#=============================================================================
# Target rules for target examples/CMakeFiles/amqp_unbind.dir
# All Build rule for target.
examples/CMakeFiles/amqp_unbind.dir/all: librabbitmq/CMakeFiles/rabbitmq.dir/all
$(MAKE) -f examples/CMakeFiles/amqp_unbind.dir/build.make examples/CMakeFiles/amqp_unbind.dir/depend
$(MAKE) -f examples/CMakeFiles/amqp_unbind.dir/build.make examples/CMakeFiles/amqp_unbind.dir/build
$(CMAKE_COMMAND) -E cmake_progress_report /home2/tcs/librab/build/CMakeFiles 31 32 33
@echo "Built target amqp_unbind"
.PHONY : examples/CMakeFiles/amqp_unbind.dir/all
# Include target in all.
all: examples/CMakeFiles/amqp_unbind.dir/all
.PHONY : all
# Build rule for subdir invocation for target.
examples/CMakeFiles/amqp_unbind.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home2/tcs/librab/build/CMakeFiles 17
$(MAKE) -f CMakeFiles/Makefile2 examples/CMakeFiles/amqp_unbind.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home2/tcs/librab/build/CMakeFiles 0
.PHONY : examples/CMakeFiles/amqp_unbind.dir/rule
# Convenience name for target.
amqp_unbind: examples/CMakeFiles/amqp_unbind.dir/rule
.PHONY : amqp_unbind
# clean rule for target.
examples/CMakeFiles/amqp_unbind.dir/clean:
$(MAKE) -f examples/CMakeFiles/amqp_unbind.dir/build.make examples/CMakeFiles/amqp_unbind.dir/clean
.PHONY : examples/CMakeFiles/amqp_unbind.dir/clean
# clean rule for target.
clean: examples/CMakeFiles/amqp_unbind.dir/clean
.PHONY : clean
#=============================================================================
# Directory level rules for directory tests
# Convenience name for "all" pass in the directory.
tests/all: tests/CMakeFiles/test_basic.dir/all
tests/all: tests/CMakeFiles/test_hostcheck.dir/all
tests/all: tests/CMakeFiles/test_merge_capabilities.dir/all
tests/all: tests/CMakeFiles/test_parse_url.dir/all
tests/all: tests/CMakeFiles/test_sasl_mechanism.dir/all
tests/all: tests/CMakeFiles/test_status_enum.dir/all
tests/all: tests/CMakeFiles/test_tables.dir/all
.PHONY : tests/all
# Convenience name for "clean" pass in the directory.
tests/clean: tests/CMakeFiles/test_basic.dir/clean
tests/clean: tests/CMakeFiles/test_hostcheck.dir/clean
tests/clean: tests/CMakeFiles/test_merge_capabilities.dir/clean
tests/clean: tests/CMakeFiles/test_parse_url.dir/clean
tests/clean: tests/CMakeFiles/test_sasl_mechanism.dir/clean
tests/clean: tests/CMakeFiles/test_status_enum.dir/clean
tests/clean: tests/CMakeFiles/test_tables.dir/clean
.PHONY : tests/clean
# Convenience name for "preinstall" pass in the directory.
tests/preinstall:
.PHONY : tests/preinstall
#=============================================================================
# Target rules for target tests/CMakeFiles/test_basic.dir
# All Build rule for target.
tests/CMakeFiles/test_basic.dir/all: librabbitmq/CMakeFiles/rabbitmq-static.dir/all
$(MAKE) -f tests/CMakeFiles/test_basic.dir/build.make tests/CMakeFiles/test_basic.dir/depend
$(MAKE) -f tests/CMakeFiles/test_basic.dir/build.make tests/CMakeFiles/test_basic.dir/build
$(CMAKE_COMMAND) -E cmake_progress_report /home2/tcs/librab/build/CMakeFiles 62
@echo "Built target test_basic"
.PHONY : tests/CMakeFiles/test_basic.dir/all
# Include target in all.
all: tests/CMakeFiles/test_basic.dir/all
.PHONY : all
# Build rule for subdir invocation for target.
tests/CMakeFiles/test_basic.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home2/tcs/librab/build/CMakeFiles 15
$(MAKE) -f CMakeFiles/Makefile2 tests/CMakeFiles/test_basic.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home2/tcs/librab/build/CMakeFiles 0
.PHONY : tests/CMakeFiles/test_basic.dir/rule
# Convenience name for target.
test_basic: tests/CMakeFiles/test_basic.dir/rule
.PHONY : test_basic
# clean rule for target.
tests/CMakeFiles/test_basic.dir/clean:
$(MAKE) -f tests/CMakeFiles/test_basic.dir/build.make tests/CMakeFiles/test_basic.dir/clean
.PHONY : tests/CMakeFiles/test_basic.dir/clean
# clean rule for target.
clean: tests/CMakeFiles/test_basic.dir/clean
.PHONY : clean
#=============================================================================
# Target rules for target tests/CMakeFiles/test_hostcheck.dir
# All Build rule for target.
tests/CMakeFiles/test_hostcheck.dir/all:
$(MAKE) -f tests/CMakeFiles/test_hostcheck.dir/build.make tests/CMakeFiles/test_hostcheck.dir/depend
$(MAKE) -f tests/CMakeFiles/test_hostcheck.dir/build.make tests/CMakeFiles/test_hostcheck.dir/build
$(CMAKE_COMMAND) -E cmake_progress_report /home2/tcs/librab/build/CMakeFiles 63 64
@echo "Built target test_hostcheck"
.PHONY : tests/CMakeFiles/test_hostcheck.dir/all
# Include target in all.
all: tests/CMakeFiles/test_hostcheck.dir/all
.PHONY : all
# Build rule for subdir invocation for target.
tests/CMakeFiles/test_hostcheck.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home2/tcs/librab/build/CMakeFiles 2
$(MAKE) -f CMakeFiles/Makefile2 tests/CMakeFiles/test_hostcheck.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home2/tcs/librab/build/CMakeFiles 0
.PHONY : tests/CMakeFiles/test_hostcheck.dir/rule
# Convenience name for target.
test_hostcheck: tests/CMakeFiles/test_hostcheck.dir/rule
.PHONY : test_hostcheck
# clean rule for target.
tests/CMakeFiles/test_hostcheck.dir/clean:
$(MAKE) -f tests/CMakeFiles/test_hostcheck.dir/build.make tests/CMakeFiles/test_hostcheck.dir/clean
.PHONY : tests/CMakeFiles/test_hostcheck.dir/clean
# clean rule for target.
clean: tests/CMakeFiles/test_hostcheck.dir/clean
.PHONY : clean
#=============================================================================
# Target rules for target tests/CMakeFiles/test_merge_capabilities.dir
# All Build rule for target.
tests/CMakeFiles/test_merge_capabilities.dir/all: librabbitmq/CMakeFiles/rabbitmq-static.dir/all
$(MAKE) -f tests/CMakeFiles/test_merge_capabilities.dir/build.make tests/CMakeFiles/test_merge_capabilities.dir/depend
$(MAKE) -f tests/CMakeFiles/test_merge_capabilities.dir/build.make tests/CMakeFiles/test_merge_capabilities.dir/build
$(CMAKE_COMMAND) -E cmake_progress_report /home2/tcs/librab/build/CMakeFiles 65
@echo "Built target test_merge_capabilities"
.PHONY : tests/CMakeFiles/test_merge_capabilities.dir/all
# Include target in all.
all: tests/CMakeFiles/test_merge_capabilities.dir/all
.PHONY : all
# Build rule for subdir invocation for target.
tests/CMakeFiles/test_merge_capabilities.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home2/tcs/librab/build/CMakeFiles 15
$(MAKE) -f CMakeFiles/Makefile2 tests/CMakeFiles/test_merge_capabilities.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home2/tcs/librab/build/CMakeFiles 0
.PHONY : tests/CMakeFiles/test_merge_capabilities.dir/rule
# Convenience name for target.
test_merge_capabilities: tests/CMakeFiles/test_merge_capabilities.dir/rule
.PHONY : test_merge_capabilities
# clean rule for target.
tests/CMakeFiles/test_merge_capabilities.dir/clean:
$(MAKE) -f tests/CMakeFiles/test_merge_capabilities.dir/build.make tests/CMakeFiles/test_merge_capabilities.dir/clean
.PHONY : tests/CMakeFiles/test_merge_capabilities.dir/clean
# clean rule for target.
clean: tests/CMakeFiles/test_merge_capabilities.dir/clean
.PHONY : clean
#=============================================================================
# Target rules for target tests/CMakeFiles/test_parse_url.dir
# All Build rule for target.
tests/CMakeFiles/test_parse_url.dir/all: librabbitmq/CMakeFiles/rabbitmq-static.dir/all
$(MAKE) -f tests/CMakeFiles/test_parse_url.dir/build.make tests/CMakeFiles/test_parse_url.dir/depend
$(MAKE) -f tests/CMakeFiles/test_parse_url.dir/build.make tests/CMakeFiles/test_parse_url.dir/build
$(CMAKE_COMMAND) -E cmake_progress_report /home2/tcs/librab/build/CMakeFiles 66
@echo "Built target test_parse_url"
.PHONY : tests/CMakeFiles/test_parse_url.dir/all
# Include target in all.
all: tests/CMakeFiles/test_parse_url.dir/all
.PHONY : all
# Build rule for subdir invocation for target.
tests/CMakeFiles/test_parse_url.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home2/tcs/librab/build/CMakeFiles 15
$(MAKE) -f CMakeFiles/Makefile2 tests/CMakeFiles/test_parse_url.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home2/tcs/librab/build/CMakeFiles 0
.PHONY : tests/CMakeFiles/test_parse_url.dir/rule
# Convenience name for target.
test_parse_url: tests/CMakeFiles/test_parse_url.dir/rule
.PHONY : test_parse_url
# clean rule for target.
tests/CMakeFiles/test_parse_url.dir/clean:
$(MAKE) -f tests/CMakeFiles/test_parse_url.dir/build.make tests/CMakeFiles/test_parse_url.dir/clean
.PHONY : tests/CMakeFiles/test_parse_url.dir/clean
# clean rule for target.
clean: tests/CMakeFiles/test_parse_url.dir/clean
.PHONY : clean
#=============================================================================
# Target rules for target tests/CMakeFiles/test_sasl_mechanism.dir
# All Build rule for target.
tests/CMakeFiles/test_sasl_mechanism.dir/all: librabbitmq/CMakeFiles/rabbitmq-static.dir/all
$(MAKE) -f tests/CMakeFiles/test_sasl_mechanism.dir/build.make tests/CMakeFiles/test_sasl_mechanism.dir/depend
$(MAKE) -f tests/CMakeFiles/test_sasl_mechanism.dir/build.make tests/CMakeFiles/test_sasl_mechanism.dir/build
$(CMAKE_COMMAND) -E cmake_progress_report /home2/tcs/librab/build/CMakeFiles 67
@echo "Built target test_sasl_mechanism"
.PHONY : tests/CMakeFiles/test_sasl_mechanism.dir/all
# Include target in all.
all: tests/CMakeFiles/test_sasl_mechanism.dir/all
.PHONY : all
# Build rule for subdir invocation for target.
tests/CMakeFiles/test_sasl_mechanism.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home2/tcs/librab/build/CMakeFiles 15
$(MAKE) -f CMakeFiles/Makefile2 tests/CMakeFiles/test_sasl_mechanism.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home2/tcs/librab/build/CMakeFiles 0
.PHONY : tests/CMakeFiles/test_sasl_mechanism.dir/rule
# Convenience name for target.
test_sasl_mechanism: tests/CMakeFiles/test_sasl_mechanism.dir/rule
.PHONY : test_sasl_mechanism
# clean rule for target.
tests/CMakeFiles/test_sasl_mechanism.dir/clean:
$(MAKE) -f tests/CMakeFiles/test_sasl_mechanism.dir/build.make tests/CMakeFiles/test_sasl_mechanism.dir/clean
.PHONY : tests/CMakeFiles/test_sasl_mechanism.dir/clean
# clean rule for target.
clean: tests/CMakeFiles/test_sasl_mechanism.dir/clean
.PHONY : clean
#=============================================================================
# Target rules for target tests/CMakeFiles/test_status_enum.dir
# All Build rule for target.
tests/CMakeFiles/test_status_enum.dir/all: librabbitmq/CMakeFiles/rabbitmq-static.dir/all
$(MAKE) -f tests/CMakeFiles/test_status_enum.dir/build.make tests/CMakeFiles/test_status_enum.dir/depend
$(MAKE) -f tests/CMakeFiles/test_status_enum.dir/build.make tests/CMakeFiles/test_status_enum.dir/build
$(CMAKE_COMMAND) -E cmake_progress_report /home2/tcs/librab/build/CMakeFiles 68
@echo "Built target test_status_enum"
.PHONY : tests/CMakeFiles/test_status_enum.dir/all
# Include target in all.
all: tests/CMakeFiles/test_status_enum.dir/all
.PHONY : all
# Build rule for subdir invocation for target.
tests/CMakeFiles/test_status_enum.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home2/tcs/librab/build/CMakeFiles 15
$(MAKE) -f CMakeFiles/Makefile2 tests/CMakeFiles/test_status_enum.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home2/tcs/librab/build/CMakeFiles 0
.PHONY : tests/CMakeFiles/test_status_enum.dir/rule
# Convenience name for target.
test_status_enum: tests/CMakeFiles/test_status_enum.dir/rule
.PHONY : test_status_enum
# clean rule for target.
tests/CMakeFiles/test_status_enum.dir/clean:
$(MAKE) -f tests/CMakeFiles/test_status_enum.dir/build.make tests/CMakeFiles/test_status_enum.dir/clean
.PHONY : tests/CMakeFiles/test_status_enum.dir/clean
# clean rule for target.
clean: tests/CMakeFiles/test_status_enum.dir/clean
.PHONY : clean
#=============================================================================
# Target rules for target tests/CMakeFiles/test_tables.dir
# All Build rule for target.
tests/CMakeFiles/test_tables.dir/all: librabbitmq/CMakeFiles/rabbitmq-static.dir/all
$(MAKE) -f tests/CMakeFiles/test_tables.dir/build.make tests/CMakeFiles/test_tables.dir/depend
$(MAKE) -f tests/CMakeFiles/test_tables.dir/build.make tests/CMakeFiles/test_tables.dir/build
$(CMAKE_COMMAND) -E cmake_progress_report /home2/tcs/librab/build/CMakeFiles 69
@echo "Built target test_tables"
.PHONY : tests/CMakeFiles/test_tables.dir/all
# Include target in all.
all: tests/CMakeFiles/test_tables.dir/all
.PHONY : all
# Build rule for subdir invocation for target.
tests/CMakeFiles/test_tables.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home2/tcs/librab/build/CMakeFiles 15
$(MAKE) -f CMakeFiles/Makefile2 tests/CMakeFiles/test_tables.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home2/tcs/librab/build/CMakeFiles 0
.PHONY : tests/CMakeFiles/test_tables.dir/rule
# Convenience name for target.
test_tables: tests/CMakeFiles/test_tables.dir/rule
.PHONY : test_tables
# clean rule for target.
tests/CMakeFiles/test_tables.dir/clean:
$(MAKE) -f tests/CMakeFiles/test_tables.dir/build.make tests/CMakeFiles/test_tables.dir/clean
.PHONY : tests/CMakeFiles/test_tables.dir/clean
# clean rule for target.
clean: tests/CMakeFiles/test_tables.dir/clean
.PHONY : clean
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system