Makefile.in 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622
  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-related libraries.
  15. # Copyright (C) 2001-2005, 2009-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 = lib
  46. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  47. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  48. am__aclocal_m4_deps = $(top_srcdir)/m4/autobuild.m4 \
  49. $(top_srcdir)/m4/m4.m4 $(top_srcdir)/m4/make-case.m4 \
  50. $(top_srcdir)/configure.ac
  51. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  52. $(ACLOCAL_M4)
  53. mkinstalldirs = $(install_sh) -d
  54. CONFIG_CLEAN_FILES =
  55. CONFIG_CLEAN_VPATH_FILES =
  56. SOURCES =
  57. DIST_SOURCES =
  58. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  59. html-recursive info-recursive install-data-recursive \
  60. install-dvi-recursive install-exec-recursive \
  61. install-html-recursive install-info-recursive \
  62. install-pdf-recursive install-ps-recursive install-recursive \
  63. installcheck-recursive installdirs-recursive pdf-recursive \
  64. ps-recursive uninstall-recursive
  65. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  66. am__vpath_adj = case $$p in \
  67. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  68. *) f=$$p;; \
  69. esac;
  70. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  71. am__install_max = 40
  72. am__nobase_strip_setup = \
  73. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  74. am__nobase_strip = \
  75. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  76. am__nobase_list = $(am__nobase_strip_setup); \
  77. for p in $$list; do echo "$$p $$p"; done | \
  78. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  79. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  80. if (++n[$$2] == $(am__install_max)) \
  81. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  82. END { for (dir in files) print dir, files[dir] }'
  83. am__base_list = \
  84. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  85. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  86. am__installdirs = "$(DESTDIR)$(pkgdatadir)"
  87. DATA = $(nodist_pkgdata_DATA)
  88. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  89. distclean-recursive maintainer-clean-recursive
  90. AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
  91. $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
  92. distdir
  93. ETAGS = etags
  94. CTAGS = ctags
  95. DIST_SUBDIRS = $(SUBDIRS)
  96. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  97. am__relativize = \
  98. dir0=`pwd`; \
  99. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  100. sed_rest='s,^[^/]*/*,,'; \
  101. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  102. sed_butlast='s,/*[^/]*$$,,'; \
  103. while test -n "$$dir1"; do \
  104. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  105. if test "$$first" != "."; then \
  106. if test "$$first" = ".."; then \
  107. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  108. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  109. else \
  110. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  111. if test "$$first2" = "$$first"; then \
  112. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  113. else \
  114. dir2="../$$dir2"; \
  115. fi; \
  116. dir0="$$dir0"/"$$first"; \
  117. fi; \
  118. fi; \
  119. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  120. done; \
  121. reldir="$$dir2"
  122. ACLOCAL = @ACLOCAL@
  123. AMTAR = @AMTAR@
  124. AUTOCONF = @AUTOCONF@
  125. AUTOHEADER = @AUTOHEADER@
  126. AUTOMAKE = @AUTOMAKE@
  127. AWK = @AWK@
  128. CYGPATH_W = @CYGPATH_W@
  129. DEFS = @DEFS@
  130. ECHO_C = @ECHO_C@
  131. ECHO_N = @ECHO_N@
  132. ECHO_T = @ECHO_T@
  133. EGREP = @EGREP@
  134. EMACS = @EMACS@
  135. EMACSLOADPATH = @EMACSLOADPATH@
  136. EXPR = @EXPR@
  137. GREP = @GREP@
  138. HELP2MAN = @HELP2MAN@
  139. INSTALL = @INSTALL@
  140. INSTALL_DATA = @INSTALL_DATA@
  141. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  142. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  143. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  144. LIBOBJS = @LIBOBJS@
  145. LIBS = @LIBS@
  146. LTLIBOBJS = @LTLIBOBJS@
  147. M4 = @M4@
  148. M4_DEBUGFILE = @M4_DEBUGFILE@
  149. M4_GNU = @M4_GNU@
  150. MAKEINFO = @MAKEINFO@
  151. MKDIR_P = @MKDIR_P@
  152. PACKAGE = @PACKAGE@
  153. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  154. PACKAGE_NAME = @PACKAGE_NAME@
  155. PACKAGE_STRING = @PACKAGE_STRING@
  156. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  157. PACKAGE_URL = @PACKAGE_URL@
  158. PACKAGE_VERSION = @PACKAGE_VERSION@
  159. PATH_SEPARATOR = @PATH_SEPARATOR@
  160. PERL = @PERL@
  161. PERL_FLOCK = @PERL_FLOCK@
  162. SED = @SED@
  163. SET_MAKE = @SET_MAKE@
  164. SHELL = @SHELL@
  165. STRIP = @STRIP@
  166. TEST_EMACS = @TEST_EMACS@
  167. VERSION = @VERSION@
  168. abs_builddir = @abs_builddir@
  169. abs_srcdir = @abs_srcdir@
  170. abs_top_builddir = @abs_top_builddir@
  171. abs_top_srcdir = @abs_top_srcdir@
  172. ac_cv_dir_trailing_space = @ac_cv_dir_trailing_space@
  173. ac_cv_sh_n_works = @ac_cv_sh_n_works@
  174. ac_cv_unsupported_fs_chars = @ac_cv_unsupported_fs_chars@
  175. am__leading_dot = @am__leading_dot@
  176. am__tar = @am__tar@
  177. am__untar = @am__untar@
  178. bindir = @bindir@
  179. build = @build@
  180. build_alias = @build_alias@
  181. build_cpu = @build_cpu@
  182. build_os = @build_os@
  183. build_vendor = @build_vendor@
  184. builddir = @builddir@
  185. datadir = @datadir@
  186. datarootdir = @datarootdir@
  187. docdir = @docdir@
  188. dvidir = @dvidir@
  189. exec_prefix = @exec_prefix@
  190. host = @host@
  191. host_alias = @host_alias@
  192. host_cpu = @host_cpu@
  193. host_os = @host_os@
  194. host_vendor = @host_vendor@
  195. htmldir = @htmldir@
  196. includedir = @includedir@
  197. infodir = @infodir@
  198. install_sh = @install_sh@
  199. libdir = @libdir@
  200. libexecdir = @libexecdir@
  201. lispdir = @lispdir@
  202. localedir = @localedir@
  203. localstatedir = @localstatedir@
  204. mandir = @mandir@
  205. mkdir_p = @mkdir_p@
  206. oldincludedir = @oldincludedir@
  207. pdfdir = @pdfdir@
  208. prefix = @prefix@
  209. program_transform_name = @program_transform_name@
  210. psdir = @psdir@
  211. sbindir = @sbindir@
  212. sharedstatedir = @sharedstatedir@
  213. srcdir = @srcdir@
  214. sysconfdir = @sysconfdir@
  215. target_alias = @target_alias@
  216. top_build_prefix = @top_build_prefix@
  217. top_builddir = @top_builddir@
  218. top_srcdir = @top_srcdir@
  219. SUBDIRS = Autom4te m4sugar autoconf autotest autoscan emacs
  220. nodist_pkgdata_DATA = autom4te.cfg
  221. EXTRA_DIST = autom4te.in freeze.mk
  222. edit = sed \
  223. -e 's|@SHELL[@]|$(SHELL)|g' \
  224. -e 's|@PERL[@]|$(PERL)|g' \
  225. -e 's|@bindir[@]|$(bindir)|g' \
  226. -e 's|@pkgdatadir[@]|$(pkgdatadir)|g' \
  227. -e 's|@prefix[@]|$(prefix)|g' \
  228. -e 's|@autoconf-name[@]|'`echo autoconf | sed '$(transform)'`'|g' \
  229. -e 's|@autoheader-name[@]|'`echo autoheader | sed '$(transform)'`'|g' \
  230. -e 's|@autom4te-name[@]|'`echo autom4te | sed '$(transform)'`'|g' \
  231. -e 's|@M4[@]|$(M4)|g' \
  232. -e 's|@AWK[@]|$(AWK)|g' \
  233. -e 's|@VERSION[@]|$(VERSION)|g' \
  234. -e 's|@PACKAGE_NAME[@]|$(PACKAGE_NAME)|g'
  235. # All the files below depend on Makefile so that they are rebuilt
  236. # when the prefix, etc. changes. Unfortunately, suffix rules
  237. # cannot have additional dependencies, so we have to use explicit rules.
  238. CLEANFILES = autom4te.cfg
  239. all: all-recursive
  240. .SUFFIXES:
  241. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  242. @for dep in $?; do \
  243. case '$(am__configure_deps)' in \
  244. *$$dep*) \
  245. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  246. && { if test -f $@; then exit 0; else break; fi; }; \
  247. exit 1;; \
  248. esac; \
  249. done; \
  250. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \
  251. $(am__cd) $(top_srcdir) && \
  252. $(AUTOMAKE) --gnu lib/Makefile
  253. .PRECIOUS: Makefile
  254. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  255. @case '$?' in \
  256. *config.status*) \
  257. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  258. *) \
  259. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  260. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  261. esac;
  262. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  263. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  264. $(top_srcdir)/configure: $(am__configure_deps)
  265. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  266. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  267. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  268. $(am__aclocal_m4_deps):
  269. install-nodist_pkgdataDATA: $(nodist_pkgdata_DATA)
  270. @$(NORMAL_INSTALL)
  271. test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)"
  272. @list='$(nodist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
  273. for p in $$list; do \
  274. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  275. echo "$$d$$p"; \
  276. done | $(am__base_list) | \
  277. while read files; do \
  278. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \
  279. $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \
  280. done
  281. uninstall-nodist_pkgdataDATA:
  282. @$(NORMAL_UNINSTALL)
  283. @list='$(nodist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
  284. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  285. test -n "$$files" || exit 0; \
  286. echo " ( cd '$(DESTDIR)$(pkgdatadir)' && rm -f" $$files ")"; \
  287. cd "$(DESTDIR)$(pkgdatadir)" && rm -f $$files
  288. # This directory's subdirectories are mostly independent; you can cd
  289. # into them and run `make' without going through this Makefile.
  290. # To change the values of `make' variables: instead of editing Makefiles,
  291. # (1) if the variable is set in `config.status', edit `config.status'
  292. # (which will cause the Makefiles to be regenerated when you run `make');
  293. # (2) otherwise, pass the desired values on the `make' command line.
  294. $(RECURSIVE_TARGETS):
  295. @fail= failcom='exit 1'; \
  296. for f in x $$MAKEFLAGS; do \
  297. case $$f in \
  298. *=* | --[!k]*);; \
  299. *k*) failcom='fail=yes';; \
  300. esac; \
  301. done; \
  302. dot_seen=no; \
  303. target=`echo $@ | sed s/-recursive//`; \
  304. list='$(SUBDIRS)'; for subdir in $$list; do \
  305. echo "Making $$target in $$subdir"; \
  306. if test "$$subdir" = "."; then \
  307. dot_seen=yes; \
  308. local_target="$$target-am"; \
  309. else \
  310. local_target="$$target"; \
  311. fi; \
  312. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  313. || eval $$failcom; \
  314. done; \
  315. if test "$$dot_seen" = "no"; then \
  316. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  317. fi; test -z "$$fail"
  318. $(RECURSIVE_CLEAN_TARGETS):
  319. @fail= failcom='exit 1'; \
  320. for f in x $$MAKEFLAGS; do \
  321. case $$f in \
  322. *=* | --[!k]*);; \
  323. *k*) failcom='fail=yes';; \
  324. esac; \
  325. done; \
  326. dot_seen=no; \
  327. case "$@" in \
  328. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  329. *) list='$(SUBDIRS)' ;; \
  330. esac; \
  331. rev=''; for subdir in $$list; do \
  332. if test "$$subdir" = "."; then :; else \
  333. rev="$$subdir $$rev"; \
  334. fi; \
  335. done; \
  336. rev="$$rev ."; \
  337. target=`echo $@ | sed s/-recursive//`; \
  338. for subdir in $$rev; do \
  339. echo "Making $$target in $$subdir"; \
  340. if test "$$subdir" = "."; then \
  341. local_target="$$target-am"; \
  342. else \
  343. local_target="$$target"; \
  344. fi; \
  345. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  346. || eval $$failcom; \
  347. done && test -z "$$fail"
  348. tags-recursive:
  349. list='$(SUBDIRS)'; for subdir in $$list; do \
  350. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  351. done
  352. ctags-recursive:
  353. list='$(SUBDIRS)'; for subdir in $$list; do \
  354. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  355. done
  356. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  357. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  358. unique=`for i in $$list; do \
  359. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  360. done | \
  361. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  362. END { if (nonempty) { for (i in files) print i; }; }'`; \
  363. mkid -fID $$unique
  364. tags: TAGS
  365. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  366. $(TAGS_FILES) $(LISP)
  367. set x; \
  368. here=`pwd`; \
  369. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  370. include_option=--etags-include; \
  371. empty_fix=.; \
  372. else \
  373. include_option=--include; \
  374. empty_fix=; \
  375. fi; \
  376. list='$(SUBDIRS)'; for subdir in $$list; do \
  377. if test "$$subdir" = .; then :; else \
  378. test ! -f $$subdir/TAGS || \
  379. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  380. fi; \
  381. done; \
  382. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  383. unique=`for i in $$list; do \
  384. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  385. done | \
  386. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  387. END { if (nonempty) { for (i in files) print i; }; }'`; \
  388. shift; \
  389. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  390. test -n "$$unique" || unique=$$empty_fix; \
  391. if test $$# -gt 0; then \
  392. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  393. "$$@" $$unique; \
  394. else \
  395. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  396. $$unique; \
  397. fi; \
  398. fi
  399. ctags: CTAGS
  400. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  401. $(TAGS_FILES) $(LISP)
  402. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  403. unique=`for i in $$list; do \
  404. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  405. done | \
  406. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  407. END { if (nonempty) { for (i in files) print i; }; }'`; \
  408. test -z "$(CTAGS_ARGS)$$unique" \
  409. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  410. $$unique
  411. GTAGS:
  412. here=`$(am__cd) $(top_builddir) && pwd` \
  413. && $(am__cd) $(top_srcdir) \
  414. && gtags -i $(GTAGS_ARGS) "$$here"
  415. distclean-tags:
  416. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  417. distdir: $(DISTFILES)
  418. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  419. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  420. list='$(DISTFILES)'; \
  421. dist_files=`for file in $$list; do echo $$file; done | \
  422. sed -e "s|^$$srcdirstrip/||;t" \
  423. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  424. case $$dist_files in \
  425. */*) $(MKDIR_P) `echo "$$dist_files" | \
  426. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  427. sort -u` ;; \
  428. esac; \
  429. for file in $$dist_files; do \
  430. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  431. if test -d $$d/$$file; then \
  432. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  433. if test -d "$(distdir)/$$file"; then \
  434. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  435. fi; \
  436. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  437. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  438. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  439. fi; \
  440. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  441. else \
  442. test -f "$(distdir)/$$file" \
  443. || cp -p $$d/$$file "$(distdir)/$$file" \
  444. || exit 1; \
  445. fi; \
  446. done
  447. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  448. if test "$$subdir" = .; then :; else \
  449. test -d "$(distdir)/$$subdir" \
  450. || $(MKDIR_P) "$(distdir)/$$subdir" \
  451. || exit 1; \
  452. fi; \
  453. done
  454. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  455. if test "$$subdir" = .; then :; else \
  456. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  457. $(am__relativize); \
  458. new_distdir=$$reldir; \
  459. dir1=$$subdir; dir2="$(top_distdir)"; \
  460. $(am__relativize); \
  461. new_top_distdir=$$reldir; \
  462. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  463. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  464. ($(am__cd) $$subdir && \
  465. $(MAKE) $(AM_MAKEFLAGS) \
  466. top_distdir="$$new_top_distdir" \
  467. distdir="$$new_distdir" \
  468. am__remove_distdir=: \
  469. am__skip_length_check=: \
  470. am__skip_mode_fix=: \
  471. distdir) \
  472. || exit 1; \
  473. fi; \
  474. done
  475. check-am: all-am
  476. check: check-recursive
  477. all-am: Makefile $(DATA)
  478. installdirs: installdirs-recursive
  479. installdirs-am:
  480. for dir in "$(DESTDIR)$(pkgdatadir)"; do \
  481. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  482. done
  483. install: install-recursive
  484. install-exec: install-exec-recursive
  485. install-data: install-data-recursive
  486. uninstall: uninstall-recursive
  487. install-am: all-am
  488. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  489. installcheck: installcheck-recursive
  490. install-strip:
  491. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  492. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  493. `test -z '$(STRIP)' || \
  494. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  495. mostlyclean-generic:
  496. clean-generic:
  497. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  498. distclean-generic:
  499. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  500. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  501. maintainer-clean-generic:
  502. @echo "This command is intended for maintainers to use"
  503. @echo "it deletes files that may require special tools to rebuild."
  504. clean: clean-recursive
  505. clean-am: clean-generic mostlyclean-am
  506. distclean: distclean-recursive
  507. -rm -f Makefile
  508. distclean-am: clean-am distclean-generic distclean-tags
  509. dvi: dvi-recursive
  510. dvi-am:
  511. html: html-recursive
  512. html-am:
  513. info: info-recursive
  514. info-am:
  515. install-data-am: install-nodist_pkgdataDATA
  516. install-dvi: install-dvi-recursive
  517. install-dvi-am:
  518. install-exec-am:
  519. install-html: install-html-recursive
  520. install-html-am:
  521. install-info: install-info-recursive
  522. install-info-am:
  523. install-man:
  524. install-pdf: install-pdf-recursive
  525. install-pdf-am:
  526. install-ps: install-ps-recursive
  527. install-ps-am:
  528. installcheck-am:
  529. maintainer-clean: maintainer-clean-recursive
  530. -rm -f Makefile
  531. maintainer-clean-am: distclean-am maintainer-clean-generic
  532. mostlyclean: mostlyclean-recursive
  533. mostlyclean-am: mostlyclean-generic
  534. pdf: pdf-recursive
  535. pdf-am:
  536. ps: ps-recursive
  537. ps-am:
  538. uninstall-am: uninstall-nodist_pkgdataDATA
  539. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
  540. install-am install-strip tags-recursive
  541. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  542. all all-am check check-am clean clean-generic ctags \
  543. ctags-recursive distclean distclean-generic distclean-tags \
  544. distdir dvi dvi-am html html-am info info-am install \
  545. install-am install-data install-data-am install-dvi \
  546. install-dvi-am install-exec install-exec-am install-html \
  547. install-html-am install-info install-info-am install-man \
  548. install-nodist_pkgdataDATA install-pdf install-pdf-am \
  549. install-ps install-ps-am install-strip installcheck \
  550. installcheck-am installdirs installdirs-am maintainer-clean \
  551. maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
  552. pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
  553. uninstall-nodist_pkgdataDATA
  554. autom4te.cfg: $(srcdir)/autom4te.in Makefile
  555. rm -f autom4te.cfg autom4te.tmp
  556. $(edit) $(srcdir)/autom4te.in >autom4te.tmp
  557. chmod a-w autom4te.tmp
  558. mv autom4te.tmp autom4te.cfg
  559. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  560. # Otherwise a system limit (for SysV at least) may be exceeded.
  561. .NOEXPORT: