Makefile.in 18 KB

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