blob: 22580b7638e34162543c74bc72513f4100ac1204 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001
2CSOURCES = ares__close_sockets.c \
3 ares__get_hostent.c \
4 ares__read_line.c \
5 ares__timeval.c \
6 ares_cancel.c \
7 ares_data.c \
8 ares_destroy.c \
9 ares_expand_name.c \
10 ares_expand_string.c \
11 ares_fds.c \
12 ares_free_hostent.c \
13 ares_free_string.c \
14 ares_getenv.c \
15 ares_gethostbyaddr.c \
16 ares_gethostbyname.c \
17 ares_getnameinfo.c \
18 ares_getsock.c \
19 ares_init.c \
20 ares_library_init.c \
21 ares_llist.c \
22 ares_mkquery.c \
23 ares_create_query.c \
24 ares_nowarn.c \
25 ares_options.c \
26 ares_parse_a_reply.c \
27 ares_parse_aaaa_reply.c \
28 ares_parse_mx_reply.c \
29 ares_parse_naptr_reply.c \
30 ares_parse_ns_reply.c \
31 ares_parse_ptr_reply.c \
32 ares_parse_soa_reply.c \
33 ares_parse_srv_reply.c \
34 ares_parse_txt_reply.c \
35 ares_platform.c \
36 ares_process.c \
37 ares_query.c \
38 ares_search.c \
39 ares_send.c \
40 ares_strcasecmp.c \
41 ares_strdup.c \
42 ares_strerror.c \
43 ares_timeout.c \
44 ares_version.c \
45 ares_writev.c \
46 bitncmp.c \
47 inet_net_pton.c \
48 inet_ntop.c \
49 windows_port.c
50
51HHEADERS = ares.h \
52 ares_build.h \
53 ares_data.h \
54 ares_dns.h \
55 ares_getenv.h \
56 ares_inet_net_pton.h \
57 ares_iphlpapi.h \
58 ares_ipv6.h \
59 ares_library_init.h \
60 ares_llist.h \
61 ares_nowarn.h \
62 ares_platform.h \
63 ares_private.h \
64 ares_rules.h \
65 ares_strcasecmp.h \
66 ares_strdup.h \
67 ares_version.h \
68 ares_writev.h \
69 bitncmp.h \
70 nameser.h \
71 ares_setup.h \
72 setup_once.h
73
74MANPAGES = ares_cancel.3 \
75 ares_destroy.3 \
76 ares_destroy_options.3 \
77 ares_dup.3 \
78 ares_expand_name.3 \
79 ares_expand_string.3 \
80 ares_fds.3 \
81 ares_free_data.3 \
82 ares_free_hostent.3 \
83 ares_free_string.3 \
84 ares_get_servers.3 \
85 ares_get_servers_ports.3 \
86 ares_gethostbyaddr.3 \
87 ares_gethostbyname.3 \
88 ares_gethostbyname_file.3 \
89 ares_getnameinfo.3 \
90 ares_getsock.3 \
91 ares_init.3 \
92 ares_init_options.3 \
93 ares_library_cleanup.3 \
94 ares_library_init.3 \
95 ares_mkquery.3 \
96 ares_create_query.3 \
97 ares_parse_a_reply.3 \
98 ares_parse_aaaa_reply.3 \
99 ares_parse_mx_reply.3 \
100 ares_parse_naptr_reply.3 \
101 ares_parse_ns_reply.3 \
102 ares_parse_ptr_reply.3 \
103 ares_parse_soa_reply.3 \
104 ares_parse_srv_reply.3 \
105 ares_parse_txt_reply.3 \
106 ares_process.3 \
107 ares_query.3 \
108 ares_save_options.3 \
109 ares_search.3 \
110 ares_send.3 \
111 ares_set_local_dev.3 \
112 ares_set_local_ip4.3 \
113 ares_set_local_ip6.3 \
114 ares_set_servers.3 \
115 ares_set_servers_csv.3 \
116 ares_set_servers_ports.3 \
117 ares_set_servers_ports_csv.3 \
118 ares_set_socket_callback.3 \
119 ares_set_socket_configure_callback.3 \
120 ares_set_sortlist.3 \
121 ares_strerror.3 \
122 ares_timeout.3 \
123 ares_version.3 \
124 ares_inet_pton.3 \
125 ares_inet_ntop.3
126
127HTMLPAGES = ares_cancel.html \
128 ares_destroy.html \
129 ares_destroy_options.html \
130 ares_dup.html \
131 ares_expand_name.html \
132 ares_expand_string.html \
133 ares_fds.html \
134 ares_free_data.html \
135 ares_free_hostent.html \
136 ares_free_string.html \
137 ares_get_servers.html \
138 ares_get_servers_ports.html \
139 ares_gethostbyaddr.html \
140 ares_gethostbyname.html \
141 ares_gethostbyname_file.html \
142 ares_getnameinfo.html \
143 ares_getsock.html \
144 ares_init.html \
145 ares_init_options.html \
146 ares_library_cleanup.html \
147 ares_library_init.html \
148 ares_mkquery.html \
149 ares_create_query.html \
150 ares_parse_a_reply.html \
151 ares_parse_aaaa_reply.html \
152 ares_parse_mx_reply.html \
153 ares_parse_ns_reply.html \
154 ares_parse_ptr_reply.html \
155 ares_parse_soa_reply.html \
156 ares_parse_srv_reply.html \
157 ares_parse_txt_reply.html \
158 ares_process.html \
159 ares_query.html \
160 ares_save_options.html \
161 ares_search.html \
162 ares_send.html \
163 ares_set_local_dev.html \
164 ares_set_local_ip4.html \
165 ares_set_local_ip6.html \
166 ares_set_servers.html \
167 ares_set_servers_csv.html \
168 ares_set_servers_ports.html \
169 ares_set_servers_ports_csv.html \
170 ares_set_socket_callback.html \
171 ares_set_socket_configure_callback.html \
172 ares_set_sortlist.html \
173 ares_strerror.html \
174 ares_timeout.html \
175 ares_version.html \
176 ares_inet_pton.html \
177 ares_inet_ntop.html
178
179PDFPAGES = ares_cancel.pdf \
180 ares_destroy.pdf \
181 ares_destroy_options.pdf \
182 ares_dup.pdf \
183 ares_expand_name.pdf \
184 ares_expand_string.pdf \
185 ares_fds.pdf \
186 ares_free_data.pdf \
187 ares_free_hostent.pdf \
188 ares_free_string.pdf \
189 ares_get_servers.pdf \
190 ares_get_servers_ports.pdf \
191 ares_gethostbyaddr.pdf \
192 ares_gethostbyname.pdf \
193 ares_gethostbyname_file.pdf \
194 ares_getnameinfo.pdf \
195 ares_getsock.pdf \
196 ares_init.pdf \
197 ares_init_options.pdf \
198 ares_library_cleanup.pdf \
199 ares_library_init.pdf \
200 ares_mkquery.pdf \
201 ares_create_query.pdf \
202 ares_parse_a_reply.pdf \
203 ares_parse_aaaa_reply.pdf \
204 ares_parse_mx_reply.pdf \
205 ares_parse_ns_reply.pdf \
206 ares_parse_ptr_reply.pdf \
207 ares_parse_soa_reply.pdf \
208 ares_parse_srv_reply.pdf \
209 ares_parse_txt_reply.pdf \
210 ares_process.pdf \
211 ares_query.pdf \
212 ares_save_options.pdf \
213 ares_search.pdf \
214 ares_send.pdf \
215 ares_set_local_dev.pdf \
216 ares_set_local_ip4.pdf \
217 ares_set_local_ip6.pdf \
218 ares_set_servers.pdf \
219 ares_set_servers_csv.pdf \
220 ares_set_servers_ports.pdf \
221 ares_set_servers_ports_csv.pdf \
222 ares_set_socket_callback.pdf \
223 ares_set_socket_configure_callback.pdf \
224 ares_set_sortlist.pdf \
225 ares_strerror.pdf \
226 ares_timeout.pdf \
227 ares_version.pdf \
228 ares_inet_pton.pdf \
229 ares_inet_ntop.pdf
230
231SAMPLESOURCES = ares_getopt.c \
232 ares_nowarn.c \
233 ares_strcasecmp.c
234
235SAMPLEHEADERS = ares_getopt.h \
236 ares_nowarn.h \
237 ares_strcasecmp.h