CC = gcc CFLAGS = -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wno-complain-wrong-lang -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Inginx-rtmp-module-1.2.2 CPP = LINK = $(CC) NGX_PERL_CFLAGS = -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wno-complain-wrong-lang -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Inginx-rtmp-module-1.2.2 -D_REENTRANT -D_GNU_SOURCE -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wno-complain-wrong-lang -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/CORE NGX_PM_CFLAGS = -D_REENTRANT -D_GNU_SOURCE -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wno-complain-wrong-lang -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/CORE ALL_INCS = -I src/core \ -I src/event \ -I src/event/modules \ -I src/os/unix \ -I /usr/include/libxml2 \ -I /usr/include/libxslt \ -I objs \ -I src/http \ -I src/http/modules \ -I src/http/modules/perl \ -I src/mail CORE_DEPS = src/core/nginx.h \ src/core/ngx_config.h \ src/core/ngx_core.h \ src/core/ngx_log.h \ src/core/ngx_palloc.h \ src/core/ngx_array.h \ src/core/ngx_list.h \ src/core/ngx_hash.h \ src/core/ngx_buf.h \ src/core/ngx_queue.h \ src/core/ngx_string.h \ src/core/ngx_parse.h \ src/core/ngx_inet.h \ src/core/ngx_file.h \ src/core/ngx_crc.h \ src/core/ngx_crc32.h \ src/core/ngx_murmurhash.h \ src/core/ngx_md5.h \ src/core/ngx_sha1.h \ src/core/ngx_rbtree.h \ src/core/ngx_radix_tree.h \ src/core/ngx_slab.h \ src/core/ngx_times.h \ src/core/ngx_shmtx.h \ src/core/ngx_connection.h \ src/core/ngx_cycle.h \ src/core/ngx_conf_file.h \ src/core/ngx_resolver.h \ src/core/ngx_open_file_cache.h \ src/core/ngx_crypt.h \ src/event/ngx_event.h \ src/event/ngx_event_timer.h \ src/event/ngx_event_posted.h \ src/event/ngx_event_busy_lock.h \ src/event/ngx_event_connect.h \ src/event/ngx_event_pipe.h \ src/os/unix/ngx_time.h \ src/os/unix/ngx_errno.h \ src/os/unix/ngx_alloc.h \ src/os/unix/ngx_files.h \ src/os/unix/ngx_channel.h \ src/os/unix/ngx_shmem.h \ src/os/unix/ngx_process.h \ src/os/unix/ngx_setaffinity.h \ src/os/unix/ngx_setproctitle.h \ src/os/unix/ngx_atomic.h \ src/os/unix/ngx_gcc_atomic_x86.h \ src/os/unix/ngx_thread.h \ src/os/unix/ngx_socket.h \ src/os/unix/ngx_os.h \ src/os/unix/ngx_user.h \ src/os/unix/ngx_process_cycle.h \ src/os/unix/ngx_linux_config.h \ src/os/unix/ngx_linux.h \ src/event/ngx_event_openssl.h \ src/core/ngx_regex.h \ objs/ngx_auto_config.h CORE_INCS = -I src/core \ -I src/event \ -I src/event/modules \ -I src/os/unix \ -I /usr/include/libxml2 \ -I /usr/include/libxslt \ -I objs HTTP_DEPS = src/http/ngx_http.h \ src/http/ngx_http_request.h \ src/http/ngx_http_config.h \ src/http/ngx_http_core_module.h \ src/http/ngx_http_cache.h \ src/http/ngx_http_variables.h \ src/http/ngx_http_script.h \ src/http/ngx_http_upstream.h \ src/http/ngx_http_upstream_round_robin.h \ src/http/ngx_http_busy_lock.h \ src/http/modules/ngx_http_ssi_filter_module.h \ src/http/modules/ngx_http_ssl_module.h \ src/http/modules/perl/ngx_http_perl_module.h HTTP_INCS = -I src/http \ -I src/http/modules \ -I src/http/modules/perl MAIL_DEPS = src/mail/ngx_mail.h \ src/mail/ngx_mail_ssl_module.h \ src/mail/ngx_mail_pop3_module.h \ src/mail/ngx_mail_imap_module.h \ src/mail/ngx_mail_smtp_module.h MAIL_INCS = -I src/mail ADDON_DEPS = $(CORE_DEPS) nginx-rtmp-module-1.2.2/ngx_rtmp_amf.h nginx-rtmp-module-1.2.2/ngx_rtmp_bandwidth.h nginx-rtmp-module-1.2.2/ngx_rtmp_cmd_module.h nginx-rtmp-module-1.2.2/ngx_rtmp_codec_module.h nginx-rtmp-module-1.2.2/ngx_rtmp_eval.h nginx-rtmp-module-1.2.2/ngx_rtmp.h nginx-rtmp-module-1.2.2/ngx_rtmp_version.h nginx-rtmp-module-1.2.2/ngx_rtmp_live_module.h nginx-rtmp-module-1.2.2/ngx_rtmp_netcall_module.h nginx-rtmp-module-1.2.2/ngx_rtmp_play_module.h nginx-rtmp-module-1.2.2/ngx_rtmp_record_module.h nginx-rtmp-module-1.2.2/ngx_rtmp_relay_module.h nginx-rtmp-module-1.2.2/ngx_rtmp_streams.h nginx-rtmp-module-1.2.2/ngx_rtmp_bitop.h nginx-rtmp-module-1.2.2/ngx_rtmp_proxy_protocol.h nginx-rtmp-module-1.2.2/hls/ngx_rtmp_mpegts.h nginx-rtmp-module-1.2.2/dash/ngx_rtmp_mp4.h $(HTTP_DEPS) objs/nginx: objs/src/core/nginx.o \ objs/src/core/ngx_log.o \ objs/src/core/ngx_palloc.o \ objs/src/core/ngx_array.o \ objs/src/core/ngx_list.o \ objs/src/core/ngx_hash.o \ objs/src/core/ngx_buf.o \ objs/src/core/ngx_queue.o \ objs/src/core/ngx_output_chain.o \ objs/src/core/ngx_string.o \ objs/src/core/ngx_parse.o \ objs/src/core/ngx_inet.o \ objs/src/core/ngx_file.o \ objs/src/core/ngx_crc32.o \ objs/src/core/ngx_murmurhash.o \ objs/src/core/ngx_md5.o \ objs/src/core/ngx_rbtree.o \ objs/src/core/ngx_radix_tree.o \ objs/src/core/ngx_slab.o \ objs/src/core/ngx_times.o \ objs/src/core/ngx_shmtx.o \ objs/src/core/ngx_connection.o \ objs/src/core/ngx_cycle.o \ objs/src/core/ngx_spinlock.o \ objs/src/core/ngx_cpuinfo.o \ objs/src/core/ngx_conf_file.o \ objs/src/core/ngx_resolver.o \ objs/src/core/ngx_open_file_cache.o \ objs/src/core/ngx_crypt.o \ objs/src/event/ngx_event.o \ objs/src/event/ngx_event_timer.o \ objs/src/event/ngx_event_posted.o \ objs/src/event/ngx_event_busy_lock.o \ objs/src/event/ngx_event_accept.o \ objs/src/event/ngx_event_connect.o \ objs/src/event/ngx_event_pipe.o \ objs/src/os/unix/ngx_time.o \ objs/src/os/unix/ngx_errno.o \ objs/src/os/unix/ngx_alloc.o \ objs/src/os/unix/ngx_files.o \ objs/src/os/unix/ngx_socket.o \ objs/src/os/unix/ngx_recv.o \ objs/src/os/unix/ngx_readv_chain.o \ objs/src/os/unix/ngx_udp_recv.o \ objs/src/os/unix/ngx_send.o \ objs/src/os/unix/ngx_writev_chain.o \ objs/src/os/unix/ngx_channel.o \ objs/src/os/unix/ngx_shmem.o \ objs/src/os/unix/ngx_process.o \ objs/src/os/unix/ngx_daemon.o \ objs/src/os/unix/ngx_setaffinity.o \ objs/src/os/unix/ngx_setproctitle.o \ objs/src/os/unix/ngx_posix_init.o \ objs/src/os/unix/ngx_user.o \ objs/src/os/unix/ngx_process_cycle.o \ objs/src/os/unix/ngx_linux_init.o \ objs/src/event/modules/ngx_epoll_module.o \ objs/src/os/unix/ngx_linux_sendfile_chain.o \ objs/src/os/unix/ngx_linux_aio_read.o \ objs/src/event/ngx_event_openssl.o \ objs/src/core/ngx_regex.o \ objs/src/http/ngx_http.o \ objs/src/http/ngx_http_core_module.o \ objs/src/http/ngx_http_special_response.o \ objs/src/http/ngx_http_request.o \ objs/src/http/ngx_http_parse.o \ objs/src/http/ngx_http_header_filter_module.o \ objs/src/http/ngx_http_write_filter_module.o \ objs/src/http/ngx_http_copy_filter_module.o \ objs/src/http/modules/ngx_http_log_module.o \ objs/src/http/ngx_http_request_body.o \ objs/src/http/ngx_http_variables.o \ objs/src/http/ngx_http_script.o \ objs/src/http/ngx_http_upstream.o \ objs/src/http/ngx_http_upstream_round_robin.o \ objs/src/http/ngx_http_parse_time.o \ objs/src/http/modules/ngx_http_static_module.o \ objs/src/http/modules/ngx_http_index_module.o \ objs/src/http/modules/ngx_http_chunked_filter_module.o \ objs/src/http/modules/ngx_http_range_filter_module.o \ objs/src/http/modules/ngx_http_headers_filter_module.o \ objs/src/http/modules/ngx_http_not_modified_filter_module.o \ objs/src/http/ngx_http_busy_lock.o \ objs/src/http/ngx_http_file_cache.o \ objs/src/http/modules/ngx_http_gzip_filter_module.o \ objs/src/http/ngx_http_postpone_filter_module.o \ objs/src/http/modules/ngx_http_ssi_filter_module.o \ objs/src/http/modules/ngx_http_charset_filter_module.o \ objs/src/http/modules/ngx_http_xslt_filter_module.o \ objs/src/http/modules/ngx_http_image_filter_module.o \ objs/src/http/modules/ngx_http_sub_filter_module.o \ objs/src/http/modules/ngx_http_addition_filter_module.o \ objs/src/http/modules/ngx_http_userid_filter_module.o \ objs/src/http/modules/ngx_http_gzip_static_module.o \ objs/src/http/modules/ngx_http_dav_module.o \ objs/src/http/modules/ngx_http_autoindex_module.o \ objs/src/http/modules/ngx_http_random_index_module.o \ objs/src/http/modules/ngx_http_auth_basic_module.o \ objs/src/http/modules/ngx_http_access_module.o \ objs/src/http/modules/ngx_http_limit_conn_module.o \ objs/src/http/modules/ngx_http_limit_req_module.o \ objs/src/http/modules/ngx_http_realip_module.o \ objs/src/http/modules/ngx_http_geo_module.o \ objs/src/http/modules/ngx_http_geoip_module.o \ objs/src/http/modules/ngx_http_map_module.o \ objs/src/http/modules/ngx_http_split_clients_module.o \ objs/src/http/modules/ngx_http_referer_module.o \ objs/src/http/modules/ngx_http_rewrite_module.o \ objs/src/http/modules/ngx_http_ssl_module.o \ objs/src/http/modules/ngx_http_proxy_module.o \ objs/src/http/modules/ngx_http_fastcgi_module.o \ objs/src/http/modules/ngx_http_uwsgi_module.o \ objs/src/http/modules/ngx_http_scgi_module.o \ objs/src/http/modules/perl/ngx_http_perl_module.o \ objs/src/http/modules/ngx_http_memcached_module.o \ objs/src/http/modules/ngx_http_empty_gif_module.o \ objs/src/http/modules/ngx_http_browser_module.o \ objs/src/http/modules/ngx_http_secure_link_module.o \ objs/src/http/modules/ngx_http_degradation_module.o \ objs/src/http/modules/ngx_http_flv_module.o \ objs/src/http/modules/ngx_http_mp4_module.o \ objs/src/http/modules/ngx_http_upstream_ip_hash_module.o \ objs/src/http/modules/ngx_http_upstream_least_conn_module.o \ objs/src/http/modules/ngx_http_upstream_keepalive_module.o \ objs/src/http/modules/ngx_http_stub_status_module.o \ objs/src/mail/ngx_mail.o \ objs/src/mail/ngx_mail_core_module.o \ objs/src/mail/ngx_mail_handler.o \ objs/src/mail/ngx_mail_parse.o \ objs/src/mail/ngx_mail_ssl_module.o \ objs/src/mail/ngx_mail_pop3_module.o \ objs/src/mail/ngx_mail_pop3_handler.o \ objs/src/mail/ngx_mail_imap_module.o \ objs/src/mail/ngx_mail_imap_handler.o \ objs/src/mail/ngx_mail_smtp_module.o \ objs/src/mail/ngx_mail_smtp_handler.o \ objs/src/mail/ngx_mail_auth_http_module.o \ objs/src/mail/ngx_mail_proxy_module.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_init.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_handshake.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_handler.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_amf.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_send.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_shared.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_eval.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_receive.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_core_module.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_cmd_module.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_codec_module.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_access_module.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_record_module.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_live_module.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_play_module.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_flv_module.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_mp4_module.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_netcall_module.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_relay_module.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_bandwidth.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_exec_module.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_auto_push_module.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_notify_module.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_log_module.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_limit_module.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_bitop.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_proxy_protocol.o \ objs/addon/hls/ngx_rtmp_hls_module.o \ objs/addon/dash/ngx_rtmp_dash_module.o \ objs/addon/hls/ngx_rtmp_mpegts.o \ objs/addon/dash/ngx_rtmp_mp4.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_stat_module.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_control_module.o \ objs/ngx_modules.o \ objs/src/http/modules/perl/blib/arch/auto/nginx/nginx.so $(LINK) -o objs/nginx \ objs/src/core/nginx.o \ objs/src/core/ngx_log.o \ objs/src/core/ngx_palloc.o \ objs/src/core/ngx_array.o \ objs/src/core/ngx_list.o \ objs/src/core/ngx_hash.o \ objs/src/core/ngx_buf.o \ objs/src/core/ngx_queue.o \ objs/src/core/ngx_output_chain.o \ objs/src/core/ngx_string.o \ objs/src/core/ngx_parse.o \ objs/src/core/ngx_inet.o \ objs/src/core/ngx_file.o \ objs/src/core/ngx_crc32.o \ objs/src/core/ngx_murmurhash.o \ objs/src/core/ngx_md5.o \ objs/src/core/ngx_rbtree.o \ objs/src/core/ngx_radix_tree.o \ objs/src/core/ngx_slab.o \ objs/src/core/ngx_times.o \ objs/src/core/ngx_shmtx.o \ objs/src/core/ngx_connection.o \ objs/src/core/ngx_cycle.o \ objs/src/core/ngx_spinlock.o \ objs/src/core/ngx_cpuinfo.o \ objs/src/core/ngx_conf_file.o \ objs/src/core/ngx_resolver.o \ objs/src/core/ngx_open_file_cache.o \ objs/src/core/ngx_crypt.o \ objs/src/event/ngx_event.o \ objs/src/event/ngx_event_timer.o \ objs/src/event/ngx_event_posted.o \ objs/src/event/ngx_event_busy_lock.o \ objs/src/event/ngx_event_accept.o \ objs/src/event/ngx_event_connect.o \ objs/src/event/ngx_event_pipe.o \ objs/src/os/unix/ngx_time.o \ objs/src/os/unix/ngx_errno.o \ objs/src/os/unix/ngx_alloc.o \ objs/src/os/unix/ngx_files.o \ objs/src/os/unix/ngx_socket.o \ objs/src/os/unix/ngx_recv.o \ objs/src/os/unix/ngx_readv_chain.o \ objs/src/os/unix/ngx_udp_recv.o \ objs/src/os/unix/ngx_send.o \ objs/src/os/unix/ngx_writev_chain.o \ objs/src/os/unix/ngx_channel.o \ objs/src/os/unix/ngx_shmem.o \ objs/src/os/unix/ngx_process.o \ objs/src/os/unix/ngx_daemon.o \ objs/src/os/unix/ngx_setaffinity.o \ objs/src/os/unix/ngx_setproctitle.o \ objs/src/os/unix/ngx_posix_init.o \ objs/src/os/unix/ngx_user.o \ objs/src/os/unix/ngx_process_cycle.o \ objs/src/os/unix/ngx_linux_init.o \ objs/src/event/modules/ngx_epoll_module.o \ objs/src/os/unix/ngx_linux_sendfile_chain.o \ objs/src/os/unix/ngx_linux_aio_read.o \ objs/src/event/ngx_event_openssl.o \ objs/src/core/ngx_regex.o \ objs/src/http/ngx_http.o \ objs/src/http/ngx_http_core_module.o \ objs/src/http/ngx_http_special_response.o \ objs/src/http/ngx_http_request.o \ objs/src/http/ngx_http_parse.o \ objs/src/http/ngx_http_header_filter_module.o \ objs/src/http/ngx_http_write_filter_module.o \ objs/src/http/ngx_http_copy_filter_module.o \ objs/src/http/modules/ngx_http_log_module.o \ objs/src/http/ngx_http_request_body.o \ objs/src/http/ngx_http_variables.o \ objs/src/http/ngx_http_script.o \ objs/src/http/ngx_http_upstream.o \ objs/src/http/ngx_http_upstream_round_robin.o \ objs/src/http/ngx_http_parse_time.o \ objs/src/http/modules/ngx_http_static_module.o \ objs/src/http/modules/ngx_http_index_module.o \ objs/src/http/modules/ngx_http_chunked_filter_module.o \ objs/src/http/modules/ngx_http_range_filter_module.o \ objs/src/http/modules/ngx_http_headers_filter_module.o \ objs/src/http/modules/ngx_http_not_modified_filter_module.o \ objs/src/http/ngx_http_busy_lock.o \ objs/src/http/ngx_http_file_cache.o \ objs/src/http/modules/ngx_http_gzip_filter_module.o \ objs/src/http/ngx_http_postpone_filter_module.o \ objs/src/http/modules/ngx_http_ssi_filter_module.o \ objs/src/http/modules/ngx_http_charset_filter_module.o \ objs/src/http/modules/ngx_http_xslt_filter_module.o \ objs/src/http/modules/ngx_http_image_filter_module.o \ objs/src/http/modules/ngx_http_sub_filter_module.o \ objs/src/http/modules/ngx_http_addition_filter_module.o \ objs/src/http/modules/ngx_http_userid_filter_module.o \ objs/src/http/modules/ngx_http_gzip_static_module.o \ objs/src/http/modules/ngx_http_dav_module.o \ objs/src/http/modules/ngx_http_autoindex_module.o \ objs/src/http/modules/ngx_http_random_index_module.o \ objs/src/http/modules/ngx_http_auth_basic_module.o \ objs/src/http/modules/ngx_http_access_module.o \ objs/src/http/modules/ngx_http_limit_conn_module.o \ objs/src/http/modules/ngx_http_limit_req_module.o \ objs/src/http/modules/ngx_http_realip_module.o \ objs/src/http/modules/ngx_http_geo_module.o \ objs/src/http/modules/ngx_http_geoip_module.o \ objs/src/http/modules/ngx_http_map_module.o \ objs/src/http/modules/ngx_http_split_clients_module.o \ objs/src/http/modules/ngx_http_referer_module.o \ objs/src/http/modules/ngx_http_rewrite_module.o \ objs/src/http/modules/ngx_http_ssl_module.o \ objs/src/http/modules/ngx_http_proxy_module.o \ objs/src/http/modules/ngx_http_fastcgi_module.o \ objs/src/http/modules/ngx_http_uwsgi_module.o \ objs/src/http/modules/ngx_http_scgi_module.o \ objs/src/http/modules/perl/ngx_http_perl_module.o \ objs/src/http/modules/ngx_http_memcached_module.o \ objs/src/http/modules/ngx_http_empty_gif_module.o \ objs/src/http/modules/ngx_http_browser_module.o \ objs/src/http/modules/ngx_http_secure_link_module.o \ objs/src/http/modules/ngx_http_degradation_module.o \ objs/src/http/modules/ngx_http_flv_module.o \ objs/src/http/modules/ngx_http_mp4_module.o \ objs/src/http/modules/ngx_http_upstream_ip_hash_module.o \ objs/src/http/modules/ngx_http_upstream_least_conn_module.o \ objs/src/http/modules/ngx_http_upstream_keepalive_module.o \ objs/src/http/modules/ngx_http_stub_status_module.o \ objs/src/mail/ngx_mail.o \ objs/src/mail/ngx_mail_core_module.o \ objs/src/mail/ngx_mail_handler.o \ objs/src/mail/ngx_mail_parse.o \ objs/src/mail/ngx_mail_ssl_module.o \ objs/src/mail/ngx_mail_pop3_module.o \ objs/src/mail/ngx_mail_pop3_handler.o \ objs/src/mail/ngx_mail_imap_module.o \ objs/src/mail/ngx_mail_imap_handler.o \ objs/src/mail/ngx_mail_smtp_module.o \ objs/src/mail/ngx_mail_smtp_handler.o \ objs/src/mail/ngx_mail_auth_http_module.o \ objs/src/mail/ngx_mail_proxy_module.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_init.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_handshake.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_handler.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_amf.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_send.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_shared.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_eval.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_receive.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_core_module.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_cmd_module.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_codec_module.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_access_module.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_record_module.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_live_module.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_play_module.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_flv_module.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_mp4_module.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_netcall_module.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_relay_module.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_bandwidth.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_exec_module.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_auto_push_module.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_notify_module.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_log_module.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_limit_module.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_bitop.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_proxy_protocol.o \ objs/addon/hls/ngx_rtmp_hls_module.o \ objs/addon/dash/ngx_rtmp_dash_module.o \ objs/addon/hls/ngx_rtmp_mpegts.o \ objs/addon/dash/ngx_rtmp_mp4.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_stat_module.o \ objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_control_module.o \ objs/ngx_modules.o \ -Wl,-z,relro -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -Wl,-E -lcrypt -lpcre -lssl -lcrypto -lz -lxml2 -lxslt -lexslt -lgd -lGeoIP \ -Wl,--enable-new-dtags -Wl,-z,relro -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -Wl,-z,relro -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -fstack-protector-strong -L/usr/local/lib -L/usr/lib64/perl5/CORE -lperl -lpthread -lresolv -ldl -lm -lcrypt -lutil -lc objs/ngx_modules.o: $(CORE_DEPS) \ objs/ngx_modules.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/ngx_modules.o \ objs/ngx_modules.c objs/src/core/nginx.o: $(CORE_DEPS) \ src/core/nginx.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/core/nginx.o \ src/core/nginx.c objs/src/core/ngx_log.o: $(CORE_DEPS) \ src/core/ngx_log.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/core/ngx_log.o \ src/core/ngx_log.c objs/src/core/ngx_palloc.o: $(CORE_DEPS) \ src/core/ngx_palloc.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/core/ngx_palloc.o \ src/core/ngx_palloc.c objs/src/core/ngx_array.o: $(CORE_DEPS) \ src/core/ngx_array.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/core/ngx_array.o \ src/core/ngx_array.c objs/src/core/ngx_list.o: $(CORE_DEPS) \ src/core/ngx_list.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/core/ngx_list.o \ src/core/ngx_list.c objs/src/core/ngx_hash.o: $(CORE_DEPS) \ src/core/ngx_hash.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/core/ngx_hash.o \ src/core/ngx_hash.c objs/src/core/ngx_buf.o: $(CORE_DEPS) \ src/core/ngx_buf.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/core/ngx_buf.o \ src/core/ngx_buf.c objs/src/core/ngx_queue.o: $(CORE_DEPS) \ src/core/ngx_queue.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/core/ngx_queue.o \ src/core/ngx_queue.c objs/src/core/ngx_output_chain.o: $(CORE_DEPS) \ src/core/ngx_output_chain.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/core/ngx_output_chain.o \ src/core/ngx_output_chain.c objs/src/core/ngx_string.o: $(CORE_DEPS) \ src/core/ngx_string.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/core/ngx_string.o \ src/core/ngx_string.c objs/src/core/ngx_parse.o: $(CORE_DEPS) \ src/core/ngx_parse.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/core/ngx_parse.o \ src/core/ngx_parse.c objs/src/core/ngx_inet.o: $(CORE_DEPS) \ src/core/ngx_inet.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/core/ngx_inet.o \ src/core/ngx_inet.c objs/src/core/ngx_file.o: $(CORE_DEPS) \ src/core/ngx_file.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/core/ngx_file.o \ src/core/ngx_file.c objs/src/core/ngx_crc32.o: $(CORE_DEPS) \ src/core/ngx_crc32.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/core/ngx_crc32.o \ src/core/ngx_crc32.c objs/src/core/ngx_murmurhash.o: $(CORE_DEPS) \ src/core/ngx_murmurhash.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/core/ngx_murmurhash.o \ src/core/ngx_murmurhash.c objs/src/core/ngx_md5.o: $(CORE_DEPS) \ src/core/ngx_md5.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/core/ngx_md5.o \ src/core/ngx_md5.c objs/src/core/ngx_rbtree.o: $(CORE_DEPS) \ src/core/ngx_rbtree.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/core/ngx_rbtree.o \ src/core/ngx_rbtree.c objs/src/core/ngx_radix_tree.o: $(CORE_DEPS) \ src/core/ngx_radix_tree.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/core/ngx_radix_tree.o \ src/core/ngx_radix_tree.c objs/src/core/ngx_slab.o: $(CORE_DEPS) \ src/core/ngx_slab.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/core/ngx_slab.o \ src/core/ngx_slab.c objs/src/core/ngx_times.o: $(CORE_DEPS) \ src/core/ngx_times.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/core/ngx_times.o \ src/core/ngx_times.c objs/src/core/ngx_shmtx.o: $(CORE_DEPS) \ src/core/ngx_shmtx.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/core/ngx_shmtx.o \ src/core/ngx_shmtx.c objs/src/core/ngx_connection.o: $(CORE_DEPS) \ src/core/ngx_connection.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/core/ngx_connection.o \ src/core/ngx_connection.c objs/src/core/ngx_cycle.o: $(CORE_DEPS) \ src/core/ngx_cycle.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/core/ngx_cycle.o \ src/core/ngx_cycle.c objs/src/core/ngx_spinlock.o: $(CORE_DEPS) \ src/core/ngx_spinlock.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/core/ngx_spinlock.o \ src/core/ngx_spinlock.c objs/src/core/ngx_cpuinfo.o: $(CORE_DEPS) \ src/core/ngx_cpuinfo.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/core/ngx_cpuinfo.o \ src/core/ngx_cpuinfo.c objs/src/core/ngx_conf_file.o: $(CORE_DEPS) \ src/core/ngx_conf_file.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/core/ngx_conf_file.o \ src/core/ngx_conf_file.c objs/src/core/ngx_resolver.o: $(CORE_DEPS) \ src/core/ngx_resolver.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/core/ngx_resolver.o \ src/core/ngx_resolver.c objs/src/core/ngx_open_file_cache.o: $(CORE_DEPS) \ src/core/ngx_open_file_cache.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/core/ngx_open_file_cache.o \ src/core/ngx_open_file_cache.c objs/src/core/ngx_crypt.o: $(CORE_DEPS) \ src/core/ngx_crypt.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/core/ngx_crypt.o \ src/core/ngx_crypt.c objs/src/event/ngx_event.o: $(CORE_DEPS) \ src/event/ngx_event.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/event/ngx_event.o \ src/event/ngx_event.c objs/src/event/ngx_event_timer.o: $(CORE_DEPS) \ src/event/ngx_event_timer.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/event/ngx_event_timer.o \ src/event/ngx_event_timer.c objs/src/event/ngx_event_posted.o: $(CORE_DEPS) \ src/event/ngx_event_posted.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/event/ngx_event_posted.o \ src/event/ngx_event_posted.c objs/src/event/ngx_event_busy_lock.o: $(CORE_DEPS) \ src/event/ngx_event_busy_lock.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/event/ngx_event_busy_lock.o \ src/event/ngx_event_busy_lock.c objs/src/event/ngx_event_accept.o: $(CORE_DEPS) \ src/event/ngx_event_accept.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/event/ngx_event_accept.o \ src/event/ngx_event_accept.c objs/src/event/ngx_event_connect.o: $(CORE_DEPS) \ src/event/ngx_event_connect.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/event/ngx_event_connect.o \ src/event/ngx_event_connect.c objs/src/event/ngx_event_pipe.o: $(CORE_DEPS) \ src/event/ngx_event_pipe.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/event/ngx_event_pipe.o \ src/event/ngx_event_pipe.c objs/src/os/unix/ngx_time.o: $(CORE_DEPS) \ src/os/unix/ngx_time.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/os/unix/ngx_time.o \ src/os/unix/ngx_time.c objs/src/os/unix/ngx_errno.o: $(CORE_DEPS) \ src/os/unix/ngx_errno.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/os/unix/ngx_errno.o \ src/os/unix/ngx_errno.c objs/src/os/unix/ngx_alloc.o: $(CORE_DEPS) \ src/os/unix/ngx_alloc.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/os/unix/ngx_alloc.o \ src/os/unix/ngx_alloc.c objs/src/os/unix/ngx_files.o: $(CORE_DEPS) \ src/os/unix/ngx_files.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/os/unix/ngx_files.o \ src/os/unix/ngx_files.c objs/src/os/unix/ngx_socket.o: $(CORE_DEPS) \ src/os/unix/ngx_socket.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/os/unix/ngx_socket.o \ src/os/unix/ngx_socket.c objs/src/os/unix/ngx_recv.o: $(CORE_DEPS) \ src/os/unix/ngx_recv.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/os/unix/ngx_recv.o \ src/os/unix/ngx_recv.c objs/src/os/unix/ngx_readv_chain.o: $(CORE_DEPS) \ src/os/unix/ngx_readv_chain.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/os/unix/ngx_readv_chain.o \ src/os/unix/ngx_readv_chain.c objs/src/os/unix/ngx_udp_recv.o: $(CORE_DEPS) \ src/os/unix/ngx_udp_recv.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/os/unix/ngx_udp_recv.o \ src/os/unix/ngx_udp_recv.c objs/src/os/unix/ngx_send.o: $(CORE_DEPS) \ src/os/unix/ngx_send.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/os/unix/ngx_send.o \ src/os/unix/ngx_send.c objs/src/os/unix/ngx_writev_chain.o: $(CORE_DEPS) \ src/os/unix/ngx_writev_chain.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/os/unix/ngx_writev_chain.o \ src/os/unix/ngx_writev_chain.c objs/src/os/unix/ngx_channel.o: $(CORE_DEPS) \ src/os/unix/ngx_channel.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/os/unix/ngx_channel.o \ src/os/unix/ngx_channel.c objs/src/os/unix/ngx_shmem.o: $(CORE_DEPS) \ src/os/unix/ngx_shmem.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/os/unix/ngx_shmem.o \ src/os/unix/ngx_shmem.c objs/src/os/unix/ngx_process.o: $(CORE_DEPS) \ src/os/unix/ngx_process.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/os/unix/ngx_process.o \ src/os/unix/ngx_process.c objs/src/os/unix/ngx_daemon.o: $(CORE_DEPS) \ src/os/unix/ngx_daemon.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/os/unix/ngx_daemon.o \ src/os/unix/ngx_daemon.c objs/src/os/unix/ngx_setaffinity.o: $(CORE_DEPS) \ src/os/unix/ngx_setaffinity.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/os/unix/ngx_setaffinity.o \ src/os/unix/ngx_setaffinity.c objs/src/os/unix/ngx_setproctitle.o: $(CORE_DEPS) \ src/os/unix/ngx_setproctitle.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/os/unix/ngx_setproctitle.o \ src/os/unix/ngx_setproctitle.c objs/src/os/unix/ngx_posix_init.o: $(CORE_DEPS) \ src/os/unix/ngx_posix_init.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/os/unix/ngx_posix_init.o \ src/os/unix/ngx_posix_init.c objs/src/os/unix/ngx_user.o: $(CORE_DEPS) \ src/os/unix/ngx_user.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/os/unix/ngx_user.o \ src/os/unix/ngx_user.c objs/src/os/unix/ngx_process_cycle.o: $(CORE_DEPS) \ src/os/unix/ngx_process_cycle.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/os/unix/ngx_process_cycle.o \ src/os/unix/ngx_process_cycle.c objs/src/os/unix/ngx_linux_init.o: $(CORE_DEPS) \ src/os/unix/ngx_linux_init.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/os/unix/ngx_linux_init.o \ src/os/unix/ngx_linux_init.c objs/src/event/modules/ngx_epoll_module.o: $(CORE_DEPS) \ src/event/modules/ngx_epoll_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/event/modules/ngx_epoll_module.o \ src/event/modules/ngx_epoll_module.c objs/src/os/unix/ngx_linux_sendfile_chain.o: $(CORE_DEPS) \ src/os/unix/ngx_linux_sendfile_chain.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/os/unix/ngx_linux_sendfile_chain.o \ src/os/unix/ngx_linux_sendfile_chain.c objs/src/os/unix/ngx_linux_aio_read.o: $(CORE_DEPS) \ src/os/unix/ngx_linux_aio_read.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/os/unix/ngx_linux_aio_read.o \ src/os/unix/ngx_linux_aio_read.c objs/src/event/ngx_event_openssl.o: $(CORE_DEPS) \ src/event/ngx_event_openssl.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/event/ngx_event_openssl.o \ src/event/ngx_event_openssl.c objs/src/core/ngx_regex.o: $(CORE_DEPS) \ src/core/ngx_regex.c $(CC) -c $(CFLAGS) $(CORE_INCS) \ -o objs/src/core/ngx_regex.o \ src/core/ngx_regex.c objs/src/http/ngx_http.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/ngx_http.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/ngx_http.o \ src/http/ngx_http.c objs/src/http/ngx_http_core_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/ngx_http_core_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/ngx_http_core_module.o \ src/http/ngx_http_core_module.c objs/src/http/ngx_http_special_response.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/ngx_http_special_response.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/ngx_http_special_response.o \ src/http/ngx_http_special_response.c objs/src/http/ngx_http_request.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/ngx_http_request.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/ngx_http_request.o \ src/http/ngx_http_request.c objs/src/http/ngx_http_parse.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/ngx_http_parse.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/ngx_http_parse.o \ src/http/ngx_http_parse.c objs/src/http/ngx_http_header_filter_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/ngx_http_header_filter_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/ngx_http_header_filter_module.o \ src/http/ngx_http_header_filter_module.c objs/src/http/ngx_http_write_filter_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/ngx_http_write_filter_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/ngx_http_write_filter_module.o \ src/http/ngx_http_write_filter_module.c objs/src/http/ngx_http_copy_filter_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/ngx_http_copy_filter_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/ngx_http_copy_filter_module.o \ src/http/ngx_http_copy_filter_module.c objs/src/http/modules/ngx_http_log_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/modules/ngx_http_log_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/modules/ngx_http_log_module.o \ src/http/modules/ngx_http_log_module.c objs/src/http/ngx_http_request_body.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/ngx_http_request_body.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/ngx_http_request_body.o \ src/http/ngx_http_request_body.c objs/src/http/ngx_http_variables.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/ngx_http_variables.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/ngx_http_variables.o \ src/http/ngx_http_variables.c objs/src/http/ngx_http_script.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/ngx_http_script.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/ngx_http_script.o \ src/http/ngx_http_script.c objs/src/http/ngx_http_upstream.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/ngx_http_upstream.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/ngx_http_upstream.o \ src/http/ngx_http_upstream.c objs/src/http/ngx_http_upstream_round_robin.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/ngx_http_upstream_round_robin.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/ngx_http_upstream_round_robin.o \ src/http/ngx_http_upstream_round_robin.c objs/src/http/ngx_http_parse_time.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/ngx_http_parse_time.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/ngx_http_parse_time.o \ src/http/ngx_http_parse_time.c objs/src/http/modules/ngx_http_static_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/modules/ngx_http_static_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/modules/ngx_http_static_module.o \ src/http/modules/ngx_http_static_module.c objs/src/http/modules/ngx_http_index_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/modules/ngx_http_index_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/modules/ngx_http_index_module.o \ src/http/modules/ngx_http_index_module.c objs/src/http/modules/ngx_http_chunked_filter_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/modules/ngx_http_chunked_filter_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/modules/ngx_http_chunked_filter_module.o \ src/http/modules/ngx_http_chunked_filter_module.c objs/src/http/modules/ngx_http_range_filter_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/modules/ngx_http_range_filter_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/modules/ngx_http_range_filter_module.o \ src/http/modules/ngx_http_range_filter_module.c objs/src/http/modules/ngx_http_headers_filter_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/modules/ngx_http_headers_filter_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/modules/ngx_http_headers_filter_module.o \ src/http/modules/ngx_http_headers_filter_module.c objs/src/http/modules/ngx_http_not_modified_filter_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/modules/ngx_http_not_modified_filter_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/modules/ngx_http_not_modified_filter_module.o \ src/http/modules/ngx_http_not_modified_filter_module.c objs/src/http/ngx_http_busy_lock.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/ngx_http_busy_lock.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/ngx_http_busy_lock.o \ src/http/ngx_http_busy_lock.c objs/src/http/ngx_http_file_cache.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/ngx_http_file_cache.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/ngx_http_file_cache.o \ src/http/ngx_http_file_cache.c objs/src/http/modules/ngx_http_gzip_filter_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/modules/ngx_http_gzip_filter_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/modules/ngx_http_gzip_filter_module.o \ src/http/modules/ngx_http_gzip_filter_module.c objs/src/http/ngx_http_postpone_filter_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/ngx_http_postpone_filter_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/ngx_http_postpone_filter_module.o \ src/http/ngx_http_postpone_filter_module.c objs/src/http/modules/ngx_http_ssi_filter_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/modules/ngx_http_ssi_filter_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/modules/ngx_http_ssi_filter_module.o \ src/http/modules/ngx_http_ssi_filter_module.c objs/src/http/modules/ngx_http_charset_filter_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/modules/ngx_http_charset_filter_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/modules/ngx_http_charset_filter_module.o \ src/http/modules/ngx_http_charset_filter_module.c objs/src/http/modules/ngx_http_xslt_filter_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/modules/ngx_http_xslt_filter_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/modules/ngx_http_xslt_filter_module.o \ src/http/modules/ngx_http_xslt_filter_module.c objs/src/http/modules/ngx_http_image_filter_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/modules/ngx_http_image_filter_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/modules/ngx_http_image_filter_module.o \ src/http/modules/ngx_http_image_filter_module.c objs/src/http/modules/ngx_http_sub_filter_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/modules/ngx_http_sub_filter_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/modules/ngx_http_sub_filter_module.o \ src/http/modules/ngx_http_sub_filter_module.c objs/src/http/modules/ngx_http_addition_filter_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/modules/ngx_http_addition_filter_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/modules/ngx_http_addition_filter_module.o \ src/http/modules/ngx_http_addition_filter_module.c objs/src/http/modules/ngx_http_userid_filter_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/modules/ngx_http_userid_filter_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/modules/ngx_http_userid_filter_module.o \ src/http/modules/ngx_http_userid_filter_module.c objs/src/http/modules/ngx_http_gzip_static_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/modules/ngx_http_gzip_static_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/modules/ngx_http_gzip_static_module.o \ src/http/modules/ngx_http_gzip_static_module.c objs/src/http/modules/ngx_http_dav_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/modules/ngx_http_dav_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/modules/ngx_http_dav_module.o \ src/http/modules/ngx_http_dav_module.c objs/src/http/modules/ngx_http_autoindex_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/modules/ngx_http_autoindex_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/modules/ngx_http_autoindex_module.o \ src/http/modules/ngx_http_autoindex_module.c objs/src/http/modules/ngx_http_random_index_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/modules/ngx_http_random_index_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/modules/ngx_http_random_index_module.o \ src/http/modules/ngx_http_random_index_module.c objs/src/http/modules/ngx_http_auth_basic_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/modules/ngx_http_auth_basic_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/modules/ngx_http_auth_basic_module.o \ src/http/modules/ngx_http_auth_basic_module.c objs/src/http/modules/ngx_http_access_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/modules/ngx_http_access_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/modules/ngx_http_access_module.o \ src/http/modules/ngx_http_access_module.c objs/src/http/modules/ngx_http_limit_conn_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/modules/ngx_http_limit_conn_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/modules/ngx_http_limit_conn_module.o \ src/http/modules/ngx_http_limit_conn_module.c objs/src/http/modules/ngx_http_limit_req_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/modules/ngx_http_limit_req_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/modules/ngx_http_limit_req_module.o \ src/http/modules/ngx_http_limit_req_module.c objs/src/http/modules/ngx_http_realip_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/modules/ngx_http_realip_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/modules/ngx_http_realip_module.o \ src/http/modules/ngx_http_realip_module.c objs/src/http/modules/ngx_http_geo_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/modules/ngx_http_geo_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/modules/ngx_http_geo_module.o \ src/http/modules/ngx_http_geo_module.c objs/src/http/modules/ngx_http_geoip_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/modules/ngx_http_geoip_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/modules/ngx_http_geoip_module.o \ src/http/modules/ngx_http_geoip_module.c objs/src/http/modules/ngx_http_map_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/modules/ngx_http_map_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/modules/ngx_http_map_module.o \ src/http/modules/ngx_http_map_module.c objs/src/http/modules/ngx_http_split_clients_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/modules/ngx_http_split_clients_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/modules/ngx_http_split_clients_module.o \ src/http/modules/ngx_http_split_clients_module.c objs/src/http/modules/ngx_http_referer_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/modules/ngx_http_referer_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/modules/ngx_http_referer_module.o \ src/http/modules/ngx_http_referer_module.c objs/src/http/modules/ngx_http_rewrite_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/modules/ngx_http_rewrite_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/modules/ngx_http_rewrite_module.o \ src/http/modules/ngx_http_rewrite_module.c objs/src/http/modules/ngx_http_ssl_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/modules/ngx_http_ssl_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/modules/ngx_http_ssl_module.o \ src/http/modules/ngx_http_ssl_module.c objs/src/http/modules/ngx_http_proxy_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/modules/ngx_http_proxy_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/modules/ngx_http_proxy_module.o \ src/http/modules/ngx_http_proxy_module.c objs/src/http/modules/ngx_http_fastcgi_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/modules/ngx_http_fastcgi_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/modules/ngx_http_fastcgi_module.o \ src/http/modules/ngx_http_fastcgi_module.c objs/src/http/modules/ngx_http_uwsgi_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/modules/ngx_http_uwsgi_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/modules/ngx_http_uwsgi_module.o \ src/http/modules/ngx_http_uwsgi_module.c objs/src/http/modules/ngx_http_scgi_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/modules/ngx_http_scgi_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/modules/ngx_http_scgi_module.o \ src/http/modules/ngx_http_scgi_module.c objs/src/http/modules/perl/ngx_http_perl_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/modules/perl/ngx_http_perl_module.c $(CC) -c $(NGX_PERL_CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/modules/perl/ngx_http_perl_module.o \ src/http/modules/perl/ngx_http_perl_module.c objs/src/http/modules/ngx_http_memcached_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/modules/ngx_http_memcached_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/modules/ngx_http_memcached_module.o \ src/http/modules/ngx_http_memcached_module.c objs/src/http/modules/ngx_http_empty_gif_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/modules/ngx_http_empty_gif_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/modules/ngx_http_empty_gif_module.o \ src/http/modules/ngx_http_empty_gif_module.c objs/src/http/modules/ngx_http_browser_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/modules/ngx_http_browser_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/modules/ngx_http_browser_module.o \ src/http/modules/ngx_http_browser_module.c objs/src/http/modules/ngx_http_secure_link_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/modules/ngx_http_secure_link_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/modules/ngx_http_secure_link_module.o \ src/http/modules/ngx_http_secure_link_module.c objs/src/http/modules/ngx_http_degradation_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/modules/ngx_http_degradation_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/modules/ngx_http_degradation_module.o \ src/http/modules/ngx_http_degradation_module.c objs/src/http/modules/ngx_http_flv_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/modules/ngx_http_flv_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/modules/ngx_http_flv_module.o \ src/http/modules/ngx_http_flv_module.c objs/src/http/modules/ngx_http_mp4_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/modules/ngx_http_mp4_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/modules/ngx_http_mp4_module.o \ src/http/modules/ngx_http_mp4_module.c objs/src/http/modules/ngx_http_upstream_ip_hash_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/modules/ngx_http_upstream_ip_hash_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/modules/ngx_http_upstream_ip_hash_module.o \ src/http/modules/ngx_http_upstream_ip_hash_module.c objs/src/http/modules/ngx_http_upstream_least_conn_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/modules/ngx_http_upstream_least_conn_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/modules/ngx_http_upstream_least_conn_module.o \ src/http/modules/ngx_http_upstream_least_conn_module.c objs/src/http/modules/ngx_http_upstream_keepalive_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/modules/ngx_http_upstream_keepalive_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/modules/ngx_http_upstream_keepalive_module.o \ src/http/modules/ngx_http_upstream_keepalive_module.c objs/src/http/modules/ngx_http_stub_status_module.o: $(CORE_DEPS) $(HTTP_DEPS) \ src/http/modules/ngx_http_stub_status_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \ -o objs/src/http/modules/ngx_http_stub_status_module.o \ src/http/modules/ngx_http_stub_status_module.c objs/src/mail/ngx_mail.o: $(CORE_DEPS) $(MAIL_DEPS) \ src/mail/ngx_mail.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(MAIL_INCS) \ -o objs/src/mail/ngx_mail.o \ src/mail/ngx_mail.c objs/src/mail/ngx_mail_core_module.o: $(CORE_DEPS) $(MAIL_DEPS) \ src/mail/ngx_mail_core_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(MAIL_INCS) \ -o objs/src/mail/ngx_mail_core_module.o \ src/mail/ngx_mail_core_module.c objs/src/mail/ngx_mail_handler.o: $(CORE_DEPS) $(MAIL_DEPS) \ src/mail/ngx_mail_handler.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(MAIL_INCS) \ -o objs/src/mail/ngx_mail_handler.o \ src/mail/ngx_mail_handler.c objs/src/mail/ngx_mail_parse.o: $(CORE_DEPS) $(MAIL_DEPS) \ src/mail/ngx_mail_parse.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(MAIL_INCS) \ -o objs/src/mail/ngx_mail_parse.o \ src/mail/ngx_mail_parse.c objs/src/mail/ngx_mail_ssl_module.o: $(CORE_DEPS) $(MAIL_DEPS) \ src/mail/ngx_mail_ssl_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(MAIL_INCS) \ -o objs/src/mail/ngx_mail_ssl_module.o \ src/mail/ngx_mail_ssl_module.c objs/src/mail/ngx_mail_pop3_module.o: $(CORE_DEPS) $(MAIL_DEPS) \ src/mail/ngx_mail_pop3_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(MAIL_INCS) \ -o objs/src/mail/ngx_mail_pop3_module.o \ src/mail/ngx_mail_pop3_module.c objs/src/mail/ngx_mail_pop3_handler.o: $(CORE_DEPS) $(MAIL_DEPS) \ src/mail/ngx_mail_pop3_handler.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(MAIL_INCS) \ -o objs/src/mail/ngx_mail_pop3_handler.o \ src/mail/ngx_mail_pop3_handler.c objs/src/mail/ngx_mail_imap_module.o: $(CORE_DEPS) $(MAIL_DEPS) \ src/mail/ngx_mail_imap_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(MAIL_INCS) \ -o objs/src/mail/ngx_mail_imap_module.o \ src/mail/ngx_mail_imap_module.c objs/src/mail/ngx_mail_imap_handler.o: $(CORE_DEPS) $(MAIL_DEPS) \ src/mail/ngx_mail_imap_handler.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(MAIL_INCS) \ -o objs/src/mail/ngx_mail_imap_handler.o \ src/mail/ngx_mail_imap_handler.c objs/src/mail/ngx_mail_smtp_module.o: $(CORE_DEPS) $(MAIL_DEPS) \ src/mail/ngx_mail_smtp_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(MAIL_INCS) \ -o objs/src/mail/ngx_mail_smtp_module.o \ src/mail/ngx_mail_smtp_module.c objs/src/mail/ngx_mail_smtp_handler.o: $(CORE_DEPS) $(MAIL_DEPS) \ src/mail/ngx_mail_smtp_handler.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(MAIL_INCS) \ -o objs/src/mail/ngx_mail_smtp_handler.o \ src/mail/ngx_mail_smtp_handler.c objs/src/mail/ngx_mail_auth_http_module.o: $(CORE_DEPS) $(MAIL_DEPS) \ src/mail/ngx_mail_auth_http_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(MAIL_INCS) \ -o objs/src/mail/ngx_mail_auth_http_module.o \ src/mail/ngx_mail_auth_http_module.c objs/src/mail/ngx_mail_proxy_module.o: $(CORE_DEPS) $(MAIL_DEPS) \ src/mail/ngx_mail_proxy_module.c $(CC) -c $(CFLAGS) $(CORE_INCS) $(MAIL_INCS) \ -o objs/src/mail/ngx_mail_proxy_module.o \ src/mail/ngx_mail_proxy_module.c objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp.o: $(ADDON_DEPS) \ nginx-rtmp-module-1.2.2/ngx_rtmp.c $(CC) -c $(CFLAGS) $(ALL_INCS) \ -o objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp.o \ nginx-rtmp-module-1.2.2/ngx_rtmp.c objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_init.o: $(ADDON_DEPS) \ nginx-rtmp-module-1.2.2/ngx_rtmp_init.c $(CC) -c $(CFLAGS) $(ALL_INCS) \ -o objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_init.o \ nginx-rtmp-module-1.2.2/ngx_rtmp_init.c objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_handshake.o: $(ADDON_DEPS) \ nginx-rtmp-module-1.2.2/ngx_rtmp_handshake.c $(CC) -c $(CFLAGS) $(ALL_INCS) \ -o objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_handshake.o \ nginx-rtmp-module-1.2.2/ngx_rtmp_handshake.c objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_handler.o: $(ADDON_DEPS) \ nginx-rtmp-module-1.2.2/ngx_rtmp_handler.c $(CC) -c $(CFLAGS) $(ALL_INCS) \ -o objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_handler.o \ nginx-rtmp-module-1.2.2/ngx_rtmp_handler.c objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_amf.o: $(ADDON_DEPS) \ nginx-rtmp-module-1.2.2/ngx_rtmp_amf.c $(CC) -c $(CFLAGS) $(ALL_INCS) \ -o objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_amf.o \ nginx-rtmp-module-1.2.2/ngx_rtmp_amf.c objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_send.o: $(ADDON_DEPS) \ nginx-rtmp-module-1.2.2/ngx_rtmp_send.c $(CC) -c $(CFLAGS) $(ALL_INCS) \ -o objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_send.o \ nginx-rtmp-module-1.2.2/ngx_rtmp_send.c objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_shared.o: $(ADDON_DEPS) \ nginx-rtmp-module-1.2.2/ngx_rtmp_shared.c $(CC) -c $(CFLAGS) $(ALL_INCS) \ -o objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_shared.o \ nginx-rtmp-module-1.2.2/ngx_rtmp_shared.c objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_eval.o: $(ADDON_DEPS) \ nginx-rtmp-module-1.2.2/ngx_rtmp_eval.c $(CC) -c $(CFLAGS) $(ALL_INCS) \ -o objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_eval.o \ nginx-rtmp-module-1.2.2/ngx_rtmp_eval.c objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_receive.o: $(ADDON_DEPS) \ nginx-rtmp-module-1.2.2/ngx_rtmp_receive.c $(CC) -c $(CFLAGS) $(ALL_INCS) \ -o objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_receive.o \ nginx-rtmp-module-1.2.2/ngx_rtmp_receive.c objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_core_module.o: $(ADDON_DEPS) \ nginx-rtmp-module-1.2.2/ngx_rtmp_core_module.c $(CC) -c $(CFLAGS) $(ALL_INCS) \ -o objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_core_module.o \ nginx-rtmp-module-1.2.2/ngx_rtmp_core_module.c objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_cmd_module.o: $(ADDON_DEPS) \ nginx-rtmp-module-1.2.2/ngx_rtmp_cmd_module.c $(CC) -c $(CFLAGS) $(ALL_INCS) \ -o objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_cmd_module.o \ nginx-rtmp-module-1.2.2/ngx_rtmp_cmd_module.c objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_codec_module.o: $(ADDON_DEPS) \ nginx-rtmp-module-1.2.2/ngx_rtmp_codec_module.c $(CC) -c $(CFLAGS) $(ALL_INCS) \ -o objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_codec_module.o \ nginx-rtmp-module-1.2.2/ngx_rtmp_codec_module.c objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_access_module.o: $(ADDON_DEPS) \ nginx-rtmp-module-1.2.2/ngx_rtmp_access_module.c $(CC) -c $(CFLAGS) $(ALL_INCS) \ -o objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_access_module.o \ nginx-rtmp-module-1.2.2/ngx_rtmp_access_module.c objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_record_module.o: $(ADDON_DEPS) \ nginx-rtmp-module-1.2.2/ngx_rtmp_record_module.c $(CC) -c $(CFLAGS) $(ALL_INCS) \ -o objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_record_module.o \ nginx-rtmp-module-1.2.2/ngx_rtmp_record_module.c objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_live_module.o: $(ADDON_DEPS) \ nginx-rtmp-module-1.2.2/ngx_rtmp_live_module.c $(CC) -c $(CFLAGS) $(ALL_INCS) \ -o objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_live_module.o \ nginx-rtmp-module-1.2.2/ngx_rtmp_live_module.c objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_play_module.o: $(ADDON_DEPS) \ nginx-rtmp-module-1.2.2/ngx_rtmp_play_module.c $(CC) -c $(CFLAGS) $(ALL_INCS) \ -o objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_play_module.o \ nginx-rtmp-module-1.2.2/ngx_rtmp_play_module.c objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_flv_module.o: $(ADDON_DEPS) \ nginx-rtmp-module-1.2.2/ngx_rtmp_flv_module.c $(CC) -c $(CFLAGS) $(ALL_INCS) \ -o objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_flv_module.o \ nginx-rtmp-module-1.2.2/ngx_rtmp_flv_module.c objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_mp4_module.o: $(ADDON_DEPS) \ nginx-rtmp-module-1.2.2/ngx_rtmp_mp4_module.c $(CC) -c $(CFLAGS) $(ALL_INCS) \ -o objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_mp4_module.o \ nginx-rtmp-module-1.2.2/ngx_rtmp_mp4_module.c objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_netcall_module.o: $(ADDON_DEPS) \ nginx-rtmp-module-1.2.2/ngx_rtmp_netcall_module.c $(CC) -c $(CFLAGS) $(ALL_INCS) \ -o objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_netcall_module.o \ nginx-rtmp-module-1.2.2/ngx_rtmp_netcall_module.c objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_relay_module.o: $(ADDON_DEPS) \ nginx-rtmp-module-1.2.2/ngx_rtmp_relay_module.c $(CC) -c $(CFLAGS) $(ALL_INCS) \ -o objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_relay_module.o \ nginx-rtmp-module-1.2.2/ngx_rtmp_relay_module.c objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_bandwidth.o: $(ADDON_DEPS) \ nginx-rtmp-module-1.2.2/ngx_rtmp_bandwidth.c $(CC) -c $(CFLAGS) $(ALL_INCS) \ -o objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_bandwidth.o \ nginx-rtmp-module-1.2.2/ngx_rtmp_bandwidth.c objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_exec_module.o: $(ADDON_DEPS) \ nginx-rtmp-module-1.2.2/ngx_rtmp_exec_module.c $(CC) -c $(CFLAGS) $(ALL_INCS) \ -o objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_exec_module.o \ nginx-rtmp-module-1.2.2/ngx_rtmp_exec_module.c objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_auto_push_module.o: $(ADDON_DEPS) \ nginx-rtmp-module-1.2.2/ngx_rtmp_auto_push_module.c $(CC) -c $(CFLAGS) $(ALL_INCS) \ -o objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_auto_push_module.o \ nginx-rtmp-module-1.2.2/ngx_rtmp_auto_push_module.c objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_notify_module.o: $(ADDON_DEPS) \ nginx-rtmp-module-1.2.2/ngx_rtmp_notify_module.c $(CC) -c $(CFLAGS) $(ALL_INCS) \ -o objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_notify_module.o \ nginx-rtmp-module-1.2.2/ngx_rtmp_notify_module.c objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_log_module.o: $(ADDON_DEPS) \ nginx-rtmp-module-1.2.2/ngx_rtmp_log_module.c $(CC) -c $(CFLAGS) $(ALL_INCS) \ -o objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_log_module.o \ nginx-rtmp-module-1.2.2/ngx_rtmp_log_module.c objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_limit_module.o: $(ADDON_DEPS) \ nginx-rtmp-module-1.2.2/ngx_rtmp_limit_module.c $(CC) -c $(CFLAGS) $(ALL_INCS) \ -o objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_limit_module.o \ nginx-rtmp-module-1.2.2/ngx_rtmp_limit_module.c objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_bitop.o: $(ADDON_DEPS) \ nginx-rtmp-module-1.2.2/ngx_rtmp_bitop.c $(CC) -c $(CFLAGS) $(ALL_INCS) \ -o objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_bitop.o \ nginx-rtmp-module-1.2.2/ngx_rtmp_bitop.c objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_proxy_protocol.o: $(ADDON_DEPS) \ nginx-rtmp-module-1.2.2/ngx_rtmp_proxy_protocol.c $(CC) -c $(CFLAGS) $(ALL_INCS) \ -o objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_proxy_protocol.o \ nginx-rtmp-module-1.2.2/ngx_rtmp_proxy_protocol.c objs/addon/hls/ngx_rtmp_hls_module.o: $(ADDON_DEPS) \ nginx-rtmp-module-1.2.2/hls/ngx_rtmp_hls_module.c $(CC) -c $(CFLAGS) $(ALL_INCS) \ -o objs/addon/hls/ngx_rtmp_hls_module.o \ nginx-rtmp-module-1.2.2/hls/ngx_rtmp_hls_module.c objs/addon/dash/ngx_rtmp_dash_module.o: $(ADDON_DEPS) \ nginx-rtmp-module-1.2.2/dash/ngx_rtmp_dash_module.c $(CC) -c $(CFLAGS) $(ALL_INCS) \ -o objs/addon/dash/ngx_rtmp_dash_module.o \ nginx-rtmp-module-1.2.2/dash/ngx_rtmp_dash_module.c objs/addon/hls/ngx_rtmp_mpegts.o: $(ADDON_DEPS) \ nginx-rtmp-module-1.2.2/hls/ngx_rtmp_mpegts.c $(CC) -c $(CFLAGS) $(ALL_INCS) \ -o objs/addon/hls/ngx_rtmp_mpegts.o \ nginx-rtmp-module-1.2.2/hls/ngx_rtmp_mpegts.c objs/addon/dash/ngx_rtmp_mp4.o: $(ADDON_DEPS) \ nginx-rtmp-module-1.2.2/dash/ngx_rtmp_mp4.c $(CC) -c $(CFLAGS) $(ALL_INCS) \ -o objs/addon/dash/ngx_rtmp_mp4.o \ nginx-rtmp-module-1.2.2/dash/ngx_rtmp_mp4.c objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_stat_module.o: $(ADDON_DEPS) \ nginx-rtmp-module-1.2.2/ngx_rtmp_stat_module.c $(CC) -c $(CFLAGS) $(ALL_INCS) \ -o objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_stat_module.o \ nginx-rtmp-module-1.2.2/ngx_rtmp_stat_module.c objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_control_module.o: $(ADDON_DEPS) \ nginx-rtmp-module-1.2.2/ngx_rtmp_control_module.c $(CC) -c $(CFLAGS) $(ALL_INCS) \ -o objs/addon/nginx-rtmp-module-1.2.2/ngx_rtmp_control_module.o \ nginx-rtmp-module-1.2.2/ngx_rtmp_control_module.c objs/src/http/modules/perl/blib/arch/auto/nginx/nginx.so: $(CORE_DEPS) $(HTTP_DEPS) src/http/modules/perl/nginx.pm src/http/modules/perl/nginx.xs src/http/modules/perl/ngx_http_perl_module.h objs/src/http/modules/perl/Makefile cp src/http/modules/perl/nginx.* objs/src/http/modules/perl/ cd objs/src/http/modules/perl && $(MAKE) rm -rf objs/install_perl objs/src/http/modules/perl/Makefile: src/http/modules/perl/Makefile.PL src/http/modules/perl/nginx.pm cp -p src/http/modules/perl/nginx.* objs/src/http/modules/perl/ cp -p src/http/modules/perl/typemap objs/src/http/modules/perl/ cp -p src/http/modules/perl/Makefile.PL objs/src/http/modules/perl/ cd objs/src/http/modules/perl && NGX_PM_CFLAGS="$(NGX_PM_CFLAGS) -g -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wno-complain-wrong-lang -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer " NGX_INCS="src/core src/event src/event/modules src/os/unix /usr/include/libxml2 /usr/include/libxslt objs src/http src/http/modules src/http/modules/perl" perl Makefile.PL LIB= INSTALLSITEMAN3DIR= install_perl_modules: cd objs/src/http/modules/perl && $(MAKE) install manpage: objs/nginx.8 objs/nginx.8: man/nginx.8 objs/ngx_auto_config.h sed -e "s|%%PREFIX%%|/usr/share/nginx|" \ -e "s|%%PID_PATH%%|/run/nginx.pid|" \ -e "s|%%CONF_PATH%%|/etc/nginx/nginx.conf|" \ -e "s|%%ERROR_LOG_PATH%%|/var/log/nginx/error.log|" \ < man/nginx.8 > $@ install: objs/nginx install_perl_modules test -d '$(DESTDIR)/usr/share/nginx' || mkdir -p '$(DESTDIR)/usr/share/nginx' test -d '$(DESTDIR)/usr/sbin' || mkdir -p '$(DESTDIR)/usr/sbin' test ! -f '$(DESTDIR)/usr/sbin/nginx' || mv '$(DESTDIR)/usr/sbin/nginx' '$(DESTDIR)/usr/sbin/nginx.old' cp objs/nginx '$(DESTDIR)/usr/sbin/nginx' test -d '$(DESTDIR)/etc/nginx' || mkdir -p '$(DESTDIR)/etc/nginx' cp conf/koi-win '$(DESTDIR)/etc/nginx' cp conf/koi-utf '$(DESTDIR)/etc/nginx' cp conf/win-utf '$(DESTDIR)/etc/nginx' test -f '$(DESTDIR)/etc/nginx/mime.types' || cp conf/mime.types '$(DESTDIR)/etc/nginx' cp conf/mime.types '$(DESTDIR)/etc/nginx/mime.types.default' test -f '$(DESTDIR)/etc/nginx/fastcgi_params' || cp conf/fastcgi_params '$(DESTDIR)/etc/nginx' cp conf/fastcgi_params '$(DESTDIR)/etc/nginx/fastcgi_params.default' test -f '$(DESTDIR)/etc/nginx/fastcgi.conf' || cp conf/fastcgi.conf '$(DESTDIR)/etc/nginx' cp conf/fastcgi.conf '$(DESTDIR)/etc/nginx/fastcgi.conf.default' test -f '$(DESTDIR)/etc/nginx/uwsgi_params' || cp conf/uwsgi_params '$(DESTDIR)/etc/nginx' cp conf/uwsgi_params '$(DESTDIR)/etc/nginx/uwsgi_params.default' test -f '$(DESTDIR)/etc/nginx/scgi_params' || cp conf/scgi_params '$(DESTDIR)/etc/nginx' cp conf/scgi_params '$(DESTDIR)/etc/nginx/scgi_params.default' test -f '$(DESTDIR)/etc/nginx/nginx.conf' || cp conf/nginx.conf '$(DESTDIR)/etc/nginx/nginx.conf' cp conf/nginx.conf '$(DESTDIR)/etc/nginx/nginx.conf.default' test -d '$(DESTDIR)/run' || mkdir -p '$(DESTDIR)/run' test -d '$(DESTDIR)/var/log/nginx' || mkdir -p '$(DESTDIR)/var/log/nginx' test -d '$(DESTDIR)/usr/share/nginx/html' || cp -R html '$(DESTDIR)/usr/share/nginx' test -d '$(DESTDIR)/var/log/nginx' || mkdir -p '$(DESTDIR)/var/log/nginx'