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

# 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/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/shang/code/C++/github-project/student-work-project/my-muduo

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/shang/code/C++/github-project/student-work-project/my-muduo/build

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

# 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: preinstall/fast
	@$(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/fast

# Special rule for the target edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
	/usr/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

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

# 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/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: preinstall/fast
	@$(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/fast

# The main all target
all: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/shang/code/C++/github-project/student-work-project/my-muduo/build/CMakeFiles /home/shang/code/C++/github-project/student-work-project/my-muduo/build/CMakeFiles/progress.marks
	$(MAKE) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/shang/code/C++/github-project/student-work-project/my-muduo/build/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 tiny_network

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

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

#=============================================================================
# Target rules for targets named echoServerAsync

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

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

#=============================================================================
# Target rules for targets named echoServer

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

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

#=============================================================================
# Target rules for targets named HttpServer

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

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

#=============================================================================
# Target rules for targets named AsyncLoggingTest

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

# fast build rule for target.
AsyncLoggingTest/fast:
	$(MAKE) -f src/logger/test/CMakeFiles/AsyncLoggingTest.dir/build.make src/logger/test/CMakeFiles/AsyncLoggingTest.dir/build
.PHONY : AsyncLoggingTest/fast

#=============================================================================
# Target rules for targets named MemoryPoolTest

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

# fast build rule for target.
MemoryPoolTest/fast:
	$(MAKE) -f src/memory/test/CMakeFiles/MemoryPoolTest.dir/build.make src/memory/test/CMakeFiles/MemoryPoolTest.dir/build
.PHONY : MemoryPoolTest/fast

#=============================================================================
# Target rules for targets named MysqlPoolTest

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

# fast build rule for target.
MysqlPoolTest/fast:
	$(MAKE) -f src/mysql/test/CMakeFiles/MysqlPoolTest.dir/build.make src/mysql/test/CMakeFiles/MysqlPoolTest.dir/build
.PHONY : MysqlPoolTest/fast

src/base/CurrentThread.o: src/base/CurrentThread.cc.o

.PHONY : src/base/CurrentThread.o

# target to build an object file
src/base/CurrentThread.cc.o:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/base/CurrentThread.cc.o
.PHONY : src/base/CurrentThread.cc.o

src/base/CurrentThread.i: src/base/CurrentThread.cc.i

.PHONY : src/base/CurrentThread.i

# target to preprocess a source file
src/base/CurrentThread.cc.i:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/base/CurrentThread.cc.i
.PHONY : src/base/CurrentThread.cc.i

src/base/CurrentThread.s: src/base/CurrentThread.cc.s

.PHONY : src/base/CurrentThread.s

# target to generate assembly for a file
src/base/CurrentThread.cc.s:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/base/CurrentThread.cc.s
.PHONY : src/base/CurrentThread.cc.s

src/base/Thread.o: src/base/Thread.cc.o

.PHONY : src/base/Thread.o

# target to build an object file
src/base/Thread.cc.o:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/base/Thread.cc.o
.PHONY : src/base/Thread.cc.o

src/base/Thread.i: src/base/Thread.cc.i

.PHONY : src/base/Thread.i

# target to preprocess a source file
src/base/Thread.cc.i:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/base/Thread.cc.i
.PHONY : src/base/Thread.cc.i

src/base/Thread.s: src/base/Thread.cc.s

.PHONY : src/base/Thread.s

# target to generate assembly for a file
src/base/Thread.cc.s:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/base/Thread.cc.s
.PHONY : src/base/Thread.cc.s

src/base/ThreadPool.o: src/base/ThreadPool.cc.o

.PHONY : src/base/ThreadPool.o

# target to build an object file
src/base/ThreadPool.cc.o:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/base/ThreadPool.cc.o
.PHONY : src/base/ThreadPool.cc.o

src/base/ThreadPool.i: src/base/ThreadPool.cc.i

.PHONY : src/base/ThreadPool.i

# target to preprocess a source file
src/base/ThreadPool.cc.i:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/base/ThreadPool.cc.i
.PHONY : src/base/ThreadPool.cc.i

src/base/ThreadPool.s: src/base/ThreadPool.cc.s

.PHONY : src/base/ThreadPool.s

# target to generate assembly for a file
src/base/ThreadPool.cc.s:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/base/ThreadPool.cc.s
.PHONY : src/base/ThreadPool.cc.s

src/base/Timestamp.o: src/base/Timestamp.cc.o

.PHONY : src/base/Timestamp.o

# target to build an object file
src/base/Timestamp.cc.o:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/base/Timestamp.cc.o
.PHONY : src/base/Timestamp.cc.o

src/base/Timestamp.i: src/base/Timestamp.cc.i

.PHONY : src/base/Timestamp.i

# target to preprocess a source file
src/base/Timestamp.cc.i:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/base/Timestamp.cc.i
.PHONY : src/base/Timestamp.cc.i

src/base/Timestamp.s: src/base/Timestamp.cc.s

.PHONY : src/base/Timestamp.s

# target to generate assembly for a file
src/base/Timestamp.cc.s:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/base/Timestamp.cc.s
.PHONY : src/base/Timestamp.cc.s

src/http/HttpContext.o: src/http/HttpContext.cc.o

.PHONY : src/http/HttpContext.o

# target to build an object file
src/http/HttpContext.cc.o:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/http/HttpContext.cc.o
.PHONY : src/http/HttpContext.cc.o

src/http/HttpContext.i: src/http/HttpContext.cc.i

.PHONY : src/http/HttpContext.i

# target to preprocess a source file
src/http/HttpContext.cc.i:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/http/HttpContext.cc.i
.PHONY : src/http/HttpContext.cc.i

src/http/HttpContext.s: src/http/HttpContext.cc.s

.PHONY : src/http/HttpContext.s

# target to generate assembly for a file
src/http/HttpContext.cc.s:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/http/HttpContext.cc.s
.PHONY : src/http/HttpContext.cc.s

src/http/HttpResponse.o: src/http/HttpResponse.cc.o

.PHONY : src/http/HttpResponse.o

# target to build an object file
src/http/HttpResponse.cc.o:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/http/HttpResponse.cc.o
.PHONY : src/http/HttpResponse.cc.o

src/http/HttpResponse.i: src/http/HttpResponse.cc.i

.PHONY : src/http/HttpResponse.i

# target to preprocess a source file
src/http/HttpResponse.cc.i:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/http/HttpResponse.cc.i
.PHONY : src/http/HttpResponse.cc.i

src/http/HttpResponse.s: src/http/HttpResponse.cc.s

.PHONY : src/http/HttpResponse.s

# target to generate assembly for a file
src/http/HttpResponse.cc.s:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/http/HttpResponse.cc.s
.PHONY : src/http/HttpResponse.cc.s

src/http/HttpServer.o: src/http/HttpServer.cc.o

.PHONY : src/http/HttpServer.o

# target to build an object file
src/http/HttpServer.cc.o:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/http/HttpServer.cc.o
.PHONY : src/http/HttpServer.cc.o

src/http/HttpServer.i: src/http/HttpServer.cc.i

.PHONY : src/http/HttpServer.i

# target to preprocess a source file
src/http/HttpServer.cc.i:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/http/HttpServer.cc.i
.PHONY : src/http/HttpServer.cc.i

src/http/HttpServer.s: src/http/HttpServer.cc.s

.PHONY : src/http/HttpServer.s

# target to generate assembly for a file
src/http/HttpServer.cc.s:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/http/HttpServer.cc.s
.PHONY : src/http/HttpServer.cc.s

src/http/main.o: src/http/main.cc.o

.PHONY : src/http/main.o

# target to build an object file
src/http/main.cc.o:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/http/main.cc.o
.PHONY : src/http/main.cc.o

src/http/main.i: src/http/main.cc.i

.PHONY : src/http/main.i

# target to preprocess a source file
src/http/main.cc.i:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/http/main.cc.i
.PHONY : src/http/main.cc.i

src/http/main.s: src/http/main.cc.s

.PHONY : src/http/main.s

# target to generate assembly for a file
src/http/main.cc.s:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/http/main.cc.s
.PHONY : src/http/main.cc.s

src/logger/AsyncLogging.o: src/logger/AsyncLogging.cc.o

.PHONY : src/logger/AsyncLogging.o

# target to build an object file
src/logger/AsyncLogging.cc.o:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/logger/AsyncLogging.cc.o
.PHONY : src/logger/AsyncLogging.cc.o

src/logger/AsyncLogging.i: src/logger/AsyncLogging.cc.i

.PHONY : src/logger/AsyncLogging.i

# target to preprocess a source file
src/logger/AsyncLogging.cc.i:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/logger/AsyncLogging.cc.i
.PHONY : src/logger/AsyncLogging.cc.i

src/logger/AsyncLogging.s: src/logger/AsyncLogging.cc.s

.PHONY : src/logger/AsyncLogging.s

# target to generate assembly for a file
src/logger/AsyncLogging.cc.s:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/logger/AsyncLogging.cc.s
.PHONY : src/logger/AsyncLogging.cc.s

src/logger/FileUtil.o: src/logger/FileUtil.cc.o

.PHONY : src/logger/FileUtil.o

# target to build an object file
src/logger/FileUtil.cc.o:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/logger/FileUtil.cc.o
.PHONY : src/logger/FileUtil.cc.o

src/logger/FileUtil.i: src/logger/FileUtil.cc.i

.PHONY : src/logger/FileUtil.i

# target to preprocess a source file
src/logger/FileUtil.cc.i:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/logger/FileUtil.cc.i
.PHONY : src/logger/FileUtil.cc.i

src/logger/FileUtil.s: src/logger/FileUtil.cc.s

.PHONY : src/logger/FileUtil.s

# target to generate assembly for a file
src/logger/FileUtil.cc.s:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/logger/FileUtil.cc.s
.PHONY : src/logger/FileUtil.cc.s

src/logger/LogFile.o: src/logger/LogFile.cc.o

.PHONY : src/logger/LogFile.o

# target to build an object file
src/logger/LogFile.cc.o:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/logger/LogFile.cc.o
.PHONY : src/logger/LogFile.cc.o

src/logger/LogFile.i: src/logger/LogFile.cc.i

.PHONY : src/logger/LogFile.i

# target to preprocess a source file
src/logger/LogFile.cc.i:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/logger/LogFile.cc.i
.PHONY : src/logger/LogFile.cc.i

src/logger/LogFile.s: src/logger/LogFile.cc.s

.PHONY : src/logger/LogFile.s

# target to generate assembly for a file
src/logger/LogFile.cc.s:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/logger/LogFile.cc.s
.PHONY : src/logger/LogFile.cc.s

src/logger/LogStream.o: src/logger/LogStream.cc.o

.PHONY : src/logger/LogStream.o

# target to build an object file
src/logger/LogStream.cc.o:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/logger/LogStream.cc.o
.PHONY : src/logger/LogStream.cc.o

src/logger/LogStream.i: src/logger/LogStream.cc.i

.PHONY : src/logger/LogStream.i

# target to preprocess a source file
src/logger/LogStream.cc.i:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/logger/LogStream.cc.i
.PHONY : src/logger/LogStream.cc.i

src/logger/LogStream.s: src/logger/LogStream.cc.s

.PHONY : src/logger/LogStream.s

# target to generate assembly for a file
src/logger/LogStream.cc.s:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/logger/LogStream.cc.s
.PHONY : src/logger/LogStream.cc.s

src/logger/Logging.o: src/logger/Logging.cc.o

.PHONY : src/logger/Logging.o

# target to build an object file
src/logger/Logging.cc.o:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/logger/Logging.cc.o
.PHONY : src/logger/Logging.cc.o

src/logger/Logging.i: src/logger/Logging.cc.i

.PHONY : src/logger/Logging.i

# target to preprocess a source file
src/logger/Logging.cc.i:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/logger/Logging.cc.i
.PHONY : src/logger/Logging.cc.i

src/logger/Logging.s: src/logger/Logging.cc.s

.PHONY : src/logger/Logging.s

# target to generate assembly for a file
src/logger/Logging.cc.s:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/logger/Logging.cc.s
.PHONY : src/logger/Logging.cc.s

src/memory/MemoryPool.o: src/memory/MemoryPool.cc.o

.PHONY : src/memory/MemoryPool.o

# target to build an object file
src/memory/MemoryPool.cc.o:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/memory/MemoryPool.cc.o
.PHONY : src/memory/MemoryPool.cc.o

src/memory/MemoryPool.i: src/memory/MemoryPool.cc.i

.PHONY : src/memory/MemoryPool.i

# target to preprocess a source file
src/memory/MemoryPool.cc.i:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/memory/MemoryPool.cc.i
.PHONY : src/memory/MemoryPool.cc.i

src/memory/MemoryPool.s: src/memory/MemoryPool.cc.s

.PHONY : src/memory/MemoryPool.s

# target to generate assembly for a file
src/memory/MemoryPool.cc.s:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/memory/MemoryPool.cc.s
.PHONY : src/memory/MemoryPool.cc.s

src/mysql/ConnectionPool.o: src/mysql/ConnectionPool.cc.o

.PHONY : src/mysql/ConnectionPool.o

# target to build an object file
src/mysql/ConnectionPool.cc.o:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/mysql/ConnectionPool.cc.o
.PHONY : src/mysql/ConnectionPool.cc.o

src/mysql/ConnectionPool.i: src/mysql/ConnectionPool.cc.i

.PHONY : src/mysql/ConnectionPool.i

# target to preprocess a source file
src/mysql/ConnectionPool.cc.i:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/mysql/ConnectionPool.cc.i
.PHONY : src/mysql/ConnectionPool.cc.i

src/mysql/ConnectionPool.s: src/mysql/ConnectionPool.cc.s

.PHONY : src/mysql/ConnectionPool.s

# target to generate assembly for a file
src/mysql/ConnectionPool.cc.s:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/mysql/ConnectionPool.cc.s
.PHONY : src/mysql/ConnectionPool.cc.s

src/mysql/MysqlConn.o: src/mysql/MysqlConn.cc.o

.PHONY : src/mysql/MysqlConn.o

# target to build an object file
src/mysql/MysqlConn.cc.o:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/mysql/MysqlConn.cc.o
.PHONY : src/mysql/MysqlConn.cc.o

src/mysql/MysqlConn.i: src/mysql/MysqlConn.cc.i

.PHONY : src/mysql/MysqlConn.i

# target to preprocess a source file
src/mysql/MysqlConn.cc.i:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/mysql/MysqlConn.cc.i
.PHONY : src/mysql/MysqlConn.cc.i

src/mysql/MysqlConn.s: src/mysql/MysqlConn.cc.s

.PHONY : src/mysql/MysqlConn.s

# target to generate assembly for a file
src/mysql/MysqlConn.cc.s:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/mysql/MysqlConn.cc.s
.PHONY : src/mysql/MysqlConn.cc.s

src/net/Acceptor.o: src/net/Acceptor.cc.o

.PHONY : src/net/Acceptor.o

# target to build an object file
src/net/Acceptor.cc.o:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/net/Acceptor.cc.o
.PHONY : src/net/Acceptor.cc.o

src/net/Acceptor.i: src/net/Acceptor.cc.i

.PHONY : src/net/Acceptor.i

# target to preprocess a source file
src/net/Acceptor.cc.i:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/net/Acceptor.cc.i
.PHONY : src/net/Acceptor.cc.i

src/net/Acceptor.s: src/net/Acceptor.cc.s

.PHONY : src/net/Acceptor.s

# target to generate assembly for a file
src/net/Acceptor.cc.s:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/net/Acceptor.cc.s
.PHONY : src/net/Acceptor.cc.s

src/net/Buffer.o: src/net/Buffer.cc.o

.PHONY : src/net/Buffer.o

# target to build an object file
src/net/Buffer.cc.o:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/net/Buffer.cc.o
.PHONY : src/net/Buffer.cc.o

src/net/Buffer.i: src/net/Buffer.cc.i

.PHONY : src/net/Buffer.i

# target to preprocess a source file
src/net/Buffer.cc.i:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/net/Buffer.cc.i
.PHONY : src/net/Buffer.cc.i

src/net/Buffer.s: src/net/Buffer.cc.s

.PHONY : src/net/Buffer.s

# target to generate assembly for a file
src/net/Buffer.cc.s:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/net/Buffer.cc.s
.PHONY : src/net/Buffer.cc.s

src/net/Channel.o: src/net/Channel.cc.o

.PHONY : src/net/Channel.o

# target to build an object file
src/net/Channel.cc.o:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/net/Channel.cc.o
.PHONY : src/net/Channel.cc.o

src/net/Channel.i: src/net/Channel.cc.i

.PHONY : src/net/Channel.i

# target to preprocess a source file
src/net/Channel.cc.i:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/net/Channel.cc.i
.PHONY : src/net/Channel.cc.i

src/net/Channel.s: src/net/Channel.cc.s

.PHONY : src/net/Channel.s

# target to generate assembly for a file
src/net/Channel.cc.s:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/net/Channel.cc.s
.PHONY : src/net/Channel.cc.s

src/net/EventLoop.o: src/net/EventLoop.cc.o

.PHONY : src/net/EventLoop.o

# target to build an object file
src/net/EventLoop.cc.o:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/net/EventLoop.cc.o
.PHONY : src/net/EventLoop.cc.o

src/net/EventLoop.i: src/net/EventLoop.cc.i

.PHONY : src/net/EventLoop.i

# target to preprocess a source file
src/net/EventLoop.cc.i:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/net/EventLoop.cc.i
.PHONY : src/net/EventLoop.cc.i

src/net/EventLoop.s: src/net/EventLoop.cc.s

.PHONY : src/net/EventLoop.s

# target to generate assembly for a file
src/net/EventLoop.cc.s:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/net/EventLoop.cc.s
.PHONY : src/net/EventLoop.cc.s

src/net/EventLoopThread.o: src/net/EventLoopThread.cc.o

.PHONY : src/net/EventLoopThread.o

# target to build an object file
src/net/EventLoopThread.cc.o:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/net/EventLoopThread.cc.o
.PHONY : src/net/EventLoopThread.cc.o

src/net/EventLoopThread.i: src/net/EventLoopThread.cc.i

.PHONY : src/net/EventLoopThread.i

# target to preprocess a source file
src/net/EventLoopThread.cc.i:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/net/EventLoopThread.cc.i
.PHONY : src/net/EventLoopThread.cc.i

src/net/EventLoopThread.s: src/net/EventLoopThread.cc.s

.PHONY : src/net/EventLoopThread.s

# target to generate assembly for a file
src/net/EventLoopThread.cc.s:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/net/EventLoopThread.cc.s
.PHONY : src/net/EventLoopThread.cc.s

src/net/EventLoopThreadPool.o: src/net/EventLoopThreadPool.cc.o

.PHONY : src/net/EventLoopThreadPool.o

# target to build an object file
src/net/EventLoopThreadPool.cc.o:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/net/EventLoopThreadPool.cc.o
.PHONY : src/net/EventLoopThreadPool.cc.o

src/net/EventLoopThreadPool.i: src/net/EventLoopThreadPool.cc.i

.PHONY : src/net/EventLoopThreadPool.i

# target to preprocess a source file
src/net/EventLoopThreadPool.cc.i:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/net/EventLoopThreadPool.cc.i
.PHONY : src/net/EventLoopThreadPool.cc.i

src/net/EventLoopThreadPool.s: src/net/EventLoopThreadPool.cc.s

.PHONY : src/net/EventLoopThreadPool.s

# target to generate assembly for a file
src/net/EventLoopThreadPool.cc.s:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/net/EventLoopThreadPool.cc.s
.PHONY : src/net/EventLoopThreadPool.cc.s

src/net/InetAddress.o: src/net/InetAddress.cc.o

.PHONY : src/net/InetAddress.o

# target to build an object file
src/net/InetAddress.cc.o:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/net/InetAddress.cc.o
.PHONY : src/net/InetAddress.cc.o

src/net/InetAddress.i: src/net/InetAddress.cc.i

.PHONY : src/net/InetAddress.i

# target to preprocess a source file
src/net/InetAddress.cc.i:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/net/InetAddress.cc.i
.PHONY : src/net/InetAddress.cc.i

src/net/InetAddress.s: src/net/InetAddress.cc.s

.PHONY : src/net/InetAddress.s

# target to generate assembly for a file
src/net/InetAddress.cc.s:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/net/InetAddress.cc.s
.PHONY : src/net/InetAddress.cc.s

src/net/Socket.o: src/net/Socket.cc.o

.PHONY : src/net/Socket.o

# target to build an object file
src/net/Socket.cc.o:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/net/Socket.cc.o
.PHONY : src/net/Socket.cc.o

src/net/Socket.i: src/net/Socket.cc.i

.PHONY : src/net/Socket.i

# target to preprocess a source file
src/net/Socket.cc.i:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/net/Socket.cc.i
.PHONY : src/net/Socket.cc.i

src/net/Socket.s: src/net/Socket.cc.s

.PHONY : src/net/Socket.s

# target to generate assembly for a file
src/net/Socket.cc.s:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/net/Socket.cc.s
.PHONY : src/net/Socket.cc.s

src/net/TcpConnection.o: src/net/TcpConnection.cc.o

.PHONY : src/net/TcpConnection.o

# target to build an object file
src/net/TcpConnection.cc.o:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/net/TcpConnection.cc.o
.PHONY : src/net/TcpConnection.cc.o

src/net/TcpConnection.i: src/net/TcpConnection.cc.i

.PHONY : src/net/TcpConnection.i

# target to preprocess a source file
src/net/TcpConnection.cc.i:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/net/TcpConnection.cc.i
.PHONY : src/net/TcpConnection.cc.i

src/net/TcpConnection.s: src/net/TcpConnection.cc.s

.PHONY : src/net/TcpConnection.s

# target to generate assembly for a file
src/net/TcpConnection.cc.s:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/net/TcpConnection.cc.s
.PHONY : src/net/TcpConnection.cc.s

src/net/TcpServer.o: src/net/TcpServer.cc.o

.PHONY : src/net/TcpServer.o

# target to build an object file
src/net/TcpServer.cc.o:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/net/TcpServer.cc.o
.PHONY : src/net/TcpServer.cc.o

src/net/TcpServer.i: src/net/TcpServer.cc.i

.PHONY : src/net/TcpServer.i

# target to preprocess a source file
src/net/TcpServer.cc.i:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/net/TcpServer.cc.i
.PHONY : src/net/TcpServer.cc.i

src/net/TcpServer.s: src/net/TcpServer.cc.s

.PHONY : src/net/TcpServer.s

# target to generate assembly for a file
src/net/TcpServer.cc.s:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/net/TcpServer.cc.s
.PHONY : src/net/TcpServer.cc.s

src/net/poller/DefaultPoller.o: src/net/poller/DefaultPoller.cc.o

.PHONY : src/net/poller/DefaultPoller.o

# target to build an object file
src/net/poller/DefaultPoller.cc.o:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/net/poller/DefaultPoller.cc.o
.PHONY : src/net/poller/DefaultPoller.cc.o

src/net/poller/DefaultPoller.i: src/net/poller/DefaultPoller.cc.i

.PHONY : src/net/poller/DefaultPoller.i

# target to preprocess a source file
src/net/poller/DefaultPoller.cc.i:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/net/poller/DefaultPoller.cc.i
.PHONY : src/net/poller/DefaultPoller.cc.i

src/net/poller/DefaultPoller.s: src/net/poller/DefaultPoller.cc.s

.PHONY : src/net/poller/DefaultPoller.s

# target to generate assembly for a file
src/net/poller/DefaultPoller.cc.s:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/net/poller/DefaultPoller.cc.s
.PHONY : src/net/poller/DefaultPoller.cc.s

src/net/poller/EPollPoller.o: src/net/poller/EPollPoller.cc.o

.PHONY : src/net/poller/EPollPoller.o

# target to build an object file
src/net/poller/EPollPoller.cc.o:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/net/poller/EPollPoller.cc.o
.PHONY : src/net/poller/EPollPoller.cc.o

src/net/poller/EPollPoller.i: src/net/poller/EPollPoller.cc.i

.PHONY : src/net/poller/EPollPoller.i

# target to preprocess a source file
src/net/poller/EPollPoller.cc.i:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/net/poller/EPollPoller.cc.i
.PHONY : src/net/poller/EPollPoller.cc.i

src/net/poller/EPollPoller.s: src/net/poller/EPollPoller.cc.s

.PHONY : src/net/poller/EPollPoller.s

# target to generate assembly for a file
src/net/poller/EPollPoller.cc.s:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/net/poller/EPollPoller.cc.s
.PHONY : src/net/poller/EPollPoller.cc.s

src/net/poller/Poller.o: src/net/poller/Poller.cc.o

.PHONY : src/net/poller/Poller.o

# target to build an object file
src/net/poller/Poller.cc.o:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/net/poller/Poller.cc.o
.PHONY : src/net/poller/Poller.cc.o

src/net/poller/Poller.i: src/net/poller/Poller.cc.i

.PHONY : src/net/poller/Poller.i

# target to preprocess a source file
src/net/poller/Poller.cc.i:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/net/poller/Poller.cc.i
.PHONY : src/net/poller/Poller.cc.i

src/net/poller/Poller.s: src/net/poller/Poller.cc.s

.PHONY : src/net/poller/Poller.s

# target to generate assembly for a file
src/net/poller/Poller.cc.s:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/net/poller/Poller.cc.s
.PHONY : src/net/poller/Poller.cc.s

src/timer/Timer.o: src/timer/Timer.cc.o

.PHONY : src/timer/Timer.o

# target to build an object file
src/timer/Timer.cc.o:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/timer/Timer.cc.o
.PHONY : src/timer/Timer.cc.o

src/timer/Timer.i: src/timer/Timer.cc.i

.PHONY : src/timer/Timer.i

# target to preprocess a source file
src/timer/Timer.cc.i:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/timer/Timer.cc.i
.PHONY : src/timer/Timer.cc.i

src/timer/Timer.s: src/timer/Timer.cc.s

.PHONY : src/timer/Timer.s

# target to generate assembly for a file
src/timer/Timer.cc.s:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/timer/Timer.cc.s
.PHONY : src/timer/Timer.cc.s

src/timer/TimerQueue.o: src/timer/TimerQueue.cc.o

.PHONY : src/timer/TimerQueue.o

# target to build an object file
src/timer/TimerQueue.cc.o:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/timer/TimerQueue.cc.o
.PHONY : src/timer/TimerQueue.cc.o

src/timer/TimerQueue.i: src/timer/TimerQueue.cc.i

.PHONY : src/timer/TimerQueue.i

# target to preprocess a source file
src/timer/TimerQueue.cc.i:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/timer/TimerQueue.cc.i
.PHONY : src/timer/TimerQueue.cc.i

src/timer/TimerQueue.s: src/timer/TimerQueue.cc.s

.PHONY : src/timer/TimerQueue.s

# target to generate assembly for a file
src/timer/TimerQueue.cc.s:
	$(MAKE) -f CMakeFiles/tiny_network.dir/build.make CMakeFiles/tiny_network.dir/src/timer/TimerQueue.cc.s
.PHONY : src/timer/TimerQueue.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 "... install/strip"
	@echo "... edit_cache"
	@echo "... tiny_network"
	@echo "... install"
	@echo "... rebuild_cache"
	@echo "... list_install_components"
	@echo "... install/local"
	@echo "... echoServerAsync"
	@echo "... echoServer"
	@echo "... HttpServer"
	@echo "... AsyncLoggingTest"
	@echo "... MemoryPoolTest"
	@echo "... MysqlPoolTest"
	@echo "... src/base/CurrentThread.o"
	@echo "... src/base/CurrentThread.i"
	@echo "... src/base/CurrentThread.s"
	@echo "... src/base/Thread.o"
	@echo "... src/base/Thread.i"
	@echo "... src/base/Thread.s"
	@echo "... src/base/ThreadPool.o"
	@echo "... src/base/ThreadPool.i"
	@echo "... src/base/ThreadPool.s"
	@echo "... src/base/Timestamp.o"
	@echo "... src/base/Timestamp.i"
	@echo "... src/base/Timestamp.s"
	@echo "... src/http/HttpContext.o"
	@echo "... src/http/HttpContext.i"
	@echo "... src/http/HttpContext.s"
	@echo "... src/http/HttpResponse.o"
	@echo "... src/http/HttpResponse.i"
	@echo "... src/http/HttpResponse.s"
	@echo "... src/http/HttpServer.o"
	@echo "... src/http/HttpServer.i"
	@echo "... src/http/HttpServer.s"
	@echo "... src/http/main.o"
	@echo "... src/http/main.i"
	@echo "... src/http/main.s"
	@echo "... src/logger/AsyncLogging.o"
	@echo "... src/logger/AsyncLogging.i"
	@echo "... src/logger/AsyncLogging.s"
	@echo "... src/logger/FileUtil.o"
	@echo "... src/logger/FileUtil.i"
	@echo "... src/logger/FileUtil.s"
	@echo "... src/logger/LogFile.o"
	@echo "... src/logger/LogFile.i"
	@echo "... src/logger/LogFile.s"
	@echo "... src/logger/LogStream.o"
	@echo "... src/logger/LogStream.i"
	@echo "... src/logger/LogStream.s"
	@echo "... src/logger/Logging.o"
	@echo "... src/logger/Logging.i"
	@echo "... src/logger/Logging.s"
	@echo "... src/memory/MemoryPool.o"
	@echo "... src/memory/MemoryPool.i"
	@echo "... src/memory/MemoryPool.s"
	@echo "... src/mysql/ConnectionPool.o"
	@echo "... src/mysql/ConnectionPool.i"
	@echo "... src/mysql/ConnectionPool.s"
	@echo "... src/mysql/MysqlConn.o"
	@echo "... src/mysql/MysqlConn.i"
	@echo "... src/mysql/MysqlConn.s"
	@echo "... src/net/Acceptor.o"
	@echo "... src/net/Acceptor.i"
	@echo "... src/net/Acceptor.s"
	@echo "... src/net/Buffer.o"
	@echo "... src/net/Buffer.i"
	@echo "... src/net/Buffer.s"
	@echo "... src/net/Channel.o"
	@echo "... src/net/Channel.i"
	@echo "... src/net/Channel.s"
	@echo "... src/net/EventLoop.o"
	@echo "... src/net/EventLoop.i"
	@echo "... src/net/EventLoop.s"
	@echo "... src/net/EventLoopThread.o"
	@echo "... src/net/EventLoopThread.i"
	@echo "... src/net/EventLoopThread.s"
	@echo "... src/net/EventLoopThreadPool.o"
	@echo "... src/net/EventLoopThreadPool.i"
	@echo "... src/net/EventLoopThreadPool.s"
	@echo "... src/net/InetAddress.o"
	@echo "... src/net/InetAddress.i"
	@echo "... src/net/InetAddress.s"
	@echo "... src/net/Socket.o"
	@echo "... src/net/Socket.i"
	@echo "... src/net/Socket.s"
	@echo "... src/net/TcpConnection.o"
	@echo "... src/net/TcpConnection.i"
	@echo "... src/net/TcpConnection.s"
	@echo "... src/net/TcpServer.o"
	@echo "... src/net/TcpServer.i"
	@echo "... src/net/TcpServer.s"
	@echo "... src/net/poller/DefaultPoller.o"
	@echo "... src/net/poller/DefaultPoller.i"
	@echo "... src/net/poller/DefaultPoller.s"
	@echo "... src/net/poller/EPollPoller.o"
	@echo "... src/net/poller/EPollPoller.i"
	@echo "... src/net/poller/EPollPoller.s"
	@echo "... src/net/poller/Poller.o"
	@echo "... src/net/poller/Poller.i"
	@echo "... src/net/poller/Poller.s"
	@echo "... src/timer/Timer.o"
	@echo "... src/timer/Timer.i"
	@echo "... src/timer/Timer.s"
	@echo "... src/timer/TimerQueue.o"
	@echo "... src/timer/TimerQueue.i"
	@echo "... src/timer/TimerQueue.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

