2
0

Makefile.in 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565
  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. srcdir = @srcdir@
  14. top_srcdir = @top_srcdir@
  15. VPATH = @srcdir@
  16. pkgdatadir = $(datadir)/@PACKAGE@
  17. pkglibdir = $(libdir)/@PACKAGE@
  18. top_builddir = ../..
  19. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  20. INSTALL = @INSTALL@
  21. install_sh_DATA = $(install_sh) -c -m 644
  22. install_sh_PROGRAM = $(install_sh) -c
  23. install_sh_SCRIPT = $(install_sh) -c
  24. INSTALL_HEADER = $(INSTALL_DATA)
  25. transform = $(program_transform_name)
  26. NORMAL_INSTALL = :
  27. PRE_INSTALL = :
  28. POST_INSTALL = :
  29. NORMAL_UNINSTALL = :
  30. PRE_UNINSTALL = :
  31. POST_UNINSTALL = :
  32. build_triplet = @build@
  33. host_triplet = @host@
  34. subdir = include/curl
  35. DIST_COMMON = $(pkginclude_HEADERS) $(srcdir)/Makefile.am \
  36. $(srcdir)/Makefile.in $(srcdir)/curlbuild.h.in
  37. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  38. am__aclocal_m4_deps = $(top_srcdir)/m4/curl-compilers.m4 \
  39. $(top_srcdir)/m4/curl-confopts.m4 \
  40. $(top_srcdir)/m4/curl-functions.m4 \
  41. $(top_srcdir)/m4/curl-openssl.m4 \
  42. $(top_srcdir)/m4/curl-override.m4 \
  43. $(top_srcdir)/m4/curl-reentrant.m4 \
  44. $(top_srcdir)/m4/curl-system.m4 $(top_srcdir)/m4/libtool.m4 \
  45. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  46. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  47. $(top_srcdir)/m4/xc-translit.m4 \
  48. $(top_srcdir)/m4/zz50-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
  49. $(top_srcdir)/configure.ac
  50. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  51. $(ACLOCAL_M4)
  52. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  53. CONFIG_HEADER = $(top_builddir)/lib/curl_config.h \
  54. $(top_builddir)/src/curl_config.h curlbuild.h
  55. CONFIG_CLEAN_FILES =
  56. SOURCES =
  57. DIST_SOURCES =
  58. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  59. am__vpath_adj = case $$p in \
  60. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  61. *) f=$$p;; \
  62. esac;
  63. am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
  64. am__installdirs = "$(DESTDIR)$(pkgincludedir)"
  65. pkgincludeHEADERS_INSTALL = $(INSTALL_HEADER)
  66. HEADERS = $(pkginclude_HEADERS)
  67. ETAGS = etags
  68. CTAGS = ctags
  69. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  70. pkgincludedir = $(includedir)/curl
  71. ACLOCAL = @ACLOCAL@
  72. AMDEP_FALSE = @AMDEP_FALSE@
  73. AMDEP_TRUE = @AMDEP_TRUE@
  74. AMTAR = @AMTAR@
  75. AR = @AR@
  76. AS = @AS@
  77. AUTOCONF = @AUTOCONF@
  78. AUTOHEADER = @AUTOHEADER@
  79. AUTOMAKE = @AUTOMAKE@
  80. AWK = @AWK@
  81. BUILD_LIBHOSTNAME_FALSE = @BUILD_LIBHOSTNAME_FALSE@
  82. BUILD_LIBHOSTNAME_TRUE = @BUILD_LIBHOSTNAME_TRUE@
  83. BUILD_UNITTESTS_FALSE = @BUILD_UNITTESTS_FALSE@
  84. BUILD_UNITTESTS_TRUE = @BUILD_UNITTESTS_TRUE@
  85. CC = @CC@
  86. CCDEPMODE = @CCDEPMODE@
  87. CFLAGS = @CFLAGS@
  88. CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
  89. CPP = @CPP@
  90. CPPFLAGS = @CPPFLAGS@
  91. CROSSCOMPILING_FALSE = @CROSSCOMPILING_FALSE@
  92. CROSSCOMPILING_TRUE = @CROSSCOMPILING_TRUE@
  93. CURLDEBUG_FALSE = @CURLDEBUG_FALSE@
  94. CURLDEBUG_TRUE = @CURLDEBUG_TRUE@
  95. CURLVERSION = @CURLVERSION@
  96. CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
  97. CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
  98. CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
  99. CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
  100. CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
  101. CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
  102. CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
  103. CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
  104. CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
  105. CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
  106. CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
  107. CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
  108. CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
  109. CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
  110. CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
  111. CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
  112. CURL_LIBS = @CURL_LIBS@
  113. CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
  114. CYGPATH_W = @CYGPATH_W@
  115. DEFS = @DEFS@
  116. DEPDIR = @DEPDIR@
  117. DLLTOOL = @DLLTOOL@
  118. DSYMUTIL = @DSYMUTIL@
  119. DUMPBIN = @DUMPBIN@
  120. ECHO_C = @ECHO_C@
  121. ECHO_N = @ECHO_N@
  122. ECHO_T = @ECHO_T@
  123. EGREP = @EGREP@
  124. ENABLE_SHARED = @ENABLE_SHARED@
  125. EXEEXT = @EXEEXT@
  126. FGREP = @FGREP@
  127. GREP = @GREP@
  128. HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
  129. HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
  130. HAVE_LIBZ = @HAVE_LIBZ@
  131. HAVE_LIBZ_FALSE = @HAVE_LIBZ_FALSE@
  132. HAVE_LIBZ_TRUE = @HAVE_LIBZ_TRUE@
  133. HAVE_PK11_CREATEGENERICOBJECT = @HAVE_PK11_CREATEGENERICOBJECT@
  134. HAVE_SSLEAY_SRP = @HAVE_SSLEAY_SRP@
  135. IDN_ENABLED = @IDN_ENABLED@
  136. INSTALL_DATA = @INSTALL_DATA@
  137. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  138. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  139. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  140. IPV6_ENABLED = @IPV6_ENABLED@
  141. KRB4_ENABLED = @KRB4_ENABLED@
  142. LD = @LD@
  143. LDFLAGS = @LDFLAGS@
  144. LIBCURL_LIBS = @LIBCURL_LIBS@
  145. LIBOBJS = @LIBOBJS@
  146. LIBS = @LIBS@
  147. LIBTOOL = @LIBTOOL@
  148. LIPO = @LIPO@
  149. LN_S = @LN_S@
  150. LTLIBOBJS = @LTLIBOBJS@
  151. MAINT = @MAINT@
  152. MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
  153. MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
  154. MAKEINFO = @MAKEINFO@
  155. MANIFEST_TOOL = @MANIFEST_TOOL@
  156. MANOPT = @MANOPT@
  157. MIMPURE_FALSE = @MIMPURE_FALSE@
  158. MIMPURE_TRUE = @MIMPURE_TRUE@
  159. NM = @NM@
  160. NMEDIT = @NMEDIT@
  161. NO_UNDEFINED_FALSE = @NO_UNDEFINED_FALSE@
  162. NO_UNDEFINED_TRUE = @NO_UNDEFINED_TRUE@
  163. NROFF = @NROFF@
  164. OBJDUMP = @OBJDUMP@
  165. OBJEXT = @OBJEXT@
  166. OTOOL = @OTOOL@
  167. OTOOL64 = @OTOOL64@
  168. PACKAGE = @PACKAGE@
  169. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  170. PACKAGE_NAME = @PACKAGE_NAME@
  171. PACKAGE_STRING = @PACKAGE_STRING@
  172. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  173. PACKAGE_URL = @PACKAGE_URL@
  174. PACKAGE_VERSION = @PACKAGE_VERSION@
  175. PATH = @PATH@
  176. PATH_SEPARATOR = @PATH_SEPARATOR@
  177. PERL = @PERL@
  178. PKGADD_NAME = @PKGADD_NAME@
  179. PKGADD_PKG = @PKGADD_PKG@
  180. PKGADD_VENDOR = @PKGADD_VENDOR@
  181. PKGCONFIG = @PKGCONFIG@
  182. RANDOM_FILE = @RANDOM_FILE@
  183. RANLIB = @RANLIB@
  184. REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
  185. SED = @SED@
  186. SET_MAKE = @SET_MAKE@
  187. SHELL = @SHELL@
  188. SONAME_BUMP_FALSE = @SONAME_BUMP_FALSE@
  189. SONAME_BUMP_TRUE = @SONAME_BUMP_TRUE@
  190. SSL_ENABLED = @SSL_ENABLED@
  191. STATICLIB_FALSE = @STATICLIB_FALSE@
  192. STATICLIB_TRUE = @STATICLIB_TRUE@
  193. STRIP = @STRIP@
  194. SUPPORT_FEATURES = @SUPPORT_FEATURES@
  195. SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
  196. TEST_SERVER_LIBS = @TEST_SERVER_LIBS@
  197. USE_ARES = @USE_ARES@
  198. USE_AXTLS = @USE_AXTLS@
  199. USE_CYASSL = @USE_CYASSL@
  200. USE_EMBEDDED_ARES_FALSE = @USE_EMBEDDED_ARES_FALSE@
  201. USE_EMBEDDED_ARES_TRUE = @USE_EMBEDDED_ARES_TRUE@
  202. USE_GNUTLS = @USE_GNUTLS@
  203. USE_GNUTLS_NETTLE = @USE_GNUTLS_NETTLE@
  204. USE_LIBRTMP = @USE_LIBRTMP@
  205. USE_LIBSSH2 = @USE_LIBSSH2@
  206. USE_MANUAL_FALSE = @USE_MANUAL_FALSE@
  207. USE_MANUAL_TRUE = @USE_MANUAL_TRUE@
  208. USE_NSS = @USE_NSS@
  209. USE_OPENLDAP = @USE_OPENLDAP@
  210. USE_POLARSSL = @USE_POLARSSL@
  211. USE_SSLEAY = @USE_SSLEAY@
  212. USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
  213. VERSION = @VERSION@
  214. VERSIONED_FLAVOUR = @VERSIONED_FLAVOUR@
  215. VERSIONED_SYMBOLS_FALSE = @VERSIONED_SYMBOLS_FALSE@
  216. VERSIONED_SYMBOLS_TRUE = @VERSIONED_SYMBOLS_TRUE@
  217. VERSIONNUM = @VERSIONNUM@
  218. ac_ct_AR = @ac_ct_AR@
  219. ac_ct_CC = @ac_ct_CC@
  220. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  221. am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  222. am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  223. am__include = @am__include@
  224. am__leading_dot = @am__leading_dot@
  225. am__quote = @am__quote@
  226. am__tar = @am__tar@
  227. am__untar = @am__untar@
  228. bindir = @bindir@
  229. build = @build@
  230. build_alias = @build_alias@
  231. build_cpu = @build_cpu@
  232. build_os = @build_os@
  233. build_vendor = @build_vendor@
  234. datadir = @datadir@
  235. datarootdir = @datarootdir@
  236. docdir = @docdir@
  237. dvidir = @dvidir@
  238. exec_prefix = @exec_prefix@
  239. host = @host@
  240. host_alias = @host_alias@
  241. host_cpu = @host_cpu@
  242. host_os = @host_os@
  243. host_vendor = @host_vendor@
  244. htmldir = @htmldir@
  245. includedir = @includedir@
  246. infodir = @infodir@
  247. install_sh = @install_sh@
  248. libdir = @libdir@
  249. libexecdir = @libexecdir@
  250. libext = @libext@
  251. localedir = @localedir@
  252. localstatedir = @localstatedir@
  253. mandir = @mandir@
  254. mkdir_p = @mkdir_p@
  255. oldincludedir = @oldincludedir@
  256. pdfdir = @pdfdir@
  257. prefix = @prefix@
  258. program_transform_name = @program_transform_name@
  259. psdir = @psdir@
  260. sbindir = @sbindir@
  261. sharedstatedir = @sharedstatedir@
  262. subdirs = @subdirs@
  263. sysconfdir = @sysconfdir@
  264. target_alias = @target_alias@
  265. #***************************************************************************
  266. # _ _ ____ _
  267. # Project ___| | | | _ \| |
  268. # / __| | | | |_) | |
  269. # | (__| |_| | _ <| |___
  270. # \___|\___/|_| \_\_____|
  271. #
  272. # Copyright (C) 1998 - 2011, Daniel Stenberg, <[email protected]>, et al.
  273. #
  274. # This software is licensed as described in the file COPYING, which
  275. # you should have received as part of this distribution. The terms
  276. # are also available at http://curl.haxx.se/docs/copyright.html.
  277. #
  278. # You may opt to use, copy, modify, merge, publish, distribute and/or sell
  279. # copies of the Software, and permit persons to whom the Software is
  280. # furnished to do so, under the terms of the COPYING file.
  281. #
  282. # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
  283. # KIND, either express or implied.
  284. #
  285. ###########################################################################
  286. pkginclude_HEADERS = \
  287. curl.h curlver.h easy.h mprintf.h stdcheaders.h multi.h \
  288. typecheck-gcc.h curlbuild.h curlrules.h
  289. # curlbuild.h does not exist in the git tree. When the original libcurl
  290. # source code distribution archive file is created, curlbuild.h.dist is
  291. # renamed to curlbuild.h and included in the tarball so that it can be
  292. # used directly on non-configure systems.
  293. #
  294. # The distributed curlbuild.h will be overwritten on configure systems
  295. # when the configure script runs, with one that is suitable and specific
  296. # to the library being configured and built.
  297. #
  298. # curlbuild.h.in is the distributed template file from which the configure
  299. # script creates curlbuild.h at library configuration time, overwiting the
  300. # one included in the distribution archive.
  301. #
  302. # curlbuild.h.dist is not included in the source code distribution archive.
  303. EXTRA_DIST = curlbuild.h.in
  304. DISTCLEANFILES = curlbuild.h
  305. all: curlbuild.h
  306. $(MAKE) $(AM_MAKEFLAGS) all-am
  307. .SUFFIXES:
  308. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  309. @for dep in $?; do \
  310. case '$(am__configure_deps)' in \
  311. *$$dep*) \
  312. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
  313. && exit 0; \
  314. exit 1;; \
  315. esac; \
  316. done; \
  317. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/curl/Makefile'; \
  318. cd $(top_srcdir) && \
  319. $(AUTOMAKE) --foreign include/curl/Makefile
  320. .PRECIOUS: Makefile
  321. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  322. @case '$?' in \
  323. *config.status*) \
  324. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  325. *) \
  326. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  327. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  328. esac;
  329. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  330. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  331. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  332. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  333. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  334. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  335. curlbuild.h: stamp-h3
  336. @if test ! -f $@; then \
  337. rm -f stamp-h3; \
  338. $(MAKE) stamp-h3; \
  339. else :; fi
  340. stamp-h3: $(srcdir)/curlbuild.h.in $(top_builddir)/config.status
  341. @rm -f stamp-h3
  342. cd $(top_builddir) && $(SHELL) ./config.status include/curl/curlbuild.h
  343. $(srcdir)/curlbuild.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  344. cd $(top_srcdir) && $(AUTOHEADER)
  345. rm -f stamp-h3
  346. touch $@
  347. distclean-hdr:
  348. -rm -f curlbuild.h stamp-h3
  349. mostlyclean-libtool:
  350. -rm -f *.lo
  351. clean-libtool:
  352. -rm -rf .libs _libs
  353. distclean-libtool:
  354. -rm -f libtool
  355. uninstall-info-am:
  356. install-pkgincludeHEADERS: $(pkginclude_HEADERS)
  357. @$(NORMAL_INSTALL)
  358. test -z "$(pkgincludedir)" || $(mkdir_p) "$(DESTDIR)$(pkgincludedir)"
  359. @list='$(pkginclude_HEADERS)'; for p in $$list; do \
  360. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  361. f=$(am__strip_dir) \
  362. echo " $(pkgincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgincludedir)/$$f'"; \
  363. $(pkgincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgincludedir)/$$f"; \
  364. done
  365. uninstall-pkgincludeHEADERS:
  366. @$(NORMAL_UNINSTALL)
  367. @list='$(pkginclude_HEADERS)'; for p in $$list; do \
  368. f=$(am__strip_dir) \
  369. echo " rm -f '$(DESTDIR)$(pkgincludedir)/$$f'"; \
  370. rm -f "$(DESTDIR)$(pkgincludedir)/$$f"; \
  371. done
  372. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  373. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  374. unique=`for i in $$list; do \
  375. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  376. done | \
  377. $(AWK) ' { files[$$0] = 1; } \
  378. END { for (i in files) print i; }'`; \
  379. mkid -fID $$unique
  380. tags: TAGS
  381. TAGS: $(HEADERS) $(SOURCES) curlbuild.h.in $(TAGS_DEPENDENCIES) \
  382. $(TAGS_FILES) $(LISP)
  383. tags=; \
  384. here=`pwd`; \
  385. list='$(SOURCES) $(HEADERS) curlbuild.h.in $(LISP) $(TAGS_FILES)'; \
  386. unique=`for i in $$list; do \
  387. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  388. done | \
  389. $(AWK) ' { files[$$0] = 1; } \
  390. END { for (i in files) print i; }'`; \
  391. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
  392. test -n "$$unique" || unique=$$empty_fix; \
  393. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  394. $$tags $$unique; \
  395. fi
  396. ctags: CTAGS
  397. CTAGS: $(HEADERS) $(SOURCES) curlbuild.h.in $(TAGS_DEPENDENCIES) \
  398. $(TAGS_FILES) $(LISP)
  399. tags=; \
  400. here=`pwd`; \
  401. list='$(SOURCES) $(HEADERS) curlbuild.h.in $(LISP) $(TAGS_FILES)'; \
  402. unique=`for i in $$list; do \
  403. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  404. done | \
  405. $(AWK) ' { files[$$0] = 1; } \
  406. END { for (i in files) print i; }'`; \
  407. test -z "$(CTAGS_ARGS)$$tags$$unique" \
  408. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  409. $$tags $$unique
  410. GTAGS:
  411. here=`$(am__cd) $(top_builddir) && pwd` \
  412. && cd $(top_srcdir) \
  413. && gtags -i $(GTAGS_ARGS) $$here
  414. distclean-tags:
  415. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  416. distdir: $(DISTFILES)
  417. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
  418. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
  419. list='$(DISTFILES)'; for file in $$list; do \
  420. case $$file in \
  421. $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
  422. $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
  423. esac; \
  424. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  425. dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  426. if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  427. dir="/$$dir"; \
  428. $(mkdir_p) "$(distdir)$$dir"; \
  429. else \
  430. dir=''; \
  431. fi; \
  432. if test -d $$d/$$file; then \
  433. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  434. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  435. fi; \
  436. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  437. else \
  438. test -f $(distdir)/$$file \
  439. || cp -p $$d/$$file $(distdir)/$$file \
  440. || exit 1; \
  441. fi; \
  442. done
  443. check-am: all-am
  444. check: check-am
  445. @CURLDEBUG_FALSE@all-local:
  446. all-am: Makefile $(HEADERS) curlbuild.h all-local
  447. installdirs:
  448. for dir in "$(DESTDIR)$(pkgincludedir)"; do \
  449. test -z "$$dir" || $(mkdir_p) "$$dir"; \
  450. done
  451. install: install-am
  452. install-exec: install-exec-am
  453. install-data: install-data-am
  454. uninstall: uninstall-am
  455. install-am: all-am
  456. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  457. installcheck: installcheck-am
  458. install-strip:
  459. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  460. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  461. `test -z '$(STRIP)' || \
  462. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  463. mostlyclean-generic:
  464. clean-generic:
  465. distclean-generic:
  466. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  467. -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
  468. maintainer-clean-generic:
  469. @echo "This command is intended for maintainers to use"
  470. @echo "it deletes files that may require special tools to rebuild."
  471. clean: clean-am
  472. clean-am: clean-generic clean-libtool mostlyclean-am
  473. distclean: distclean-am
  474. -rm -f Makefile
  475. distclean-am: clean-am distclean-generic distclean-hdr \
  476. distclean-libtool distclean-tags
  477. dvi: dvi-am
  478. dvi-am:
  479. html: html-am
  480. info: info-am
  481. info-am:
  482. install-data-am: install-pkgincludeHEADERS
  483. install-exec-am:
  484. install-info: install-info-am
  485. install-man:
  486. installcheck-am:
  487. maintainer-clean: maintainer-clean-am
  488. -rm -f Makefile
  489. maintainer-clean-am: distclean-am maintainer-clean-generic
  490. mostlyclean: mostlyclean-am
  491. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  492. pdf: pdf-am
  493. pdf-am:
  494. ps: ps-am
  495. ps-am:
  496. uninstall-am: uninstall-info-am uninstall-pkgincludeHEADERS
  497. .PHONY: CTAGS GTAGS all all-am all-local check check-am clean \
  498. clean-generic clean-libtool ctags distclean distclean-generic \
  499. distclean-hdr distclean-libtool distclean-tags distdir dvi \
  500. dvi-am html html-am info info-am install install-am \
  501. install-data install-data-am install-exec install-exec-am \
  502. install-info install-info-am install-man \
  503. install-pkgincludeHEADERS install-strip installcheck \
  504. installcheck-am installdirs maintainer-clean \
  505. maintainer-clean-generic mostlyclean mostlyclean-generic \
  506. mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
  507. uninstall-am uninstall-info-am uninstall-pkgincludeHEADERS
  508. checksrc:
  509. @@PERL@ $(top_srcdir)/lib/checksrc.pl -Wcurlbuild.h -D$(top_srcdir)/include/curl $(pkginclude_HEADERS) $(EXTRA_DIST)
  510. # for debug builds, we scan the sources on all regular make invokes
  511. @CURLDEBUG_TRUE@all-local: checksrc
  512. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  513. # Otherwise a system limit (for SysV at least) may be exceeded.
  514. .NOEXPORT: