Makefile.in 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777
  1. # Makefile.in generated by automake 1.9.6 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12. @SET_MAKE@
  13. # ./lib/Makefile.inc
  14. srcdir = @srcdir@
  15. top_srcdir = @top_srcdir@
  16. VPATH = @srcdir@
  17. pkgdatadir = $(datadir)/@PACKAGE@
  18. pkglibdir = $(libdir)/@PACKAGE@
  19. pkgincludedir = $(includedir)/@PACKAGE@
  20. top_builddir = ..
  21. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  22. INSTALL = @INSTALL@
  23. install_sh_DATA = $(install_sh) -c -m 644
  24. install_sh_PROGRAM = $(install_sh) -c
  25. install_sh_SCRIPT = $(install_sh) -c
  26. INSTALL_HEADER = $(INSTALL_DATA)
  27. transform = $(program_transform_name)
  28. NORMAL_INSTALL = :
  29. PRE_INSTALL = :
  30. POST_INSTALL = :
  31. NORMAL_UNINSTALL = :
  32. PRE_UNINSTALL = :
  33. POST_UNINSTALL = :
  34. build_triplet = @build@
  35. host_triplet = @host@
  36. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
  37. $(srcdir)/Makefile.inc $(srcdir)/config.h.in
  38. subdir = lib
  39. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  40. am__aclocal_m4_deps = $(top_srcdir)/m4/curl-reentrant.m4 \
  41. $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
  42. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  43. $(ACLOCAL_M4)
  44. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  45. CONFIG_HEADER = config.h $(top_builddir)/src/config.h \
  46. $(top_builddir)/include/curl/curlbuild.h
  47. CONFIG_CLEAN_FILES =
  48. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  49. am__vpath_adj = case $$p in \
  50. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  51. *) f=$$p;; \
  52. esac;
  53. am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
  54. am__installdirs = "$(DESTDIR)$(libdir)"
  55. libLTLIBRARIES_INSTALL = $(INSTALL)
  56. LTLIBRARIES = $(lib_LTLIBRARIES)
  57. libcurl_la_LIBADD =
  58. am__objects_1 = file.lo timeval.lo base64.lo hostip.lo progress.lo \
  59. formdata.lo cookie.lo http.lo sendf.lo ftp.lo url.lo dict.lo \
  60. if2ip.lo speedcheck.lo ldap.lo ssluse.lo version.lo getenv.lo \
  61. escape.lo mprintf.lo telnet.lo netrc.lo getinfo.lo transfer.lo \
  62. strequal.lo easy.lo security.lo krb4.lo krb5.lo memdebug.lo \
  63. http_chunks.lo strtok.lo connect.lo llist.lo hash.lo multi.lo \
  64. content_encoding.lo share.lo http_digest.lo md5.lo \
  65. http_negotiate.lo http_ntlm.lo inet_pton.lo strtoofft.lo \
  66. strerror.lo hostares.lo hostasyn.lo hostip4.lo hostip6.lo \
  67. hostsyn.lo hostthre.lo inet_ntop.lo parsedate.lo select.lo \
  68. gtls.lo sslgen.lo tftp.lo splay.lo strdup.lo socks.lo ssh.lo \
  69. nss.lo qssl.lo
  70. am__objects_2 =
  71. am_libcurl_la_OBJECTS = $(am__objects_1) $(am__objects_2)
  72. libcurl_la_OBJECTS = $(am_libcurl_la_OBJECTS)
  73. DEFAULT_INCLUDES =
  74. depcomp = $(SHELL) $(top_srcdir)/depcomp
  75. am__depfiles_maybe = depfiles
  76. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  77. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  78. LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
  79. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  80. $(AM_CFLAGS) $(CFLAGS)
  81. CCLD = $(CC)
  82. LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  83. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  84. SOURCES = $(libcurl_la_SOURCES)
  85. DIST_SOURCES = $(libcurl_la_SOURCES)
  86. ETAGS = etags
  87. CTAGS = ctags
  88. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  89. ACLOCAL = @ACLOCAL@
  90. AMDEP_FALSE = @AMDEP_FALSE@
  91. AMDEP_TRUE = @AMDEP_TRUE@
  92. AMTAR = @AMTAR@
  93. AR = @AR@
  94. AS = @AS@
  95. AUTOCONF = @AUTOCONF@
  96. AUTOHEADER = @AUTOHEADER@
  97. AUTOMAKE = @AUTOMAKE@
  98. AWK = @AWK@
  99. CC = @CC@
  100. CCDEPMODE = @CCDEPMODE@
  101. CFLAGS = @CFLAGS@
  102. CPP = @CPP@
  103. CPPFLAGS = @CPPFLAGS@
  104. CROSSCOMPILING_FALSE = @CROSSCOMPILING_FALSE@
  105. CROSSCOMPILING_TRUE = @CROSSCOMPILING_TRUE@
  106. CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
  107. CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
  108. CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
  109. CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
  110. CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
  111. CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
  112. CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
  113. CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
  114. CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
  115. CURL_LIBS = @CURL_LIBS@
  116. CYGPATH_W = @CYGPATH_W@
  117. DEFS = @DEFS@
  118. DEPDIR = @DEPDIR@
  119. DLLTOOL = @DLLTOOL@
  120. DSYMUTIL = @DSYMUTIL@
  121. ECHO = @ECHO@
  122. ECHO_C = @ECHO_C@
  123. ECHO_N = @ECHO_N@
  124. ECHO_T = @ECHO_T@
  125. EGREP = @EGREP@
  126. EXEEXT = @EXEEXT@
  127. GREP = @GREP@
  128. HAVE_ARES = @HAVE_ARES@
  129. HAVE_LIBZ = @HAVE_LIBZ@
  130. HAVE_LIBZ_FALSE = @HAVE_LIBZ_FALSE@
  131. HAVE_LIBZ_TRUE = @HAVE_LIBZ_TRUE@
  132. HAVE_PK11_CREATEGENERICOBJECT = @HAVE_PK11_CREATEGENERICOBJECT@
  133. IDN_ENABLED = @IDN_ENABLED@
  134. INSTALL_DATA = @INSTALL_DATA@
  135. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  136. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  137. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  138. IPV6_ENABLED = @IPV6_ENABLED@
  139. KRB4_ENABLED = @KRB4_ENABLED@
  140. LDFLAGS = @LDFLAGS@
  141. LIBCURL_LIBS = @LIBCURL_LIBS@
  142. LIBOBJS = @LIBOBJS@
  143. LIBS = @LIBS@
  144. LIBTOOL = @LIBTOOL@
  145. LN_S = @LN_S@
  146. LTLIBOBJS = @LTLIBOBJS@
  147. MAINT = @MAINT@
  148. MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
  149. MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
  150. MAKEINFO = @MAKEINFO@
  151. MANOPT = @MANOPT@
  152. MIMPURE_FALSE = @MIMPURE_FALSE@
  153. MIMPURE_TRUE = @MIMPURE_TRUE@
  154. NMEDIT = @NMEDIT@
  155. NO_UNDEFINED_FALSE = @NO_UNDEFINED_FALSE@
  156. NO_UNDEFINED_TRUE = @NO_UNDEFINED_TRUE@
  157. NROFF = @NROFF@
  158. OBJDUMP = @OBJDUMP@
  159. OBJEXT = @OBJEXT@
  160. PACKAGE = @PACKAGE@
  161. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  162. PACKAGE_NAME = @PACKAGE_NAME@
  163. PACKAGE_STRING = @PACKAGE_STRING@
  164. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  165. PACKAGE_VERSION = @PACKAGE_VERSION@
  166. PATH_SEPARATOR = @PATH_SEPARATOR@
  167. PERL = @PERL@
  168. PKGADD_NAME = @PKGADD_NAME@
  169. PKGADD_PKG = @PKGADD_PKG@
  170. PKGADD_VENDOR = @PKGADD_VENDOR@
  171. PKGCONFIG = @PKGCONFIG@
  172. RANDOM_FILE = @RANDOM_FILE@
  173. RANLIB = @RANLIB@
  174. REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
  175. SED = @SED@
  176. SET_MAKE = @SET_MAKE@
  177. SHELL = @SHELL@
  178. SONAME_BUMP_FALSE = @SONAME_BUMP_FALSE@
  179. SONAME_BUMP_TRUE = @SONAME_BUMP_TRUE@
  180. SSL_ENABLED = @SSL_ENABLED@
  181. STATICLIB_FALSE = @STATICLIB_FALSE@
  182. STATICLIB_TRUE = @STATICLIB_TRUE@
  183. STRIP = @STRIP@
  184. TEST_SERVER_LIBS = @TEST_SERVER_LIBS@
  185. USE_GNUTLS = @USE_GNUTLS@
  186. USE_LIBSSH2 = @USE_LIBSSH2@
  187. USE_MANUAL_FALSE = @USE_MANUAL_FALSE@
  188. USE_MANUAL_TRUE = @USE_MANUAL_TRUE@
  189. USE_NSS = @USE_NSS@
  190. USE_SSLEAY = @USE_SSLEAY@
  191. USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
  192. VERSION = @VERSION@
  193. VERSIONNUM = @VERSIONNUM@
  194. ac_ct_CC = @ac_ct_CC@
  195. am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  196. am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  197. am__include = @am__include@
  198. am__leading_dot = @am__leading_dot@
  199. am__quote = @am__quote@
  200. am__tar = @am__tar@
  201. am__untar = @am__untar@
  202. bindir = @bindir@
  203. build = @build@
  204. build_alias = @build_alias@
  205. build_cpu = @build_cpu@
  206. build_os = @build_os@
  207. build_vendor = @build_vendor@
  208. datadir = @datadir@
  209. datarootdir = @datarootdir@
  210. docdir = @docdir@
  211. dvidir = @dvidir@
  212. exec_prefix = @exec_prefix@
  213. host = @host@
  214. host_alias = @host_alias@
  215. host_cpu = @host_cpu@
  216. host_os = @host_os@
  217. host_vendor = @host_vendor@
  218. htmldir = @htmldir@
  219. includedir = @includedir@
  220. infodir = @infodir@
  221. install_sh = @install_sh@
  222. libdir = @libdir@
  223. libexecdir = @libexecdir@
  224. libext = @libext@
  225. localedir = @localedir@
  226. localstatedir = @localstatedir@
  227. mandir = @mandir@
  228. mkdir_p = @mkdir_p@
  229. oldincludedir = @oldincludedir@
  230. pdfdir = @pdfdir@
  231. prefix = @prefix@
  232. program_transform_name = @program_transform_name@
  233. psdir = @psdir@
  234. sbindir = @sbindir@
  235. sharedstatedir = @sharedstatedir@
  236. subdirs = @subdirs@
  237. sysconfdir = @sysconfdir@
  238. target_alias = @target_alias@
  239. #***************************************************************************
  240. # _ _ ____ _
  241. # Project ___| | | | _ \| |
  242. # / __| | | | |_) | |
  243. # | (__| |_| | _ <| |___
  244. # \___|\___/|_| \_\_____|
  245. #
  246. # Copyright (C) 1998 - 2008, Daniel Stenberg, <[email protected]>, et al.
  247. #
  248. # This software is licensed as described in the file COPYING, which
  249. # you should have received as part of this distribution. The terms
  250. # are also available at http://curl.haxx.se/docs/copyright.html.
  251. #
  252. # You may opt to use, copy, modify, merge, publish, distribute and/or sell
  253. # copies of the Software, and permit persons to whom the Software is
  254. # furnished to do so, under the terms of the COPYING file.
  255. #
  256. # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
  257. # KIND, either express or implied.
  258. #
  259. # $Id$
  260. ###########################################################################
  261. AUTOMAKE_OPTIONS = foreign nostdinc
  262. DSP = curllib.dsp
  263. VCPROJ = curllib.vcproj
  264. DOCS = README.encoding README.memoryleak README.ares README.curlx \
  265. README.hostip README.multi_socket README.httpauth README.pipelining \
  266. README.NSS README.curl_off_t
  267. EXTRA_DIST = Makefile.b32 Makefile.m32 Makefile.vc6 Makefile.riscos $(DSP) \
  268. curllib.dsw config-win32.h config-win32ce.h config-riscos.h config-mac.h \
  269. config.h.in makefile.dj config.dos libcurl.framework.make libcurl.plist \
  270. libcurl.rc config-amigaos.h amigaos.c amigaos.h makefile.amiga \
  271. Makefile.netware nwlib.c nwos.c libcurl.imp msvcproj.head msvcproj.foot \
  272. config-win32ce.h config-os400.h setup-os400.h config-symbian.h \
  273. Makefile.Watcom config-tpf.h $(DOCS) $(VCPROJ) mk-ca-bundle.pl \
  274. firefox-db2pem.sh
  275. CLEANFILES = $(DSP) $(VCPROJ)
  276. lib_LTLIBRARIES = libcurl.la
  277. # Specify our include paths here, and do it relative to $(top_srcdir) and
  278. # $(top_builddir), to ensure that these paths which belong to the library
  279. # being currently built and tested are searched before the library which
  280. # might possibly already be installed in the system.
  281. #
  282. # $(top_builddir)/include is for libcurl's generated curl/curlbuild.h file
  283. # $(top_srcdir)/include is for libcurl's external include files
  284. # $(top_builddir)/lib is for libcurl's generated lib/config.h file
  285. # $(top_srcdir)/lib is for libcurl's lib/setup.h and other "private" files
  286. INCLUDES = -I$(top_builddir)/include \
  287. -I$(top_srcdir)/include \
  288. -I$(top_builddir)/lib \
  289. -I$(top_srcdir)/lib
  290. @SONAME_BUMP_FALSE@VERSIONINFO = -version-info 5:0:1
  291. #
  292. # Bumping of SONAME conditionally may seem like a weird thing to do, and yeah
  293. # it is. The problem is that we try to avoid the bump as hard as possible, but
  294. # yet it is still necessary for a few rare situations. The configure script will
  295. # attempt to figure out these situations, and it can be forced to consider this
  296. # to be such a case! See README.curl_off_t for further details.
  297. #
  298. # This conditional soname bump SHOULD be removed at next "proper" bump.
  299. #
  300. @SONAME_BUMP_TRUE@VERSIONINFO = -version-info 6:0:1
  301. # This flag accepts an argument of the form current[:revision[:age]]. So,
  302. # passing -version-info 3:12:1 sets current to 3, revision to 12, and age to
  303. # 1.
  304. #
  305. # If either revision or age are omitted, they default to 0. Also note that age
  306. # must be less than or equal to the current interface number.
  307. #
  308. # Here are a set of rules to help you update your library version information:
  309. #
  310. # 1.Start with version information of 0:0:0 for each libtool library.
  311. #
  312. # 2.Update the version information only immediately before a public release of
  313. # your software. More frequent updates are unnecessary, and only guarantee
  314. # that the current interface number gets larger faster.
  315. #
  316. # 3.If the library source code has changed at all since the last update, then
  317. # increment revision (c:r+1:a)
  318. #
  319. # 4.If any interfaces have been added, removed, or changed since the last
  320. # update, increment current, and set revision to 0. (c+1:r=0:a)
  321. #
  322. # 5.If any interfaces have been added since the last public release, then
  323. # increment age. (c:r:a+1)
  324. #
  325. # 6.If any interfaces have been removed since the last public release, then
  326. # set age to 0. (c:r:a=0)
  327. #
  328. # The -no-undefined flag is CRUCIAL for this to build fine on Cygwin.
  329. @NO_UNDEFINED_TRUE@UNDEF = -no-undefined
  330. # This is for gcc on Solaris (8+ ?) to avoid "relocations remain against
  331. # allocatable but non-writable sections" problems.
  332. @MIMPURE_TRUE@MIMPURE = -mimpure-text
  333. libcurl_la_LDFLAGS = $(UNDEF) $(VERSIONINFO) $(MIMPURE) $(LIBCURL_LIBS)
  334. CSOURCES = file.c timeval.c base64.c hostip.c progress.c formdata.c \
  335. cookie.c http.c sendf.c ftp.c url.c dict.c if2ip.c speedcheck.c \
  336. ldap.c ssluse.c version.c getenv.c escape.c mprintf.c telnet.c \
  337. netrc.c getinfo.c transfer.c strequal.c easy.c security.c krb4.c \
  338. krb5.c memdebug.c http_chunks.c strtok.c connect.c llist.c hash.c \
  339. multi.c content_encoding.c share.c http_digest.c md5.c \
  340. http_negotiate.c http_ntlm.c inet_pton.c strtoofft.c strerror.c \
  341. hostares.c hostasyn.c hostip4.c hostip6.c hostsyn.c hostthre.c \
  342. inet_ntop.c parsedate.c select.c gtls.c sslgen.c tftp.c splay.c \
  343. strdup.c socks.c ssh.c nss.c qssl.c
  344. HHEADERS = arpa_telnet.h netrc.h file.h timeval.h qssl.h hostip.h \
  345. progress.h formdata.h cookie.h http.h sendf.h ftp.h url.h dict.h \
  346. if2ip.h speedcheck.h urldata.h curl_ldap.h ssluse.h escape.h telnet.h \
  347. getinfo.h strequal.h krb4.h memdebug.h inet_ntoa_r.h http_chunks.h \
  348. strtok.h connect.h llist.h hash.h content_encoding.h share.h \
  349. curl_md5.h http_digest.h http_negotiate.h http_ntlm.h inet_pton.h \
  350. strtoofft.h strerror.h inet_ntop.h curlx.h memory.h setup.h \
  351. transfer.h select.h easyif.h multiif.h parsedate.h sslgen.h gtls.h \
  352. tftp.h sockaddr.h splay.h strdup.h setup_once.h socks.h ssh.h nssg.h \
  353. curl_base64.h
  354. # Makefile.inc provides the CSOURCES and HHEADERS defines
  355. libcurl_la_SOURCES = $(CSOURCES) $(HHEADERS)
  356. WIN32SOURCES = $(CSOURCES)
  357. WIN32HEADERS = $(HHEADERS) config-win32.h
  358. DSPOUT = | awk '{printf("%s\r\n", $$0)}' >> $(DSP)
  359. VCPROJOUT = | awk '{printf("%s\r\n", $$0)}' >> $(VCPROJ)
  360. all: config.h
  361. $(MAKE) $(AM_MAKEFLAGS) all-am
  362. .SUFFIXES:
  363. .SUFFIXES: .c .lo .o .obj
  364. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/Makefile.inc $(am__configure_deps)
  365. @for dep in $?; do \
  366. case '$(am__configure_deps)' in \
  367. *$$dep*) \
  368. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
  369. && exit 0; \
  370. exit 1;; \
  371. esac; \
  372. done; \
  373. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/Makefile'; \
  374. cd $(top_srcdir) && \
  375. $(AUTOMAKE) --foreign lib/Makefile
  376. .PRECIOUS: Makefile
  377. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  378. @case '$?' in \
  379. *config.status*) \
  380. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  381. *) \
  382. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  383. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  384. esac;
  385. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  386. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  387. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  388. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  389. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  390. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  391. config.h: stamp-h1
  392. @if test ! -f $@; then \
  393. rm -f stamp-h1; \
  394. $(MAKE) stamp-h1; \
  395. else :; fi
  396. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  397. @rm -f stamp-h1
  398. cd $(top_builddir) && $(SHELL) ./config.status lib/config.h
  399. $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  400. cd $(top_srcdir) && $(AUTOHEADER)
  401. rm -f stamp-h1
  402. touch $@
  403. distclean-hdr:
  404. -rm -f config.h stamp-h1
  405. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  406. @$(NORMAL_INSTALL)
  407. test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
  408. @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  409. if test -f $$p; then \
  410. f=$(am__strip_dir) \
  411. echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
  412. $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
  413. else :; fi; \
  414. done
  415. uninstall-libLTLIBRARIES:
  416. @$(NORMAL_UNINSTALL)
  417. @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  418. p=$(am__strip_dir) \
  419. echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
  420. $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
  421. done
  422. clean-libLTLIBRARIES:
  423. -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  424. @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  425. dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
  426. test "$$dir" != "$$p" || dir=.; \
  427. echo "rm -f \"$${dir}/so_locations\""; \
  428. rm -f "$${dir}/so_locations"; \
  429. done
  430. libcurl.la: $(libcurl_la_OBJECTS) $(libcurl_la_DEPENDENCIES)
  431. $(LINK) -rpath $(libdir) $(libcurl_la_LDFLAGS) $(libcurl_la_OBJECTS) $(libcurl_la_LIBADD) $(LIBS)
  432. mostlyclean-compile:
  433. -rm -f *.$(OBJEXT)
  434. distclean-compile:
  435. -rm -f *.tab.c
  436. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base64.Plo@am__quote@
  437. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connect.Plo@am__quote@
  438. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/content_encoding.Plo@am__quote@
  439. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cookie.Plo@am__quote@
  440. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dict.Plo@am__quote@
  441. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/easy.Plo@am__quote@
  442. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/escape.Plo@am__quote@
  443. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file.Plo@am__quote@
  444. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/formdata.Plo@am__quote@
  445. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ftp.Plo@am__quote@
  446. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getenv.Plo@am__quote@
  447. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getinfo.Plo@am__quote@
  448. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtls.Plo@am__quote@
  449. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Plo@am__quote@
  450. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostares.Plo@am__quote@
  451. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostasyn.Plo@am__quote@
  452. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostip.Plo@am__quote@
  453. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostip4.Plo@am__quote@
  454. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostip6.Plo@am__quote@
  455. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostsyn.Plo@am__quote@
  456. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostthre.Plo@am__quote@
  457. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http.Plo@am__quote@
  458. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http_chunks.Plo@am__quote@
  459. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http_digest.Plo@am__quote@
  460. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http_negotiate.Plo@am__quote@
  461. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http_ntlm.Plo@am__quote@
  462. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/if2ip.Plo@am__quote@
  463. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inet_ntop.Plo@am__quote@
  464. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inet_pton.Plo@am__quote@
  465. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/krb4.Plo@am__quote@
  466. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/krb5.Plo@am__quote@
  467. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldap.Plo@am__quote@
  468. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/llist.Plo@am__quote@
  469. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Plo@am__quote@
  470. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memdebug.Plo@am__quote@
  471. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mprintf.Plo@am__quote@
  472. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/multi.Plo@am__quote@
  473. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netrc.Plo@am__quote@
  474. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nss.Plo@am__quote@
  475. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parsedate.Plo@am__quote@
  476. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/progress.Plo@am__quote@
  477. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/qssl.Plo@am__quote@
  478. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/security.Plo@am__quote@
  479. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/select.Plo@am__quote@
  480. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sendf.Plo@am__quote@
  481. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/share.Plo@am__quote@
  482. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socks.Plo@am__quote@
  483. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/speedcheck.Plo@am__quote@
  484. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splay.Plo@am__quote@
  485. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ssh.Plo@am__quote@
  486. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sslgen.Plo@am__quote@
  487. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ssluse.Plo@am__quote@
  488. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strdup.Plo@am__quote@
  489. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strequal.Plo@am__quote@
  490. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strerror.Plo@am__quote@
  491. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtok.Plo@am__quote@
  492. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtoofft.Plo@am__quote@
  493. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/telnet.Plo@am__quote@
  494. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tftp.Plo@am__quote@
  495. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timeval.Plo@am__quote@
  496. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/transfer.Plo@am__quote@
  497. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/url.Plo@am__quote@
  498. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Plo@am__quote@
  499. .c.o:
  500. @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
  501. @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  502. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  503. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  504. @am__fastdepCC_FALSE@ $(COMPILE) -c $<
  505. .c.obj:
  506. @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
  507. @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  508. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  509. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  510. @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
  511. .c.lo:
  512. @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
  513. @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  514. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  515. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  516. @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
  517. mostlyclean-libtool:
  518. -rm -f *.lo
  519. clean-libtool:
  520. -rm -rf .libs _libs
  521. distclean-libtool:
  522. -rm -f libtool
  523. uninstall-info-am:
  524. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  525. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  526. unique=`for i in $$list; do \
  527. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  528. done | \
  529. $(AWK) ' { files[$$0] = 1; } \
  530. END { for (i in files) print i; }'`; \
  531. mkid -fID $$unique
  532. tags: TAGS
  533. TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  534. $(TAGS_FILES) $(LISP)
  535. tags=; \
  536. here=`pwd`; \
  537. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  538. unique=`for i in $$list; do \
  539. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  540. done | \
  541. $(AWK) ' { files[$$0] = 1; } \
  542. END { for (i in files) print i; }'`; \
  543. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
  544. test -n "$$unique" || unique=$$empty_fix; \
  545. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  546. $$tags $$unique; \
  547. fi
  548. ctags: CTAGS
  549. CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  550. $(TAGS_FILES) $(LISP)
  551. tags=; \
  552. here=`pwd`; \
  553. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  554. unique=`for i in $$list; do \
  555. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  556. done | \
  557. $(AWK) ' { files[$$0] = 1; } \
  558. END { for (i in files) print i; }'`; \
  559. test -z "$(CTAGS_ARGS)$$tags$$unique" \
  560. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  561. $$tags $$unique
  562. GTAGS:
  563. here=`$(am__cd) $(top_builddir) && pwd` \
  564. && cd $(top_srcdir) \
  565. && gtags -i $(GTAGS_ARGS) $$here
  566. distclean-tags:
  567. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  568. distdir: $(DISTFILES)
  569. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
  570. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
  571. list='$(DISTFILES)'; for file in $$list; do \
  572. case $$file in \
  573. $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
  574. $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
  575. esac; \
  576. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  577. dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  578. if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  579. dir="/$$dir"; \
  580. $(mkdir_p) "$(distdir)$$dir"; \
  581. else \
  582. dir=''; \
  583. fi; \
  584. if test -d $$d/$$file; then \
  585. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  586. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  587. fi; \
  588. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  589. else \
  590. test -f $(distdir)/$$file \
  591. || cp -p $$d/$$file $(distdir)/$$file \
  592. || exit 1; \
  593. fi; \
  594. done
  595. check-am: all-am
  596. check: check-am
  597. all-am: Makefile $(LTLIBRARIES) config.h
  598. installdirs:
  599. for dir in "$(DESTDIR)$(libdir)"; do \
  600. test -z "$$dir" || $(mkdir_p) "$$dir"; \
  601. done
  602. install: install-am
  603. install-exec: install-exec-am
  604. install-data: install-data-am
  605. uninstall: uninstall-am
  606. install-am: all-am
  607. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  608. installcheck: installcheck-am
  609. install-strip:
  610. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  611. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  612. `test -z '$(STRIP)' || \
  613. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  614. mostlyclean-generic:
  615. clean-generic:
  616. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  617. distclean-generic:
  618. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  619. maintainer-clean-generic:
  620. @echo "This command is intended for maintainers to use"
  621. @echo "it deletes files that may require special tools to rebuild."
  622. clean: clean-am
  623. clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
  624. mostlyclean-am
  625. distclean: distclean-am
  626. -rm -rf ./$(DEPDIR)
  627. -rm -f Makefile
  628. distclean-am: clean-am distclean-compile distclean-generic \
  629. distclean-hdr distclean-libtool distclean-tags
  630. dvi: dvi-am
  631. dvi-am:
  632. html: html-am
  633. info: info-am
  634. info-am:
  635. install-data-am:
  636. install-exec-am: install-libLTLIBRARIES
  637. install-info: install-info-am
  638. install-man:
  639. installcheck-am:
  640. maintainer-clean: maintainer-clean-am
  641. -rm -rf ./$(DEPDIR)
  642. -rm -f Makefile
  643. maintainer-clean-am: distclean-am maintainer-clean-generic
  644. mostlyclean: mostlyclean-am
  645. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  646. mostlyclean-libtool
  647. pdf: pdf-am
  648. pdf-am:
  649. ps: ps-am
  650. ps-am:
  651. uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
  652. .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
  653. clean-libLTLIBRARIES clean-libtool ctags distclean \
  654. distclean-compile distclean-generic distclean-hdr \
  655. distclean-libtool distclean-tags distdir dvi dvi-am html \
  656. html-am info info-am install install-am install-data \
  657. install-data-am install-exec install-exec-am install-info \
  658. install-info-am install-libLTLIBRARIES install-man \
  659. install-strip installcheck installcheck-am installdirs \
  660. maintainer-clean maintainer-clean-generic mostlyclean \
  661. mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
  662. pdf pdf-am ps ps-am tags uninstall uninstall-am \
  663. uninstall-info-am uninstall-libLTLIBRARIES
  664. $(DSP): msvcproj.head msvcproj.foot Makefile.am
  665. echo "creating $(DSP)"
  666. @(cp $(srcdir)/msvcproj.head $(DSP); \
  667. echo "# Begin Group \"Source Files\"" $(DSPOUT); \
  668. echo "" $(DSPOUT); \
  669. echo "# PROP Default_Filter \"\"" $(DSPOUT); \
  670. win32_srcs='$(WIN32SOURCES)'; \
  671. sorted_srcs=`for file in $$win32_srcs; do echo $$file; done | sort`; \
  672. for file in $$sorted_srcs; do \
  673. echo "# Begin Source File" $(DSPOUT); \
  674. echo "" $(DSPOUT); \
  675. echo "SOURCE=.\\"$$file $(DSPOUT); \
  676. echo "# End Source File" $(DSPOUT); \
  677. done; \
  678. echo "# End Group" $(DSPOUT); \
  679. echo "# Begin Group \"Header Files\"" $(DSPOUT); \
  680. echo "" $(DSPOUT); \
  681. echo "# PROP Default_Filter \"\"" $(DSPOUT); \
  682. win32_hdrs='$(WIN32HEADERS)'; \
  683. sorted_hdrs=`for file in $$win32_hdrs; do echo $$file; done | sort`; \
  684. for file in $$sorted_hdrs; do \
  685. echo "# Begin Source File" $(DSPOUT); \
  686. echo "" $(DSPOUT); \
  687. echo "SOURCE=.\\"$$file $(DSPOUT); \
  688. echo "# End Source File" $(DSPOUT); \
  689. done; \
  690. echo "# End Group" $(DSPOUT); \
  691. cat $(srcdir)/msvcproj.foot $(DSPOUT) )
  692. $(VCPROJ): vc8proj.head vc8proj.foot Makefile.am
  693. echo "creating $(VCPROJ)"
  694. @(cp $(srcdir)/vc8proj.head $(VCPROJ); \
  695. win32_srcs='$(WIN32SOURCES)'; \
  696. sorted_srcs=`for file in $$win32_srcs; do echo $$file; done | sort`; \
  697. for file in $$sorted_srcs; do \
  698. echo "<File RelativePath=\""$$file"\"></File>" $(VCPROJOUT); \
  699. done; \
  700. echo "</Filter><Filter Name=\"Header Files\">" $(VCPROJOUT); \
  701. win32_hdrs='$(WIN32HEADERS)'; \
  702. sorted_hdrs=`for file in $$win32_hdrs; do echo $$file; done | sort`; \
  703. for file in $$sorted_hdrs; do \
  704. echo "<File RelativePath=\""$$file"\"></File>" $(VCPROJOUT); \
  705. done; \
  706. cat $(srcdir)/vc8proj.foot $(VCPROJOUT) )
  707. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  708. # Otherwise a system limit (for SysV at least) may be exceeded.
  709. .NOEXPORT: