Makefile.in 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853
  1. # Makefile.in generated by automake 1.11.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
  5. # Inc.
  6. # This Makefile.in is free software; the Free Software Foundation
  7. # gives unlimited permission to copy and/or distribute it,
  8. # with or without modifications, as long as this notice is preserved.
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13. @SET_MAKE@
  14. # Make Autoconf.
  15. # Copyright (C) 1999-2004, 2006-2012 Free Software Foundation, Inc.
  16. # This program is free software: you can redistribute it and/or modify
  17. # it under the terms of the GNU General Public License as published by
  18. # the Free Software Foundation, either version 3 of the License, or
  19. # (at your option) any later version.
  20. # This program is distributed in the hope that it will be useful,
  21. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  22. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  23. # GNU General Public License for more details.
  24. # You should have received a copy of the GNU General Public License
  25. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  26. VPATH = @srcdir@
  27. pkgdatadir = $(datadir)/@PACKAGE@
  28. pkgincludedir = $(includedir)/@PACKAGE@
  29. pkglibdir = $(libdir)/@PACKAGE@
  30. pkglibexecdir = $(libexecdir)/@PACKAGE@
  31. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  32. install_sh_DATA = $(install_sh) -c -m 644
  33. install_sh_PROGRAM = $(install_sh) -c
  34. install_sh_SCRIPT = $(install_sh) -c
  35. INSTALL_HEADER = $(INSTALL_DATA)
  36. transform = $(program_transform_name)
  37. NORMAL_INSTALL = :
  38. PRE_INSTALL = :
  39. POST_INSTALL = :
  40. NORMAL_UNINSTALL = :
  41. PRE_UNINSTALL = :
  42. POST_UNINSTALL = :
  43. build_triplet = @build@
  44. host_triplet = @host@
  45. subdir = .
  46. DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
  47. $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
  48. ChangeLog INSTALL NEWS THANKS TODO build-aux/config.guess \
  49. build-aux/config.sub build-aux/elisp-comp build-aux/install-sh \
  50. build-aux/mdate-sh build-aux/missing build-aux/texinfo.tex
  51. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  52. am__aclocal_m4_deps = $(top_srcdir)/m4/autobuild.m4 \
  53. $(top_srcdir)/m4/m4.m4 $(top_srcdir)/m4/make-case.m4 \
  54. $(top_srcdir)/configure.ac
  55. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  56. $(ACLOCAL_M4)
  57. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  58. configure.lineno config.status.lineno
  59. mkinstalldirs = $(install_sh) -d
  60. CONFIG_CLEAN_FILES =
  61. CONFIG_CLEAN_VPATH_FILES =
  62. SOURCES =
  63. DIST_SOURCES =
  64. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  65. html-recursive info-recursive install-data-recursive \
  66. install-dvi-recursive install-exec-recursive \
  67. install-html-recursive install-info-recursive \
  68. install-pdf-recursive install-ps-recursive install-recursive \
  69. installcheck-recursive installdirs-recursive pdf-recursive \
  70. ps-recursive uninstall-recursive
  71. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  72. am__vpath_adj = case $$p in \
  73. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  74. *) f=$$p;; \
  75. esac;
  76. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  77. am__install_max = 40
  78. am__nobase_strip_setup = \
  79. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  80. am__nobase_strip = \
  81. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  82. am__nobase_list = $(am__nobase_strip_setup); \
  83. for p in $$list; do echo "$$p $$p"; done | \
  84. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  85. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  86. if (++n[$$2] == $(am__install_max)) \
  87. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  88. END { for (dir in files) print dir, files[dir] }'
  89. am__base_list = \
  90. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  91. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  92. am__installdirs = "$(DESTDIR)$(pkgdatadir)"
  93. DATA = $(pkgdata_DATA)
  94. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  95. distclean-recursive maintainer-clean-recursive
  96. AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
  97. $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
  98. distdir dist dist-all distcheck
  99. ETAGS = etags
  100. CTAGS = ctags
  101. DIST_SUBDIRS = $(SUBDIRS)
  102. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  103. distdir = $(PACKAGE)-$(VERSION)
  104. top_distdir = $(distdir)
  105. am__remove_distdir = \
  106. { test ! -d "$(distdir)" \
  107. || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  108. && rm -fr "$(distdir)"; }; }
  109. am__relativize = \
  110. dir0=`pwd`; \
  111. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  112. sed_rest='s,^[^/]*/*,,'; \
  113. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  114. sed_butlast='s,/*[^/]*$$,,'; \
  115. while test -n "$$dir1"; do \
  116. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  117. if test "$$first" != "."; then \
  118. if test "$$first" = ".."; then \
  119. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  120. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  121. else \
  122. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  123. if test "$$first2" = "$$first"; then \
  124. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  125. else \
  126. dir2="../$$dir2"; \
  127. fi; \
  128. dir0="$$dir0"/"$$first"; \
  129. fi; \
  130. fi; \
  131. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  132. done; \
  133. reldir="$$dir2"
  134. DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz
  135. GZIP_ENV = --best
  136. distuninstallcheck_listfiles = find . -type f -print
  137. distcleancheck_listfiles = find . -type f -print
  138. ACLOCAL = @ACLOCAL@
  139. AMTAR = @AMTAR@
  140. AUTOCONF = @AUTOCONF@
  141. AUTOHEADER = @AUTOHEADER@
  142. AUTOMAKE = @AUTOMAKE@
  143. AWK = @AWK@
  144. CYGPATH_W = @CYGPATH_W@
  145. DEFS = @DEFS@
  146. ECHO_C = @ECHO_C@
  147. ECHO_N = @ECHO_N@
  148. ECHO_T = @ECHO_T@
  149. EGREP = @EGREP@
  150. EMACS = @EMACS@
  151. EMACSLOADPATH = @EMACSLOADPATH@
  152. EXPR = @EXPR@
  153. GREP = @GREP@
  154. HELP2MAN = @HELP2MAN@
  155. INSTALL = @INSTALL@
  156. INSTALL_DATA = @INSTALL_DATA@
  157. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  158. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  159. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  160. LIBOBJS = @LIBOBJS@
  161. LIBS = @LIBS@
  162. LTLIBOBJS = @LTLIBOBJS@
  163. M4 = @M4@
  164. M4_DEBUGFILE = @M4_DEBUGFILE@
  165. M4_GNU = @M4_GNU@
  166. MAKEINFO = @MAKEINFO@
  167. MKDIR_P = @MKDIR_P@
  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_SEPARATOR = @PATH_SEPARATOR@
  176. PERL = @PERL@
  177. PERL_FLOCK = @PERL_FLOCK@
  178. SED = @SED@
  179. SET_MAKE = @SET_MAKE@
  180. SHELL = @SHELL@
  181. STRIP = @STRIP@
  182. TEST_EMACS = @TEST_EMACS@
  183. VERSION = @VERSION@
  184. abs_builddir = @abs_builddir@
  185. abs_srcdir = @abs_srcdir@
  186. abs_top_builddir = @abs_top_builddir@
  187. abs_top_srcdir = @abs_top_srcdir@
  188. ac_cv_dir_trailing_space = @ac_cv_dir_trailing_space@
  189. ac_cv_sh_n_works = @ac_cv_sh_n_works@
  190. ac_cv_unsupported_fs_chars = @ac_cv_unsupported_fs_chars@
  191. am__leading_dot = @am__leading_dot@
  192. am__tar = @am__tar@
  193. am__untar = @am__untar@
  194. bindir = @bindir@
  195. build = @build@
  196. build_alias = @build_alias@
  197. build_cpu = @build_cpu@
  198. build_os = @build_os@
  199. build_vendor = @build_vendor@
  200. builddir = @builddir@
  201. datadir = @datadir@
  202. datarootdir = @datarootdir@
  203. docdir = @docdir@
  204. dvidir = @dvidir@
  205. exec_prefix = @exec_prefix@
  206. host = @host@
  207. host_alias = @host_alias@
  208. host_cpu = @host_cpu@
  209. host_os = @host_os@
  210. host_vendor = @host_vendor@
  211. htmldir = @htmldir@
  212. includedir = @includedir@
  213. infodir = @infodir@
  214. install_sh = @install_sh@
  215. libdir = @libdir@
  216. libexecdir = @libexecdir@
  217. lispdir = @lispdir@
  218. localedir = @localedir@
  219. localstatedir = @localstatedir@
  220. mandir = @mandir@
  221. mkdir_p = @mkdir_p@
  222. oldincludedir = @oldincludedir@
  223. pdfdir = @pdfdir@
  224. prefix = @prefix@
  225. program_transform_name = @program_transform_name@
  226. psdir = @psdir@
  227. sbindir = @sbindir@
  228. sharedstatedir = @sharedstatedir@
  229. srcdir = @srcdir@
  230. sysconfdir = @sysconfdir@
  231. target_alias = @target_alias@
  232. top_build_prefix = @top_build_prefix@
  233. top_builddir = @top_builddir@
  234. top_srcdir = @top_srcdir@
  235. # bin/ must be run first, as it builds executables needed for tests.
  236. # autom4te uses autotest.m4f to generate `testsuite', so build tests last.
  237. # Rules in man/ use scripts from both bin/ and tests/, so *it* goes last.
  238. SUBDIRS = bin . lib doc tests man
  239. ACLOCAL_AMFLAGS = -I m4
  240. EXTRA_DIST = ChangeLog.0 ChangeLog.1 ChangeLog.2 ChangeLog.3 \
  241. BUGS COPYINGv3 COPYING.EXCEPTION \
  242. GNUmakefile maint.mk cfg.mk \
  243. build-aux/gendocs.sh \
  244. build-aux/git-version-gen \
  245. build-aux/announce-gen build-aux/gnupload \
  246. build-aux/gitlog-to-changelog \
  247. .prev-version .version
  248. AM_MAKEINFOFLAGS = --no-headers --no-validate --no-split
  249. @MAKE_CASE_SENSITIVE_TRUE@pkgdata_DATA = $(srcdir)/INSTALL
  250. @MAKE_CASE_SENSITIVE_TRUE@MAINTAINERCLEANFILES = $(srcdir)/INSTALL
  251. # Don't leave blank line at end of file.
  252. @MAKE_CASE_SENSITIVE_TRUE@OMIT_TRAILING_EMPTY_LINES = '/^$$/H; /^$$/d; x; s/\n//p; s/\n*//; x'
  253. # Prefer 'plain quotes' over `makeinfo quotes'.
  254. @MAKE_CASE_SENSITIVE_TRUE@CONVERT_QUOTES = "s/\`\([^']*\)'/'\1'/g"
  255. # Generate the ChangeLog from git history.
  256. gen_start_date = 2012-01-15 18:00:00 UTC
  257. # Version string management. There are two files to be aware of:
  258. # .tarball-version - present only in a distribution tarball, and not in
  259. # a checked-out repository. Created with contents that were learned at
  260. # the last time autoconf was run, and used by git-version-gen. Must not
  261. # be present in either $(srcdir) or $(builddir) for git-version-gen to
  262. # give accurate answers during normal development with a checked out tree,
  263. # but must be present in a tarball when there is no version control system.
  264. # Therefore, it cannot be used in any dependencies. GNUmakefile has
  265. # hooks to force a reconfigure at distribution time to get the value
  266. # correct, without penalizing normal development with extra reconfigures.
  267. # .version - present in a checked-out repository and in a distribution
  268. # tarball. At least as current as the most recent .tarball-version
  269. # creation. Usable in dependencies, particularly for files that don't
  270. # want to depend on config.h but do want to track version changes.
  271. BUILT_SOURCES = $(top_srcdir)/.version
  272. # Perl coverage statistics.
  273. PERL_COVERAGE_DB = `pwd`/cover_db
  274. PERL_COVERAGE_FLAGS = -MDevel::Cover=-db,$(PERL_COVERAGE_DB),-silent,on,-summary,off
  275. PERL_COVER = cover
  276. all: $(BUILT_SOURCES)
  277. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  278. .SUFFIXES:
  279. am--refresh:
  280. @:
  281. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  282. @for dep in $?; do \
  283. case '$(am__configure_deps)' in \
  284. *$$dep*) \
  285. echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
  286. $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
  287. && exit 0; \
  288. exit 1;; \
  289. esac; \
  290. done; \
  291. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
  292. $(am__cd) $(top_srcdir) && \
  293. $(AUTOMAKE) --gnu Makefile
  294. .PRECIOUS: Makefile
  295. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  296. @case '$?' in \
  297. *config.status*) \
  298. echo ' $(SHELL) ./config.status'; \
  299. $(SHELL) ./config.status;; \
  300. *) \
  301. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  302. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  303. esac;
  304. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  305. $(SHELL) ./config.status --recheck
  306. $(top_srcdir)/configure: $(am__configure_deps)
  307. $(am__cd) $(srcdir) && $(AUTOCONF)
  308. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  309. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  310. $(am__aclocal_m4_deps):
  311. install-pkgdataDATA: $(pkgdata_DATA)
  312. @$(NORMAL_INSTALL)
  313. test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)"
  314. @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
  315. for p in $$list; do \
  316. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  317. echo "$$d$$p"; \
  318. done | $(am__base_list) | \
  319. while read files; do \
  320. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \
  321. $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \
  322. done
  323. uninstall-pkgdataDATA:
  324. @$(NORMAL_UNINSTALL)
  325. @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
  326. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  327. test -n "$$files" || exit 0; \
  328. echo " ( cd '$(DESTDIR)$(pkgdatadir)' && rm -f" $$files ")"; \
  329. cd "$(DESTDIR)$(pkgdatadir)" && rm -f $$files
  330. # This directory's subdirectories are mostly independent; you can cd
  331. # into them and run `make' without going through this Makefile.
  332. # To change the values of `make' variables: instead of editing Makefiles,
  333. # (1) if the variable is set in `config.status', edit `config.status'
  334. # (which will cause the Makefiles to be regenerated when you run `make');
  335. # (2) otherwise, pass the desired values on the `make' command line.
  336. $(RECURSIVE_TARGETS):
  337. @fail= failcom='exit 1'; \
  338. for f in x $$MAKEFLAGS; do \
  339. case $$f in \
  340. *=* | --[!k]*);; \
  341. *k*) failcom='fail=yes';; \
  342. esac; \
  343. done; \
  344. dot_seen=no; \
  345. target=`echo $@ | sed s/-recursive//`; \
  346. list='$(SUBDIRS)'; for subdir in $$list; do \
  347. echo "Making $$target in $$subdir"; \
  348. if test "$$subdir" = "."; then \
  349. dot_seen=yes; \
  350. local_target="$$target-am"; \
  351. else \
  352. local_target="$$target"; \
  353. fi; \
  354. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  355. || eval $$failcom; \
  356. done; \
  357. if test "$$dot_seen" = "no"; then \
  358. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  359. fi; test -z "$$fail"
  360. $(RECURSIVE_CLEAN_TARGETS):
  361. @fail= failcom='exit 1'; \
  362. for f in x $$MAKEFLAGS; do \
  363. case $$f in \
  364. *=* | --[!k]*);; \
  365. *k*) failcom='fail=yes';; \
  366. esac; \
  367. done; \
  368. dot_seen=no; \
  369. case "$@" in \
  370. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  371. *) list='$(SUBDIRS)' ;; \
  372. esac; \
  373. rev=''; for subdir in $$list; do \
  374. if test "$$subdir" = "."; then :; else \
  375. rev="$$subdir $$rev"; \
  376. fi; \
  377. done; \
  378. rev="$$rev ."; \
  379. target=`echo $@ | sed s/-recursive//`; \
  380. for subdir in $$rev; do \
  381. echo "Making $$target in $$subdir"; \
  382. if test "$$subdir" = "."; then \
  383. local_target="$$target-am"; \
  384. else \
  385. local_target="$$target"; \
  386. fi; \
  387. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  388. || eval $$failcom; \
  389. done && test -z "$$fail"
  390. tags-recursive:
  391. list='$(SUBDIRS)'; for subdir in $$list; do \
  392. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  393. done
  394. ctags-recursive:
  395. list='$(SUBDIRS)'; for subdir in $$list; do \
  396. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  397. done
  398. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  399. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  400. unique=`for i in $$list; do \
  401. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  402. done | \
  403. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  404. END { if (nonempty) { for (i in files) print i; }; }'`; \
  405. mkid -fID $$unique
  406. tags: TAGS
  407. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  408. $(TAGS_FILES) $(LISP)
  409. set x; \
  410. here=`pwd`; \
  411. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  412. include_option=--etags-include; \
  413. empty_fix=.; \
  414. else \
  415. include_option=--include; \
  416. empty_fix=; \
  417. fi; \
  418. list='$(SUBDIRS)'; for subdir in $$list; do \
  419. if test "$$subdir" = .; then :; else \
  420. test ! -f $$subdir/TAGS || \
  421. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  422. fi; \
  423. done; \
  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; nonempty = 1; } \
  429. END { if (nonempty) { for (i in files) print i; }; }'`; \
  430. shift; \
  431. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  432. test -n "$$unique" || unique=$$empty_fix; \
  433. if test $$# -gt 0; then \
  434. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  435. "$$@" $$unique; \
  436. else \
  437. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  438. $$unique; \
  439. fi; \
  440. fi
  441. ctags: CTAGS
  442. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  443. $(TAGS_FILES) $(LISP)
  444. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  445. unique=`for i in $$list; do \
  446. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  447. done | \
  448. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  449. END { if (nonempty) { for (i in files) print i; }; }'`; \
  450. test -z "$(CTAGS_ARGS)$$unique" \
  451. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  452. $$unique
  453. GTAGS:
  454. here=`$(am__cd) $(top_builddir) && pwd` \
  455. && $(am__cd) $(top_srcdir) \
  456. && gtags -i $(GTAGS_ARGS) "$$here"
  457. distclean-tags:
  458. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  459. distdir: $(DISTFILES)
  460. $(am__remove_distdir)
  461. test -d "$(distdir)" || mkdir "$(distdir)"
  462. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  463. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  464. list='$(DISTFILES)'; \
  465. dist_files=`for file in $$list; do echo $$file; done | \
  466. sed -e "s|^$$srcdirstrip/||;t" \
  467. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  468. case $$dist_files in \
  469. */*) $(MKDIR_P) `echo "$$dist_files" | \
  470. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  471. sort -u` ;; \
  472. esac; \
  473. for file in $$dist_files; do \
  474. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  475. if test -d $$d/$$file; then \
  476. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  477. if test -d "$(distdir)/$$file"; then \
  478. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  479. fi; \
  480. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  481. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  482. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  483. fi; \
  484. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  485. else \
  486. test -f "$(distdir)/$$file" \
  487. || cp -p $$d/$$file "$(distdir)/$$file" \
  488. || exit 1; \
  489. fi; \
  490. done
  491. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  492. if test "$$subdir" = .; then :; else \
  493. test -d "$(distdir)/$$subdir" \
  494. || $(MKDIR_P) "$(distdir)/$$subdir" \
  495. || exit 1; \
  496. fi; \
  497. done
  498. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  499. if test "$$subdir" = .; then :; else \
  500. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  501. $(am__relativize); \
  502. new_distdir=$$reldir; \
  503. dir1=$$subdir; dir2="$(top_distdir)"; \
  504. $(am__relativize); \
  505. new_top_distdir=$$reldir; \
  506. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  507. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  508. ($(am__cd) $$subdir && \
  509. $(MAKE) $(AM_MAKEFLAGS) \
  510. top_distdir="$$new_top_distdir" \
  511. distdir="$$new_distdir" \
  512. am__remove_distdir=: \
  513. am__skip_length_check=: \
  514. am__skip_mode_fix=: \
  515. distdir) \
  516. || exit 1; \
  517. fi; \
  518. done
  519. $(MAKE) $(AM_MAKEFLAGS) \
  520. top_distdir="$(top_distdir)" distdir="$(distdir)" \
  521. dist-hook
  522. -test -n "$(am__skip_mode_fix)" \
  523. || find "$(distdir)" -type d ! -perm -755 \
  524. -exec chmod u+rwx,go+rx {} \; -o \
  525. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  526. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  527. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  528. || chmod -R a+r "$(distdir)"
  529. dist-gzip: distdir
  530. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  531. $(am__remove_distdir)
  532. dist-bzip2: distdir
  533. tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
  534. $(am__remove_distdir)
  535. dist-lzma: distdir
  536. tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
  537. $(am__remove_distdir)
  538. dist-xz: distdir
  539. tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
  540. $(am__remove_distdir)
  541. dist-tarZ: distdir
  542. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  543. $(am__remove_distdir)
  544. dist-shar: distdir
  545. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  546. $(am__remove_distdir)
  547. dist-zip: distdir
  548. -rm -f $(distdir).zip
  549. zip -rq $(distdir).zip $(distdir)
  550. $(am__remove_distdir)
  551. dist dist-all: distdir
  552. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  553. tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
  554. $(am__remove_distdir)
  555. # This target untars the dist file and tries a VPATH configuration. Then
  556. # it guarantees that the distribution is self-contained by making another
  557. # tarfile.
  558. distcheck: dist
  559. case '$(DIST_ARCHIVES)' in \
  560. *.tar.gz*) \
  561. GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  562. *.tar.bz2*) \
  563. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  564. *.tar.lzma*) \
  565. lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
  566. *.tar.xz*) \
  567. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  568. *.tar.Z*) \
  569. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  570. *.shar.gz*) \
  571. GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  572. *.zip*) \
  573. unzip $(distdir).zip ;;\
  574. esac
  575. chmod -R a-w $(distdir); chmod a+w $(distdir)
  576. mkdir $(distdir)/_build
  577. mkdir $(distdir)/_inst
  578. chmod a-w $(distdir)
  579. test -d $(distdir)/_build || exit 0; \
  580. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  581. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  582. && am__cwd=`pwd` \
  583. && $(am__cd) $(distdir)/_build \
  584. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  585. $(DISTCHECK_CONFIGURE_FLAGS) \
  586. && $(MAKE) $(AM_MAKEFLAGS) \
  587. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  588. && $(MAKE) $(AM_MAKEFLAGS) check \
  589. && $(MAKE) $(AM_MAKEFLAGS) install \
  590. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  591. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  592. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  593. distuninstallcheck \
  594. && chmod -R a-w "$$dc_install_base" \
  595. && ({ \
  596. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  597. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  598. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  599. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  600. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  601. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  602. && rm -rf "$$dc_destdir" \
  603. && $(MAKE) $(AM_MAKEFLAGS) dist \
  604. && rm -rf $(DIST_ARCHIVES) \
  605. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  606. && cd "$$am__cwd" \
  607. || exit 1
  608. $(am__remove_distdir)
  609. @(echo "$(distdir) archives ready for distribution: "; \
  610. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  611. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  612. distuninstallcheck:
  613. @$(am__cd) '$(distuninstallcheck_dir)' \
  614. && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
  615. || { echo "ERROR: files left after uninstall:" ; \
  616. if test -n "$(DESTDIR)"; then \
  617. echo " (check DESTDIR support)"; \
  618. fi ; \
  619. $(distuninstallcheck_listfiles) ; \
  620. exit 1; } >&2
  621. distcleancheck: distclean
  622. @if test '$(srcdir)' = . ; then \
  623. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  624. exit 1 ; \
  625. fi
  626. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  627. || { echo "ERROR: files left in build directory after distclean:" ; \
  628. $(distcleancheck_listfiles) ; \
  629. exit 1; } >&2
  630. check-am: all-am
  631. check: $(BUILT_SOURCES)
  632. $(MAKE) $(AM_MAKEFLAGS) check-recursive
  633. all-am: Makefile $(DATA)
  634. installdirs: installdirs-recursive
  635. installdirs-am:
  636. for dir in "$(DESTDIR)$(pkgdatadir)"; do \
  637. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  638. done
  639. install: $(BUILT_SOURCES)
  640. $(MAKE) $(AM_MAKEFLAGS) install-recursive
  641. install-exec: install-exec-recursive
  642. install-data: install-data-recursive
  643. uninstall: uninstall-recursive
  644. install-am: all-am
  645. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  646. installcheck: installcheck-recursive
  647. install-strip:
  648. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  649. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  650. `test -z '$(STRIP)' || \
  651. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  652. mostlyclean-generic:
  653. clean-generic:
  654. distclean-generic:
  655. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  656. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  657. maintainer-clean-generic:
  658. @echo "This command is intended for maintainers to use"
  659. @echo "it deletes files that may require special tools to rebuild."
  660. -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  661. -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  662. clean: clean-recursive
  663. clean-am: clean-generic clean-local mostlyclean-am
  664. distclean: distclean-recursive
  665. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  666. -rm -f Makefile
  667. distclean-am: clean-am distclean-generic distclean-local \
  668. distclean-tags
  669. dvi: dvi-recursive
  670. dvi-am:
  671. html: html-recursive
  672. html-am:
  673. info: info-recursive
  674. info-am:
  675. install-data-am: install-pkgdataDATA
  676. install-dvi: install-dvi-recursive
  677. install-dvi-am:
  678. install-exec-am:
  679. install-html: install-html-recursive
  680. install-html-am:
  681. install-info: install-info-recursive
  682. install-info-am:
  683. install-man:
  684. install-pdf: install-pdf-recursive
  685. install-pdf-am:
  686. install-ps: install-ps-recursive
  687. install-ps-am:
  688. installcheck-am:
  689. maintainer-clean: maintainer-clean-recursive
  690. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  691. -rm -rf $(top_srcdir)/autom4te.cache
  692. -rm -f Makefile
  693. maintainer-clean-am: distclean-am maintainer-clean-generic
  694. mostlyclean: mostlyclean-recursive
  695. mostlyclean-am: mostlyclean-generic
  696. pdf: pdf-recursive
  697. pdf-am:
  698. ps: ps-recursive
  699. ps-am:
  700. uninstall-am: uninstall-pkgdataDATA
  701. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
  702. ctags-recursive install install-am install-strip \
  703. tags-recursive
  704. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  705. all all-am am--refresh check check-am clean clean-generic \
  706. clean-local ctags ctags-recursive dist dist-all dist-bzip2 \
  707. dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \
  708. dist-zip distcheck distclean distclean-generic distclean-local \
  709. distclean-tags distcleancheck distdir distuninstallcheck dvi \
  710. dvi-am html html-am info info-am install install-am \
  711. install-data install-data-am install-dvi install-dvi-am \
  712. install-exec install-exec-am install-html install-html-am \
  713. install-info install-info-am install-man install-pdf \
  714. install-pdf-am install-pkgdataDATA install-ps install-ps-am \
  715. install-strip installcheck installcheck-am installdirs \
  716. installdirs-am maintainer-clean maintainer-clean-generic \
  717. mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
  718. tags-recursive uninstall uninstall-am uninstall-pkgdataDATA
  719. @MAKE_CASE_SENSITIVE_TRUE@$(srcdir)/INSTALL: $(top_srcdir)/doc/install.texi
  720. @MAKE_CASE_SENSITIVE_TRUE@ echo @firstparagraphindent insert \
  721. @MAKE_CASE_SENSITIVE_TRUE@ | cat - $(top_srcdir)/doc/install.texi > tmp.texi
  722. @MAKE_CASE_SENSITIVE_TRUE@ $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) \
  723. @MAKE_CASE_SENSITIVE_TRUE@ --plaintext tmp.texi \
  724. @MAKE_CASE_SENSITIVE_TRUE@ | sed -e $(CONVERT_QUOTES) -e $(OMIT_TRAILING_EMPTY_LINES) \
  725. @MAKE_CASE_SENSITIVE_TRUE@ > $@-t && mv $@-t $@
  726. @MAKE_CASE_SENSITIVE_TRUE@ rm -f tmp.texi
  727. .PHONY: gen-ChangeLog
  728. gen-ChangeLog:
  729. if test -d $(top_srcdir)/.git; then \
  730. $(top_srcdir)/build-aux/gitlog-to-changelog \
  731. --since='$(gen_start_date)' > $(distdir)/cl-t \
  732. && rm -f $(distdir)/ChangeLog \
  733. && mv $(distdir)/cl-t $(distdir)/ChangeLog; \
  734. fi
  735. # Dummy rule, to pacify automake "gnu" strictness and allow a clean
  736. # bootstrap. Creates a dummy ChangeLog (unless one is already present,
  737. # as might be the case for users of vc-dwim) that will be overridden
  738. # with a proper one at distribution time.
  739. ChangeLog:
  740. @echo dummy > $@
  741. $(top_srcdir)/.version:
  742. echo $(VERSION) > $@-t && mv $@-t $@
  743. # Arrange so that .tarball-version appears only in distribution tarballs,
  744. # never in a checked-out repository.
  745. dist-hook: gen-ChangeLog
  746. echo $(VERSION) > $(distdir)/.tarball-version
  747. # Arrange to remove the symlink to GNUmakefile in VPATH builds.
  748. # TODO remove this once automake vs. AC_CONFIG_LINKS issue is fixed.
  749. distclean-local:
  750. if test x"$(VPATH)" != x ; then rm -f GNUmakefile ; fi
  751. check-coverage-run: all
  752. $(mkinstalldirs) $(PERL_COVERAGE_DB)
  753. PERL5OPT="$(PERL_COVERAGE_FLAGS)"; export PERL5OPT; \
  754. $(MAKE) $(AM_MAKEFLAGS) check
  755. check-coverage-report:
  756. @if test ! -d $(PERL_COVERAGE_DB); then \
  757. echo "No coverage database found in \`$(PERL_COVERAGE_DB)'." >&2; \
  758. echo "Please run \`make check-coverage' first" >&2; \
  759. exit 1; \
  760. fi
  761. $(PERL_COVER) $(PERL_COVERAGE_DB) $(PERL_COVER_FLAGS)
  762. # We don't use direct dependencies here because we'd like to be able
  763. # to invoke the report even after interrupted check-coverage.
  764. check-coverage: check-coverage-run
  765. $(MAKE) $(AM_MAKEFLAGS) check-coverage-report
  766. clean-local: clean-coverage
  767. clean-coverage:
  768. rm -rf $(PERL_COVERAGE_DB)
  769. .PHONY: check-coverage check-coverage-run check-coverage-report clean-coverage
  770. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  771. # Otherwise a system limit (for SysV at least) may be exceeded.
  772. .NOEXPORT: