诸暨麻将添加redis
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 

692 řádky
21 KiB

  1. # Makefile.in generated by automake 1.13.3 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2013 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  9. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  10. # PARTICULAR PURPOSE.
  11. @SET_MAKE@
  12. VPATH = @srcdir@
  13. am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
  14. am__make_running_with_option = \
  15. case $${target_option-} in \
  16. ?) ;; \
  17. *) echo "am__make_running_with_option: internal error: invalid" \
  18. "target option '$${target_option-}' specified" >&2; \
  19. exit 1;; \
  20. esac; \
  21. has_opt=no; \
  22. sane_makeflags=$$MAKEFLAGS; \
  23. if $(am__is_gnu_make); then \
  24. sane_makeflags=$$MFLAGS; \
  25. else \
  26. case $$MAKEFLAGS in \
  27. *\\[\ \ ]*) \
  28. bs=\\; \
  29. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  30. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  31. esac; \
  32. fi; \
  33. skip_next=no; \
  34. strip_trailopt () \
  35. { \
  36. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  37. }; \
  38. for flg in $$sane_makeflags; do \
  39. test $$skip_next = yes && { skip_next=no; continue; }; \
  40. case $$flg in \
  41. *=*|--*) continue;; \
  42. -*I) strip_trailopt 'I'; skip_next=yes;; \
  43. -*I?*) strip_trailopt 'I';; \
  44. -*O) strip_trailopt 'O'; skip_next=yes;; \
  45. -*O?*) strip_trailopt 'O';; \
  46. -*l) strip_trailopt 'l'; skip_next=yes;; \
  47. -*l?*) strip_trailopt 'l';; \
  48. -[dEDm]) skip_next=yes;; \
  49. -[JT]) skip_next=yes;; \
  50. esac; \
  51. case $$flg in \
  52. *$$target_option*) has_opt=yes; break;; \
  53. esac; \
  54. done; \
  55. test $$has_opt = yes
  56. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  57. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  58. pkgdatadir = $(datadir)/@PACKAGE@
  59. pkgincludedir = $(includedir)/@PACKAGE@
  60. pkglibdir = $(libdir)/@PACKAGE@
  61. pkglibexecdir = $(libexecdir)/@PACKAGE@
  62. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  63. install_sh_DATA = $(install_sh) -c -m 644
  64. install_sh_PROGRAM = $(install_sh) -c
  65. install_sh_SCRIPT = $(install_sh) -c
  66. INSTALL_HEADER = $(INSTALL_DATA)
  67. transform = $(program_transform_name)
  68. NORMAL_INSTALL = :
  69. PRE_INSTALL = :
  70. POST_INSTALL = :
  71. NORMAL_UNINSTALL = :
  72. PRE_UNINSTALL = :
  73. POST_UNINSTALL = :
  74. build_triplet = @build@
  75. host_triplet = @host@
  76. subdir = include
  77. DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
  78. $(top_srcdir)/mkinstalldirs README
  79. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  80. am__aclocal_m4_deps = $(top_srcdir)/m4/curl-compilers.m4 \
  81. $(top_srcdir)/m4/curl-confopts.m4 \
  82. $(top_srcdir)/m4/curl-functions.m4 \
  83. $(top_srcdir)/m4/curl-openssl.m4 \
  84. $(top_srcdir)/m4/curl-override.m4 \
  85. $(top_srcdir)/m4/curl-reentrant.m4 $(top_srcdir)/m4/libtool.m4 \
  86. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  87. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  88. $(top_srcdir)/m4/xc-am-iface.m4 \
  89. $(top_srcdir)/m4/xc-cc-check.m4 \
  90. $(top_srcdir)/m4/xc-lt-iface.m4 \
  91. $(top_srcdir)/m4/xc-translit.m4 \
  92. $(top_srcdir)/m4/xc-val-flgs.m4 \
  93. $(top_srcdir)/m4/zz40-xc-ovr.m4 \
  94. $(top_srcdir)/m4/zz50-xc-ovr.m4 \
  95. $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
  96. $(top_srcdir)/configure.ac
  97. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  98. $(ACLOCAL_M4)
  99. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  100. CONFIG_HEADER = $(top_builddir)/lib/curl_config.h \
  101. $(top_builddir)/include/curl/curlbuild.h
  102. CONFIG_CLEAN_FILES =
  103. CONFIG_CLEAN_VPATH_FILES =
  104. AM_V_P = $(am__v_P_@AM_V@)
  105. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  106. am__v_P_0 = false
  107. am__v_P_1 = :
  108. AM_V_GEN = $(am__v_GEN_@AM_V@)
  109. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  110. am__v_GEN_0 = @echo " GEN " $@;
  111. am__v_GEN_1 =
  112. AM_V_at = $(am__v_at_@AM_V@)
  113. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  114. am__v_at_0 = @
  115. am__v_at_1 =
  116. depcomp =
  117. am__depfiles_maybe =
  118. SOURCES =
  119. DIST_SOURCES =
  120. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  121. ctags-recursive dvi-recursive html-recursive info-recursive \
  122. install-data-recursive install-dvi-recursive \
  123. install-exec-recursive install-html-recursive \
  124. install-info-recursive install-pdf-recursive \
  125. install-ps-recursive install-recursive installcheck-recursive \
  126. installdirs-recursive pdf-recursive ps-recursive \
  127. tags-recursive uninstall-recursive
  128. am__can_run_installinfo = \
  129. case $$AM_UPDATE_INFO_DIR in \
  130. n|no|NO) false;; \
  131. *) (install-info --version) >/dev/null 2>&1;; \
  132. esac
  133. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  134. distclean-recursive maintainer-clean-recursive
  135. am__recursive_targets = \
  136. $(RECURSIVE_TARGETS) \
  137. $(RECURSIVE_CLEAN_TARGETS) \
  138. $(am__extra_recursive_targets)
  139. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  140. distdir
  141. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  142. # Read a list of newline-separated strings from the standard input,
  143. # and print each of them once, without duplicates. Input order is
  144. # *not* preserved.
  145. am__uniquify_input = $(AWK) '\
  146. BEGIN { nonempty = 0; } \
  147. { items[$$0] = 1; nonempty = 1; } \
  148. END { if (nonempty) { for (i in items) print i; }; } \
  149. '
  150. # Make sure the list of sources is unique. This is necessary because,
  151. # e.g., the same source file might be shared among _SOURCES variables
  152. # for different programs/libraries.
  153. am__define_uniq_tagged_files = \
  154. list='$(am__tagged_files)'; \
  155. unique=`for i in $$list; do \
  156. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  157. done | $(am__uniquify_input)`
  158. ETAGS = etags
  159. CTAGS = ctags
  160. DIST_SUBDIRS = $(SUBDIRS)
  161. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  162. am__relativize = \
  163. dir0=`pwd`; \
  164. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  165. sed_rest='s,^[^/]*/*,,'; \
  166. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  167. sed_butlast='s,/*[^/]*$$,,'; \
  168. while test -n "$$dir1"; do \
  169. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  170. if test "$$first" != "."; then \
  171. if test "$$first" = ".."; then \
  172. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  173. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  174. else \
  175. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  176. if test "$$first2" = "$$first"; then \
  177. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  178. else \
  179. dir2="../$$dir2"; \
  180. fi; \
  181. dir0="$$dir0"/"$$first"; \
  182. fi; \
  183. fi; \
  184. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  185. done; \
  186. reldir="$$dir2"
  187. ACLOCAL = @ACLOCAL@
  188. AMTAR = @AMTAR@
  189. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  190. AR = @AR@
  191. AS = @AS@
  192. AUTOCONF = @AUTOCONF@
  193. AUTOHEADER = @AUTOHEADER@
  194. AUTOMAKE = @AUTOMAKE@
  195. AWK = @AWK@
  196. BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
  197. CC = @CC@
  198. CCDEPMODE = @CCDEPMODE@
  199. CFLAGS = @CFLAGS@
  200. CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
  201. CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
  202. CPP = @CPP@
  203. CPPFLAGS = @CPPFLAGS@
  204. CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@
  205. CURLVERSION = @CURLVERSION@
  206. CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
  207. CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
  208. CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
  209. CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
  210. CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
  211. CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
  212. CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
  213. CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
  214. CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
  215. CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
  216. CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
  217. CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
  218. CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
  219. CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
  220. CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
  221. CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
  222. CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
  223. CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
  224. CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
  225. CYGPATH_W = @CYGPATH_W@
  226. DEFS = @DEFS@
  227. DEPDIR = @DEPDIR@
  228. DLLTOOL = @DLLTOOL@
  229. DSYMUTIL = @DSYMUTIL@
  230. DUMPBIN = @DUMPBIN@
  231. ECHO_C = @ECHO_C@
  232. ECHO_N = @ECHO_N@
  233. ECHO_T = @ECHO_T@
  234. EGREP = @EGREP@
  235. ENABLE_SHARED = @ENABLE_SHARED@
  236. ENABLE_STATIC = @ENABLE_STATIC@
  237. EXEEXT = @EXEEXT@
  238. FGREP = @FGREP@
  239. GREP = @GREP@
  240. HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
  241. HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
  242. HAVE_LIBZ = @HAVE_LIBZ@
  243. HAVE_NSS_INITCONTEXT = @HAVE_NSS_INITCONTEXT@
  244. HAVE_SSLEAY_SRP = @HAVE_SSLEAY_SRP@
  245. IDN_ENABLED = @IDN_ENABLED@
  246. INSTALL = @INSTALL@
  247. INSTALL_DATA = @INSTALL_DATA@
  248. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  249. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  250. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  251. IPV6_ENABLED = @IPV6_ENABLED@
  252. KRB4_ENABLED = @KRB4_ENABLED@
  253. LD = @LD@
  254. LDFLAGS = @LDFLAGS@
  255. LIBCURL_LIBS = @LIBCURL_LIBS@
  256. LIBMETALINK_CPPFLAGS = @LIBMETALINK_CPPFLAGS@
  257. LIBMETALINK_LDFLAGS = @LIBMETALINK_LDFLAGS@
  258. LIBMETALINK_LIBS = @LIBMETALINK_LIBS@
  259. LIBOBJS = @LIBOBJS@
  260. LIBS = @LIBS@
  261. LIBTOOL = @LIBTOOL@
  262. LIPO = @LIPO@
  263. LN_S = @LN_S@
  264. LTLIBOBJS = @LTLIBOBJS@
  265. MAINT = @MAINT@
  266. MAKEINFO = @MAKEINFO@
  267. MANIFEST_TOOL = @MANIFEST_TOOL@
  268. MANOPT = @MANOPT@
  269. MKDIR_P = @MKDIR_P@
  270. NM = @NM@
  271. NMEDIT = @NMEDIT@
  272. NROFF = @NROFF@
  273. OBJDUMP = @OBJDUMP@
  274. OBJEXT = @OBJEXT@
  275. OTOOL = @OTOOL@
  276. OTOOL64 = @OTOOL64@
  277. PACKAGE = @PACKAGE@
  278. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  279. PACKAGE_NAME = @PACKAGE_NAME@
  280. PACKAGE_STRING = @PACKAGE_STRING@
  281. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  282. PACKAGE_URL = @PACKAGE_URL@
  283. PACKAGE_VERSION = @PACKAGE_VERSION@
  284. PATH_SEPARATOR = @PATH_SEPARATOR@
  285. PERL = @PERL@
  286. PKGADD_NAME = @PKGADD_NAME@
  287. PKGADD_PKG = @PKGADD_PKG@
  288. PKGADD_VENDOR = @PKGADD_VENDOR@
  289. PKGCONFIG = @PKGCONFIG@
  290. RANDOM_FILE = @RANDOM_FILE@
  291. RANLIB = @RANLIB@
  292. REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
  293. SED = @SED@
  294. SET_MAKE = @SET_MAKE@
  295. SHELL = @SHELL@
  296. SSL_ENABLED = @SSL_ENABLED@
  297. STRIP = @STRIP@
  298. SUPPORT_FEATURES = @SUPPORT_FEATURES@
  299. SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
  300. USE_ARES = @USE_ARES@
  301. USE_AXTLS = @USE_AXTLS@
  302. USE_CYASSL = @USE_CYASSL@
  303. USE_DARWINSSL = @USE_DARWINSSL@
  304. USE_GNUTLS = @USE_GNUTLS@
  305. USE_GNUTLS_NETTLE = @USE_GNUTLS_NETTLE@
  306. USE_LIBRTMP = @USE_LIBRTMP@
  307. USE_LIBSSH2 = @USE_LIBSSH2@
  308. USE_NSS = @USE_NSS@
  309. USE_OPENLDAP = @USE_OPENLDAP@
  310. USE_POLARSSL = @USE_POLARSSL@
  311. USE_SCHANNEL = @USE_SCHANNEL@
  312. USE_SSLEAY = @USE_SSLEAY@
  313. USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
  314. VERSION = @VERSION@
  315. VERSIONNUM = @VERSIONNUM@
  316. ZLIB_LIBS = @ZLIB_LIBS@
  317. abs_builddir = @abs_builddir@
  318. abs_srcdir = @abs_srcdir@
  319. abs_top_builddir = @abs_top_builddir@
  320. abs_top_srcdir = @abs_top_srcdir@
  321. ac_ct_AR = @ac_ct_AR@
  322. ac_ct_CC = @ac_ct_CC@
  323. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  324. am__include = @am__include@
  325. am__leading_dot = @am__leading_dot@
  326. am__quote = @am__quote@
  327. am__tar = @am__tar@
  328. am__untar = @am__untar@
  329. bindir = @bindir@
  330. build = @build@
  331. build_alias = @build_alias@
  332. build_cpu = @build_cpu@
  333. build_os = @build_os@
  334. build_vendor = @build_vendor@
  335. builddir = @builddir@
  336. datadir = @datadir@
  337. datarootdir = @datarootdir@
  338. docdir = @docdir@
  339. dvidir = @dvidir@
  340. exec_prefix = @exec_prefix@
  341. host = @host@
  342. host_alias = @host_alias@
  343. host_cpu = @host_cpu@
  344. host_os = @host_os@
  345. host_vendor = @host_vendor@
  346. htmldir = @htmldir@
  347. includedir = @includedir@
  348. infodir = @infodir@
  349. install_sh = @install_sh@
  350. libdir = @libdir@
  351. libexecdir = @libexecdir@
  352. libext = @libext@
  353. localedir = @localedir@
  354. localstatedir = @localstatedir@
  355. mandir = @mandir@
  356. mkdir_p = @mkdir_p@
  357. oldincludedir = @oldincludedir@
  358. pdfdir = @pdfdir@
  359. prefix = @prefix@
  360. program_transform_name = @program_transform_name@
  361. psdir = @psdir@
  362. sbindir = @sbindir@
  363. sharedstatedir = @sharedstatedir@
  364. srcdir = @srcdir@
  365. subdirs = @subdirs@
  366. sysconfdir = @sysconfdir@
  367. target_alias = @target_alias@
  368. top_build_prefix = @top_build_prefix@
  369. top_builddir = @top_builddir@
  370. top_srcdir = @top_srcdir@
  371. SUBDIRS = curl
  372. EXTRA_DIST = README
  373. AUTOMAKE_OPTIONS = foreign no-dependencies
  374. all: all-recursive
  375. .SUFFIXES:
  376. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  377. @for dep in $?; do \
  378. case '$(am__configure_deps)' in \
  379. *$$dep*) \
  380. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  381. && { if test -f $@; then exit 0; else break; fi; }; \
  382. exit 1;; \
  383. esac; \
  384. done; \
  385. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
  386. $(am__cd) $(top_srcdir) && \
  387. $(AUTOMAKE) --foreign include/Makefile
  388. .PRECIOUS: Makefile
  389. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  390. @case '$?' in \
  391. *config.status*) \
  392. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  393. *) \
  394. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  395. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  396. esac;
  397. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  398. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  399. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  400. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  401. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  402. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  403. $(am__aclocal_m4_deps):
  404. mostlyclean-libtool:
  405. -rm -f *.lo
  406. clean-libtool:
  407. -rm -rf .libs _libs
  408. # This directory's subdirectories are mostly independent; you can cd
  409. # into them and run 'make' without going through this Makefile.
  410. # To change the values of 'make' variables: instead of editing Makefiles,
  411. # (1) if the variable is set in 'config.status', edit 'config.status'
  412. # (which will cause the Makefiles to be regenerated when you run 'make');
  413. # (2) otherwise, pass the desired values on the 'make' command line.
  414. $(am__recursive_targets):
  415. @fail=; \
  416. if $(am__make_keepgoing); then \
  417. failcom='fail=yes'; \
  418. else \
  419. failcom='exit 1'; \
  420. fi; \
  421. dot_seen=no; \
  422. target=`echo $@ | sed s/-recursive//`; \
  423. case "$@" in \
  424. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  425. *) list='$(SUBDIRS)' ;; \
  426. esac; \
  427. for subdir in $$list; do \
  428. echo "Making $$target in $$subdir"; \
  429. if test "$$subdir" = "."; then \
  430. dot_seen=yes; \
  431. local_target="$$target-am"; \
  432. else \
  433. local_target="$$target"; \
  434. fi; \
  435. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  436. || eval $$failcom; \
  437. done; \
  438. if test "$$dot_seen" = "no"; then \
  439. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  440. fi; test -z "$$fail"
  441. ID: $(am__tagged_files)
  442. $(am__define_uniq_tagged_files); mkid -fID $$unique
  443. tags: tags-recursive
  444. TAGS: tags
  445. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  446. set x; \
  447. here=`pwd`; \
  448. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  449. include_option=--etags-include; \
  450. empty_fix=.; \
  451. else \
  452. include_option=--include; \
  453. empty_fix=; \
  454. fi; \
  455. list='$(SUBDIRS)'; for subdir in $$list; do \
  456. if test "$$subdir" = .; then :; else \
  457. test ! -f $$subdir/TAGS || \
  458. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  459. fi; \
  460. done; \
  461. $(am__define_uniq_tagged_files); \
  462. shift; \
  463. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  464. test -n "$$unique" || unique=$$empty_fix; \
  465. if test $$# -gt 0; then \
  466. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  467. "$$@" $$unique; \
  468. else \
  469. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  470. $$unique; \
  471. fi; \
  472. fi
  473. ctags: ctags-recursive
  474. CTAGS: ctags
  475. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  476. $(am__define_uniq_tagged_files); \
  477. test -z "$(CTAGS_ARGS)$$unique" \
  478. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  479. $$unique
  480. GTAGS:
  481. here=`$(am__cd) $(top_builddir) && pwd` \
  482. && $(am__cd) $(top_srcdir) \
  483. && gtags -i $(GTAGS_ARGS) "$$here"
  484. cscopelist: cscopelist-recursive
  485. cscopelist-am: $(am__tagged_files)
  486. list='$(am__tagged_files)'; \
  487. case "$(srcdir)" in \
  488. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  489. *) sdir=$(subdir)/$(srcdir) ;; \
  490. esac; \
  491. for i in $$list; do \
  492. if test -f "$$i"; then \
  493. echo "$(subdir)/$$i"; \
  494. else \
  495. echo "$$sdir/$$i"; \
  496. fi; \
  497. done >> $(top_builddir)/cscope.files
  498. distclean-tags:
  499. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  500. distdir: $(DISTFILES)
  501. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  502. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  503. list='$(DISTFILES)'; \
  504. dist_files=`for file in $$list; do echo $$file; done | \
  505. sed -e "s|^$$srcdirstrip/||;t" \
  506. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  507. case $$dist_files in \
  508. */*) $(MKDIR_P) `echo "$$dist_files" | \
  509. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  510. sort -u` ;; \
  511. esac; \
  512. for file in $$dist_files; do \
  513. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  514. if test -d $$d/$$file; then \
  515. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  516. if test -d "$(distdir)/$$file"; then \
  517. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  518. fi; \
  519. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  520. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  521. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  522. fi; \
  523. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  524. else \
  525. test -f "$(distdir)/$$file" \
  526. || cp -p $$d/$$file "$(distdir)/$$file" \
  527. || exit 1; \
  528. fi; \
  529. done
  530. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  531. if test "$$subdir" = .; then :; else \
  532. $(am__make_dryrun) \
  533. || test -d "$(distdir)/$$subdir" \
  534. || $(MKDIR_P) "$(distdir)/$$subdir" \
  535. || exit 1; \
  536. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  537. $(am__relativize); \
  538. new_distdir=$$reldir; \
  539. dir1=$$subdir; dir2="$(top_distdir)"; \
  540. $(am__relativize); \
  541. new_top_distdir=$$reldir; \
  542. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  543. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  544. ($(am__cd) $$subdir && \
  545. $(MAKE) $(AM_MAKEFLAGS) \
  546. top_distdir="$$new_top_distdir" \
  547. distdir="$$new_distdir" \
  548. am__remove_distdir=: \
  549. am__skip_length_check=: \
  550. am__skip_mode_fix=: \
  551. distdir) \
  552. || exit 1; \
  553. fi; \
  554. done
  555. check-am: all-am
  556. check: check-recursive
  557. all-am: Makefile
  558. installdirs: installdirs-recursive
  559. installdirs-am:
  560. install: install-recursive
  561. install-exec: install-exec-recursive
  562. install-data: install-data-recursive
  563. uninstall: uninstall-recursive
  564. install-am: all-am
  565. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  566. installcheck: installcheck-recursive
  567. install-strip:
  568. if test -z '$(STRIP)'; then \
  569. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  570. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  571. install; \
  572. else \
  573. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  574. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  575. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  576. fi
  577. mostlyclean-generic:
  578. clean-generic:
  579. distclean-generic:
  580. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  581. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  582. maintainer-clean-generic:
  583. @echo "This command is intended for maintainers to use"
  584. @echo "it deletes files that may require special tools to rebuild."
  585. clean: clean-recursive
  586. clean-am: clean-generic clean-libtool mostlyclean-am
  587. distclean: distclean-recursive
  588. -rm -f Makefile
  589. distclean-am: clean-am distclean-generic distclean-tags
  590. dvi: dvi-recursive
  591. dvi-am:
  592. html: html-recursive
  593. html-am:
  594. info: info-recursive
  595. info-am:
  596. install-data-am:
  597. install-dvi: install-dvi-recursive
  598. install-dvi-am:
  599. install-exec-am:
  600. install-html: install-html-recursive
  601. install-html-am:
  602. install-info: install-info-recursive
  603. install-info-am:
  604. install-man:
  605. install-pdf: install-pdf-recursive
  606. install-pdf-am:
  607. install-ps: install-ps-recursive
  608. install-ps-am:
  609. installcheck-am:
  610. maintainer-clean: maintainer-clean-recursive
  611. -rm -f Makefile
  612. maintainer-clean-am: distclean-am maintainer-clean-generic
  613. mostlyclean: mostlyclean-recursive
  614. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  615. pdf: pdf-recursive
  616. pdf-am:
  617. ps: ps-recursive
  618. ps-am:
  619. uninstall-am:
  620. .MAKE: $(am__recursive_targets) install-am install-strip
  621. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
  622. check-am clean clean-generic clean-libtool cscopelist-am ctags \
  623. ctags-am distclean distclean-generic distclean-libtool \
  624. distclean-tags distdir dvi dvi-am html html-am info info-am \
  625. install install-am install-data install-data-am install-dvi \
  626. install-dvi-am install-exec install-exec-am install-html \
  627. install-html-am install-info install-info-am install-man \
  628. install-pdf install-pdf-am install-ps install-ps-am \
  629. install-strip installcheck installcheck-am installdirs \
  630. installdirs-am maintainer-clean maintainer-clean-generic \
  631. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  632. ps ps-am tags tags-am uninstall uninstall-am
  633. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  634. # Otherwise a system limit (for SysV at least) may be exceeded.
  635. .NOEXPORT: