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

# 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 = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake

# The command to remove a file.
RM = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E remove -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/zanglei/Developer/carrera-sdk/consumer/cpp/Consumer

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/zanglei/Developer/carrera-sdk/consumer/cpp/Consumer/cmake-build-debug

#=============================================================================
# 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..."
	/Applications/CLion.app/Contents/bin/cmake/mac/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 edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
	/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache

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

.PHONY : edit_cache/fast

# The main all target
all: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/zanglei/Developer/carrera-sdk/consumer/cpp/Consumer/cmake-build-debug/CMakeFiles /Users/zanglei/Developer/carrera-sdk/consumer/cpp/Consumer/cmake-build-debug/CMakeFiles/progress.marks
	$(MAKE) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/zanglei/Developer/carrera-sdk/consumer/cpp/Consumer/cmake-build-debug/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	$(MAKE) -f CMakeFiles/Makefile2 clean
.PHONY : clean

# The main clean target
clean/fast: clean

.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall/fast

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

#=============================================================================
# Target rules for targets named Consumer

# Build rule for target.
Consumer: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 Consumer
.PHONY : Consumer

# fast build rule for target.
Consumer/fast:
	$(MAKE) -f CMakeFiles/Consumer.dir/build.make CMakeFiles/Consumer.dir/build
.PHONY : Consumer/fast

CarreraClientExample.o: CarreraClientExample.cpp.o

.PHONY : CarreraClientExample.o

# target to build an object file
CarreraClientExample.cpp.o:
	$(MAKE) -f CMakeFiles/Consumer.dir/build.make CMakeFiles/Consumer.dir/CarreraClientExample.cpp.o
.PHONY : CarreraClientExample.cpp.o

CarreraClientExample.i: CarreraClientExample.cpp.i

.PHONY : CarreraClientExample.i

# target to preprocess a source file
CarreraClientExample.cpp.i:
	$(MAKE) -f CMakeFiles/Consumer.dir/build.make CMakeFiles/Consumer.dir/CarreraClientExample.cpp.i
.PHONY : CarreraClientExample.cpp.i

CarreraClientExample.s: CarreraClientExample.cpp.s

.PHONY : CarreraClientExample.s

# target to generate assembly for a file
CarreraClientExample.cpp.s:
	$(MAKE) -f CMakeFiles/Consumer.dir/build.make CMakeFiles/Consumer.dir/CarreraClientExample.cpp.s
.PHONY : CarreraClientExample.cpp.s

CarreraConsumer.o: CarreraConsumer.cpp.o

.PHONY : CarreraConsumer.o

# target to build an object file
CarreraConsumer.cpp.o:
	$(MAKE) -f CMakeFiles/Consumer.dir/build.make CMakeFiles/Consumer.dir/CarreraConsumer.cpp.o
.PHONY : CarreraConsumer.cpp.o

CarreraConsumer.i: CarreraConsumer.cpp.i

.PHONY : CarreraConsumer.i

# target to preprocess a source file
CarreraConsumer.cpp.i:
	$(MAKE) -f CMakeFiles/Consumer.dir/build.make CMakeFiles/Consumer.dir/CarreraConsumer.cpp.i
.PHONY : CarreraConsumer.cpp.i

CarreraConsumer.s: CarreraConsumer.cpp.s

.PHONY : CarreraConsumer.s

# target to generate assembly for a file
CarreraConsumer.cpp.s:
	$(MAKE) -f CMakeFiles/Consumer.dir/build.make CMakeFiles/Consumer.dir/CarreraConsumer.cpp.s
.PHONY : CarreraConsumer.cpp.s

ConsumerService.o: ConsumerService.cpp.o

.PHONY : ConsumerService.o

# target to build an object file
ConsumerService.cpp.o:
	$(MAKE) -f CMakeFiles/Consumer.dir/build.make CMakeFiles/Consumer.dir/ConsumerService.cpp.o
.PHONY : ConsumerService.cpp.o

ConsumerService.i: ConsumerService.cpp.i

.PHONY : ConsumerService.i

# target to preprocess a source file
ConsumerService.cpp.i:
	$(MAKE) -f CMakeFiles/Consumer.dir/build.make CMakeFiles/Consumer.dir/ConsumerService.cpp.i
.PHONY : ConsumerService.cpp.i

ConsumerService.s: ConsumerService.cpp.s

.PHONY : ConsumerService.s

# target to generate assembly for a file
ConsumerService.cpp.s:
	$(MAKE) -f CMakeFiles/Consumer.dir/build.make CMakeFiles/Consumer.dir/ConsumerService.cpp.s
.PHONY : ConsumerService.cpp.s

SimpleCarreraClient.o: SimpleCarreraClient.cpp.o

.PHONY : SimpleCarreraClient.o

# target to build an object file
SimpleCarreraClient.cpp.o:
	$(MAKE) -f CMakeFiles/Consumer.dir/build.make CMakeFiles/Consumer.dir/SimpleCarreraClient.cpp.o
.PHONY : SimpleCarreraClient.cpp.o

SimpleCarreraClient.i: SimpleCarreraClient.cpp.i

.PHONY : SimpleCarreraClient.i

# target to preprocess a source file
SimpleCarreraClient.cpp.i:
	$(MAKE) -f CMakeFiles/Consumer.dir/build.make CMakeFiles/Consumer.dir/SimpleCarreraClient.cpp.i
.PHONY : SimpleCarreraClient.cpp.i

SimpleCarreraClient.s: SimpleCarreraClient.cpp.s

.PHONY : SimpleCarreraClient.s

# target to generate assembly for a file
SimpleCarreraClient.cpp.s:
	$(MAKE) -f CMakeFiles/Consumer.dir/build.make CMakeFiles/Consumer.dir/SimpleCarreraClient.cpp.s
.PHONY : SimpleCarreraClient.cpp.s

consumerProxy_constants.o: consumerProxy_constants.cpp.o

.PHONY : consumerProxy_constants.o

# target to build an object file
consumerProxy_constants.cpp.o:
	$(MAKE) -f CMakeFiles/Consumer.dir/build.make CMakeFiles/Consumer.dir/consumerProxy_constants.cpp.o
.PHONY : consumerProxy_constants.cpp.o

consumerProxy_constants.i: consumerProxy_constants.cpp.i

.PHONY : consumerProxy_constants.i

# target to preprocess a source file
consumerProxy_constants.cpp.i:
	$(MAKE) -f CMakeFiles/Consumer.dir/build.make CMakeFiles/Consumer.dir/consumerProxy_constants.cpp.i
.PHONY : consumerProxy_constants.cpp.i

consumerProxy_constants.s: consumerProxy_constants.cpp.s

.PHONY : consumerProxy_constants.s

# target to generate assembly for a file
consumerProxy_constants.cpp.s:
	$(MAKE) -f CMakeFiles/Consumer.dir/build.make CMakeFiles/Consumer.dir/consumerProxy_constants.cpp.s
.PHONY : consumerProxy_constants.cpp.s

consumerProxy_types.o: consumerProxy_types.cpp.o

.PHONY : consumerProxy_types.o

# target to build an object file
consumerProxy_types.cpp.o:
	$(MAKE) -f CMakeFiles/Consumer.dir/build.make CMakeFiles/Consumer.dir/consumerProxy_types.cpp.o
.PHONY : consumerProxy_types.cpp.o

consumerProxy_types.i: consumerProxy_types.cpp.i

.PHONY : consumerProxy_types.i

# target to preprocess a source file
consumerProxy_types.cpp.i:
	$(MAKE) -f CMakeFiles/Consumer.dir/build.make CMakeFiles/Consumer.dir/consumerProxy_types.cpp.i
.PHONY : consumerProxy_types.cpp.i

consumerProxy_types.s: consumerProxy_types.cpp.s

.PHONY : consumerProxy_types.s

# target to generate assembly for a file
consumerProxy_types.cpp.s:
	$(MAKE) -f CMakeFiles/Consumer.dir/build.make CMakeFiles/Consumer.dir/consumerProxy_types.cpp.s
