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