Makefile.in
上传用户:coffee44
上传日期:2018-10-23
资源大小:12304k
文件大小:19k
源码类别:

TAPI编程

开发平台:

Visual C++

  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. #
  14. # $Id: Makefile.am,v 1.36 2005/10/28 21:34:51 bagder Exp $
  15. #
  16. srcdir = @srcdir@
  17. top_srcdir = @top_srcdir@
  18. VPATH = @srcdir@
  19. pkgdatadir = $(datadir)/@PACKAGE@
  20. pkglibdir = $(libdir)/@PACKAGE@
  21. pkgincludedir = $(includedir)/@PACKAGE@
  22. top_builddir = ..
  23. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  24. INSTALL = @INSTALL@
  25. install_sh_DATA = $(install_sh) -c -m 644
  26. install_sh_PROGRAM = $(install_sh) -c
  27. install_sh_SCRIPT = $(install_sh) -c
  28. INSTALL_HEADER = $(INSTALL_DATA)
  29. transform = $(program_transform_name)
  30. NORMAL_INSTALL = :
  31. PRE_INSTALL = :
  32. POST_INSTALL = :
  33. NORMAL_UNINSTALL = :
  34. PRE_UNINSTALL = :
  35. POST_UNINSTALL = :
  36. build_triplet = @build@
  37. host_triplet = @host@
  38. subdir = docs
  39. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in INSTALL 
  40. THANKS TODO
  41. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  42. am__aclocal_m4_deps = $(top_srcdir)/m4/curl-compilers.m4 
  43. $(top_srcdir)/m4/curl-confopts.m4 
  44. $(top_srcdir)/m4/curl-functions.m4 
  45. $(top_srcdir)/m4/curl-override.m4 
  46. $(top_srcdir)/m4/curl-reentrant.m4 
  47. $(top_srcdir)/m4/curl-system.m4 $(top_srcdir)/m4/libtool.m4 
  48. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 
  49. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 
  50. $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
  51. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) 
  52. $(ACLOCAL_M4)
  53. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  54. CONFIG_HEADER = $(top_builddir)/lib/config.h 
  55. $(top_builddir)/src/config.h 
  56. $(top_builddir)/include/curl/curlbuild.h
  57. CONFIG_CLEAN_FILES =
  58. depcomp =
  59. am__depfiles_maybe =
  60. SOURCES =
  61. DIST_SOURCES =
  62. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive 
  63. html-recursive info-recursive install-data-recursive 
  64. install-exec-recursive install-info-recursive 
  65. install-recursive installcheck-recursive installdirs-recursive 
  66. pdf-recursive ps-recursive uninstall-info-recursive 
  67. uninstall-recursive
  68. man1dir = $(mandir)/man1
  69. am__installdirs = "$(DESTDIR)$(man1dir)"
  70. MANS = $(man_MANS)
  71. ETAGS = etags
  72. CTAGS = ctags
  73. DIST_SUBDIRS = $(SUBDIRS)
  74. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  75. ACLOCAL = @ACLOCAL@
  76. AMDEP_FALSE = @AMDEP_FALSE@
  77. AMDEP_TRUE = @AMDEP_TRUE@
  78. AMTAR = @AMTAR@
  79. AR = @AR@
  80. AS = @AS@
  81. AUTOCONF = @AUTOCONF@
  82. AUTOHEADER = @AUTOHEADER@
  83. AUTOMAKE = @AUTOMAKE@
  84. AWK = @AWK@
  85. CC = @CC@
  86. CCDEPMODE = @CCDEPMODE@
  87. CFLAGS = @CFLAGS@
  88. CPP = @CPP@
  89. CPPFLAGS = @CPPFLAGS@
  90. CROSSCOMPILING_FALSE = @CROSSCOMPILING_FALSE@
  91. CROSSCOMPILING_TRUE = @CROSSCOMPILING_TRUE@
  92. CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
  93. CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
  94. CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
  95. CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
  96. CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
  97. CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
  98. CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
  99. CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
  100. CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
  101. CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
  102. CURL_LIBS = @CURL_LIBS@
  103. CYGPATH_W = @CYGPATH_W@
  104. DEFS = @DEFS@
  105. DEPDIR = @DEPDIR@
  106. DLLTOOL = @DLLTOOL@
  107. DSYMUTIL = @DSYMUTIL@
  108. DUMPBIN = @DUMPBIN@
  109. ECHO_C = @ECHO_C@
  110. ECHO_N = @ECHO_N@
  111. ECHO_T = @ECHO_T@
  112. EGREP = @EGREP@
  113. EXEEXT = @EXEEXT@
  114. FGREP = @FGREP@
  115. GREP = @GREP@
  116. HAVE_ARES = @HAVE_ARES@
  117. HAVE_LIBZ = @HAVE_LIBZ@
  118. HAVE_LIBZ_FALSE = @HAVE_LIBZ_FALSE@
  119. HAVE_LIBZ_TRUE = @HAVE_LIBZ_TRUE@
  120. HAVE_PK11_CREATEGENERICOBJECT = @HAVE_PK11_CREATEGENERICOBJECT@
  121. IDN_ENABLED = @IDN_ENABLED@
  122. INSTALL_DATA = @INSTALL_DATA@
  123. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  124. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  125. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  126. IPV6_ENABLED = @IPV6_ENABLED@
  127. KRB4_ENABLED = @KRB4_ENABLED@
  128. LD = @LD@
  129. LDFLAGS = @LDFLAGS@
  130. LIBCURL_LIBS = @LIBCURL_LIBS@
  131. LIBOBJS = @LIBOBJS@
  132. LIBS = @LIBS@
  133. LIBTOOL = @LIBTOOL@
  134. LIPO = @LIPO@
  135. LN_S = @LN_S@
  136. LTLIBOBJS = @LTLIBOBJS@
  137. MAINT = @MAINT@
  138. MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
  139. MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
  140. MAKEINFO = @MAKEINFO@
  141. MANOPT = @MANOPT@
  142. MIMPURE_FALSE = @MIMPURE_FALSE@
  143. MIMPURE_TRUE = @MIMPURE_TRUE@
  144. NM = @NM@
  145. NMEDIT = @NMEDIT@
  146. NO_UNDEFINED_FALSE = @NO_UNDEFINED_FALSE@
  147. NO_UNDEFINED_TRUE = @NO_UNDEFINED_TRUE@
  148. NROFF = @NROFF@
  149. OBJDUMP = @OBJDUMP@
  150. OBJEXT = @OBJEXT@
  151. OTOOL = @OTOOL@
  152. OTOOL64 = @OTOOL64@
  153. PACKAGE = @PACKAGE@
  154. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  155. PACKAGE_NAME = @PACKAGE_NAME@
  156. PACKAGE_STRING = @PACKAGE_STRING@
  157. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  158. PACKAGE_VERSION = @PACKAGE_VERSION@
  159. PATH = @PATH@
  160. PATH_SEPARATOR = @PATH_SEPARATOR@
  161. PERL = @PERL@
  162. PKGADD_NAME = @PKGADD_NAME@
  163. PKGADD_PKG = @PKGADD_PKG@
  164. PKGADD_VENDOR = @PKGADD_VENDOR@
  165. PKGCONFIG = @PKGCONFIG@
  166. RANDOM_FILE = @RANDOM_FILE@
  167. RANLIB = @RANLIB@
  168. REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
  169. SED = @SED@
  170. SET_MAKE = @SET_MAKE@
  171. SHELL = @SHELL@
  172. SONAME_BUMP_FALSE = @SONAME_BUMP_FALSE@
  173. SONAME_BUMP_TRUE = @SONAME_BUMP_TRUE@
  174. SSL_ENABLED = @SSL_ENABLED@
  175. STATICLIB_FALSE = @STATICLIB_FALSE@
  176. STATICLIB_TRUE = @STATICLIB_TRUE@
  177. STRIP = @STRIP@
  178. SUPPORT_FEATURES = @SUPPORT_FEATURES@
  179. SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
  180. TEST_SERVER_LIBS = @TEST_SERVER_LIBS@
  181. USE_GNUTLS = @USE_GNUTLS@
  182. USE_LIBSSH2 = @USE_LIBSSH2@
  183. USE_MANUAL_FALSE = @USE_MANUAL_FALSE@
  184. USE_MANUAL_TRUE = @USE_MANUAL_TRUE@
  185. USE_NSS = @USE_NSS@
  186. USE_SSLEAY = @USE_SSLEAY@
  187. USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
  188. VERSION = @VERSION@
  189. VERSIONNUM = @VERSIONNUM@
  190. ac_ct_CC = @ac_ct_CC@
  191. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  192. am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  193. am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  194. am__include = @am__include@
  195. am__leading_dot = @am__leading_dot@
  196. am__quote = @am__quote@
  197. am__tar = @am__tar@
  198. am__untar = @am__untar@
  199. bindir = @bindir@
  200. build = @build@
  201. build_alias = @build_alias@
  202. build_cpu = @build_cpu@
  203. build_os = @build_os@
  204. build_vendor = @build_vendor@
  205. datadir = @datadir@
  206. datarootdir = @datarootdir@
  207. docdir = @docdir@
  208. dvidir = @dvidir@
  209. exec_prefix = @exec_prefix@
  210. host = @host@
  211. host_alias = @host_alias@
  212. host_cpu = @host_cpu@
  213. host_os = @host_os@
  214. host_vendor = @host_vendor@
  215. htmldir = @htmldir@
  216. includedir = @includedir@
  217. infodir = @infodir@
  218. install_sh = @install_sh@
  219. libdir = @libdir@
  220. libexecdir = @libexecdir@
  221. libext = @libext@
  222. localedir = @localedir@
  223. localstatedir = @localstatedir@
  224. lt_ECHO = @lt_ECHO@
  225. mandir = @mandir@
  226. mkdir_p = @mkdir_p@
  227. oldincludedir = @oldincludedir@
  228. pdfdir = @pdfdir@
  229. prefix = @prefix@
  230. program_transform_name = @program_transform_name@
  231. psdir = @psdir@
  232. sbindir = @sbindir@
  233. sharedstatedir = @sharedstatedir@
  234. subdirs = @subdirs@
  235. sysconfdir = @sysconfdir@
  236. target_alias = @target_alias@
  237. AUTOMAKE_OPTIONS = foreign no-dependencies
  238. man_MANS = curl.1 curl-config.1
  239. GENHTMLPAGES = curl.html curl-config.html
  240. PDFPAGES = curl.pdf curl-config.pdf
  241. HTMLPAGES = $(GENHTMLPAGES) index.html
  242. SUBDIRS = examples libcurl
  243. CLEANFILES = $(GENHTMLPAGES) $(PDFPAGES)
  244. EXTRA_DIST = MANUAL BUGS CONTRIBUTE FAQ FEATURES INTERNALS SSLCERTS  
  245.  README.win32 RESOURCES TODO TheArtOfHttpScripting THANKS VERSIONS  
  246.  KNOWN_BUGS BINDINGS $(man_MANS) $(HTMLPAGES) HISTORY INSTALL  
  247.  $(PDFPAGES) LICENSE-MIXING README.netware DISTRO-DILEMMA INSTALL.devcpp
  248. MAN2HTML = roffit < $< >$@
  249. SUFFIXES = .1 .html .pdf
  250. all: all-recursive
  251. .SUFFIXES:
  252. .SUFFIXES: .1 .html .pdf
  253. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
  254. @for dep in $?; do 
  255.   case '$(am__configure_deps)' in 
  256.     *$$dep*) 
  257.       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 
  258. && exit 0; 
  259.       exit 1;; 
  260.   esac; 
  261. done; 
  262. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  docs/Makefile'; 
  263. cd $(top_srcdir) && 
  264.   $(AUTOMAKE) --foreign  docs/Makefile
  265. .PRECIOUS: Makefile
  266. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  267. @case '$?' in 
  268.   *config.status*) 
  269.     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; 
  270.   *) 
  271.     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; 
  272.     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; 
  273. esac;
  274. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  275. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  276. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  277. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  278. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  279. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  280. mostlyclean-libtool:
  281. -rm -f *.lo
  282. clean-libtool:
  283. -rm -rf .libs _libs
  284. distclean-libtool:
  285. -rm -f libtool
  286. uninstall-info-am:
  287. install-man1: $(man1_MANS) $(man_MANS)
  288. @$(NORMAL_INSTALL)
  289. test -z "$(man1dir)" || $(mkdir_p) "$(DESTDIR)$(man1dir)"
  290. @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; 
  291. l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; 
  292. for i in $$l2; do 
  293.   case "$$i" in 
  294.     *.1*) list="$$list $$i" ;; 
  295.   esac; 
  296. done; 
  297. for i in $$list; do 
  298.   if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; 
  299.   else file=$$i; fi; 
  300.   ext=`echo $$i | sed -e 's/^.*\.//'`; 
  301.   case "$$ext" in 
  302.     1*) ;; 
  303.     *) ext='1' ;; 
  304.   esac; 
  305.   inst=`echo $$i | sed -e 's/\.[0-9a-z]*$$//'`; 
  306.   inst=`echo $$inst | sed -e 's/^.*///'`; 
  307.   inst=`echo $$inst | sed '$(transform)'`.$$ext; 
  308.   echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; 
  309.   $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; 
  310. done
  311. uninstall-man1:
  312. @$(NORMAL_UNINSTALL)
  313. @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; 
  314. l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; 
  315. for i in $$l2; do 
  316.   case "$$i" in 
  317.     *.1*) list="$$list $$i" ;; 
  318.   esac; 
  319. done; 
  320. for i in $$list; do 
  321.   ext=`echo $$i | sed -e 's/^.*\.//'`; 
  322.   case "$$ext" in 
  323.     1*) ;; 
  324.     *) ext='1' ;; 
  325.   esac; 
  326.   inst=`echo $$i | sed -e 's/\.[0-9a-z]*$$//'`; 
  327.   inst=`echo $$inst | sed -e 's/^.*///'`; 
  328.   inst=`echo $$inst | sed '$(transform)'`.$$ext; 
  329.   echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; 
  330.   rm -f "$(DESTDIR)$(man1dir)/$$inst"; 
  331. done
  332. # This directory's subdirectories are mostly independent; you can cd
  333. # into them and run `make' without going through this Makefile.
  334. # To change the values of `make' variables: instead of editing Makefiles,
  335. # (1) if the variable is set in `config.status', edit `config.status'
  336. #     (which will cause the Makefiles to be regenerated when you run `make');
  337. # (2) otherwise, pass the desired values on the `make' command line.
  338. $(RECURSIVE_TARGETS):
  339. @failcom='exit 1'; 
  340. for f in x $$MAKEFLAGS; do 
  341.   case $$f in 
  342.     *=* | --[!k]*);; 
  343.     *k*) failcom='fail=yes';; 
  344.   esac; 
  345. done; 
  346. dot_seen=no; 
  347. target=`echo $@ | sed s/-recursive//`; 
  348. list='$(SUBDIRS)'; for subdir in $$list; do 
  349.   echo "Making $$target in $$subdir"; 
  350.   if test "$$subdir" = "."; then 
  351.     dot_seen=yes; 
  352.     local_target="$$target-am"; 
  353.   else 
  354.     local_target="$$target"; 
  355.   fi; 
  356.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  357.   || eval $$failcom; 
  358. done; 
  359. if test "$$dot_seen" = "no"; then 
  360.   $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; 
  361. fi; test -z "$$fail"
  362. mostlyclean-recursive clean-recursive distclean-recursive 
  363. maintainer-clean-recursive:
  364. @failcom='exit 1'; 
  365. for f in x $$MAKEFLAGS; do 
  366.   case $$f in 
  367.     *=* | --[!k]*);; 
  368.     *k*) failcom='fail=yes';; 
  369.   esac; 
  370. done; 
  371. dot_seen=no; 
  372. case "$@" in 
  373.   distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; 
  374.   *) list='$(SUBDIRS)' ;; 
  375. esac; 
  376. rev=''; for subdir in $$list; do 
  377.   if test "$$subdir" = "."; then :; else 
  378.     rev="$$subdir $$rev"; 
  379.   fi; 
  380. done; 
  381. rev="$$rev ."; 
  382. target=`echo $@ | sed s/-recursive//`; 
  383. for subdir in $$rev; do 
  384.   echo "Making $$target in $$subdir"; 
  385.   if test "$$subdir" = "."; then 
  386.     local_target="$$target-am"; 
  387.   else 
  388.     local_target="$$target"; 
  389.   fi; 
  390.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  391.   || eval $$failcom; 
  392. done && test -z "$$fail"
  393. tags-recursive:
  394. list='$(SUBDIRS)'; for subdir in $$list; do 
  395.   test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); 
  396. done
  397. ctags-recursive:
  398. list='$(SUBDIRS)'; for subdir in $$list; do 
  399.   test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); 
  400. done
  401. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  402. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; 
  403. unique=`for i in $$list; do 
  404.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  405.   done | 
  406.   $(AWK) '    { files[$$0] = 1; } 
  407.        END { for (i in files) print i; }'`; 
  408. mkid -fID $$unique
  409. tags: TAGS
  410. TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  411. $(TAGS_FILES) $(LISP)
  412. tags=; 
  413. here=`pwd`; 
  414. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then 
  415.   include_option=--etags-include; 
  416.   empty_fix=.; 
  417. else 
  418.   include_option=--include; 
  419.   empty_fix=; 
  420. fi; 
  421. list='$(SUBDIRS)'; for subdir in $$list; do 
  422.   if test "$$subdir" = .; then :; else 
  423.     test ! -f $$subdir/TAGS || 
  424.       tags="$$tags $$include_option=$$here/$$subdir/TAGS"; 
  425.   fi; 
  426. done; 
  427. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  428. unique=`for i in $$list; do 
  429.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  430.   done | 
  431.   $(AWK) '    { files[$$0] = 1; } 
  432.        END { for (i in files) print i; }'`; 
  433. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else 
  434.   test -n "$$unique" || unique=$$empty_fix; 
  435.   $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) 
  436.     $$tags $$unique; 
  437. fi
  438. ctags: CTAGS
  439. CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  440. $(TAGS_FILES) $(LISP)
  441. tags=; 
  442. here=`pwd`; 
  443. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  444. unique=`for i in $$list; do 
  445.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  446.   done | 
  447.   $(AWK) '    { files[$$0] = 1; } 
  448.        END { for (i in files) print i; }'`; 
  449. test -z "$(CTAGS_ARGS)$$tags$$unique" 
  450.   || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) 
  451.      $$tags $$unique
  452. GTAGS:
  453. here=`$(am__cd) $(top_builddir) && pwd` 
  454.   && cd $(top_srcdir) 
  455.   && gtags -i $(GTAGS_ARGS) $$here
  456. distclean-tags:
  457. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  458. distdir: $(DISTFILES)
  459. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 
  460. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; 
  461. list='$(DISTFILES)'; for file in $$list; do 
  462.   case $$file in 
  463.     $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; 
  464.     $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; 
  465.   esac; 
  466.   if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; 
  467.   dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; 
  468.   if test "$$dir" != "$$file" && test "$$dir" != "."; then 
  469.     dir="/$$dir"; 
  470.     $(mkdir_p) "$(distdir)$$dir"; 
  471.   else 
  472.     dir=''; 
  473.   fi; 
  474.   if test -d $$d/$$file; then 
  475.     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then 
  476.       cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; 
  477.     fi; 
  478.     cp -pR $$d/$$file $(distdir)$$dir || exit 1; 
  479.   else 
  480.     test -f $(distdir)/$$file 
  481.     || cp -p $$d/$$file $(distdir)/$$file 
  482.     || exit 1; 
  483.   fi; 
  484. done
  485. list='$(DIST_SUBDIRS)'; for subdir in $$list; do 
  486.   if test "$$subdir" = .; then :; else 
  487.     test -d "$(distdir)/$$subdir" 
  488.     || $(mkdir_p) "$(distdir)/$$subdir" 
  489.     || exit 1; 
  490.     distdir=`$(am__cd) $(distdir) && pwd`; 
  491.     top_distdir=`$(am__cd) $(top_distdir) && pwd`; 
  492.     (cd $$subdir && 
  493.       $(MAKE) $(AM_MAKEFLAGS) 
  494.         top_distdir="$$top_distdir" 
  495.         distdir="$$distdir/$$subdir" 
  496.         distdir) 
  497.       || exit 1; 
  498.   fi; 
  499. done
  500. check-am: all-am
  501. check: check-recursive
  502. all-am: Makefile $(MANS)
  503. installdirs: installdirs-recursive
  504. installdirs-am:
  505. for dir in "$(DESTDIR)$(man1dir)"; do 
  506.   test -z "$$dir" || $(mkdir_p) "$$dir"; 
  507. done
  508. install: install-recursive
  509. install-exec: install-exec-recursive
  510. install-data: install-data-recursive
  511. uninstall: uninstall-recursive
  512. install-am: all-am
  513. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  514. installcheck: installcheck-recursive
  515. install-strip:
  516. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" 
  517.   install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s 
  518.   `test -z '$(STRIP)' || 
  519.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  520. mostlyclean-generic:
  521. clean-generic:
  522. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  523. distclean-generic:
  524. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  525. maintainer-clean-generic:
  526. @echo "This command is intended for maintainers to use"
  527. @echo "it deletes files that may require special tools to rebuild."
  528. clean: clean-recursive
  529. clean-am: clean-generic clean-libtool mostlyclean-am
  530. distclean: distclean-recursive
  531. -rm -f Makefile
  532. distclean-am: clean-am distclean-generic distclean-libtool 
  533. distclean-tags
  534. dvi: dvi-recursive
  535. dvi-am:
  536. info: info-recursive
  537. info-am:
  538. install-data-am: install-man
  539. install-exec-am:
  540. install-info: install-info-recursive
  541. install-man: install-man1
  542. installcheck-am:
  543. maintainer-clean: maintainer-clean-recursive
  544. -rm -f Makefile
  545. maintainer-clean-am: distclean-am maintainer-clean-generic
  546. mostlyclean: mostlyclean-recursive
  547. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  548. pdf-am:
  549. ps: ps-recursive
  550. ps-am:
  551. uninstall-am: uninstall-info-am uninstall-man
  552. uninstall-info: uninstall-info-recursive
  553. uninstall-man: uninstall-man1
  554. .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am 
  555. clean clean-generic clean-libtool clean-recursive ctags 
  556. ctags-recursive distclean distclean-generic distclean-libtool 
  557. distclean-recursive distclean-tags distdir dvi dvi-am html 
  558. html-am info info-am install install-am install-data 
  559. install-data-am install-exec install-exec-am install-info 
  560. install-info-am install-man install-man1 install-strip 
  561. installcheck installcheck-am installdirs installdirs-am 
  562. maintainer-clean maintainer-clean-generic 
  563. maintainer-clean-recursive mostlyclean mostlyclean-generic 
  564. mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am 
  565. tags tags-recursive uninstall uninstall-am uninstall-info-am 
  566. uninstall-man uninstall-man1
  567. html: $(HTMLPAGES)
  568. cd libcurl; make html
  569. pdf: $(PDFPAGES)
  570. cd libcurl; make pdf
  571. .1.html:
  572. $(MAN2HTML)
  573. .1.pdf:
  574. @(foo=`echo $@ | sed -e 's/.[0-9]$$//g'`; 
  575. groff -Tps -man $< >$$foo.ps; 
  576. ps2pdf $$foo.ps $@; 
  577. rm $$foo.ps; 
  578. echo "converted $< to $@")
  579. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  580. # Otherwise a system limit (for SysV at least) may be exceeded.
  581. .NOEXPORT: