1 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_nowarn.c \ 24 ares_options.c \ 25 ares_parse_a_reply.c \ 26 ares_parse_aaaa_reply.c \ 27 ares_parse_mx_reply.c \ 28 ares_parse_ns_reply.c \ 29 ares_parse_ptr_reply.c \ 30 ares_parse_srv_reply.c \ 31 ares_parse_txt_reply.c \ 32 ares_platform.c \ 33 ares_process.c \ 34 ares_query.c \ 35 ares_search.c \ 36 ares_send.c \ 37 ares_strcasecmp.c \ 38 ares_strdup.c \ 39 ares_strerror.c \ 40 ares_timeout.c \ 41 ares_version.c \ 42 ares_writev.c \ 43 bitncmp.c \ 44 inet_net_pton.c \ 45 inet_ntop.c \ 46 windows_port.c 47 48HHEADERS = ares.h \ 49 ares_build.h \ 50 ares_data.h \ 51 ares_dns.h \ 52 ares_getenv.h \ 53 ares_iphlpapi.h \ 54 ares_ipv6.h \ 55 ares_library_init.h \ 56 ares_llist.h \ 57 ares_nowarn.h \ 58 ares_platform.h \ 59 ares_private.h \ 60 ares_rules.h \ 61 ares_strcasecmp.h \ 62 ares_strdup.h \ 63 ares_version.h \ 64 ares_writev.h \ 65 bitncmp.h \ 66 inet_net_pton.h \ 67 inet_ntop.h \ 68 nameser.h \ 69 ares_setup.h \ 70 setup_once.h 71 72MANPAGES = ares_cancel.3 \ 73 ares_destroy.3 \ 74 ares_destroy_options.3 \ 75 ares_dup.3 \ 76 ares_expand_name.3 \ 77 ares_expand_string.3 \ 78 ares_fds.3 \ 79 ares_free_data.3 \ 80 ares_free_hostent.3 \ 81 ares_free_string.3 \ 82 ares_get_servers.3 \ 83 ares_gethostbyaddr.3 \ 84 ares_gethostbyname.3 \ 85 ares_gethostbyname_file.3 \ 86 ares_getnameinfo.3 \ 87 ares_getsock.3 \ 88 ares_init.3 \ 89 ares_init_options.3 \ 90 ares_library_cleanup.3 \ 91 ares_library_init.3 \ 92 ares_mkquery.3 \ 93 ares_parse_a_reply.3 \ 94 ares_parse_aaaa_reply.3 \ 95 ares_parse_mx_reply.3 \ 96 ares_parse_ns_reply.3 \ 97 ares_parse_ptr_reply.3 \ 98 ares_parse_srv_reply.3 \ 99 ares_parse_txt_reply.3 \ 100 ares_process.3 \ 101 ares_query.3 \ 102 ares_save_options.3 \ 103 ares_search.3 \ 104 ares_send.3 \ 105 ares_set_servers.3 \ 106 ares_set_socket_callback.3 \ 107 ares_strerror.3 \ 108 ares_timeout.3 \ 109 ares_version.3 110 111HTMLPAGES = ares_cancel.html \ 112 ares_destroy.html \ 113 ares_destroy_options.html \ 114 ares_dup.html \ 115 ares_expand_name.html \ 116 ares_expand_string.html \ 117 ares_fds.html \ 118 ares_free_data.html \ 119 ares_free_hostent.html \ 120 ares_free_string.html \ 121 ares_get_servers.html \ 122 ares_gethostbyaddr.html \ 123 ares_gethostbyname.html \ 124 ares_gethostbyname_file.html \ 125 ares_getnameinfo.html \ 126 ares_getsock.html \ 127 ares_init.html \ 128 ares_init_options.html \ 129 ares_library_cleanup.html \ 130 ares_library_init.html \ 131 ares_mkquery.html \ 132 ares_parse_a_reply.html \ 133 ares_parse_aaaa_reply.html \ 134 ares_parse_mx_reply.html \ 135 ares_parse_ns_reply.html \ 136 ares_parse_ptr_reply.html \ 137 ares_parse_srv_reply.html \ 138 ares_parse_txt_reply.html \ 139 ares_process.html \ 140 ares_query.html \ 141 ares_save_options.html \ 142 ares_search.html \ 143 ares_send.html \ 144 ares_set_servers.html \ 145 ares_set_socket_callback.html \ 146 ares_strerror.html \ 147 ares_timeout.html \ 148 ares_version.html 149 150PDFPAGES = ares_cancel.pdf \ 151 ares_destroy.pdf \ 152 ares_destroy_options.pdf \ 153 ares_dup.pdf \ 154 ares_expand_name.pdf \ 155 ares_expand_string.pdf \ 156 ares_fds.pdf \ 157 ares_free_data.pdf \ 158 ares_free_hostent.pdf \ 159 ares_free_string.pdf \ 160 ares_get_servers.pdf \ 161 ares_gethostbyaddr.pdf \ 162 ares_gethostbyname.pdf \ 163 ares_gethostbyname_file.pdf \ 164 ares_getnameinfo.pdf \ 165 ares_getsock.pdf \ 166 ares_init.pdf \ 167 ares_init_options.pdf \ 168 ares_library_cleanup.pdf \ 169 ares_library_init.pdf \ 170 ares_mkquery.pdf \ 171 ares_parse_a_reply.pdf \ 172 ares_parse_aaaa_reply.pdf \ 173 ares_parse_mx_reply.pdf \ 174 ares_parse_ns_reply.pdf \ 175 ares_parse_ptr_reply.pdf \ 176 ares_parse_srv_reply.pdf \ 177 ares_parse_txt_reply.pdf \ 178 ares_process.pdf \ 179 ares_query.pdf \ 180 ares_save_options.pdf \ 181 ares_search.pdf \ 182 ares_send.pdf \ 183 ares_set_servers.pdf \ 184 ares_set_socket_callback.pdf \ 185 ares_strerror.pdf \ 186 ares_timeout.pdf \ 187 ares_version.pdf 188 189SAMPLESOURCES = ares_getopt.c \ 190 ares_nowarn.c \ 191 ares_strcasecmp.c \ 192 inet_net_pton.c \ 193 inet_ntop.c 194 195SAMPLEHEADERS = ares_getopt.h \ 196 ares_nowarn.h \ 197 ares_strcasecmp.h \ 198 inet_net_pton.h \ 199 inet_ntop.h 200