.PHONY : consumerProxy_types.cpp.s

mq_logger.o: mq_logger.cpp.o

.PHONY : mq_logger.o

# target to build an object file
mq_logger.cpp.o:
	$(MAKE) -f CMakeFiles/Consumer.dir/build.make CMakeFiles/Consumer.dir/mq_logger.cpp.o
.PHONY : mq_logger.cpp.o

mq_logger.i: mq_logger.cpp.i

.PHONY : mq_logger.i

# target to preprocess a source file
mq_logger.cpp.i:
	$(MAKE) -f CMakeFiles/Consumer.dir/build.make CMakeFiles/Consumer.dir/mq_logger.cpp.i
.PHONY : mq_logger.cpp.i

mq_logger.s: mq_logger.cpp.s

.PHONY : mq_logger.s

# target to generate assembly for a file
mq_logger.cpp.s:
	$(MAKE) -f CMakeFiles/Consumer.dir/build.make CMakeFiles/Consumer.dir/mq_logger.cpp.s
.PHONY : mq_logger.cpp.s

thirdparty/thrift/concurrency/StdMonitor.o: thirdparty/thrift/concurrency/StdMonitor.cpp.o

.PHONY : thirdparty/thrift/concurrency/StdMonitor.o

# target to build an object file
thirdparty/thrift/concurrency/StdMonitor.cpp.o:
	$(MAKE) -f CMakeFiles/Consumer.dir/build.make CMakeFiles/Consumer.dir/thirdparty/thrift/concurrency/StdMonitor.cpp.o
.PHONY : thirdparty/thrift/concurrency/StdMonitor.cpp.o

thirdparty/thrift/concurrency/StdMonitor.i: thirdparty/thrift/concurrency/StdMonitor.cpp.i

.PHONY : thirdparty/thrift/concurrency/StdMonitor.i

# target to preprocess a source file
thirdparty/thrift/concurrency/StdMonitor.cpp.i:
	$(MAKE) -f CMakeFiles/Consumer.dir/build.make CMakeFiles/Consumer.dir/thirdparty/thrift/concurrency/StdMonitor.cpp.i
.PHONY : thirdparty/thrift/concurrency/StdMonitor.cpp.i

thirdparty/thrift/concurrency/StdMonitor.s: thirdparty/thrift/concurrency/StdMonitor.cpp.s

.PHONY : thirdparty/thrift/concurrency/StdMonitor.s

# target to generate assembly for a file
thirdparty/thrift/concurrency/StdMonitor.cpp.s:
	$(MAKE) -f CMakeFiles/Consumer.dir/build.make CMakeFiles/Consumer.dir/thirdparty/thrift/concurrency/StdMonitor.cpp.s
.PHONY : thirdparty/thrift/concurrency/StdMonitor.cpp.s

thirdparty/thrift/concurrency/StdMutex.o: thirdparty/thrift/concurrency/StdMutex.cpp.o

.PHONY : thirdparty/thrift/concurrency/StdMutex.o

# target to build an object file
thirdparty/thrift/concurrency/StdMutex.cpp.o:
	$(MAKE) -f CMakeFiles/Consumer.dir/build.make CMakeFiles/Consumer.dir/thirdparty/thrift/concurrency/StdMutex.cpp.o
.PHONY : thirdparty/thrift/concurrency/StdMutex.cpp.o

thirdparty/thrift/concurrency/StdMutex.i: thirdparty/thrift/concurrency/StdMutex.cpp.i

.PHONY : thirdparty/thrift/concurrency/StdMutex.i

# target to preprocess a source file
thirdparty/thrift/concurrency/StdMutex.cpp.i:
	$(MAKE) -f CMakeFiles/Consumer.dir/build.make CMakeFiles/Consumer.dir/thirdparty/thrift/concurrency/StdMutex.cpp.i
.PHONY : thirdparty/thrift/concurrency/StdMutex.cpp.i

