诸暨麻将添加redis
您不能選擇超過 %s 個話題 話題必須以字母或數字為開頭,可包含連接號 ('-') 且最長為 35 個字
 
 
 
 
 
 

720 行
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 = packages
  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. SOURCES =
  117. DIST_SOURCES =
  118. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  119. ctags-recursive dvi-recursive html-recursive info-recursive \
  120. install-data-recursive install-dvi-recursive \
  121. install-exec-recursive install-html-recursive \
  122. install-info-recursive install-pdf-recursive \
  123. install-ps-recursive install-recursive installcheck-recursive \
  124. installdirs-recursive pdf-recursive ps-recursive \
  125. tags-recursive uninstall-recursive
  126. am__can_run_installinfo = \
  127. case $$AM_UPDATE_INFO_DIR in \
  128. n|no|NO) false;; \
  129. *) (install-info --version) >/dev/null 2>&1;; \
  130. esac
  131. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  132. distclean-recursive maintainer-clean-recursive
  133. am__recursive_targets = \
  134. $(RECURSIVE_TARGETS) \
  135. $(RECURSIVE_CLEAN_TARGETS) \
  136. $(am__extra_recursive_targets)
  137. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  138. distdir
  139. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  140. # Read a list of newline-separated strings from the standard input,
  141. # and print each of them once, without duplicates. Input order is
  142. # *not* preserved.
  143. am__uniquify_input = $(AWK) '\
  144. BEGIN { nonempty = 0; } \
  145. { items[$$0] = 1; nonempty = 1; } \
  146. END { if (nonempty) { for (i in items) print i; }; } \
  147. '
  148. # Make sure the list of sources is unique. This is necessary because,
  149. # e.g., the same source file might be shared among _SOURCES variables
  150. # for different programs/libraries.
  151. am__define_uniq_tagged_files = \
  152. list='$(am__tagged_files)'; \
  153. unique=`for i in $$list; do \
  154. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  155. done | $(am__uniquify_input)`
  156. ETAGS = etags
  157. CTAGS = ctags
  158. DIST_SUBDIRS = $(SUBDIRS)
  159. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  160. am__relativize = \
  161. dir0=`pwd`; \
  162. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  163. sed_rest='s,^[^/]*/*,,'; \
  164. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  165. sed_butlast='s,/*[^/]*$$,,'; \
  166. while test -n "$$dir1"; do \
  167. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  168. if test "$$first" != "."; then \
  169. if test "$$first" = ".."; then \
  170. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  171. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  172. else \
  173. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  174. if test "$$first2" = "$$first"; then \
  175. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  176. else \
  177. dir2="../$$dir2"; \
  178. fi; \
  179. dir0="$$dir0"/"$$first"; \
  180. fi; \
  181. fi; \
  182. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  183. done; \
  184. reldir="$$dir2"
  185. ACLOCAL = @ACLOCAL@
  186. AMTAR = @AMTAR@
  187. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  188. AR = @AR@
  189. AS = @AS@
  190. AUTOCONF = @AUTOCONF@
  191. AUTOHEADER = @AUTOHEADER@
  192. AUTOMAKE = @AUTOMAKE@
  193. AWK = @AWK@
  194. BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
  195. CC = @CC@
  196. CCDEPMODE = @CCDEPMODE@
  197. CFLAGS = @CFLAGS@
  198. CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
  199. CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
  200. CPP = @CPP@
  201. CPPFLAGS = @CPPFLAGS@
  202. CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@
  203. CURLVERSION = @CURLVERSION@
  204. CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
  205. CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
  206. CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
  207. CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
  208. CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
  209. CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
  210. CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
  211. CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
  212. CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
  213. CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
  214. CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
  215. CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
  216. CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
  217. CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
  218. CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
  219. CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
  220. CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
  221. CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
  222. CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
  223. CYGPATH_W = @CYGPATH_W@
  224. DEFS = @DEFS@
  225. DEPDIR = @DEPDIR@
  226. DLLTOOL = @DLLTOOL@
  227. DSYMUTIL = @DSYMUTIL@
  228. DUMPBIN = @DUMPBIN@
  229. ECHO_C = @ECHO_C@
  230. ECHO_N = @ECHO_N@
  231. ECHO_T = @ECHO_T@
  232. EGREP = @EGREP@
  233. ENABLE_SHARED = @ENABLE_SHARED@
  234. ENABLE_STATIC = @ENABLE_STATIC@
  235. EXEEXT = @EXEEXT@
  236. FGREP = @FGREP@
  237. GREP = @GREP@
  238. HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
  239. HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
  240. HAVE_LIBZ = @HAVE_LIBZ@
  241. HAVE_NSS_INITCONTEXT = @HAVE_NSS_INITCONTEXT@
  242. HAVE_SSLEAY_SRP = @HAVE_SSLEAY_SRP@
  243. IDN_ENABLED = @IDN_ENABLED@
  244. INSTALL = @INSTALL@
  245. INSTALL_DATA = @INSTALL_DATA@
  246. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  247. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  248. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  249. IPV6_ENABLED = @IPV6_ENABLED@
  250. KRB4_ENABLED = @KRB4_ENABLED@
  251. LD = @LD@
  252. LDFLAGS = @LDFLAGS@
  253. LIBCURL_LIBS = @LIBCURL_LIBS@
  254. LIBMETALINK_CPPFLAGS = @LIBMETALINK_CPPFLAGS@
  255. LIBMETALINK_LDFLAGS = @LIBMETALINK_LDFLAGS@
  256. LIBMETALINK_LIBS = @LIBMETALINK_LIBS@
  257. LIBOBJS = @LIBOBJS@
  258. LIBS = @LIBS@
  259. LIBTOOL = @LIBTOOL@
  260. LIPO = @LIPO@
  261. LN_S = @LN_S@
  262. LTLIBOBJS = @LTLIBOBJS@
  263. MAINT = @MAINT@
  264. MAKEINFO = @MAKEINFO@
  265. MANIFEST_TOOL = @MANIFEST_TOOL@
  266. MANOPT = @MANOPT@
  267. MKDIR_P = @MKDIR_P@
  268. NM = @NM@
  269. NMEDIT = @NMEDIT@
  270. NROFF = @NROFF@
  271. OBJDUMP = @OBJDUMP@
  272. OBJEXT = @OBJEXT@
  273. OTOOL = @OTOOL@
  274. OTOOL64 = @OTOOL64@
  275. PACKAGE = @PACKAGE@
  276. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  277. PACKAGE_NAME = @PACKAGE_NAME@
  278. PACKAGE_STRING = @PACKAGE_STRING@
  279. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  280. PACKAGE_URL = @PACKAGE_URL@
  281. PACKAGE_VERSION = @PACKAGE_VERSION@
  282. PATH_SEPARATOR = @PATH_SEPARATOR@
  283. PERL = @PERL@
  284. PKGADD_NAME = @PKGADD_NAME@
  285. PKGADD_PKG = @PKGADD_PKG@
  286. PKGADD_VENDOR = @PKGADD_VENDOR@
  287. PKGCONFIG = @PKGCONFIG@
  288. RANDOM_FILE = @RANDOM_FILE@
  289. RANLIB = @RANLIB@
  290. REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
  291. SED = @SED@
  292. SET_MAKE = @SET_MAKE@
  293. SHELL = @SHELL@
  294. SSL_ENABLED = @SSL_ENABLED@
  295. STRIP = @STRIP@
  296. SUPPORT_FEATURES = @SUPPORT_FEATURES@
  297. SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
  298. USE_ARES = @USE_ARES@
  299. USE_AXTLS = @USE_AXTLS@
  300. USE_CYASSL = @USE_CYASSL@
  301. USE_DARWINSSL = @USE_DARWINSSL@
  302. USE_GNUTLS = @USE_GNUTLS@
  303. USE_GNUTLS_NETTLE = @USE_GNUTLS_NETTLE@
  304. USE_LIBRTMP = @USE_LIBRTMP@
  305. USE_LIBSSH2 = @USE_LIBSSH2@
  306. USE_NSS = @USE_NSS@
  307. USE_OPENLDAP = @USE_OPENLDAP@
  308. USE_POLARSSL = @USE_POLARSSL@
  309. USE_SCHANNEL = @USE_SCHANNEL@
  310. USE_SSLEAY = @USE_SSLEAY@
  311. USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
  312. VERSION = @VERSION@
  313. VERSIONNUM = @VERSIONNUM@
  314. ZLIB_LIBS = @ZLIB_LIBS@
  315. abs_builddir = @abs_builddir@
  316. abs_srcdir = @abs_srcdir@
  317. abs_top_builddir = @abs_top_builddir@
  318. abs_top_srcdir = @abs_top_srcdir@
  319. ac_ct_AR = @ac_ct_AR@
  320. ac_ct_CC = @ac_ct_CC@
  321. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  322. am__include = @am__include@
  323. am__leading_dot = @am__leading_dot@
  324. am__quote = @am__quote@
  325. am__tar = @am__tar@
  326. am__untar = @am__untar@
  327. bindir = @bindir@
  328. build = @build@
  329. build_alias = @build_alias@
  330. build_cpu = @build_cpu@
  331. build_os = @build_os@
  332. build_vendor = @build_vendor@
  333. builddir = @builddir@
  334. datadir = @datadir@
  335. datarootdir = @datarootdir@
  336. docdir = @docdir@
  337. dvidir = @dvidir@
  338. exec_prefix = @exec_prefix@
  339. host = @host@
  340. host_alias = @host_alias@
  341. host_cpu = @host_cpu@
  342. host_os = @host_os@
  343. host_vendor = @host_vendor@
  344. htmldir = @htmldir@
  345. includedir = @includedir@
  346. infodir = @infodir@
  347. install_sh = @install_sh@
  348. libdir = @libdir@
  349. libexecdir = @libexecdir@
  350. libext = @libext@
  351. localedir = @localedir@
  352. localstatedir = @localstatedir@
  353. mandir = @mandir@
  354. mkdir_p = @mkdir_p@
  355. oldincludedir = @oldincludedir@
  356. pdfdir = @pdfdir@
  357. prefix = @prefix@
  358. program_transform_name = @program_transform_name@
  359. psdir = @psdir@
  360. sbindir = @sbindir@
  361. sharedstatedir = @sharedstatedir@
  362. srcdir = @srcdir@
  363. subdirs = @subdirs@
  364. sysconfdir = @sysconfdir@
  365. target_alias = @target_alias@
  366. top_build_prefix = @top_build_prefix@
  367. top_builddir = @top_builddir@
  368. top_srcdir = @top_srcdir@
  369. SUBDIRS = Win32 Linux Solaris EPM AIX vms
  370. EXTRA_DIST = README \
  371. DOS/README \
  372. DOS/common.dj \
  373. NetWare/get_ver.awk \
  374. NetWare/get_exp.awk \
  375. OS400/README.OS400 \
  376. OS400/ccsidcurl.c \
  377. OS400/ccsidcurl.h \
  378. OS400/curl.inc.in \
  379. OS400/initscript.sh \
  380. OS400/make-include.sh \
  381. OS400/make-lib.sh \
  382. OS400/make-src.sh \
  383. OS400/make-tests.sh \
  384. OS400/makefile.sh \
  385. OS400/os400sys.c \
  386. OS400/os400sys.h \
  387. Symbian/bwins/libcurlu.def \
  388. Symbian/eabi/libcurlu.def \
  389. Symbian/group/bld.inf \
  390. Symbian/group/curl.iby \
  391. Symbian/group/curl.mmp \
  392. Symbian/group/curl.pkg \
  393. Symbian/group/libcurl.iby \
  394. Symbian/group/libcurl.mmp \
  395. Symbian/group/libcurl.pkg \
  396. Symbian/readme.txt \
  397. TPF/curl.mak \
  398. TPF/maketpf.env_curl \
  399. TPF/maketpf.env_curllib \
  400. Android/Android.mk
  401. all: all-recursive
  402. .SUFFIXES:
  403. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  404. @for dep in $?; do \
  405. case '$(am__configure_deps)' in \
  406. *$$dep*) \
  407. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  408. && { if test -f $@; then exit 0; else break; fi; }; \
  409. exit 1;; \
  410. esac; \
  411. done; \
  412. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign packages/Makefile'; \
  413. $(am__cd) $(top_srcdir) && \
  414. $(AUTOMAKE) --foreign packages/Makefile
  415. .PRECIOUS: Makefile
  416. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  417. @case '$?' in \
  418. *config.status*) \
  419. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  420. *) \
  421. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  422. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  423. esac;
  424. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  425. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  426. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  427. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  428. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  429. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  430. $(am__aclocal_m4_deps):
  431. mostlyclean-libtool:
  432. -rm -f *.lo
  433. clean-libtool:
  434. -rm -rf .libs _libs
  435. # This directory's subdirectories are mostly independent; you can cd
  436. # into them and run 'make' without going through this Makefile.
  437. # To change the values of 'make' variables: instead of editing Makefiles,
  438. # (1) if the variable is set in 'config.status', edit 'config.status'
  439. # (which will cause the Makefiles to be regenerated when you run 'make');
  440. # (2) otherwise, pass the desired values on the 'make' command line.
  441. $(am__recursive_targets):
  442. @fail=; \
  443. if $(am__make_keepgoing); then \
  444. failcom='fail=yes'; \
  445. else \
  446. failcom='exit 1'; \
  447. fi; \
  448. dot_seen=no; \
  449. target=`echo $@ | sed s/-recursive//`; \
  450. case "$@" in \
  451. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  452. *) list='$(SUBDIRS)' ;; \
  453. esac; \
  454. for subdir in $$list; do \
  455. echo "Making $$target in $$subdir"; \
  456. if test "$$subdir" = "."; then \
  457. dot_seen=yes; \
  458. local_target="$$target-am"; \
  459. else \
  460. local_target="$$target"; \
  461. fi; \
  462. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  463. || eval $$failcom; \
  464. done; \
  465. if test "$$dot_seen" = "no"; then \
  466. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  467. fi; test -z "$$fail"
  468. ID: $(am__tagged_files)
  469. $(am__define_uniq_tagged_files); mkid -fID $$unique
  470. tags: tags-recursive
  471. TAGS: tags
  472. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  473. set x; \
  474. here=`pwd`; \
  475. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  476. include_option=--etags-include; \
  477. empty_fix=.; \
  478. else \
  479. include_option=--include; \
  480. empty_fix=; \
  481. fi; \
  482. list='$(SUBDIRS)'; for subdir in $$list; do \
  483. if test "$$subdir" = .; then :; else \
  484. test ! -f $$subdir/TAGS || \
  485. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  486. fi; \
  487. done; \
  488. $(am__define_uniq_tagged_files); \
  489. shift; \
  490. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  491. test -n "$$unique" || unique=$$empty_fix; \
  492. if test $$# -gt 0; then \
  493. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  494. "$$@" $$unique; \
  495. else \
  496. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  497. $$unique; \
  498. fi; \
  499. fi
  500. ctags: ctags-recursive
  501. CTAGS: ctags
  502. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  503. $(am__define_uniq_tagged_files); \
  504. test -z "$(CTAGS_ARGS)$$unique" \
  505. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  506. $$unique
  507. GTAGS:
  508. here=`$(am__cd) $(top_builddir) && pwd` \
  509. && $(am__cd) $(top_srcdir) \
  510. && gtags -i $(GTAGS_ARGS) "$$here"
  511. cscopelist: cscopelist-recursive
  512. cscopelist-am: $(am__tagged_files)
  513. list='$(am__tagged_files)'; \
  514. case "$(srcdir)" in \
  515. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  516. *) sdir=$(subdir)/$(srcdir) ;; \
  517. esac; \
  518. for i in $$list; do \
  519. if test -f "$$i"; then \
  520. echo "$(subdir)/$$i"; \
  521. else \
  522. echo "$$sdir/$$i"; \
  523. fi; \
  524. done >> $(top_builddir)/cscope.files
  525. distclean-tags:
  526. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  527. distdir: $(DISTFILES)
  528. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  529. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  530. list='$(DISTFILES)'; \
  531. dist_files=`for file in $$list; do echo $$file; done | \
  532. sed -e "s|^$$srcdirstrip/||;t" \
  533. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  534. case $$dist_files in \
  535. */*) $(MKDIR_P) `echo "$$dist_files" | \
  536. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  537. sort -u` ;; \
  538. esac; \
  539. for file in $$dist_files; do \
  540. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  541. if test -d $$d/$$file; then \
  542. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  543. if test -d "$(distdir)/$$file"; then \
  544. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  545. fi; \
  546. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  547. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  548. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  549. fi; \
  550. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  551. else \
  552. test -f "$(distdir)/$$file" \
  553. || cp -p $$d/$$file "$(distdir)/$$file" \
  554. || exit 1; \
  555. fi; \
  556. done
  557. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  558. if test "$$subdir" = .; then :; else \
  559. $(am__make_dryrun) \
  560. || test -d "$(distdir)/$$subdir" \
  561. || $(MKDIR_P) "$(distdir)/$$subdir" \
  562. || exit 1; \
  563. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  564. $(am__relativize); \
  565. new_distdir=$$reldir; \
  566. dir1=$$subdir; dir2="$(top_distdir)"; \
  567. $(am__relativize); \
  568. new_top_distdir=$$reldir; \
  569. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  570. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  571. ($(am__cd) $$subdir && \
  572. $(MAKE) $(AM_MAKEFLAGS) \
  573. top_distdir="$$new_top_distdir" \
  574. distdir="$$new_distdir" \
  575. am__remove_distdir=: \
  576. am__skip_length_check=: \
  577. am__skip_mode_fix=: \
  578. distdir) \
  579. || exit 1; \
  580. fi; \
  581. done
  582. check-am: all-am
  583. check: check-recursive
  584. all-am: Makefile
  585. installdirs: installdirs-recursive
  586. installdirs-am:
  587. install: install-recursive
  588. install-exec: install-exec-recursive
  589. install-data: install-data-recursive
  590. uninstall: uninstall-recursive
  591. install-am: all-am
  592. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  593. installcheck: installcheck-recursive
  594. install-strip:
  595. if test -z '$(STRIP)'; then \
  596. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  597. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  598. install; \
  599. else \
  600. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  601. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  602. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  603. fi
  604. mostlyclean-generic:
  605. clean-generic:
  606. distclean-generic:
  607. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  608. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  609. maintainer-clean-generic:
  610. @echo "This command is intended for maintainers to use"
  611. @echo "it deletes files that may require special tools to rebuild."
  612. clean: clean-recursive
  613. clean-am: clean-generic clean-libtool mostlyclean-am
  614. distclean: distclean-recursive
  615. -rm -f Makefile
  616. distclean-am: clean-am distclean-generic distclean-tags
  617. dvi: dvi-recursive
  618. dvi-am:
  619. html: html-recursive
  620. html-am:
  621. info: info-recursive
  622. info-am:
  623. install-data-am:
  624. install-dvi: install-dvi-recursive
  625. install-dvi-am:
  626. install-exec-am:
  627. install-html: install-html-recursive
  628. install-html-am:
  629. install-info: install-info-recursive
  630. install-info-am:
  631. install-man:
  632. install-pdf: install-pdf-recursive
  633. install-pdf-am:
  634. install-ps: install-ps-recursive
  635. install-ps-am:
  636. installcheck-am:
  637. maintainer-clean: maintainer-clean-recursive
  638. -rm -f Makefile
  639. maintainer-clean-am: distclean-am maintainer-clean-generic
  640. mostlyclean: mostlyclean-recursive
  641. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  642. pdf: pdf-recursive
  643. pdf-am:
  644. ps: ps-recursive
  645. ps-am:
  646. uninstall-am:
  647. .MAKE: $(am__recursive_targets) install-am install-strip
  648. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
  649. check-am clean clean-generic clean-libtool cscopelist-am ctags \
  650. ctags-am distclean distclean-generic distclean-libtool \
  651. distclean-tags distdir dvi dvi-am html html-am info info-am \
  652. install install-am install-data install-data-am install-dvi \
  653. install-dvi-am install-exec install-exec-am install-html \
  654. install-html-am install-info install-info-am install-man \
  655. install-pdf install-pdf-am install-ps install-ps-am \
  656. install-strip installcheck installcheck-am installdirs \
  657. installdirs-am maintainer-clean maintainer-clean-generic \
  658. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  659. ps ps-am tags tags-am uninstall uninstall-am
  660. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  661. # Otherwise a system limit (for SysV at least) may be exceeded.
  662. .NOEXPORT: