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

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

# Disable VCS-based implicit rules.
% : %,v

# Disable VCS-based implicit rules.
% : RCS/%

# Disable VCS-based implicit rules.
% : RCS/%,v

# Disable VCS-based implicit rules.
% : SCCS/s.%

# Disable VCS-based implicit rules.
% : s.%

.SUFFIXES: .hpux_make_needs_suffix_list

# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s

#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 = /var/www/tracker/.local/bin/bin/cmake

# The command to remove a file.
RM = /var/www/tracker/.local/bin/bin/cmake -E rm -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /var/www/tracker/TrackerVeh/drogon_src

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /var/www/tracker/TrackerVeh/drogon_src/build

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

# Special rule for the target package
package: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..."
	/var/www/tracker/.local/bin/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..."
	/var/www/tracker/.local/bin/bin/cpack --config ./CPackSourceConfig.cmake /var/www/tracker/TrackerVeh/drogon_src/build/CPackSourceConfig.cmake
.PHONY : package_source

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

# Special rule for the target edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
	/var/www/tracker/.local/bin/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : edit_cache

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

# Special rule for the target rebuild_cache
rebuild_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
	/var/www/tracker/.local/bin/bin/cmake --regenerate-during-build -S$(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\" \"dev\" \"lib\""
.PHONY : list_install_components

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

# Special rule for the target install
install: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
	/var/www/tracker/.local/bin/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..."
	/var/www/tracker/.local/bin/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..."
	/var/www/tracker/.local/bin/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..."
	/var/www/tracker/.local/bin/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.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..."
	/var/www/tracker/.local/bin/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..."
	/var/www/tracker/.local/bin/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast

# The main all target
all: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /var/www/tracker/TrackerVeh/drogon_src/build/CMakeFiles /var/www/tracker/TrackerVeh/drogon_src/build//CMakeFiles/progress.marks
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /var/www/tracker/TrackerVeh/drogon_src/build/CMakeFiles 0
.PHONY : all

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

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

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

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

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

#=============================================================================
# Target rules for targets named drogon

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

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

#=============================================================================
# Target rules for targets named trantor

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

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

#=============================================================================
# Target rules for targets named client

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

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

#=============================================================================
# Target rules for targets named websocket_client

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

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

#=============================================================================
# Target rules for targets named websocket_server

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

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

#=============================================================================
# Target rules for targets named benchmark

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

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

#=============================================================================
# Target rules for targets named helloworld

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

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

#=============================================================================
# Target rules for targets named file_upload

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

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

#=============================================================================
# Target rules for targets named login_session

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

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

#=============================================================================
# Target rules for targets named jsonstore

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

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

#=============================================================================
# Target rules for targets named redis_simple

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

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

#=============================================================================
# Target rules for targets named redis_chat

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

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

#=============================================================================
# Target rules for targets named async_stream

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

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

#=============================================================================
# Target rules for targets named cors

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

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

#=============================================================================
# Target rules for targets named _drogon_ctl

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

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

#=============================================================================
# Target rules for targets named drogon_ctl

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

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

lib/src/AOPAdvice.o: lib/src/AOPAdvice.cc.o
.PHONY : lib/src/AOPAdvice.o

# target to build an object file
lib/src/AOPAdvice.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/AOPAdvice.cc.o
.PHONY : lib/src/AOPAdvice.cc.o

lib/src/AOPAdvice.i: lib/src/AOPAdvice.cc.i
.PHONY : lib/src/AOPAdvice.i

# target to preprocess a source file
lib/src/AOPAdvice.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/AOPAdvice.cc.i
.PHONY : lib/src/AOPAdvice.cc.i

lib/src/AOPAdvice.s: lib/src/AOPAdvice.cc.s
.PHONY : lib/src/AOPAdvice.s

# target to generate assembly for a file
lib/src/AOPAdvice.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/AOPAdvice.cc.s
.PHONY : lib/src/AOPAdvice.cc.s

lib/src/AccessLogger.o: lib/src/AccessLogger.cc.o
.PHONY : lib/src/AccessLogger.o

# target to build an object file
lib/src/AccessLogger.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/AccessLogger.cc.o
.PHONY : lib/src/AccessLogger.cc.o

lib/src/AccessLogger.i: lib/src/AccessLogger.cc.i
.PHONY : lib/src/AccessLogger.i

# target to preprocess a source file
lib/src/AccessLogger.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/AccessLogger.cc.i
.PHONY : lib/src/AccessLogger.cc.i

lib/src/AccessLogger.s: lib/src/AccessLogger.cc.s
.PHONY : lib/src/AccessLogger.s

# target to generate assembly for a file
lib/src/AccessLogger.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/AccessLogger.cc.s
.PHONY : lib/src/AccessLogger.cc.s

lib/src/CacheFile.o: lib/src/CacheFile.cc.o
.PHONY : lib/src/CacheFile.o

# target to build an object file
lib/src/CacheFile.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/CacheFile.cc.o
.PHONY : lib/src/CacheFile.cc.o

lib/src/CacheFile.i: lib/src/CacheFile.cc.i
.PHONY : lib/src/CacheFile.i

# target to preprocess a source file
lib/src/CacheFile.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/CacheFile.cc.i
.PHONY : lib/src/CacheFile.cc.i

lib/src/CacheFile.s: lib/src/CacheFile.cc.s
.PHONY : lib/src/CacheFile.s

# target to generate assembly for a file
lib/src/CacheFile.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/CacheFile.cc.s
.PHONY : lib/src/CacheFile.cc.s

lib/src/ConfigAdapterManager.o: lib/src/ConfigAdapterManager.cc.o
.PHONY : lib/src/ConfigAdapterManager.o

# target to build an object file
lib/src/ConfigAdapterManager.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/ConfigAdapterManager.cc.o
.PHONY : lib/src/ConfigAdapterManager.cc.o

lib/src/ConfigAdapterManager.i: lib/src/ConfigAdapterManager.cc.i
.PHONY : lib/src/ConfigAdapterManager.i

# target to preprocess a source file
lib/src/ConfigAdapterManager.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/ConfigAdapterManager.cc.i
.PHONY : lib/src/ConfigAdapterManager.cc.i

lib/src/ConfigAdapterManager.s: lib/src/ConfigAdapterManager.cc.s
.PHONY : lib/src/ConfigAdapterManager.s

# target to generate assembly for a file
lib/src/ConfigAdapterManager.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/ConfigAdapterManager.cc.s
.PHONY : lib/src/ConfigAdapterManager.cc.s

lib/src/ConfigLoader.o: lib/src/ConfigLoader.cc.o
.PHONY : lib/src/ConfigLoader.o

# target to build an object file
lib/src/ConfigLoader.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/ConfigLoader.cc.o
.PHONY : lib/src/ConfigLoader.cc.o

lib/src/ConfigLoader.i: lib/src/ConfigLoader.cc.i
.PHONY : lib/src/ConfigLoader.i

# target to preprocess a source file
lib/src/ConfigLoader.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/ConfigLoader.cc.i
.PHONY : lib/src/ConfigLoader.cc.i

lib/src/ConfigLoader.s: lib/src/ConfigLoader.cc.s
.PHONY : lib/src/ConfigLoader.s

# target to generate assembly for a file
lib/src/ConfigLoader.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/ConfigLoader.cc.s
.PHONY : lib/src/ConfigLoader.cc.s

lib/src/Cookie.o: lib/src/Cookie.cc.o
.PHONY : lib/src/Cookie.o

# target to build an object file
lib/src/Cookie.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/Cookie.cc.o
.PHONY : lib/src/Cookie.cc.o

lib/src/Cookie.i: lib/src/Cookie.cc.i
.PHONY : lib/src/Cookie.i

# target to preprocess a source file
lib/src/Cookie.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/Cookie.cc.i
.PHONY : lib/src/Cookie.cc.i

lib/src/Cookie.s: lib/src/Cookie.cc.s
.PHONY : lib/src/Cookie.s

# target to generate assembly for a file
lib/src/Cookie.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/Cookie.cc.s
.PHONY : lib/src/Cookie.cc.s

lib/src/DrClassMap.o: lib/src/DrClassMap.cc.o
.PHONY : lib/src/DrClassMap.o

# target to build an object file
lib/src/DrClassMap.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/DrClassMap.cc.o
.PHONY : lib/src/DrClassMap.cc.o

lib/src/DrClassMap.i: lib/src/DrClassMap.cc.i
.PHONY : lib/src/DrClassMap.i

# target to preprocess a source file
lib/src/DrClassMap.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/DrClassMap.cc.i
.PHONY : lib/src/DrClassMap.cc.i

lib/src/DrClassMap.s: lib/src/DrClassMap.cc.s
.PHONY : lib/src/DrClassMap.s

# target to generate assembly for a file
lib/src/DrClassMap.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/DrClassMap.cc.s
.PHONY : lib/src/DrClassMap.cc.s

lib/src/DrTemplateBase.o: lib/src/DrTemplateBase.cc.o
.PHONY : lib/src/DrTemplateBase.o

# target to build an object file
lib/src/DrTemplateBase.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/DrTemplateBase.cc.o
.PHONY : lib/src/DrTemplateBase.cc.o

lib/src/DrTemplateBase.i: lib/src/DrTemplateBase.cc.i
.PHONY : lib/src/DrTemplateBase.i

# target to preprocess a source file
lib/src/DrTemplateBase.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/DrTemplateBase.cc.i
.PHONY : lib/src/DrTemplateBase.cc.i

lib/src/DrTemplateBase.s: lib/src/DrTemplateBase.cc.s
.PHONY : lib/src/DrTemplateBase.s

# target to generate assembly for a file
lib/src/DrTemplateBase.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/DrTemplateBase.cc.s
.PHONY : lib/src/DrTemplateBase.cc.s

lib/src/FixedWindowRateLimiter.o: lib/src/FixedWindowRateLimiter.cc.o
.PHONY : lib/src/FixedWindowRateLimiter.o

# target to build an object file
lib/src/FixedWindowRateLimiter.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/FixedWindowRateLimiter.cc.o
.PHONY : lib/src/FixedWindowRateLimiter.cc.o

lib/src/FixedWindowRateLimiter.i: lib/src/FixedWindowRateLimiter.cc.i
.PHONY : lib/src/FixedWindowRateLimiter.i

# target to preprocess a source file
lib/src/FixedWindowRateLimiter.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/FixedWindowRateLimiter.cc.i
.PHONY : lib/src/FixedWindowRateLimiter.cc.i

lib/src/FixedWindowRateLimiter.s: lib/src/FixedWindowRateLimiter.cc.s
.PHONY : lib/src/FixedWindowRateLimiter.s

# target to generate assembly for a file
lib/src/FixedWindowRateLimiter.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/FixedWindowRateLimiter.cc.s
.PHONY : lib/src/FixedWindowRateLimiter.cc.s

lib/src/GlobalFilters.o: lib/src/GlobalFilters.cc.o
.PHONY : lib/src/GlobalFilters.o

# target to build an object file
lib/src/GlobalFilters.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/GlobalFilters.cc.o
.PHONY : lib/src/GlobalFilters.cc.o

lib/src/GlobalFilters.i: lib/src/GlobalFilters.cc.i
.PHONY : lib/src/GlobalFilters.i

# target to preprocess a source file
lib/src/GlobalFilters.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/GlobalFilters.cc.i
.PHONY : lib/src/GlobalFilters.cc.i

lib/src/GlobalFilters.s: lib/src/GlobalFilters.cc.s
.PHONY : lib/src/GlobalFilters.s

# target to generate assembly for a file
lib/src/GlobalFilters.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/GlobalFilters.cc.s
.PHONY : lib/src/GlobalFilters.cc.s

lib/src/Histogram.o: lib/src/Histogram.cc.o
.PHONY : lib/src/Histogram.o

# target to build an object file
lib/src/Histogram.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/Histogram.cc.o
.PHONY : lib/src/Histogram.cc.o

lib/src/Histogram.i: lib/src/Histogram.cc.i
.PHONY : lib/src/Histogram.i

# target to preprocess a source file
lib/src/Histogram.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/Histogram.cc.i
.PHONY : lib/src/Histogram.cc.i

lib/src/Histogram.s: lib/src/Histogram.cc.s
.PHONY : lib/src/Histogram.s

# target to generate assembly for a file
lib/src/Histogram.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/Histogram.cc.s
.PHONY : lib/src/Histogram.cc.s

lib/src/Hodor.o: lib/src/Hodor.cc.o
.PHONY : lib/src/Hodor.o

# target to build an object file
lib/src/Hodor.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/Hodor.cc.o
.PHONY : lib/src/Hodor.cc.o

lib/src/Hodor.i: lib/src/Hodor.cc.i
.PHONY : lib/src/Hodor.i

# target to preprocess a source file
lib/src/Hodor.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/Hodor.cc.i
.PHONY : lib/src/Hodor.cc.i

lib/src/Hodor.s: lib/src/Hodor.cc.s
.PHONY : lib/src/Hodor.s

# target to generate assembly for a file
lib/src/Hodor.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/Hodor.cc.s
.PHONY : lib/src/Hodor.cc.s

lib/src/HttpAppFrameworkImpl.o: lib/src/HttpAppFrameworkImpl.cc.o
.PHONY : lib/src/HttpAppFrameworkImpl.o

# target to build an object file
lib/src/HttpAppFrameworkImpl.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/HttpAppFrameworkImpl.cc.o
.PHONY : lib/src/HttpAppFrameworkImpl.cc.o

lib/src/HttpAppFrameworkImpl.i: lib/src/HttpAppFrameworkImpl.cc.i
.PHONY : lib/src/HttpAppFrameworkImpl.i

# target to preprocess a source file
lib/src/HttpAppFrameworkImpl.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/HttpAppFrameworkImpl.cc.i
.PHONY : lib/src/HttpAppFrameworkImpl.cc.i

lib/src/HttpAppFrameworkImpl.s: lib/src/HttpAppFrameworkImpl.cc.s
.PHONY : lib/src/HttpAppFrameworkImpl.s

# target to generate assembly for a file
lib/src/HttpAppFrameworkImpl.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/HttpAppFrameworkImpl.cc.s
.PHONY : lib/src/HttpAppFrameworkImpl.cc.s

lib/src/HttpBinder.o: lib/src/HttpBinder.cc.o
.PHONY : lib/src/HttpBinder.o

# target to build an object file
lib/src/HttpBinder.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/HttpBinder.cc.o
.PHONY : lib/src/HttpBinder.cc.o

lib/src/HttpBinder.i: lib/src/HttpBinder.cc.i
.PHONY : lib/src/HttpBinder.i

# target to preprocess a source file
lib/src/HttpBinder.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/HttpBinder.cc.i
.PHONY : lib/src/HttpBinder.cc.i

lib/src/HttpBinder.s: lib/src/HttpBinder.cc.s
.PHONY : lib/src/HttpBinder.s

# target to generate assembly for a file
lib/src/HttpBinder.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/HttpBinder.cc.s
.PHONY : lib/src/HttpBinder.cc.s

lib/src/HttpClientImpl.o: lib/src/HttpClientImpl.cc.o
.PHONY : lib/src/HttpClientImpl.o

# target to build an object file
lib/src/HttpClientImpl.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/HttpClientImpl.cc.o
.PHONY : lib/src/HttpClientImpl.cc.o

lib/src/HttpClientImpl.i: lib/src/HttpClientImpl.cc.i
.PHONY : lib/src/HttpClientImpl.i

# target to preprocess a source file
lib/src/HttpClientImpl.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/HttpClientImpl.cc.i
.PHONY : lib/src/HttpClientImpl.cc.i

lib/src/HttpClientImpl.s: lib/src/HttpClientImpl.cc.s
.PHONY : lib/src/HttpClientImpl.s

# target to generate assembly for a file
lib/src/HttpClientImpl.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/HttpClientImpl.cc.s
.PHONY : lib/src/HttpClientImpl.cc.s

lib/src/HttpConnectionLimit.o: lib/src/HttpConnectionLimit.cc.o
.PHONY : lib/src/HttpConnectionLimit.o

# target to build an object file
lib/src/HttpConnectionLimit.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/HttpConnectionLimit.cc.o
.PHONY : lib/src/HttpConnectionLimit.cc.o

lib/src/HttpConnectionLimit.i: lib/src/HttpConnectionLimit.cc.i
.PHONY : lib/src/HttpConnectionLimit.i

# target to preprocess a source file
lib/src/HttpConnectionLimit.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/HttpConnectionLimit.cc.i
.PHONY : lib/src/HttpConnectionLimit.cc.i

lib/src/HttpConnectionLimit.s: lib/src/HttpConnectionLimit.cc.s
.PHONY : lib/src/HttpConnectionLimit.s

# target to generate assembly for a file
lib/src/HttpConnectionLimit.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/HttpConnectionLimit.cc.s
.PHONY : lib/src/HttpConnectionLimit.cc.s

lib/src/HttpControllerBinder.o: lib/src/HttpControllerBinder.cc.o
.PHONY : lib/src/HttpControllerBinder.o

# target to build an object file
lib/src/HttpControllerBinder.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/HttpControllerBinder.cc.o
.PHONY : lib/src/HttpControllerBinder.cc.o

lib/src/HttpControllerBinder.i: lib/src/HttpControllerBinder.cc.i
.PHONY : lib/src/HttpControllerBinder.i

# target to preprocess a source file
lib/src/HttpControllerBinder.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/HttpControllerBinder.cc.i
.PHONY : lib/src/HttpControllerBinder.cc.i

lib/src/HttpControllerBinder.s: lib/src/HttpControllerBinder.cc.s
.PHONY : lib/src/HttpControllerBinder.s

# target to generate assembly for a file
lib/src/HttpControllerBinder.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/HttpControllerBinder.cc.s
.PHONY : lib/src/HttpControllerBinder.cc.s

lib/src/HttpControllersRouter.o: lib/src/HttpControllersRouter.cc.o
.PHONY : lib/src/HttpControllersRouter.o

# target to build an object file
lib/src/HttpControllersRouter.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/HttpControllersRouter.cc.o
.PHONY : lib/src/HttpControllersRouter.cc.o

lib/src/HttpControllersRouter.i: lib/src/HttpControllersRouter.cc.i
.PHONY : lib/src/HttpControllersRouter.i

# target to preprocess a source file
lib/src/HttpControllersRouter.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/HttpControllersRouter.cc.i
.PHONY : lib/src/HttpControllersRouter.cc.i

lib/src/HttpControllersRouter.s: lib/src/HttpControllersRouter.cc.s
.PHONY : lib/src/HttpControllersRouter.s

# target to generate assembly for a file
lib/src/HttpControllersRouter.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/HttpControllersRouter.cc.s
.PHONY : lib/src/HttpControllersRouter.cc.s

lib/src/HttpFileImpl.o: lib/src/HttpFileImpl.cc.o
.PHONY : lib/src/HttpFileImpl.o

# target to build an object file
lib/src/HttpFileImpl.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/HttpFileImpl.cc.o
.PHONY : lib/src/HttpFileImpl.cc.o

lib/src/HttpFileImpl.i: lib/src/HttpFileImpl.cc.i
.PHONY : lib/src/HttpFileImpl.i

# target to preprocess a source file
lib/src/HttpFileImpl.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/HttpFileImpl.cc.i
.PHONY : lib/src/HttpFileImpl.cc.i

lib/src/HttpFileImpl.s: lib/src/HttpFileImpl.cc.s
.PHONY : lib/src/HttpFileImpl.s

# target to generate assembly for a file
lib/src/HttpFileImpl.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/HttpFileImpl.cc.s
.PHONY : lib/src/HttpFileImpl.cc.s

lib/src/HttpFileUploadRequest.o: lib/src/HttpFileUploadRequest.cc.o
.PHONY : lib/src/HttpFileUploadRequest.o

# target to build an object file
lib/src/HttpFileUploadRequest.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/HttpFileUploadRequest.cc.o
.PHONY : lib/src/HttpFileUploadRequest.cc.o

lib/src/HttpFileUploadRequest.i: lib/src/HttpFileUploadRequest.cc.i
.PHONY : lib/src/HttpFileUploadRequest.i

# target to preprocess a source file
lib/src/HttpFileUploadRequest.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/HttpFileUploadRequest.cc.i
.PHONY : lib/src/HttpFileUploadRequest.cc.i

lib/src/HttpFileUploadRequest.s: lib/src/HttpFileUploadRequest.cc.s
.PHONY : lib/src/HttpFileUploadRequest.s

# target to generate assembly for a file
lib/src/HttpFileUploadRequest.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/HttpFileUploadRequest.cc.s
.PHONY : lib/src/HttpFileUploadRequest.cc.s

lib/src/HttpRequestImpl.o: lib/src/HttpRequestImpl.cc.o
.PHONY : lib/src/HttpRequestImpl.o

# target to build an object file
lib/src/HttpRequestImpl.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/HttpRequestImpl.cc.o
.PHONY : lib/src/HttpRequestImpl.cc.o

lib/src/HttpRequestImpl.i: lib/src/HttpRequestImpl.cc.i
.PHONY : lib/src/HttpRequestImpl.i

# target to preprocess a source file
lib/src/HttpRequestImpl.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/HttpRequestImpl.cc.i
.PHONY : lib/src/HttpRequestImpl.cc.i

lib/src/HttpRequestImpl.s: lib/src/HttpRequestImpl.cc.s
.PHONY : lib/src/HttpRequestImpl.s

# target to generate assembly for a file
lib/src/HttpRequestImpl.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/HttpRequestImpl.cc.s
.PHONY : lib/src/HttpRequestImpl.cc.s

lib/src/HttpRequestParser.o: lib/src/HttpRequestParser.cc.o
.PHONY : lib/src/HttpRequestParser.o

# target to build an object file
lib/src/HttpRequestParser.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/HttpRequestParser.cc.o
.PHONY : lib/src/HttpRequestParser.cc.o

lib/src/HttpRequestParser.i: lib/src/HttpRequestParser.cc.i
.PHONY : lib/src/HttpRequestParser.i

# target to preprocess a source file
lib/src/HttpRequestParser.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/HttpRequestParser.cc.i
.PHONY : lib/src/HttpRequestParser.cc.i

lib/src/HttpRequestParser.s: lib/src/HttpRequestParser.cc.s
.PHONY : lib/src/HttpRequestParser.s

# target to generate assembly for a file
lib/src/HttpRequestParser.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/HttpRequestParser.cc.s
.PHONY : lib/src/HttpRequestParser.cc.s

lib/src/HttpResponseImpl.o: lib/src/HttpResponseImpl.cc.o
.PHONY : lib/src/HttpResponseImpl.o

# target to build an object file
lib/src/HttpResponseImpl.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/HttpResponseImpl.cc.o
.PHONY : lib/src/HttpResponseImpl.cc.o

lib/src/HttpResponseImpl.i: lib/src/HttpResponseImpl.cc.i
.PHONY : lib/src/HttpResponseImpl.i

# target to preprocess a source file
lib/src/HttpResponseImpl.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/HttpResponseImpl.cc.i
.PHONY : lib/src/HttpResponseImpl.cc.i

lib/src/HttpResponseImpl.s: lib/src/HttpResponseImpl.cc.s
.PHONY : lib/src/HttpResponseImpl.s

# target to generate assembly for a file
lib/src/HttpResponseImpl.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/HttpResponseImpl.cc.s
.PHONY : lib/src/HttpResponseImpl.cc.s

lib/src/HttpResponseParser.o: lib/src/HttpResponseParser.cc.o
.PHONY : lib/src/HttpResponseParser.o

# target to build an object file
lib/src/HttpResponseParser.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/HttpResponseParser.cc.o
.PHONY : lib/src/HttpResponseParser.cc.o

lib/src/HttpResponseParser.i: lib/src/HttpResponseParser.cc.i
.PHONY : lib/src/HttpResponseParser.i

# target to preprocess a source file
lib/src/HttpResponseParser.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/HttpResponseParser.cc.i
.PHONY : lib/src/HttpResponseParser.cc.i

lib/src/HttpResponseParser.s: lib/src/HttpResponseParser.cc.s
.PHONY : lib/src/HttpResponseParser.s

# target to generate assembly for a file
lib/src/HttpResponseParser.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/HttpResponseParser.cc.s
.PHONY : lib/src/HttpResponseParser.cc.s

lib/src/HttpServer.o: lib/src/HttpServer.cc.o
.PHONY : lib/src/HttpServer.o

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

lib/src/HttpServer.i: lib/src/HttpServer.cc.i
.PHONY : lib/src/HttpServer.i

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

lib/src/HttpServer.s: lib/src/HttpServer.cc.s
.PHONY : lib/src/HttpServer.s

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

lib/src/HttpUtils.o: lib/src/HttpUtils.cc.o
.PHONY : lib/src/HttpUtils.o

# target to build an object file
lib/src/HttpUtils.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/HttpUtils.cc.o
.PHONY : lib/src/HttpUtils.cc.o

lib/src/HttpUtils.i: lib/src/HttpUtils.cc.i
.PHONY : lib/src/HttpUtils.i

# target to preprocess a source file
lib/src/HttpUtils.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/HttpUtils.cc.i
.PHONY : lib/src/HttpUtils.cc.i

lib/src/HttpUtils.s: lib/src/HttpUtils.cc.s
.PHONY : lib/src/HttpUtils.s

# target to generate assembly for a file
lib/src/HttpUtils.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/HttpUtils.cc.s
.PHONY : lib/src/HttpUtils.cc.s

lib/src/HttpViewData.o: lib/src/HttpViewData.cc.o
.PHONY : lib/src/HttpViewData.o

# target to build an object file
lib/src/HttpViewData.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/HttpViewData.cc.o
.PHONY : lib/src/HttpViewData.cc.o

lib/src/HttpViewData.i: lib/src/HttpViewData.cc.i
.PHONY : lib/src/HttpViewData.i

# target to preprocess a source file
lib/src/HttpViewData.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/HttpViewData.cc.i
.PHONY : lib/src/HttpViewData.cc.i

lib/src/HttpViewData.s: lib/src/HttpViewData.cc.s
.PHONY : lib/src/HttpViewData.s

# target to generate assembly for a file
lib/src/HttpViewData.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/HttpViewData.cc.s
.PHONY : lib/src/HttpViewData.cc.s

lib/src/IntranetIpFilter.o: lib/src/IntranetIpFilter.cc.o
.PHONY : lib/src/IntranetIpFilter.o

# target to build an object file
lib/src/IntranetIpFilter.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/IntranetIpFilter.cc.o
.PHONY : lib/src/IntranetIpFilter.cc.o

lib/src/IntranetIpFilter.i: lib/src/IntranetIpFilter.cc.i
.PHONY : lib/src/IntranetIpFilter.i

# target to preprocess a source file
lib/src/IntranetIpFilter.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/IntranetIpFilter.cc.i
.PHONY : lib/src/IntranetIpFilter.cc.i

lib/src/IntranetIpFilter.s: lib/src/IntranetIpFilter.cc.s
.PHONY : lib/src/IntranetIpFilter.s

# target to generate assembly for a file
lib/src/IntranetIpFilter.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/IntranetIpFilter.cc.s
.PHONY : lib/src/IntranetIpFilter.cc.s

lib/src/JsonConfigAdapter.o: lib/src/JsonConfigAdapter.cc.o
.PHONY : lib/src/JsonConfigAdapter.o

# target to build an object file
lib/src/JsonConfigAdapter.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/JsonConfigAdapter.cc.o
.PHONY : lib/src/JsonConfigAdapter.cc.o

lib/src/JsonConfigAdapter.i: lib/src/JsonConfigAdapter.cc.i
.PHONY : lib/src/JsonConfigAdapter.i

# target to preprocess a source file
lib/src/JsonConfigAdapter.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/JsonConfigAdapter.cc.i
.PHONY : lib/src/JsonConfigAdapter.cc.i

lib/src/JsonConfigAdapter.s: lib/src/JsonConfigAdapter.cc.s
.PHONY : lib/src/JsonConfigAdapter.s

# target to generate assembly for a file
lib/src/JsonConfigAdapter.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/JsonConfigAdapter.cc.s
.PHONY : lib/src/JsonConfigAdapter.cc.s

lib/src/ListenerManager.o: lib/src/ListenerManager.cc.o
.PHONY : lib/src/ListenerManager.o

# target to build an object file
lib/src/ListenerManager.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/ListenerManager.cc.o
.PHONY : lib/src/ListenerManager.cc.o

lib/src/ListenerManager.i: lib/src/ListenerManager.cc.i
.PHONY : lib/src/ListenerManager.i

# target to preprocess a source file
lib/src/ListenerManager.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/ListenerManager.cc.i
.PHONY : lib/src/ListenerManager.cc.i

lib/src/ListenerManager.s: lib/src/ListenerManager.cc.s
.PHONY : lib/src/ListenerManager.s

# target to generate assembly for a file
lib/src/ListenerManager.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/ListenerManager.cc.s
.PHONY : lib/src/ListenerManager.cc.s

lib/src/LocalHostFilter.o: lib/src/LocalHostFilter.cc.o
.PHONY : lib/src/LocalHostFilter.o

# target to build an object file
lib/src/LocalHostFilter.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/LocalHostFilter.cc.o
.PHONY : lib/src/LocalHostFilter.cc.o

lib/src/LocalHostFilter.i: lib/src/LocalHostFilter.cc.i
.PHONY : lib/src/LocalHostFilter.i

# target to preprocess a source file
lib/src/LocalHostFilter.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/LocalHostFilter.cc.i
.PHONY : lib/src/LocalHostFilter.cc.i

lib/src/LocalHostFilter.s: lib/src/LocalHostFilter.cc.s
.PHONY : lib/src/LocalHostFilter.s

# target to generate assembly for a file
lib/src/LocalHostFilter.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/LocalHostFilter.cc.s
.PHONY : lib/src/LocalHostFilter.cc.s

lib/src/MiddlewaresFunction.o: lib/src/MiddlewaresFunction.cc.o
.PHONY : lib/src/MiddlewaresFunction.o

# target to build an object file
lib/src/MiddlewaresFunction.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/MiddlewaresFunction.cc.o
.PHONY : lib/src/MiddlewaresFunction.cc.o

lib/src/MiddlewaresFunction.i: lib/src/MiddlewaresFunction.cc.i
.PHONY : lib/src/MiddlewaresFunction.i

# target to preprocess a source file
lib/src/MiddlewaresFunction.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/MiddlewaresFunction.cc.i
.PHONY : lib/src/MiddlewaresFunction.cc.i

lib/src/MiddlewaresFunction.s: lib/src/MiddlewaresFunction.cc.s
.PHONY : lib/src/MiddlewaresFunction.s

# target to generate assembly for a file
lib/src/MiddlewaresFunction.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/MiddlewaresFunction.cc.s
.PHONY : lib/src/MiddlewaresFunction.cc.s

lib/src/MultiPart.o: lib/src/MultiPart.cc.o
.PHONY : lib/src/MultiPart.o

# target to build an object file
lib/src/MultiPart.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/MultiPart.cc.o
.PHONY : lib/src/MultiPart.cc.o

lib/src/MultiPart.i: lib/src/MultiPart.cc.i
.PHONY : lib/src/MultiPart.i

# target to preprocess a source file
lib/src/MultiPart.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/MultiPart.cc.i
.PHONY : lib/src/MultiPart.cc.i

lib/src/MultiPart.s: lib/src/MultiPart.cc.s
.PHONY : lib/src/MultiPart.s

# target to generate assembly for a file
lib/src/MultiPart.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/MultiPart.cc.s
.PHONY : lib/src/MultiPart.cc.s

lib/src/MultipartStreamParser.o: lib/src/MultipartStreamParser.cc.o
.PHONY : lib/src/MultipartStreamParser.o

# target to build an object file
lib/src/MultipartStreamParser.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/MultipartStreamParser.cc.o
.PHONY : lib/src/MultipartStreamParser.cc.o

lib/src/MultipartStreamParser.i: lib/src/MultipartStreamParser.cc.i
.PHONY : lib/src/MultipartStreamParser.i

# target to preprocess a source file
lib/src/MultipartStreamParser.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/MultipartStreamParser.cc.i
.PHONY : lib/src/MultipartStreamParser.cc.i

lib/src/MultipartStreamParser.s: lib/src/MultipartStreamParser.cc.s
.PHONY : lib/src/MultipartStreamParser.s

# target to generate assembly for a file
lib/src/MultipartStreamParser.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/MultipartStreamParser.cc.s
.PHONY : lib/src/MultipartStreamParser.cc.s

lib/src/NotFound.o: lib/src/NotFound.cc.o
.PHONY : lib/src/NotFound.o

# target to build an object file
lib/src/NotFound.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/NotFound.cc.o
.PHONY : lib/src/NotFound.cc.o

lib/src/NotFound.i: lib/src/NotFound.cc.i
.PHONY : lib/src/NotFound.i

# target to preprocess a source file
lib/src/NotFound.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/NotFound.cc.i
.PHONY : lib/src/NotFound.cc.i

lib/src/NotFound.s: lib/src/NotFound.cc.s
.PHONY : lib/src/NotFound.s

# target to generate assembly for a file
lib/src/NotFound.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/NotFound.cc.s
.PHONY : lib/src/NotFound.cc.s

lib/src/PluginsManager.o: lib/src/PluginsManager.cc.o
.PHONY : lib/src/PluginsManager.o

# target to build an object file
lib/src/PluginsManager.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/PluginsManager.cc.o
.PHONY : lib/src/PluginsManager.cc.o

lib/src/PluginsManager.i: lib/src/PluginsManager.cc.i
.PHONY : lib/src/PluginsManager.i

# target to preprocess a source file
lib/src/PluginsManager.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/PluginsManager.cc.i
.PHONY : lib/src/PluginsManager.cc.i

lib/src/PluginsManager.s: lib/src/PluginsManager.cc.s
.PHONY : lib/src/PluginsManager.s

# target to generate assembly for a file
lib/src/PluginsManager.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/PluginsManager.cc.s
.PHONY : lib/src/PluginsManager.cc.s

lib/src/PromExporter.o: lib/src/PromExporter.cc.o
.PHONY : lib/src/PromExporter.o

# target to build an object file
lib/src/PromExporter.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/PromExporter.cc.o
.PHONY : lib/src/PromExporter.cc.o

lib/src/PromExporter.i: lib/src/PromExporter.cc.i
.PHONY : lib/src/PromExporter.i

# target to preprocess a source file
lib/src/PromExporter.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/PromExporter.cc.i
.PHONY : lib/src/PromExporter.cc.i

lib/src/PromExporter.s: lib/src/PromExporter.cc.s
.PHONY : lib/src/PromExporter.s

# target to generate assembly for a file
lib/src/PromExporter.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/PromExporter.cc.s
.PHONY : lib/src/PromExporter.cc.s

lib/src/RangeParser.o: lib/src/RangeParser.cc.o
.PHONY : lib/src/RangeParser.o

# target to build an object file
lib/src/RangeParser.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/RangeParser.cc.o
.PHONY : lib/src/RangeParser.cc.o

lib/src/RangeParser.i: lib/src/RangeParser.cc.i
.PHONY : lib/src/RangeParser.i

# target to preprocess a source file
lib/src/RangeParser.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/RangeParser.cc.i
.PHONY : lib/src/RangeParser.cc.i

lib/src/RangeParser.s: lib/src/RangeParser.cc.s
.PHONY : lib/src/RangeParser.s

# target to generate assembly for a file
lib/src/RangeParser.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/RangeParser.cc.s
.PHONY : lib/src/RangeParser.cc.s

lib/src/RateLimiter.o: lib/src/RateLimiter.cc.o
.PHONY : lib/src/RateLimiter.o

# target to build an object file
lib/src/RateLimiter.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/RateLimiter.cc.o
.PHONY : lib/src/RateLimiter.cc.o

lib/src/RateLimiter.i: lib/src/RateLimiter.cc.i
.PHONY : lib/src/RateLimiter.i

# target to preprocess a source file
lib/src/RateLimiter.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/RateLimiter.cc.i
.PHONY : lib/src/RateLimiter.cc.i

lib/src/RateLimiter.s: lib/src/RateLimiter.cc.s
.PHONY : lib/src/RateLimiter.s

# target to generate assembly for a file
lib/src/RateLimiter.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/RateLimiter.cc.s
.PHONY : lib/src/RateLimiter.cc.s

lib/src/RealIpResolver.o: lib/src/RealIpResolver.cc.o
.PHONY : lib/src/RealIpResolver.o

# target to build an object file
lib/src/RealIpResolver.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/RealIpResolver.cc.o
.PHONY : lib/src/RealIpResolver.cc.o

lib/src/RealIpResolver.i: lib/src/RealIpResolver.cc.i
.PHONY : lib/src/RealIpResolver.i

# target to preprocess a source file
lib/src/RealIpResolver.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/RealIpResolver.cc.i
.PHONY : lib/src/RealIpResolver.cc.i

lib/src/RealIpResolver.s: lib/src/RealIpResolver.cc.s
.PHONY : lib/src/RealIpResolver.s

# target to generate assembly for a file
lib/src/RealIpResolver.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/RealIpResolver.cc.s
.PHONY : lib/src/RealIpResolver.cc.s

lib/src/Redirector.o: lib/src/Redirector.cc.o
.PHONY : lib/src/Redirector.o

# target to build an object file
lib/src/Redirector.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/Redirector.cc.o
.PHONY : lib/src/Redirector.cc.o

lib/src/Redirector.i: lib/src/Redirector.cc.i
.PHONY : lib/src/Redirector.i

# target to preprocess a source file
lib/src/Redirector.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/Redirector.cc.i
.PHONY : lib/src/Redirector.cc.i

lib/src/Redirector.s: lib/src/Redirector.cc.s
.PHONY : lib/src/Redirector.s

# target to generate assembly for a file
lib/src/Redirector.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/Redirector.cc.s
.PHONY : lib/src/Redirector.cc.s

lib/src/RedisClientManagerSkipped.o: lib/src/RedisClientManagerSkipped.cc.o
.PHONY : lib/src/RedisClientManagerSkipped.o

# target to build an object file
lib/src/RedisClientManagerSkipped.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/RedisClientManagerSkipped.cc.o
.PHONY : lib/src/RedisClientManagerSkipped.cc.o

lib/src/RedisClientManagerSkipped.i: lib/src/RedisClientManagerSkipped.cc.i
.PHONY : lib/src/RedisClientManagerSkipped.i

# target to preprocess a source file
lib/src/RedisClientManagerSkipped.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/RedisClientManagerSkipped.cc.i
.PHONY : lib/src/RedisClientManagerSkipped.cc.i

lib/src/RedisClientManagerSkipped.s: lib/src/RedisClientManagerSkipped.cc.s
.PHONY : lib/src/RedisClientManagerSkipped.s

# target to generate assembly for a file
lib/src/RedisClientManagerSkipped.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/RedisClientManagerSkipped.cc.s
.PHONY : lib/src/RedisClientManagerSkipped.cc.s

lib/src/RedisClientSkipped.o: lib/src/RedisClientSkipped.cc.o
.PHONY : lib/src/RedisClientSkipped.o

# target to build an object file
lib/src/RedisClientSkipped.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/RedisClientSkipped.cc.o
.PHONY : lib/src/RedisClientSkipped.cc.o

lib/src/RedisClientSkipped.i: lib/src/RedisClientSkipped.cc.i
.PHONY : lib/src/RedisClientSkipped.i

# target to preprocess a source file
lib/src/RedisClientSkipped.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/RedisClientSkipped.cc.i
.PHONY : lib/src/RedisClientSkipped.cc.i

lib/src/RedisClientSkipped.s: lib/src/RedisClientSkipped.cc.s
.PHONY : lib/src/RedisClientSkipped.s

# target to generate assembly for a file
lib/src/RedisClientSkipped.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/RedisClientSkipped.cc.s
.PHONY : lib/src/RedisClientSkipped.cc.s

lib/src/RedisResultSkipped.o: lib/src/RedisResultSkipped.cc.o
.PHONY : lib/src/RedisResultSkipped.o

# target to build an object file
lib/src/RedisResultSkipped.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/RedisResultSkipped.cc.o
.PHONY : lib/src/RedisResultSkipped.cc.o

lib/src/RedisResultSkipped.i: lib/src/RedisResultSkipped.cc.i
.PHONY : lib/src/RedisResultSkipped.i

# target to preprocess a source file
lib/src/RedisResultSkipped.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/RedisResultSkipped.cc.i
.PHONY : lib/src/RedisResultSkipped.cc.i

lib/src/RedisResultSkipped.s: lib/src/RedisResultSkipped.cc.s
.PHONY : lib/src/RedisResultSkipped.s

# target to generate assembly for a file
lib/src/RedisResultSkipped.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/RedisResultSkipped.cc.s
.PHONY : lib/src/RedisResultSkipped.cc.s

lib/src/RequestStream.o: lib/src/RequestStream.cc.o
.PHONY : lib/src/RequestStream.o

# target to build an object file
lib/src/RequestStream.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/RequestStream.cc.o
.PHONY : lib/src/RequestStream.cc.o

lib/src/RequestStream.i: lib/src/RequestStream.cc.i
.PHONY : lib/src/RequestStream.i

# target to preprocess a source file
lib/src/RequestStream.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/RequestStream.cc.i
.PHONY : lib/src/RequestStream.cc.i

lib/src/RequestStream.s: lib/src/RequestStream.cc.s
.PHONY : lib/src/RequestStream.s

# target to generate assembly for a file
lib/src/RequestStream.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/RequestStream.cc.s
.PHONY : lib/src/RequestStream.cc.s

lib/src/SecureSSLRedirector.o: lib/src/SecureSSLRedirector.cc.o
.PHONY : lib/src/SecureSSLRedirector.o

# target to build an object file
lib/src/SecureSSLRedirector.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/SecureSSLRedirector.cc.o
.PHONY : lib/src/SecureSSLRedirector.cc.o

lib/src/SecureSSLRedirector.i: lib/src/SecureSSLRedirector.cc.i
.PHONY : lib/src/SecureSSLRedirector.i

# target to preprocess a source file
lib/src/SecureSSLRedirector.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/SecureSSLRedirector.cc.i
.PHONY : lib/src/SecureSSLRedirector.cc.i

lib/src/SecureSSLRedirector.s: lib/src/SecureSSLRedirector.cc.s
.PHONY : lib/src/SecureSSLRedirector.s

# target to generate assembly for a file
lib/src/SecureSSLRedirector.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/SecureSSLRedirector.cc.s
.PHONY : lib/src/SecureSSLRedirector.cc.s

lib/src/SessionManager.o: lib/src/SessionManager.cc.o
.PHONY : lib/src/SessionManager.o

# target to build an object file
lib/src/SessionManager.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/SessionManager.cc.o
.PHONY : lib/src/SessionManager.cc.o

lib/src/SessionManager.i: lib/src/SessionManager.cc.i
.PHONY : lib/src/SessionManager.i

# target to preprocess a source file
lib/src/SessionManager.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/SessionManager.cc.i
.PHONY : lib/src/SessionManager.cc.i

lib/src/SessionManager.s: lib/src/SessionManager.cc.s
.PHONY : lib/src/SessionManager.s

# target to generate assembly for a file
lib/src/SessionManager.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/SessionManager.cc.s
.PHONY : lib/src/SessionManager.cc.s

lib/src/SharedLibManager.o: lib/src/SharedLibManager.cc.o
.PHONY : lib/src/SharedLibManager.o

# target to build an object file
lib/src/SharedLibManager.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/SharedLibManager.cc.o
.PHONY : lib/src/SharedLibManager.cc.o

lib/src/SharedLibManager.i: lib/src/SharedLibManager.cc.i
.PHONY : lib/src/SharedLibManager.i

# target to preprocess a source file
lib/src/SharedLibManager.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/SharedLibManager.cc.i
.PHONY : lib/src/SharedLibManager.cc.i

lib/src/SharedLibManager.s: lib/src/SharedLibManager.cc.s
.PHONY : lib/src/SharedLibManager.s

# target to generate assembly for a file
lib/src/SharedLibManager.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/SharedLibManager.cc.s
.PHONY : lib/src/SharedLibManager.cc.s

lib/src/SlashRemover.o: lib/src/SlashRemover.cc.o
.PHONY : lib/src/SlashRemover.o

# target to build an object file
lib/src/SlashRemover.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/SlashRemover.cc.o
.PHONY : lib/src/SlashRemover.cc.o

lib/src/SlashRemover.i: lib/src/SlashRemover.cc.i
.PHONY : lib/src/SlashRemover.i

# target to preprocess a source file
lib/src/SlashRemover.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/SlashRemover.cc.i
.PHONY : lib/src/SlashRemover.cc.i

lib/src/SlashRemover.s: lib/src/SlashRemover.cc.s
.PHONY : lib/src/SlashRemover.s

# target to generate assembly for a file
lib/src/SlashRemover.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/SlashRemover.cc.s
.PHONY : lib/src/SlashRemover.cc.s

lib/src/SlidingWindowRateLimiter.o: lib/src/SlidingWindowRateLimiter.cc.o
.PHONY : lib/src/SlidingWindowRateLimiter.o

# target to build an object file
lib/src/SlidingWindowRateLimiter.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/SlidingWindowRateLimiter.cc.o
.PHONY : lib/src/SlidingWindowRateLimiter.cc.o

lib/src/SlidingWindowRateLimiter.i: lib/src/SlidingWindowRateLimiter.cc.i
.PHONY : lib/src/SlidingWindowRateLimiter.i

# target to preprocess a source file
lib/src/SlidingWindowRateLimiter.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/SlidingWindowRateLimiter.cc.i
.PHONY : lib/src/SlidingWindowRateLimiter.cc.i

lib/src/SlidingWindowRateLimiter.s: lib/src/SlidingWindowRateLimiter.cc.s
.PHONY : lib/src/SlidingWindowRateLimiter.s

# target to generate assembly for a file
lib/src/SlidingWindowRateLimiter.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/SlidingWindowRateLimiter.cc.s
.PHONY : lib/src/SlidingWindowRateLimiter.cc.s

lib/src/StaticFileRouter.o: lib/src/StaticFileRouter.cc.o
.PHONY : lib/src/StaticFileRouter.o

# target to build an object file
lib/src/StaticFileRouter.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/StaticFileRouter.cc.o
.PHONY : lib/src/StaticFileRouter.cc.o

lib/src/StaticFileRouter.i: lib/src/StaticFileRouter.cc.i
.PHONY : lib/src/StaticFileRouter.i

# target to preprocess a source file
lib/src/StaticFileRouter.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/StaticFileRouter.cc.i
.PHONY : lib/src/StaticFileRouter.cc.i

lib/src/StaticFileRouter.s: lib/src/StaticFileRouter.cc.s
.PHONY : lib/src/StaticFileRouter.s

# target to generate assembly for a file
lib/src/StaticFileRouter.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/StaticFileRouter.cc.s
.PHONY : lib/src/StaticFileRouter.cc.s

lib/src/TaskTimeoutFlag.o: lib/src/TaskTimeoutFlag.cc.o
.PHONY : lib/src/TaskTimeoutFlag.o

# target to build an object file
lib/src/TaskTimeoutFlag.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/TaskTimeoutFlag.cc.o
.PHONY : lib/src/TaskTimeoutFlag.cc.o

lib/src/TaskTimeoutFlag.i: lib/src/TaskTimeoutFlag.cc.i
.PHONY : lib/src/TaskTimeoutFlag.i

# target to preprocess a source file
lib/src/TaskTimeoutFlag.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/TaskTimeoutFlag.cc.i
.PHONY : lib/src/TaskTimeoutFlag.cc.i

lib/src/TaskTimeoutFlag.s: lib/src/TaskTimeoutFlag.cc.s
.PHONY : lib/src/TaskTimeoutFlag.s

# target to generate assembly for a file
lib/src/TaskTimeoutFlag.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/TaskTimeoutFlag.cc.s
.PHONY : lib/src/TaskTimeoutFlag.cc.s

lib/src/TokenBucketRateLimiter.o: lib/src/TokenBucketRateLimiter.cc.o
.PHONY : lib/src/TokenBucketRateLimiter.o

# target to build an object file
lib/src/TokenBucketRateLimiter.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/TokenBucketRateLimiter.cc.o
.PHONY : lib/src/TokenBucketRateLimiter.cc.o

lib/src/TokenBucketRateLimiter.i: lib/src/TokenBucketRateLimiter.cc.i
.PHONY : lib/src/TokenBucketRateLimiter.i

# target to preprocess a source file
lib/src/TokenBucketRateLimiter.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/TokenBucketRateLimiter.cc.i
.PHONY : lib/src/TokenBucketRateLimiter.cc.i

lib/src/TokenBucketRateLimiter.s: lib/src/TokenBucketRateLimiter.cc.s
.PHONY : lib/src/TokenBucketRateLimiter.s

# target to generate assembly for a file
lib/src/TokenBucketRateLimiter.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/TokenBucketRateLimiter.cc.s
.PHONY : lib/src/TokenBucketRateLimiter.cc.s

lib/src/Utilities.o: lib/src/Utilities.cc.o
.PHONY : lib/src/Utilities.o

# target to build an object file
lib/src/Utilities.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/Utilities.cc.o
.PHONY : lib/src/Utilities.cc.o

lib/src/Utilities.i: lib/src/Utilities.cc.i
.PHONY : lib/src/Utilities.i

# target to preprocess a source file
lib/src/Utilities.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/Utilities.cc.i
.PHONY : lib/src/Utilities.cc.i

lib/src/Utilities.s: lib/src/Utilities.cc.s
.PHONY : lib/src/Utilities.s

# target to generate assembly for a file
lib/src/Utilities.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/Utilities.cc.s
.PHONY : lib/src/Utilities.cc.s

lib/src/WebSocketClientImpl.o: lib/src/WebSocketClientImpl.cc.o
.PHONY : lib/src/WebSocketClientImpl.o

# target to build an object file
lib/src/WebSocketClientImpl.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/WebSocketClientImpl.cc.o
.PHONY : lib/src/WebSocketClientImpl.cc.o

lib/src/WebSocketClientImpl.i: lib/src/WebSocketClientImpl.cc.i
.PHONY : lib/src/WebSocketClientImpl.i

# target to preprocess a source file
lib/src/WebSocketClientImpl.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/WebSocketClientImpl.cc.i
.PHONY : lib/src/WebSocketClientImpl.cc.i

lib/src/WebSocketClientImpl.s: lib/src/WebSocketClientImpl.cc.s
.PHONY : lib/src/WebSocketClientImpl.s

# target to generate assembly for a file
lib/src/WebSocketClientImpl.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/WebSocketClientImpl.cc.s
.PHONY : lib/src/WebSocketClientImpl.cc.s

lib/src/WebSocketConnectionImpl.o: lib/src/WebSocketConnectionImpl.cc.o
.PHONY : lib/src/WebSocketConnectionImpl.o

# target to build an object file
lib/src/WebSocketConnectionImpl.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/WebSocketConnectionImpl.cc.o
.PHONY : lib/src/WebSocketConnectionImpl.cc.o

lib/src/WebSocketConnectionImpl.i: lib/src/WebSocketConnectionImpl.cc.i
.PHONY : lib/src/WebSocketConnectionImpl.i

# target to preprocess a source file
lib/src/WebSocketConnectionImpl.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/WebSocketConnectionImpl.cc.i
.PHONY : lib/src/WebSocketConnectionImpl.cc.i

lib/src/WebSocketConnectionImpl.s: lib/src/WebSocketConnectionImpl.cc.s
.PHONY : lib/src/WebSocketConnectionImpl.s

# target to generate assembly for a file
lib/src/WebSocketConnectionImpl.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/WebSocketConnectionImpl.cc.s
.PHONY : lib/src/WebSocketConnectionImpl.cc.s

lib/src/YamlConfigAdapter.o: lib/src/YamlConfigAdapter.cc.o
.PHONY : lib/src/YamlConfigAdapter.o

# target to build an object file
lib/src/YamlConfigAdapter.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/YamlConfigAdapter.cc.o
.PHONY : lib/src/YamlConfigAdapter.cc.o

lib/src/YamlConfigAdapter.i: lib/src/YamlConfigAdapter.cc.i
.PHONY : lib/src/YamlConfigAdapter.i

# target to preprocess a source file
lib/src/YamlConfigAdapter.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/YamlConfigAdapter.cc.i
.PHONY : lib/src/YamlConfigAdapter.cc.i

lib/src/YamlConfigAdapter.s: lib/src/YamlConfigAdapter.cc.s
.PHONY : lib/src/YamlConfigAdapter.s

# target to generate assembly for a file
lib/src/YamlConfigAdapter.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/YamlConfigAdapter.cc.s
.PHONY : lib/src/YamlConfigAdapter.cc.s

lib/src/drogon_test.o: lib/src/drogon_test.cc.o
.PHONY : lib/src/drogon_test.o

# target to build an object file
lib/src/drogon_test.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/drogon_test.cc.o
.PHONY : lib/src/drogon_test.cc.o

lib/src/drogon_test.i: lib/src/drogon_test.cc.i
.PHONY : lib/src/drogon_test.i

# target to preprocess a source file
lib/src/drogon_test.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/drogon_test.cc.i
.PHONY : lib/src/drogon_test.cc.i

lib/src/drogon_test.s: lib/src/drogon_test.cc.s
.PHONY : lib/src/drogon_test.s

# target to generate assembly for a file
lib/src/drogon_test.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/lib/src/drogon_test.cc.s
.PHONY : lib/src/drogon_test.cc.s

orm_lib/src/ArrayParser.o: orm_lib/src/ArrayParser.cc.o
.PHONY : orm_lib/src/ArrayParser.o

# target to build an object file
orm_lib/src/ArrayParser.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/ArrayParser.cc.o
.PHONY : orm_lib/src/ArrayParser.cc.o

orm_lib/src/ArrayParser.i: orm_lib/src/ArrayParser.cc.i
.PHONY : orm_lib/src/ArrayParser.i

# target to preprocess a source file
orm_lib/src/ArrayParser.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/ArrayParser.cc.i
.PHONY : orm_lib/src/ArrayParser.cc.i

orm_lib/src/ArrayParser.s: orm_lib/src/ArrayParser.cc.s
.PHONY : orm_lib/src/ArrayParser.s

# target to generate assembly for a file
orm_lib/src/ArrayParser.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/ArrayParser.cc.s
.PHONY : orm_lib/src/ArrayParser.cc.s

orm_lib/src/Criteria.o: orm_lib/src/Criteria.cc.o
.PHONY : orm_lib/src/Criteria.o

# target to build an object file
orm_lib/src/Criteria.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/Criteria.cc.o
.PHONY : orm_lib/src/Criteria.cc.o

orm_lib/src/Criteria.i: orm_lib/src/Criteria.cc.i
.PHONY : orm_lib/src/Criteria.i

# target to preprocess a source file
orm_lib/src/Criteria.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/Criteria.cc.i
.PHONY : orm_lib/src/Criteria.cc.i

orm_lib/src/Criteria.s: orm_lib/src/Criteria.cc.s
.PHONY : orm_lib/src/Criteria.s

# target to generate assembly for a file
orm_lib/src/Criteria.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/Criteria.cc.s
.PHONY : orm_lib/src/Criteria.cc.s

orm_lib/src/DbClient.o: orm_lib/src/DbClient.cc.o
.PHONY : orm_lib/src/DbClient.o

# target to build an object file
orm_lib/src/DbClient.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/DbClient.cc.o
.PHONY : orm_lib/src/DbClient.cc.o

orm_lib/src/DbClient.i: orm_lib/src/DbClient.cc.i
.PHONY : orm_lib/src/DbClient.i

# target to preprocess a source file
orm_lib/src/DbClient.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/DbClient.cc.i
.PHONY : orm_lib/src/DbClient.cc.i

orm_lib/src/DbClient.s: orm_lib/src/DbClient.cc.s
.PHONY : orm_lib/src/DbClient.s

# target to generate assembly for a file
orm_lib/src/DbClient.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/DbClient.cc.s
.PHONY : orm_lib/src/DbClient.cc.s

orm_lib/src/DbClientImpl.o: orm_lib/src/DbClientImpl.cc.o
.PHONY : orm_lib/src/DbClientImpl.o

# target to build an object file
orm_lib/src/DbClientImpl.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/DbClientImpl.cc.o
.PHONY : orm_lib/src/DbClientImpl.cc.o

orm_lib/src/DbClientImpl.i: orm_lib/src/DbClientImpl.cc.i
.PHONY : orm_lib/src/DbClientImpl.i

# target to preprocess a source file
orm_lib/src/DbClientImpl.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/DbClientImpl.cc.i
.PHONY : orm_lib/src/DbClientImpl.cc.i

orm_lib/src/DbClientImpl.s: orm_lib/src/DbClientImpl.cc.s
.PHONY : orm_lib/src/DbClientImpl.s

# target to generate assembly for a file
orm_lib/src/DbClientImpl.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/DbClientImpl.cc.s
.PHONY : orm_lib/src/DbClientImpl.cc.s

orm_lib/src/DbClientLockFree.o: orm_lib/src/DbClientLockFree.cc.o
.PHONY : orm_lib/src/DbClientLockFree.o

# target to build an object file
orm_lib/src/DbClientLockFree.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/DbClientLockFree.cc.o
.PHONY : orm_lib/src/DbClientLockFree.cc.o

orm_lib/src/DbClientLockFree.i: orm_lib/src/DbClientLockFree.cc.i
.PHONY : orm_lib/src/DbClientLockFree.i

# target to preprocess a source file
orm_lib/src/DbClientLockFree.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/DbClientLockFree.cc.i
.PHONY : orm_lib/src/DbClientLockFree.cc.i

orm_lib/src/DbClientLockFree.s: orm_lib/src/DbClientLockFree.cc.s
.PHONY : orm_lib/src/DbClientLockFree.s

# target to generate assembly for a file
orm_lib/src/DbClientLockFree.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/DbClientLockFree.cc.s
.PHONY : orm_lib/src/DbClientLockFree.cc.s

orm_lib/src/DbClientManager.o: orm_lib/src/DbClientManager.cc.o
.PHONY : orm_lib/src/DbClientManager.o

# target to build an object file
orm_lib/src/DbClientManager.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/DbClientManager.cc.o
.PHONY : orm_lib/src/DbClientManager.cc.o

orm_lib/src/DbClientManager.i: orm_lib/src/DbClientManager.cc.i
.PHONY : orm_lib/src/DbClientManager.i

# target to preprocess a source file
orm_lib/src/DbClientManager.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/DbClientManager.cc.i
.PHONY : orm_lib/src/DbClientManager.cc.i

orm_lib/src/DbClientManager.s: orm_lib/src/DbClientManager.cc.s
.PHONY : orm_lib/src/DbClientManager.s

# target to generate assembly for a file
orm_lib/src/DbClientManager.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/DbClientManager.cc.s
.PHONY : orm_lib/src/DbClientManager.cc.s

orm_lib/src/DbConnection.o: orm_lib/src/DbConnection.cc.o
.PHONY : orm_lib/src/DbConnection.o

# target to build an object file
orm_lib/src/DbConnection.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/DbConnection.cc.o
.PHONY : orm_lib/src/DbConnection.cc.o

orm_lib/src/DbConnection.i: orm_lib/src/DbConnection.cc.i
.PHONY : orm_lib/src/DbConnection.i

# target to preprocess a source file
orm_lib/src/DbConnection.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/DbConnection.cc.i
.PHONY : orm_lib/src/DbConnection.cc.i

orm_lib/src/DbConnection.s: orm_lib/src/DbConnection.cc.s
.PHONY : orm_lib/src/DbConnection.s

# target to generate assembly for a file
orm_lib/src/DbConnection.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/DbConnection.cc.s
.PHONY : orm_lib/src/DbConnection.cc.s

orm_lib/src/DbListener.o: orm_lib/src/DbListener.cc.o
.PHONY : orm_lib/src/DbListener.o

# target to build an object file
orm_lib/src/DbListener.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/DbListener.cc.o
.PHONY : orm_lib/src/DbListener.cc.o

orm_lib/src/DbListener.i: orm_lib/src/DbListener.cc.i
.PHONY : orm_lib/src/DbListener.i

# target to preprocess a source file
orm_lib/src/DbListener.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/DbListener.cc.i
.PHONY : orm_lib/src/DbListener.cc.i

orm_lib/src/DbListener.s: orm_lib/src/DbListener.cc.s
.PHONY : orm_lib/src/DbListener.s

# target to generate assembly for a file
orm_lib/src/DbListener.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/DbListener.cc.s
.PHONY : orm_lib/src/DbListener.cc.s

orm_lib/src/Exception.o: orm_lib/src/Exception.cc.o
.PHONY : orm_lib/src/Exception.o

# target to build an object file
orm_lib/src/Exception.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/Exception.cc.o
.PHONY : orm_lib/src/Exception.cc.o

orm_lib/src/Exception.i: orm_lib/src/Exception.cc.i
.PHONY : orm_lib/src/Exception.i

# target to preprocess a source file
orm_lib/src/Exception.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/Exception.cc.i
.PHONY : orm_lib/src/Exception.cc.i

orm_lib/src/Exception.s: orm_lib/src/Exception.cc.s
.PHONY : orm_lib/src/Exception.s

# target to generate assembly for a file
orm_lib/src/Exception.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/Exception.cc.s
.PHONY : orm_lib/src/Exception.cc.s

orm_lib/src/Field.o: orm_lib/src/Field.cc.o
.PHONY : orm_lib/src/Field.o

# target to build an object file
orm_lib/src/Field.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/Field.cc.o
.PHONY : orm_lib/src/Field.cc.o

orm_lib/src/Field.i: orm_lib/src/Field.cc.i
.PHONY : orm_lib/src/Field.i

# target to preprocess a source file
orm_lib/src/Field.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/Field.cc.i
.PHONY : orm_lib/src/Field.cc.i

orm_lib/src/Field.s: orm_lib/src/Field.cc.s
.PHONY : orm_lib/src/Field.s

# target to generate assembly for a file
orm_lib/src/Field.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/Field.cc.s
.PHONY : orm_lib/src/Field.cc.s

orm_lib/src/RestfulController.o: orm_lib/src/RestfulController.cc.o
.PHONY : orm_lib/src/RestfulController.o

# target to build an object file
orm_lib/src/RestfulController.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/RestfulController.cc.o
.PHONY : orm_lib/src/RestfulController.cc.o

orm_lib/src/RestfulController.i: orm_lib/src/RestfulController.cc.i
.PHONY : orm_lib/src/RestfulController.i

# target to preprocess a source file
orm_lib/src/RestfulController.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/RestfulController.cc.i
.PHONY : orm_lib/src/RestfulController.cc.i

orm_lib/src/RestfulController.s: orm_lib/src/RestfulController.cc.s
.PHONY : orm_lib/src/RestfulController.s

# target to generate assembly for a file
orm_lib/src/RestfulController.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/RestfulController.cc.s
.PHONY : orm_lib/src/RestfulController.cc.s

orm_lib/src/Result.o: orm_lib/src/Result.cc.o
.PHONY : orm_lib/src/Result.o

# target to build an object file
orm_lib/src/Result.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/Result.cc.o
.PHONY : orm_lib/src/Result.cc.o

orm_lib/src/Result.i: orm_lib/src/Result.cc.i
.PHONY : orm_lib/src/Result.i

# target to preprocess a source file
orm_lib/src/Result.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/Result.cc.i
.PHONY : orm_lib/src/Result.cc.i

orm_lib/src/Result.s: orm_lib/src/Result.cc.s
.PHONY : orm_lib/src/Result.s

# target to generate assembly for a file
orm_lib/src/Result.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/Result.cc.s
.PHONY : orm_lib/src/Result.cc.s

orm_lib/src/Row.o: orm_lib/src/Row.cc.o
.PHONY : orm_lib/src/Row.o

# target to build an object file
orm_lib/src/Row.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/Row.cc.o
.PHONY : orm_lib/src/Row.cc.o

orm_lib/src/Row.i: orm_lib/src/Row.cc.i
.PHONY : orm_lib/src/Row.i

# target to preprocess a source file
orm_lib/src/Row.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/Row.cc.i
.PHONY : orm_lib/src/Row.cc.i

orm_lib/src/Row.s: orm_lib/src/Row.cc.s
.PHONY : orm_lib/src/Row.s

# target to generate assembly for a file
orm_lib/src/Row.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/Row.cc.s
.PHONY : orm_lib/src/Row.cc.s

orm_lib/src/SqlBinder.o: orm_lib/src/SqlBinder.cc.o
.PHONY : orm_lib/src/SqlBinder.o

# target to build an object file
orm_lib/src/SqlBinder.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/SqlBinder.cc.o
.PHONY : orm_lib/src/SqlBinder.cc.o

orm_lib/src/SqlBinder.i: orm_lib/src/SqlBinder.cc.i
.PHONY : orm_lib/src/SqlBinder.i

# target to preprocess a source file
orm_lib/src/SqlBinder.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/SqlBinder.cc.i
.PHONY : orm_lib/src/SqlBinder.cc.i

orm_lib/src/SqlBinder.s: orm_lib/src/SqlBinder.cc.s
.PHONY : orm_lib/src/SqlBinder.s

# target to generate assembly for a file
orm_lib/src/SqlBinder.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/SqlBinder.cc.s
.PHONY : orm_lib/src/SqlBinder.cc.s

orm_lib/src/TransactionImpl.o: orm_lib/src/TransactionImpl.cc.o
.PHONY : orm_lib/src/TransactionImpl.o

# target to build an object file
orm_lib/src/TransactionImpl.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/TransactionImpl.cc.o
.PHONY : orm_lib/src/TransactionImpl.cc.o

orm_lib/src/TransactionImpl.i: orm_lib/src/TransactionImpl.cc.i
.PHONY : orm_lib/src/TransactionImpl.i

# target to preprocess a source file
orm_lib/src/TransactionImpl.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/TransactionImpl.cc.i
.PHONY : orm_lib/src/TransactionImpl.cc.i

orm_lib/src/TransactionImpl.s: orm_lib/src/TransactionImpl.cc.s
.PHONY : orm_lib/src/TransactionImpl.s

# target to generate assembly for a file
orm_lib/src/TransactionImpl.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/TransactionImpl.cc.s
.PHONY : orm_lib/src/TransactionImpl.cc.s

orm_lib/src/mysql_impl/MysqlConnection.o: orm_lib/src/mysql_impl/MysqlConnection.cc.o
.PHONY : orm_lib/src/mysql_impl/MysqlConnection.o

# target to build an object file
orm_lib/src/mysql_impl/MysqlConnection.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/mysql_impl/MysqlConnection.cc.o
.PHONY : orm_lib/src/mysql_impl/MysqlConnection.cc.o

orm_lib/src/mysql_impl/MysqlConnection.i: orm_lib/src/mysql_impl/MysqlConnection.cc.i
.PHONY : orm_lib/src/mysql_impl/MysqlConnection.i

# target to preprocess a source file
orm_lib/src/mysql_impl/MysqlConnection.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/mysql_impl/MysqlConnection.cc.i
.PHONY : orm_lib/src/mysql_impl/MysqlConnection.cc.i

orm_lib/src/mysql_impl/MysqlConnection.s: orm_lib/src/mysql_impl/MysqlConnection.cc.s
.PHONY : orm_lib/src/mysql_impl/MysqlConnection.s

# target to generate assembly for a file
orm_lib/src/mysql_impl/MysqlConnection.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/mysql_impl/MysqlConnection.cc.s
.PHONY : orm_lib/src/mysql_impl/MysqlConnection.cc.s

orm_lib/src/mysql_impl/MysqlResultImpl.o: orm_lib/src/mysql_impl/MysqlResultImpl.cc.o
.PHONY : orm_lib/src/mysql_impl/MysqlResultImpl.o

# target to build an object file
orm_lib/src/mysql_impl/MysqlResultImpl.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/mysql_impl/MysqlResultImpl.cc.o
.PHONY : orm_lib/src/mysql_impl/MysqlResultImpl.cc.o

orm_lib/src/mysql_impl/MysqlResultImpl.i: orm_lib/src/mysql_impl/MysqlResultImpl.cc.i
.PHONY : orm_lib/src/mysql_impl/MysqlResultImpl.i

# target to preprocess a source file
orm_lib/src/mysql_impl/MysqlResultImpl.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/mysql_impl/MysqlResultImpl.cc.i
.PHONY : orm_lib/src/mysql_impl/MysqlResultImpl.cc.i

orm_lib/src/mysql_impl/MysqlResultImpl.s: orm_lib/src/mysql_impl/MysqlResultImpl.cc.s
.PHONY : orm_lib/src/mysql_impl/MysqlResultImpl.s

# target to generate assembly for a file
orm_lib/src/mysql_impl/MysqlResultImpl.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/mysql_impl/MysqlResultImpl.cc.s
.PHONY : orm_lib/src/mysql_impl/MysqlResultImpl.cc.s

orm_lib/src/sqlite3_impl/Sqlite3Connection.o: orm_lib/src/sqlite3_impl/Sqlite3Connection.cc.o
.PHONY : orm_lib/src/sqlite3_impl/Sqlite3Connection.o

# target to build an object file
orm_lib/src/sqlite3_impl/Sqlite3Connection.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/sqlite3_impl/Sqlite3Connection.cc.o
.PHONY : orm_lib/src/sqlite3_impl/Sqlite3Connection.cc.o

orm_lib/src/sqlite3_impl/Sqlite3Connection.i: orm_lib/src/sqlite3_impl/Sqlite3Connection.cc.i
.PHONY : orm_lib/src/sqlite3_impl/Sqlite3Connection.i

# target to preprocess a source file
orm_lib/src/sqlite3_impl/Sqlite3Connection.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/sqlite3_impl/Sqlite3Connection.cc.i
.PHONY : orm_lib/src/sqlite3_impl/Sqlite3Connection.cc.i

orm_lib/src/sqlite3_impl/Sqlite3Connection.s: orm_lib/src/sqlite3_impl/Sqlite3Connection.cc.s
.PHONY : orm_lib/src/sqlite3_impl/Sqlite3Connection.s

# target to generate assembly for a file
orm_lib/src/sqlite3_impl/Sqlite3Connection.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/sqlite3_impl/Sqlite3Connection.cc.s
.PHONY : orm_lib/src/sqlite3_impl/Sqlite3Connection.cc.s

orm_lib/src/sqlite3_impl/Sqlite3ResultImpl.o: orm_lib/src/sqlite3_impl/Sqlite3ResultImpl.cc.o
.PHONY : orm_lib/src/sqlite3_impl/Sqlite3ResultImpl.o

# target to build an object file
orm_lib/src/sqlite3_impl/Sqlite3ResultImpl.cc.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/sqlite3_impl/Sqlite3ResultImpl.cc.o
.PHONY : orm_lib/src/sqlite3_impl/Sqlite3ResultImpl.cc.o

orm_lib/src/sqlite3_impl/Sqlite3ResultImpl.i: orm_lib/src/sqlite3_impl/Sqlite3ResultImpl.cc.i
.PHONY : orm_lib/src/sqlite3_impl/Sqlite3ResultImpl.i

# target to preprocess a source file
orm_lib/src/sqlite3_impl/Sqlite3ResultImpl.cc.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/sqlite3_impl/Sqlite3ResultImpl.cc.i
.PHONY : orm_lib/src/sqlite3_impl/Sqlite3ResultImpl.cc.i

orm_lib/src/sqlite3_impl/Sqlite3ResultImpl.s: orm_lib/src/sqlite3_impl/Sqlite3ResultImpl.cc.s
.PHONY : orm_lib/src/sqlite3_impl/Sqlite3ResultImpl.s

# target to generate assembly for a file
orm_lib/src/sqlite3_impl/Sqlite3ResultImpl.cc.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/drogon.dir/build.make CMakeFiles/drogon.dir/orm_lib/src/sqlite3_impl/Sqlite3ResultImpl.cc.s
.PHONY : orm_lib/src/sqlite3_impl/Sqlite3ResultImpl.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 "... edit_cache"
	@echo "... install"
	@echo "... install/local"
	@echo "... install/strip"
	@echo "... list_install_components"
	@echo "... package"
	@echo "... package_source"
	@echo "... rebuild_cache"
	@echo "... _drogon_ctl"
	@echo "... async_stream"
	@echo "... benchmark"
	@echo "... client"
	@echo "... cors"
	@echo "... drogon"
	@echo "... drogon_ctl"
	@echo "... file_upload"
	@echo "... helloworld"
	@echo "... jsonstore"
	@echo "... login_session"
	@echo "... redis_chat"
	@echo "... redis_simple"
	@echo "... trantor"
	@echo "... websocket_client"
	@echo "... websocket_server"
	@echo "... lib/src/AOPAdvice.o"
	@echo "... lib/src/AOPAdvice.i"
	@echo "... lib/src/AOPAdvice.s"
	@echo "... lib/src/AccessLogger.o"
	@echo "... lib/src/AccessLogger.i"
	@echo "... lib/src/AccessLogger.s"
	@echo "... lib/src/CacheFile.o"
	@echo "... lib/src/CacheFile.i"
	@echo "... lib/src/CacheFile.s"
	@echo "... lib/src/ConfigAdapterManager.o"
	@echo "... lib/src/ConfigAdapterManager.i"
	@echo "... lib/src/ConfigAdapterManager.s"
	@echo "... lib/src/ConfigLoader.o"
	@echo "... lib/src/ConfigLoader.i"
	@echo "... lib/src/ConfigLoader.s"
	@echo "... lib/src/Cookie.o"
	@echo "... lib/src/Cookie.i"
	@echo "... lib/src/Cookie.s"
	@echo "... lib/src/DrClassMap.o"
	@echo "... lib/src/DrClassMap.i"
	@echo "... lib/src/DrClassMap.s"
	@echo "... lib/src/DrTemplateBase.o"
	@echo "... lib/src/DrTemplateBase.i"
	@echo "... lib/src/DrTemplateBase.s"
	@echo "... lib/src/FixedWindowRateLimiter.o"
	@echo "... lib/src/FixedWindowRateLimiter.i"
	@echo "... lib/src/FixedWindowRateLimiter.s"
	@echo "... lib/src/GlobalFilters.o"
	@echo "... lib/src/GlobalFilters.i"
	@echo "... lib/src/GlobalFilters.s"
	@echo "... lib/src/Histogram.o"
	@echo "... lib/src/Histogram.i"
	@echo "... lib/src/Histogram.s"
	@echo "... lib/src/Hodor.o"
	@echo "... lib/src/Hodor.i"
	@echo "... lib/src/Hodor.s"
	@echo "... lib/src/HttpAppFrameworkImpl.o"
	@echo "... lib/src/HttpAppFrameworkImpl.i"
	@echo "... lib/src/HttpAppFrameworkImpl.s"
	@echo "... lib/src/HttpBinder.o"
	@echo "... lib/src/HttpBinder.i"
	@echo "... lib/src/HttpBinder.s"
	@echo "... lib/src/HttpClientImpl.o"
	@echo "... lib/src/HttpClientImpl.i"
	@echo "... lib/src/HttpClientImpl.s"
	@echo "... lib/src/HttpConnectionLimit.o"
	@echo "... lib/src/HttpConnectionLimit.i"
	@echo "... lib/src/HttpConnectionLimit.s"
	@echo "... lib/src/HttpControllerBinder.o"
	@echo "... lib/src/HttpControllerBinder.i"
	@echo "... lib/src/HttpControllerBinder.s"
	@echo "... lib/src/HttpControllersRouter.o"
	@echo "... lib/src/HttpControllersRouter.i"
	@echo "... lib/src/HttpControllersRouter.s"
	@echo "... lib/src/HttpFileImpl.o"
	@echo "... lib/src/HttpFileImpl.i"
	@echo "... lib/src/HttpFileImpl.s"
	@echo "... lib/src/HttpFileUploadRequest.o"
	@echo "... lib/src/HttpFileUploadRequest.i"
	@echo "... lib/src/HttpFileUploadRequest.s"
	@echo "... lib/src/HttpRequestImpl.o"
	@echo "... lib/src/HttpRequestImpl.i"
	@echo "... lib/src/HttpRequestImpl.s"
	@echo "... lib/src/HttpRequestParser.o"
	@echo "... lib/src/HttpRequestParser.i"
	@echo "... lib/src/HttpRequestParser.s"
	@echo "... lib/src/HttpResponseImpl.o"
	@echo "... lib/src/HttpResponseImpl.i"
	@echo "... lib/src/HttpResponseImpl.s"
	@echo "... lib/src/HttpResponseParser.o"
	@echo "... lib/src/HttpResponseParser.i"
	@echo "... lib/src/HttpResponseParser.s"
	@echo "... lib/src/HttpServer.o"
	@echo "... lib/src/HttpServer.i"
	@echo "... lib/src/HttpServer.s"
	@echo "... lib/src/HttpUtils.o"
	@echo "... lib/src/HttpUtils.i"
	@echo "... lib/src/HttpUtils.s"
	@echo "... lib/src/HttpViewData.o"
	@echo "... lib/src/HttpViewData.i"
	@echo "... lib/src/HttpViewData.s"
	@echo "... lib/src/IntranetIpFilter.o"
	@echo "... lib/src/IntranetIpFilter.i"
	@echo "... lib/src/IntranetIpFilter.s"
	@echo "... lib/src/JsonConfigAdapter.o"
	@echo "... lib/src/JsonConfigAdapter.i"
	@echo "... lib/src/JsonConfigAdapter.s"
	@echo "... lib/src/ListenerManager.o"
	@echo "... lib/src/ListenerManager.i"
	@echo "... lib/src/ListenerManager.s"
	@echo "... lib/src/LocalHostFilter.o"
	@echo "... lib/src/LocalHostFilter.i"
	@echo "... lib/src/LocalHostFilter.s"
	@echo "... lib/src/MiddlewaresFunction.o"
	@echo "... lib/src/MiddlewaresFunction.i"
	@echo "... lib/src/MiddlewaresFunction.s"
	@echo "... lib/src/MultiPart.o"
	@echo "... lib/src/MultiPart.i"
	@echo "... lib/src/MultiPart.s"
	@echo "... lib/src/MultipartStreamParser.o"
	@echo "... lib/src/MultipartStreamParser.i"
	@echo "... lib/src/MultipartStreamParser.s"
	@echo "... lib/src/NotFound.o"
	@echo "... lib/src/NotFound.i"
	@echo "... lib/src/NotFound.s"
	@echo "... lib/src/PluginsManager.o"
	@echo "... lib/src/PluginsManager.i"
	@echo "... lib/src/PluginsManager.s"
	@echo "... lib/src/PromExporter.o"
	@echo "... lib/src/PromExporter.i"
	@echo "... lib/src/PromExporter.s"
	@echo "... lib/src/RangeParser.o"
	@echo "... lib/src/RangeParser.i"
	@echo "... lib/src/RangeParser.s"
	@echo "... lib/src/RateLimiter.o"
	@echo "... lib/src/RateLimiter.i"
	@echo "... lib/src/RateLimiter.s"
	@echo "... lib/src/RealIpResolver.o"
	@echo "... lib/src/RealIpResolver.i"
	@echo "... lib/src/RealIpResolver.s"
	@echo "... lib/src/Redirector.o"
	@echo "... lib/src/Redirector.i"
	@echo "... lib/src/Redirector.s"
	@echo "... lib/src/RedisClientManagerSkipped.o"
	@echo "... lib/src/RedisClientManagerSkipped.i"
	@echo "... lib/src/RedisClientManagerSkipped.s"
	@echo "... lib/src/RedisClientSkipped.o"
	@echo "... lib/src/RedisClientSkipped.i"
	@echo "... lib/src/RedisClientSkipped.s"
	@echo "... lib/src/RedisResultSkipped.o"
	@echo "... lib/src/RedisResultSkipped.i"
	@echo "... lib/src/RedisResultSkipped.s"
	@echo "... lib/src/RequestStream.o"
	@echo "... lib/src/RequestStream.i"
	@echo "... lib/src/RequestStream.s"
	@echo "... lib/src/SecureSSLRedirector.o"
	@echo "... lib/src/SecureSSLRedirector.i"
	@echo "... lib/src/SecureSSLRedirector.s"
	@echo "... lib/src/SessionManager.o"
	@echo "... lib/src/SessionManager.i"
	@echo "... lib/src/SessionManager.s"
	@echo "... lib/src/SharedLibManager.o"
	@echo "... lib/src/SharedLibManager.i"
	@echo "... lib/src/SharedLibManager.s"
	@echo "... lib/src/SlashRemover.o"
	@echo "... lib/src/SlashRemover.i"
	@echo "... lib/src/SlashRemover.s"
	@echo "... lib/src/SlidingWindowRateLimiter.o"
	@echo "... lib/src/SlidingWindowRateLimiter.i"
	@echo "... lib/src/SlidingWindowRateLimiter.s"
	@echo "... lib/src/StaticFileRouter.o"
	@echo "... lib/src/StaticFileRouter.i"
	@echo "... lib/src/StaticFileRouter.s"
	@echo "... lib/src/TaskTimeoutFlag.o"
	@echo "... lib/src/TaskTimeoutFlag.i"
	@echo "... lib/src/TaskTimeoutFlag.s"
	@echo "... lib/src/TokenBucketRateLimiter.o"
	@echo "... lib/src/TokenBucketRateLimiter.i"
	@echo "... lib/src/TokenBucketRateLimiter.s"
	@echo "... lib/src/Utilities.o"
	@echo "... lib/src/Utilities.i"
	@echo "... lib/src/Utilities.s"
	@echo "... lib/src/WebSocketClientImpl.o"
	@echo "... lib/src/WebSocketClientImpl.i"
	@echo "... lib/src/WebSocketClientImpl.s"
	@echo "... lib/src/WebSocketConnectionImpl.o"
	@echo "... lib/src/WebSocketConnectionImpl.i"
	@echo "... lib/src/WebSocketConnectionImpl.s"
	@echo "... lib/src/YamlConfigAdapter.o"
	@echo "... lib/src/YamlConfigAdapter.i"
	@echo "... lib/src/YamlConfigAdapter.s"
	@echo "... lib/src/drogon_test.o"
	@echo "... lib/src/drogon_test.i"
	@echo "... lib/src/drogon_test.s"
	@echo "... orm_lib/src/ArrayParser.o"
	@echo "... orm_lib/src/ArrayParser.i"
	@echo "... orm_lib/src/ArrayParser.s"
	@echo "... orm_lib/src/Criteria.o"
	@echo "... orm_lib/src/Criteria.i"
	@echo "... orm_lib/src/Criteria.s"
	@echo "... orm_lib/src/DbClient.o"
	@echo "... orm_lib/src/DbClient.i"
	@echo "... orm_lib/src/DbClient.s"
	@echo "... orm_lib/src/DbClientImpl.o"
	@echo "... orm_lib/src/DbClientImpl.i"
	@echo "... orm_lib/src/DbClientImpl.s"
	@echo "... orm_lib/src/DbClientLockFree.o"
	@echo "... orm_lib/src/DbClientLockFree.i"
	@echo "... orm_lib/src/DbClientLockFree.s"
	@echo "... orm_lib/src/DbClientManager.o"
	@echo "... orm_lib/src/DbClientManager.i"
	@echo "... orm_lib/src/DbClientManager.s"
	@echo "... orm_lib/src/DbConnection.o"
	@echo "... orm_lib/src/DbConnection.i"
	@echo "... orm_lib/src/DbConnection.s"
	@echo "... orm_lib/src/DbListener.o"
	@echo "... orm_lib/src/DbListener.i"
	@echo "... orm_lib/src/DbListener.s"
	@echo "... orm_lib/src/Exception.o"
	@echo "... orm_lib/src/Exception.i"
	@echo "... orm_lib/src/Exception.s"
	@echo "... orm_lib/src/Field.o"
	@echo "... orm_lib/src/Field.i"
	@echo "... orm_lib/src/Field.s"
	@echo "... orm_lib/src/RestfulController.o"
	@echo "... orm_lib/src/RestfulController.i"
	@echo "... orm_lib/src/RestfulController.s"
	@echo "... orm_lib/src/Result.o"
	@echo "... orm_lib/src/Result.i"
	@echo "... orm_lib/src/Result.s"
	@echo "... orm_lib/src/Row.o"
	@echo "... orm_lib/src/Row.i"
	@echo "... orm_lib/src/Row.s"
	@echo "... orm_lib/src/SqlBinder.o"
	@echo "... orm_lib/src/SqlBinder.i"
	@echo "... orm_lib/src/SqlBinder.s"
	@echo "... orm_lib/src/TransactionImpl.o"
	@echo "... orm_lib/src/TransactionImpl.i"
	@echo "... orm_lib/src/TransactionImpl.s"
	@echo "... orm_lib/src/mysql_impl/MysqlConnection.o"
	@echo "... orm_lib/src/mysql_impl/MysqlConnection.i"
	@echo "... orm_lib/src/mysql_impl/MysqlConnection.s"
	@echo "... orm_lib/src/mysql_impl/MysqlResultImpl.o"
	@echo "... orm_lib/src/mysql_impl/MysqlResultImpl.i"
	@echo "... orm_lib/src/mysql_impl/MysqlResultImpl.s"
	@echo "... orm_lib/src/sqlite3_impl/Sqlite3Connection.o"
	@echo "... orm_lib/src/sqlite3_impl/Sqlite3Connection.i"
	@echo "... orm_lib/src/sqlite3_impl/Sqlite3Connection.s"
	@echo "... orm_lib/src/sqlite3_impl/Sqlite3ResultImpl.o"
	@echo "... orm_lib/src/sqlite3_impl/Sqlite3ResultImpl.i"
	@echo "... orm_lib/src/sqlite3_impl/Sqlite3ResultImpl.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) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

