build: make use of 93 lib/*.c renamed files
[platform/upstream/curl.git] / lib / Makefile.inc
1 # ./lib/Makefile.inc
2 # Using the backslash as line continuation character might be problematic
3 # with some make flavours, as Watcom's wmake showed us already. If we
4 # ever want to change this in a portable manner then we should consider
5 # this idea (posted to the libcurl list by Adam Kellas):
6 # CSRC1 = file1.c file2.c file3.c
7 # CSRC2 = file4.c file5.c file6.c
8 # CSOURCES = $(CSRC1) $(CSRC2)
9
10 CSOURCES = \
11   curl_amigaos.c \
12   curl_asyn_ares.c \
13   curl_asyn_thread.c \
14   curl_axtls.c \
15   curl_base64.c \
16   curl_bundles.c \
17   curl_conncache.c \
18   curl_connect.c \
19   curl_content_encoding.c \
20   curl_cookie.c \
21   curl_addrinfo.c \
22   curl_darwinssl.c \
23   curl_fnmatch.c \
24   curl_gethostname.c \
25   curl_gssapi.c \
26   curl_memrchr.c \
27   curl_multibyte.c \
28   curl_ntlm.c \
29   curl_ntlm_core.c \
30   curl_ntlm_msgs.c \
31   curl_ntlm_wb.c \
32   curl_rand.c \
33   curl_rtmp.c \
34   curl_sasl.c \
35   curl_schannel.c \
36   curl_sspi.c \
37   curl_threads.c \
38   curl_cyassl.c \
39   curl_dict.c \
40   curl_easy.c \
41   curl_escape.c \
42   curl_file.c \
43   curl_fileinfo.c \
44   curl_formdata.c \
45   curl_ftp.c \
46   curl_ftplistparser.c \
47   curl_getenv.c \
48   curl_getinfo.c \
49   curl_gopher.c \
50   curl_gtls.c \
51   curl_hash.c \
52   curl_hmac.c \
53   curl_hostasyn.c \
54   curl_hostcheck.c \
55   curl_hostip.c \
56   curl_hostip4.c \
57   curl_hostip6.c \
58   curl_hostsyn.c \
59   curl_http.c \
60   curl_http_chunks.c \
61   curl_http_digest.c \
62   curl_http_negotiate.c \
63   curl_http_negotiate_sspi.c \
64   curl_http_proxy.c \
65   curl_idn_win32.c \
66   curl_if2ip.c \
67   curl_imap.c \
68   curl_inet_ntop.c \
69   curl_inet_pton.c \
70   curl_krb4.c \
71   curl_krb5.c \
72   curl_ldap.c \
73   curl_llist.c \
74   curl_md4.c \
75   curl_md5.c \
76   curl_memdebug.c \
77   curl_mprintf.c \
78   curl_multi.c \
79   curl_netrc.c \
80   curl_non_ascii.c \
81   curl_nonblock.c \
82   curl_nss.c \
83   curl_openldap.c \
84   curl_parsedate.c \
85   curl_pingpong.c \
86   curl_polarssl.c \
87   curl_pop3.c \
88   curl_progress.c \
89   curl_qssl.c \
90   curl_rawstr.c \
91   curl_rtsp.c \
92   curl_security.c \
93   curl_select.c \
94   curl_sendf.c \
95   curl_share.c \
96   curl_slist.c \
97   curl_smtp.c \
98   curl_socks.c \
99   curl_socks_gssapi.c \
100   curl_socks_sspi.c \
101   curl_speedcheck.c \
102   curl_splay.c \
103   curl_ssh.c \
104   curl_sslgen.c \
105   curl_ssluse.c \
106   curl_strdup.c \
107   curl_strequal.c \
108   curl_strerror.c \
109   curl_strtok.c \
110   curl_strtoofft.c \
111   curl_telnet.c \
112   curl_tftp.c \
113   curl_timeval.c \
114   curl_transfer.c \
115   curl_url.c \
116   curl_version.c \
117   curl_warnless.c \
118   curl_wildcard.c
119
120 HHEADERS = \
121   curl_addrinfo.h \
122   curl_amigaos.h \
123   curl_arpa_telnet.h \
124   curl_asyn.h \
125   curl_axtls.h \
126   curl_base64.h \
127   curl_bundles.h \
128   curl_conncache.h \
129   curl_connect.h \
130   curl_content_encoding.h \
131   curl_cookie.h \
132   curl_cyassl.h \
133   curl_darwinssl.h \
134   curl_dict.h \
135   curl_easyif.h \
136   curl_escape.h \
137   curl_file.h \
138   curl_fileinfo.h \
139   curl_fnmatch.h \
140   curl_formdata.h \
141   curl_ftp.h \
142   curl_ftplistparser.h \
143   curl_gethostname.h \
144   curl_getinfo.h \
145   curl_gopher.h \
146   curl_gssapi.h \
147   curl_gtls.h \
148   curl_hash.h \
149   curl_hmac.h \
150   curl_hostcheck.h \
151   curl_hostip.h \
152   curl_http.h \
153   curl_http_chunks.h \
154   curl_http_digest.h \
155   curl_http_negotiate.h \
156   curl_http_proxy.h \
157   curl_if2ip.h \
158   curl_imap.h \
159   curl_inet_ntop.h \
160   curl_inet_pton.h \
161   curl_krb4.h \
162   curl_ldap.h \
163   curl_llist.h \
164   curl_md4.h \
165   curl_md5.h \
166   curl_memdebug.h \
167   curl_memory.h \
168   curl_memrchr.h \
169   curl_multibyte.h \
170   curl_multiif.h \
171   curl_netrc.h \
172   curl_non_ascii.h \
173   curl_nonblock.h \
174   curl_nssg.h \
175   curl_ntlm.h \
176   curl_ntlm_core.h \
177   curl_ntlm_msgs.h \
178   curl_ntlm_wb.h \
179   curl_parsedate.h \
180   curl_pingpong.h \
181   curl_polarssl.h \
182   curl_pop3.h \
183   curl_progress.h \
184   curl_qssl.h \
185   curl_rand.h \
186   curl_rawstr.h \
187   curl_rtmp.h \
188   curl_rtsp.h \
189   curl_sasl.h \
190   curl_schannel.h \
191   curl_select.h \
192   curl_sendf.h \
193   curl_setup.h \
194   curl_setup_once.h \
195   curl_share.h \
196   curl_slist.h \
197   curl_smtp.h \
198   curl_sockaddr.h \
199   curl_socks.h \
200   curl_speedcheck.h \
201   curl_splay.h \
202   curl_ssh.h \
203   curl_sslgen.h \
204   curl_ssluse.h \
205   curl_sspi.h \
206   curl_strdup.h \
207   curl_strequal.h \
208   curl_strerror.h \
209   curl_strtok.h \
210   curl_strtoofft.h \
211   curl_telnet.h \
212   curl_tftp.h \
213   curl_threads.h \
214   curl_timeval.h \
215   curl_transfer.h \
216   curl_url.h \
217   curl_urldata.h \
218   curl_wildcard.h \
219   curlx.h
220