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