thirdparty/thrift/concurrency/StdMutex.s: thirdparty/thrift/concurrency/StdMutex.cpp.s

.PHONY : thirdparty/thrift/concurrency/StdMutex.s

# target to generate assembly for a file
thirdparty/thrift/concurrency/StdMutex.cpp.s:
	$(MAKE) -f CMakeFiles/Consumer.dir/build.make CMakeFiles/Consumer.dir/thirdparty/thrift/concurrency/StdMutex.cpp.s
.PHONY : thirdparty/thrift/concurrency/StdMutex.cpp.s

thirdparty/thrift/concurrency/StdThreadFactory.o: thirdparty/thrift/concurrency/StdThreadFactory.cpp.o

.PHONY : thirdparty/thrift/concurrency/StdThreadFactory.o

# target to build an object file
thirdparty/thrift/concurrency/StdThreadFactory.cpp.o:
	$(MAKE) -f CMakeFiles/Consumer.dir/build.make CMakeFiles/Consumer.dir/thirdparty/thrift/concurrency/StdThreadFactory.cpp.o
.PHONY : thirdparty/thrift/concurrency/StdThreadFactory.cpp.o

thirdparty/thrift/concurrency/StdThreadFactory.i: thirdparty/thrift/concurrency/StdThreadFactory.cpp.i

.PHONY : thirdparty/thrift/concurrency/StdThreadFactory.i

# target to preprocess a source file
thirdparty/thrift/concurrency/StdThreadFactory.cpp.i:
	$(MAKE) -f CMakeFiles/Consumer.dir/build.make CMakeFiles/Consumer.dir/thirdparty/thrift/concurrency/StdThreadFactory.cpp.i
.PHONY : thirdparty/thrift/concurrency/StdThreadFactory.cpp.i

thirdparty/thrift/concurrency/StdThreadFactory.s: thirdparty/thrift/concurrency/StdThreadFactory.cpp.s

.PHONY : thirdparty/thrift/concurrency/StdThreadFactory.s

# target to generate assembly for a file
thirdparty/thrift/concurrency/StdThreadFactory.cpp.s:
	$(MAKE) -f CMakeFiles/Consumer.dir/build.make CMakeFiles/Consumer.dir/thirdparty/thrift/concurrency/StdThreadFactory.cpp.s
.PHONY : thirdparty/thrift/concurrency/StdThreadFactory.cpp.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 "... edit_cache"
	@echo "... Consumer"
	@echo "... CarreraClientExample.o"
	@echo "... CarreraClientExample.i"
	@echo "... CarreraClientExample.s"
	@echo "... CarreraConsumer.o"
	@echo "... CarreraConsumer.i"
	@echo "... CarreraConsumer.s"
	@echo "... ConsumerService.o"
	@echo "... ConsumerService.i"
	@echo "... ConsumerService.s"
	@echo "... SimpleCarreraClient.o"
	@echo "... SimpleCarreraClient.i"
	@echo "... SimpleCarreraClient.s"
	@echo "... consumerProxy_constants.o"
	@echo "... consumerProxy_constants.i"
	@echo "... consumerProxy_constants.s"
	@echo "... consumerProxy_types.o"
	@echo "... consumerProxy_types.i"
	@echo "... consumerProxy_types.s"
	@echo "... mq_logger.o"
	@echo "... mq_logger.i"
	@echo "... mq_logger.s"
	@echo "... thirdparty/thrift/concurrency/StdMonitor.o"
	@echo "... thirdparty/thrift/concurrency/StdMonitor.i"
	@echo "... thirdparty/thrift/concurrency/StdMonitor.s"
	@echo "... thirdparty/thrift/concurrency/StdMutex.o"
	@echo "... thirdparty/thrift/concurrency/StdMutex.i"
	@echo "... thirdparty/thrift/concurrency/StdMutex.s"
	@echo "... thirdparty/thrift/concurrency/StdThreadFactory.o"
	@echo "... thirdparty/thrift/concurrency/StdThreadFactory.i"
	@echo "... thirdparty/thrift/concurrency/StdThreadFactory.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:
	$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

