-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathGNUmakefile
158 lines (155 loc) · 4.72 KB
/
GNUmakefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
DOCS = \
faq \
install \
windows \
events \
syntax \
example \
switches \
control \
hash \
syslog \
dirindex \
varindex \
http/request_processing \
http/server_names \
http/load_balancing \
http/configuring_https_servers \
debugging_log \
http/converting_rewrite_rules \
http/websocket \
howto_build_on_win32 \
freebsd_tuning \
nginx_dtrace_pid_provider \
contributing_changes \
beginners_guide \
configure \
quic \
governance \
FAQ = \
welcome_nginx_facebook \
faq/license_copyright \
faq/accept_failed \
faq/variables_in_config \
faq/daemon_master_process_off \
faq/chunked_encoding_from_backend \
sys_errlist \
REFS = \
ngx_core_module \
http/ngx_http_access_module \
http/ngx_http_addition_module \
http/ngx_http_api_module \
http/ngx_http_auth_basic_module \
http/ngx_http_auth_jwt_module \
http/ngx_http_auth_request_module \
http/ngx_http_autoindex_module \
http/ngx_http_browser_module \
http/ngx_http_charset_module \
http/ngx_http_core_module \
http/ngx_http_dav_module \
http/ngx_http_empty_gif_module \
http/ngx_http_fastcgi_module \
http/ngx_http_f4f_module \
http/ngx_http_flv_module \
http/ngx_http_geo_module \
http/ngx_http_geoip_module \
http/ngx_http_grpc_module \
http/ngx_http_gunzip_module \
http/ngx_http_gzip_module \
http/ngx_http_gzip_static_module \
http/ngx_http_headers_module \
http/ngx_http_hls_module \
http/ngx_http_image_filter_module \
http/ngx_http_index_module \
http/ngx_http_internal_redirect_module \
http/ngx_http_js_module \
http/ngx_http_keyval_module \
http/ngx_http_limit_conn_module \
http/ngx_http_limit_req_module \
http/ngx_http_log_module \
http/ngx_http_map_module \
http/ngx_http_memcached_module \
http/ngx_http_mirror_module \
http/ngx_http_mp4_module \
http/ngx_http_perl_module \
http/ngx_http_proxy_module \
http/ngx_http_proxy_protocol_vendor_module \
http/ngx_http_random_index_module \
http/ngx_http_realip_module \
http/ngx_http_referer_module \
http/ngx_http_rewrite_module \
http/ngx_http_scgi_module \
http/ngx_http_secure_link_module \
http/ngx_http_slice_module \
http/ngx_http_spdy_module \
http/ngx_http_session_log_module \
http/ngx_http_split_clients_module \
http/ngx_http_ssi_module \
http/ngx_http_ssl_module \
http/ngx_http_status_module \
http/ngx_http_stub_status_module \
http/ngx_http_sub_module \
http/ngx_http_upstream_module \
http/ngx_http_upstream_conf_module \
http/ngx_http_upstream_hc_module \
http/ngx_http_userid_module \
http/ngx_http_uwsgi_module \
http/ngx_http_v2_module \
http/ngx_http_v3_module \
http/ngx_http_xslt_module \
mail/ngx_mail_auth_http_module \
mail/ngx_mail_core_module \
mail/ngx_mail_imap_module \
mail/ngx_mail_pop3_module \
mail/ngx_mail_proxy_module \
mail/ngx_mail_realip_module \
mail/ngx_mail_smtp_module \
mail/ngx_mail_ssl_module \
stream/ngx_stream_access_module \
stream/ngx_stream_core_module \
stream/ngx_stream_geo_module \
stream/ngx_stream_geoip_module \
stream/ngx_stream_js_module \
stream/ngx_stream_keyval_module \
stream/ngx_stream_limit_conn_module \
stream/ngx_stream_log_module \
stream/ngx_stream_map_module \
stream/ngx_stream_mqtt_filter_module \
stream/ngx_stream_mqtt_preread_module \
stream/ngx_stream_pass_module \
stream/ngx_stream_proxy_module \
stream/ngx_stream_proxy_protocol_vendor_module \
stream/ngx_stream_realip_module \
stream/ngx_stream_return_module \
stream/ngx_stream_set_module \
stream/ngx_stream_split_clients_module \
stream/ngx_stream_ssl_module \
stream/ngx_stream_ssl_preread_module \
stream/ngx_stream_upstream_module \
stream/ngx_stream_upstream_hc_module \
stream/ngx_stream_zone_sync_module \
stream/stream_processing \
ngx_google_perftools_module \
ngx_mgmt_module \
ngx_otel_module \
dev/development_guide \
njs/index \
njs/changes \
njs/cli \
njs/compatibility \
njs/engine \
njs/install \
njs/preload_objects \
njs/reference \
njs/security \
njs/node_modules \
njs/typescript \
TOP = \
download \
security_advisories \
pgp_keys \
books \
community \
enterprise \
donation \
linux_packages \