Makefile.in 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599
  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 Autotest library.
  15. # Copyright (C) 2001-2002, 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. # Freeze M4 files.
  27. # Copyright (C) 2002, 2004, 2006-2012 Free Software Foundation, Inc.
  28. # This program is free software: you can redistribute it and/or modify
  29. # it under the terms of the GNU General Public License as published by
  30. # the Free Software Foundation, either version 3 of the License, or
  31. # (at your option) any later version.
  32. # This program is distributed in the hope that it will be useful,
  33. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  34. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  35. # GNU General Public License for more details.
  36. # You should have received a copy of the GNU General Public License
  37. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  38. VPATH = @srcdir@
  39. pkgdatadir = $(datadir)/@PACKAGE@
  40. pkgincludedir = $(includedir)/@PACKAGE@
  41. pkglibdir = $(libdir)/@PACKAGE@
  42. pkglibexecdir = $(libexecdir)/@PACKAGE@
  43. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  44. install_sh_DATA = $(install_sh) -c -m 644
  45. install_sh_PROGRAM = $(install_sh) -c
  46. install_sh_SCRIPT = $(install_sh) -c
  47. INSTALL_HEADER = $(INSTALL_DATA)
  48. transform = $(program_transform_name)
  49. NORMAL_INSTALL = :
  50. PRE_INSTALL = :
  51. POST_INSTALL = :
  52. NORMAL_UNINSTALL = :
  53. PRE_UNINSTALL = :
  54. POST_UNINSTALL = :
  55. build_triplet = @build@
  56. host_triplet = @host@
  57. DIST_COMMON = $(dist_autotestlib_DATA) $(srcdir)/../freeze.mk \
  58. $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  59. subdir = lib/autotest
  60. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  61. am__aclocal_m4_deps = $(top_srcdir)/m4/autobuild.m4 \
  62. $(top_srcdir)/m4/m4.m4 $(top_srcdir)/m4/make-case.m4 \
  63. $(top_srcdir)/configure.ac
  64. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  65. $(ACLOCAL_M4)
  66. mkinstalldirs = $(install_sh) -d
  67. CONFIG_CLEAN_FILES =
  68. CONFIG_CLEAN_VPATH_FILES =
  69. SOURCES =
  70. DIST_SOURCES =
  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)$(autotestlibdir)" \
  93. "$(DESTDIR)$(autotestlibdir)"
  94. DATA = $(dist_autotestlib_DATA) $(nodist_autotestlib_DATA)
  95. ETAGS = etags
  96. CTAGS = ctags
  97. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  98. ACLOCAL = @ACLOCAL@
  99. AMTAR = @AMTAR@
  100. AUTOCONF = @AUTOCONF@
  101. AUTOHEADER = @AUTOHEADER@
  102. AUTOMAKE = @AUTOMAKE@
  103. AWK = @AWK@
  104. CYGPATH_W = @CYGPATH_W@
  105. DEFS = @DEFS@
  106. ECHO_C = @ECHO_C@
  107. ECHO_N = @ECHO_N@
  108. ECHO_T = @ECHO_T@
  109. EGREP = @EGREP@
  110. EMACS = @EMACS@
  111. EMACSLOADPATH = @EMACSLOADPATH@
  112. EXPR = @EXPR@
  113. GREP = @GREP@
  114. HELP2MAN = @HELP2MAN@
  115. INSTALL = @INSTALL@
  116. INSTALL_DATA = @INSTALL_DATA@
  117. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  118. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  119. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  120. LIBOBJS = @LIBOBJS@
  121. LIBS = @LIBS@
  122. LTLIBOBJS = @LTLIBOBJS@
  123. M4 = @M4@
  124. M4_DEBUGFILE = @M4_DEBUGFILE@
  125. M4_GNU = @M4_GNU@
  126. MAKEINFO = @MAKEINFO@
  127. MKDIR_P = @MKDIR_P@
  128. PACKAGE = @PACKAGE@
  129. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  130. PACKAGE_NAME = @PACKAGE_NAME@
  131. PACKAGE_STRING = @PACKAGE_STRING@
  132. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  133. PACKAGE_URL = @PACKAGE_URL@
  134. PACKAGE_VERSION = @PACKAGE_VERSION@
  135. PATH_SEPARATOR = @PATH_SEPARATOR@
  136. PERL = @PERL@
  137. PERL_FLOCK = @PERL_FLOCK@
  138. SED = @SED@
  139. SET_MAKE = @SET_MAKE@
  140. SHELL = @SHELL@
  141. STRIP = @STRIP@
  142. TEST_EMACS = @TEST_EMACS@
  143. VERSION = @VERSION@
  144. abs_builddir = @abs_builddir@
  145. abs_srcdir = @abs_srcdir@
  146. abs_top_builddir = @abs_top_builddir@
  147. abs_top_srcdir = @abs_top_srcdir@
  148. ac_cv_dir_trailing_space = @ac_cv_dir_trailing_space@
  149. ac_cv_sh_n_works = @ac_cv_sh_n_works@
  150. ac_cv_unsupported_fs_chars = @ac_cv_unsupported_fs_chars@
  151. am__leading_dot = @am__leading_dot@
  152. am__tar = @am__tar@
  153. am__untar = @am__untar@
  154. bindir = @bindir@
  155. build = @build@
  156. build_alias = @build_alias@
  157. build_cpu = @build_cpu@
  158. build_os = @build_os@
  159. build_vendor = @build_vendor@
  160. builddir = @builddir@
  161. datadir = @datadir@
  162. datarootdir = @datarootdir@
  163. docdir = @docdir@
  164. dvidir = @dvidir@
  165. exec_prefix = @exec_prefix@
  166. host = @host@
  167. host_alias = @host_alias@
  168. host_cpu = @host_cpu@
  169. host_os = @host_os@
  170. host_vendor = @host_vendor@
  171. htmldir = @htmldir@
  172. includedir = @includedir@
  173. infodir = @infodir@
  174. install_sh = @install_sh@
  175. libdir = @libdir@
  176. libexecdir = @libexecdir@
  177. lispdir = @lispdir@
  178. localedir = @localedir@
  179. localstatedir = @localstatedir@
  180. mandir = @mandir@
  181. mkdir_p = @mkdir_p@
  182. oldincludedir = @oldincludedir@
  183. pdfdir = @pdfdir@
  184. prefix = @prefix@
  185. program_transform_name = @program_transform_name@
  186. psdir = @psdir@
  187. sbindir = @sbindir@
  188. sharedstatedir = @sharedstatedir@
  189. srcdir = @srcdir@
  190. sysconfdir = @sysconfdir@
  191. target_alias = @target_alias@
  192. top_build_prefix = @top_build_prefix@
  193. top_builddir = @top_builddir@
  194. top_srcdir = @top_srcdir@
  195. autotestlibdir = $(pkgdatadir)/autotest
  196. dist_autotestlib_DATA = autotest.m4 general.m4 specific.m4
  197. nodist_autotestlib_DATA = autotest.m4f
  198. CLEANFILES = $(nodist_autotestlib_DATA)
  199. TAGS_FILES = $(dist_autotestlib_DATA)
  200. ETAGS_ARGS = $(ETAGS_FOR_AUTOCONF)
  201. forbidden_patterns = -e '^_*EOF' -e ' cmp '
  202. forbidden_patterns_files = $(dist_autotestlib_DATA)
  203. SUFFIXES = .m4 .m4f
  204. AUTOM4TE_CFG = $(top_builddir)/lib/autom4te.cfg
  205. # Do not use AUTOM4TE here, since maint.mk (my-distcheck)
  206. # checks if we are independent of Autoconf by defining AUTOM4TE (and
  207. # others) to `false'. Autoconf provides autom4te, so that doesn't
  208. # apply to us.
  209. MY_AUTOM4TE = \
  210. autom4te_perllibdir='$(top_srcdir)'/lib \
  211. AUTOM4TE_CFG='$(AUTOM4TE_CFG)' $(top_builddir)/bin/autom4te \
  212. -B '$(top_builddir)'/lib -B '$(top_srcdir)'/lib # keep ` '
  213. # Factor the dependencies between all the frozen files.
  214. # Some day we should explain to Automake how to use autom4te to compute
  215. # the dependencies...
  216. src_libdir = $(top_srcdir)/lib
  217. build_libdir = $(top_builddir)/lib
  218. m4f_dependencies = $(top_builddir)/bin/autom4te $(AUTOM4TE_CFG)
  219. m4sugar_m4f_dependencies = \
  220. $(m4f_dependencies) \
  221. $(src_libdir)/m4sugar/m4sugar.m4 \
  222. $(build_libdir)/m4sugar/version.m4
  223. m4sh_m4f_dependencies = \
  224. $(m4sugar_m4f_dependencies) \
  225. $(src_libdir)/m4sugar/m4sh.m4
  226. autotest_m4f_dependencies = \
  227. $(m4sh_m4f_dependencies) \
  228. $(src_libdir)/autotest/autotest.m4 \
  229. $(src_libdir)/autotest/general.m4 \
  230. $(src_libdir)/autotest/specific.m4
  231. autoconf_m4f_dependencies = \
  232. $(m4sh_m4f_dependencies) \
  233. $(src_libdir)/autoconf/autoscan.m4 \
  234. $(src_libdir)/autoconf/general.m4 \
  235. $(src_libdir)/autoconf/autoheader.m4 \
  236. $(src_libdir)/autoconf/autoupdate.m4 \
  237. $(src_libdir)/autoconf/autotest.m4 \
  238. $(src_libdir)/autoconf/status.m4 \
  239. $(src_libdir)/autoconf/oldnames.m4 \
  240. $(src_libdir)/autoconf/specific.m4 \
  241. $(src_libdir)/autoconf/lang.m4 \
  242. $(src_libdir)/autoconf/c.m4 \
  243. $(src_libdir)/autoconf/fortran.m4 \
  244. $(src_libdir)/autoconf/erlang.m4 \
  245. $(src_libdir)/autoconf/go.m4 \
  246. $(src_libdir)/autoconf/functions.m4 \
  247. $(src_libdir)/autoconf/headers.m4 \
  248. $(src_libdir)/autoconf/types.m4 \
  249. $(src_libdir)/autoconf/libs.m4 \
  250. $(src_libdir)/autoconf/programs.m4 \
  251. $(src_libdir)/autoconf/autoconf.m4
  252. ETAGS_FOR_M4 = \
  253. --lang=none \
  254. --regex='/\(m4_define\|define\)(\[\([^]]*\)\]/\2/'
  255. ETAGS_FOR_M4SUGAR = \
  256. $(ETAGS_FOR_M4) \
  257. --regex='/m4_defun(\[\([^]]*\)\]/\1/'
  258. ETAGS_FOR_AUTOCONF = \
  259. $(ETAGS_FOR_M4SUGAR) \
  260. --regex='/\(A[CU]_DEFUN\|AU_ALIAS\)(\[\([^]]*\)\]/\2/' \
  261. --regex='/AN_\(FUNCTION\|HEADER\|IDENTIFIER\|LIBRARY\|MAKEVAR\|PROGRAM\)(\[\([^]]*\)\]/\2/'
  262. all: all-am
  263. .SUFFIXES:
  264. .SUFFIXES: .m4 .m4f
  265. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../freeze.mk $(am__configure_deps)
  266. @for dep in $?; do \
  267. case '$(am__configure_deps)' in \
  268. *$$dep*) \
  269. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  270. && { if test -f $@; then exit 0; else break; fi; }; \
  271. exit 1;; \
  272. esac; \
  273. done; \
  274. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/autotest/Makefile'; \
  275. $(am__cd) $(top_srcdir) && \
  276. $(AUTOMAKE) --gnu lib/autotest/Makefile
  277. .PRECIOUS: Makefile
  278. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  279. @case '$?' in \
  280. *config.status*) \
  281. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  282. *) \
  283. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  284. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  285. esac;
  286. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  287. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  288. $(top_srcdir)/configure: $(am__configure_deps)
  289. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  290. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  291. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  292. $(am__aclocal_m4_deps):
  293. install-dist_autotestlibDATA: $(dist_autotestlib_DATA)
  294. @$(NORMAL_INSTALL)
  295. test -z "$(autotestlibdir)" || $(MKDIR_P) "$(DESTDIR)$(autotestlibdir)"
  296. @list='$(dist_autotestlib_DATA)'; test -n "$(autotestlibdir)" || list=; \
  297. for p in $$list; do \
  298. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  299. echo "$$d$$p"; \
  300. done | $(am__base_list) | \
  301. while read files; do \
  302. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(autotestlibdir)'"; \
  303. $(INSTALL_DATA) $$files "$(DESTDIR)$(autotestlibdir)" || exit $$?; \
  304. done
  305. uninstall-dist_autotestlibDATA:
  306. @$(NORMAL_UNINSTALL)
  307. @list='$(dist_autotestlib_DATA)'; test -n "$(autotestlibdir)" || list=; \
  308. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  309. test -n "$$files" || exit 0; \
  310. echo " ( cd '$(DESTDIR)$(autotestlibdir)' && rm -f" $$files ")"; \
  311. cd "$(DESTDIR)$(autotestlibdir)" && rm -f $$files
  312. install-nodist_autotestlibDATA: $(nodist_autotestlib_DATA)
  313. @$(NORMAL_INSTALL)
  314. test -z "$(autotestlibdir)" || $(MKDIR_P) "$(DESTDIR)$(autotestlibdir)"
  315. @list='$(nodist_autotestlib_DATA)'; test -n "$(autotestlibdir)" || list=; \
  316. for p in $$list; do \
  317. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  318. echo "$$d$$p"; \
  319. done | $(am__base_list) | \
  320. while read files; do \
  321. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(autotestlibdir)'"; \
  322. $(INSTALL_DATA) $$files "$(DESTDIR)$(autotestlibdir)" || exit $$?; \
  323. done
  324. uninstall-nodist_autotestlibDATA:
  325. @$(NORMAL_UNINSTALL)
  326. @list='$(nodist_autotestlib_DATA)'; test -n "$(autotestlibdir)" || list=; \
  327. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  328. test -n "$$files" || exit 0; \
  329. echo " ( cd '$(DESTDIR)$(autotestlibdir)' && rm -f" $$files ")"; \
  330. cd "$(DESTDIR)$(autotestlibdir)" && rm -f $$files
  331. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  332. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  333. unique=`for i in $$list; do \
  334. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  335. done | \
  336. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  337. END { if (nonempty) { for (i in files) print i; }; }'`; \
  338. mkid -fID $$unique
  339. tags: TAGS
  340. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  341. $(TAGS_FILES) $(LISP)
  342. set x; \
  343. here=`pwd`; \
  344. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  345. unique=`for i in $$list; do \
  346. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  347. done | \
  348. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  349. END { if (nonempty) { for (i in files) print i; }; }'`; \
  350. shift; \
  351. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  352. test -n "$$unique" || unique=$$empty_fix; \
  353. if test $$# -gt 0; then \
  354. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  355. "$$@" $$unique; \
  356. else \
  357. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  358. $$unique; \
  359. fi; \
  360. fi
  361. ctags: CTAGS
  362. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  363. $(TAGS_FILES) $(LISP)
  364. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  365. unique=`for i in $$list; do \
  366. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  367. done | \
  368. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  369. END { if (nonempty) { for (i in files) print i; }; }'`; \
  370. test -z "$(CTAGS_ARGS)$$unique" \
  371. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  372. $$unique
  373. GTAGS:
  374. here=`$(am__cd) $(top_builddir) && pwd` \
  375. && $(am__cd) $(top_srcdir) \
  376. && gtags -i $(GTAGS_ARGS) "$$here"
  377. distclean-tags:
  378. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  379. distdir: $(DISTFILES)
  380. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  381. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  382. list='$(DISTFILES)'; \
  383. dist_files=`for file in $$list; do echo $$file; done | \
  384. sed -e "s|^$$srcdirstrip/||;t" \
  385. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  386. case $$dist_files in \
  387. */*) $(MKDIR_P) `echo "$$dist_files" | \
  388. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  389. sort -u` ;; \
  390. esac; \
  391. for file in $$dist_files; do \
  392. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  393. if test -d $$d/$$file; then \
  394. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  395. if test -d "$(distdir)/$$file"; then \
  396. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  397. fi; \
  398. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  399. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  400. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  401. fi; \
  402. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  403. else \
  404. test -f "$(distdir)/$$file" \
  405. || cp -p $$d/$$file "$(distdir)/$$file" \
  406. || exit 1; \
  407. fi; \
  408. done
  409. check-am: all-am
  410. $(MAKE) $(AM_MAKEFLAGS) check-local
  411. check: check-am
  412. all-am: Makefile $(DATA)
  413. installdirs:
  414. for dir in "$(DESTDIR)$(autotestlibdir)" "$(DESTDIR)$(autotestlibdir)"; do \
  415. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  416. done
  417. install: install-am
  418. install-exec: install-exec-am
  419. install-data: install-data-am
  420. uninstall: uninstall-am
  421. install-am: all-am
  422. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  423. installcheck: installcheck-am
  424. install-strip:
  425. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  426. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  427. `test -z '$(STRIP)' || \
  428. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  429. mostlyclean-generic:
  430. clean-generic:
  431. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  432. distclean-generic:
  433. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  434. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  435. maintainer-clean-generic:
  436. @echo "This command is intended for maintainers to use"
  437. @echo "it deletes files that may require special tools to rebuild."
  438. clean: clean-am
  439. clean-am: clean-generic mostlyclean-am
  440. distclean: distclean-am
  441. -rm -f Makefile
  442. distclean-am: clean-am distclean-generic distclean-tags
  443. dvi: dvi-am
  444. dvi-am:
  445. html: html-am
  446. html-am:
  447. info: info-am
  448. info-am:
  449. install-data-am: install-dist_autotestlibDATA \
  450. install-nodist_autotestlibDATA
  451. install-dvi: install-dvi-am
  452. install-dvi-am:
  453. install-exec-am:
  454. install-html: install-html-am
  455. install-html-am:
  456. install-info: install-info-am
  457. install-info-am:
  458. install-man:
  459. install-pdf: install-pdf-am
  460. install-pdf-am:
  461. install-ps: install-ps-am
  462. install-ps-am:
  463. installcheck-am:
  464. maintainer-clean: maintainer-clean-am
  465. -rm -f Makefile
  466. maintainer-clean-am: distclean-am maintainer-clean-generic
  467. mostlyclean: mostlyclean-am
  468. mostlyclean-am: mostlyclean-generic
  469. pdf: pdf-am
  470. pdf-am:
  471. ps: ps-am
  472. ps-am:
  473. uninstall-am: uninstall-dist_autotestlibDATA \
  474. uninstall-nodist_autotestlibDATA
  475. .MAKE: check-am install-am install-strip
  476. .PHONY: CTAGS GTAGS all all-am check check-am check-local clean \
  477. clean-generic ctags distclean distclean-generic distclean-tags \
  478. distdir dvi dvi-am html html-am info info-am install \
  479. install-am install-data install-data-am \
  480. install-dist_autotestlibDATA install-dvi install-dvi-am \
  481. install-exec install-exec-am install-html install-html-am \
  482. install-info install-info-am install-man \
  483. install-nodist_autotestlibDATA install-pdf install-pdf-am \
  484. install-ps install-ps-am install-strip installcheck \
  485. installcheck-am installdirs maintainer-clean \
  486. maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
  487. pdf-am ps ps-am tags uninstall uninstall-am \
  488. uninstall-dist_autotestlibDATA \
  489. uninstall-nodist_autotestlibDATA
  490. check-local: check-forbidden-patterns
  491. autotest.m4f: $(autotest_m4f_dependencies)
  492. $(AUTOM4TE_CFG): $(top_srcdir)/lib/autom4te.in
  493. cd $(top_builddir)/lib && $(MAKE) $(AM_MAKEFLAGS) autom4te.cfg
  494. # When processing the file with diversion disabled, there must be no
  495. # output but comments and empty lines.
  496. # If freezing produces output, something went wrong: a bad `divert',
  497. # or an improper paren etc.
  498. # It may happen that the output does not end with an end of line, hence
  499. # force an end of line when reporting errors.
  500. .m4.m4f:
  501. $(MY_AUTOM4TE) \
  502. --language=$* \
  503. --freeze \
  504. --output=$@
  505. # For parallel builds.
  506. $(build_libdir)/m4sugar/version.m4:
  507. cd $(build_libdir)/m4sugar && $(MAKE) $(AM_MAKEFLAGS) version.m4
  508. check-forbidden-patterns:
  509. @if (cd $(srcdir) && \
  510. $(GREP) $(forbidden_patterns) $(forbidden_patterns_files)) \
  511. >forbidden.log; then \
  512. echo "ERROR: forbidden patterns were found:" >&2; \
  513. sed "s|^|$*.m4: |" <forbidden.log >&2; \
  514. echo >&2; \
  515. exit 1; \
  516. else \
  517. rm -f forbidden.log; \
  518. fi
  519. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  520. # Otherwise a system limit (for SysV at least) may be exceeded.
  521. .NOEXPORT: