Makefile.in 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754
  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. VPATH = @srcdir@
  15. pkgdatadir = $(datadir)/@PACKAGE@
  16. pkgincludedir = $(includedir)/@PACKAGE@
  17. pkglibdir = $(libdir)/@PACKAGE@
  18. pkglibexecdir = $(libexecdir)/@PACKAGE@
  19. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  20. install_sh_DATA = $(install_sh) -c -m 644
  21. install_sh_PROGRAM = $(install_sh) -c
  22. install_sh_SCRIPT = $(install_sh) -c
  23. INSTALL_HEADER = $(INSTALL_DATA)
  24. transform = $(program_transform_name)
  25. NORMAL_INSTALL = :
  26. PRE_INSTALL = :
  27. POST_INSTALL = :
  28. NORMAL_UNINSTALL = :
  29. PRE_UNINSTALL = :
  30. POST_UNINSTALL = :
  31. build_triplet = @build@
  32. host_triplet = @host@
  33. subdir = .
  34. DIST_COMMON = $(am__configure_deps) $(dist_man_MANS) \
  35. $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
  36. $(top_srcdir)/configure COPYING config.guess config.sub \
  37. depcomp install-sh missing
  38. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  39. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  40. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  41. $(ACLOCAL_M4)
  42. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  43. configure.lineno config.status.lineno
  44. mkinstalldirs = $(install_sh) -d
  45. CONFIG_HEADER = $(top_builddir)/src/stressapptest_config.h
  46. CONFIG_CLEAN_FILES =
  47. CONFIG_CLEAN_VPATH_FILES =
  48. SOURCES =
  49. DIST_SOURCES =
  50. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  51. html-recursive info-recursive install-data-recursive \
  52. install-dvi-recursive install-exec-recursive \
  53. install-html-recursive install-info-recursive \
  54. install-pdf-recursive install-ps-recursive install-recursive \
  55. installcheck-recursive installdirs-recursive pdf-recursive \
  56. ps-recursive uninstall-recursive
  57. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  58. am__vpath_adj = case $$p in \
  59. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  60. *) f=$$p;; \
  61. esac;
  62. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  63. am__install_max = 40
  64. am__nobase_strip_setup = \
  65. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  66. am__nobase_strip = \
  67. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  68. am__nobase_list = $(am__nobase_strip_setup); \
  69. for p in $$list; do echo "$$p $$p"; done | \
  70. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  71. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  72. if (++n[$$2] == $(am__install_max)) \
  73. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  74. END { for (dir in files) print dir, files[dir] }'
  75. am__base_list = \
  76. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  77. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  78. man1dir = $(mandir)/man1
  79. am__installdirs = "$(DESTDIR)$(man1dir)"
  80. NROFF = nroff
  81. MANS = $(dist_man_MANS)
  82. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  83. distclean-recursive maintainer-clean-recursive
  84. AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
  85. $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
  86. distdir dist dist-all distcheck
  87. ETAGS = etags
  88. CTAGS = ctags
  89. DIST_SUBDIRS = $(SUBDIRS)
  90. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  91. distdir = $(PACKAGE)-$(VERSION)
  92. top_distdir = $(distdir)
  93. am__remove_distdir = \
  94. { test ! -d "$(distdir)" \
  95. || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  96. && rm -fr "$(distdir)"; }; }
  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. DIST_ARCHIVES = $(distdir).tar.gz
  123. GZIP_ENV = --best
  124. distuninstallcheck_listfiles = find . -type f -print
  125. distcleancheck_listfiles = find . -type f -print
  126. ACLOCAL = @ACLOCAL@
  127. AMTAR = @AMTAR@
  128. AUTOCONF = @AUTOCONF@
  129. AUTOHEADER = @AUTOHEADER@
  130. AUTOMAKE = @AUTOMAKE@
  131. AWK = @AWK@
  132. CC = @CC@
  133. CCDEPMODE = @CCDEPMODE@
  134. CFLAGS = @CFLAGS@
  135. CPP = @CPP@
  136. CPPFLAGS = @CPPFLAGS@
  137. CXX = @CXX@
  138. CXXDEPMODE = @CXXDEPMODE@
  139. CXXFLAGS = @CXXFLAGS@
  140. CYGPATH_W = @CYGPATH_W@
  141. DEFS = @DEFS@
  142. DEPDIR = @DEPDIR@
  143. ECHO_C = @ECHO_C@
  144. ECHO_N = @ECHO_N@
  145. ECHO_T = @ECHO_T@
  146. EGREP = @EGREP@
  147. EXEEXT = @EXEEXT@
  148. GREP = @GREP@
  149. INSTALL = @INSTALL@
  150. INSTALL_DATA = @INSTALL_DATA@
  151. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  152. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  153. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  154. LDFLAGS = @LDFLAGS@
  155. LIBOBJS = @LIBOBJS@
  156. LIBS = @LIBS@
  157. LTLIBOBJS = @LTLIBOBJS@
  158. MAKEINFO = @MAKEINFO@
  159. MKDIR_P = @MKDIR_P@
  160. OBJEXT = @OBJEXT@
  161. PACKAGE = @PACKAGE@
  162. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  163. PACKAGE_NAME = @PACKAGE_NAME@
  164. PACKAGE_STRING = @PACKAGE_STRING@
  165. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  166. PACKAGE_URL = @PACKAGE_URL@
  167. PACKAGE_VERSION = @PACKAGE_VERSION@
  168. PATH_SEPARATOR = @PATH_SEPARATOR@
  169. SET_MAKE = @SET_MAKE@
  170. SHELL = @SHELL@
  171. STRIP = @STRIP@
  172. VERSION = @VERSION@
  173. abs_builddir = @abs_builddir@
  174. abs_srcdir = @abs_srcdir@
  175. abs_top_builddir = @abs_top_builddir@
  176. abs_top_srcdir = @abs_top_srcdir@
  177. ac_ct_CC = @ac_ct_CC@
  178. ac_ct_CXX = @ac_ct_CXX@
  179. am__include = @am__include@
  180. am__leading_dot = @am__leading_dot@
  181. am__quote = @am__quote@
  182. am__tar = @am__tar@
  183. am__untar = @am__untar@
  184. bindir = @bindir@
  185. build = @build@
  186. build_alias = @build_alias@
  187. build_cpu = @build_cpu@
  188. build_os = @build_os@
  189. build_vendor = @build_vendor@
  190. builddir = @builddir@
  191. datadir = @datadir@
  192. datarootdir = @datarootdir@
  193. docdir = @docdir@
  194. dvidir = @dvidir@
  195. exec_prefix = @exec_prefix@
  196. host = @host@
  197. host_alias = @host_alias@
  198. host_cpu = @host_cpu@
  199. host_os = @host_os@
  200. host_vendor = @host_vendor@
  201. htmldir = @htmldir@
  202. includedir = @includedir@
  203. infodir = @infodir@
  204. install_sh = @install_sh@
  205. libdir = @libdir@
  206. libexecdir = @libexecdir@
  207. localedir = @localedir@
  208. localstatedir = @localstatedir@
  209. mandir = @mandir@
  210. mkdir_p = @mkdir_p@
  211. oldincludedir = @oldincludedir@
  212. pdfdir = @pdfdir@
  213. prefix = @prefix@
  214. program_transform_name = @program_transform_name@
  215. psdir = @psdir@
  216. sbindir = @sbindir@
  217. sharedstatedir = @sharedstatedir@
  218. srcdir = @srcdir@
  219. sysconfdir = @sysconfdir@
  220. target_alias = @target_alias@
  221. top_build_prefix = @top_build_prefix@
  222. top_builddir = @top_builddir@
  223. top_srcdir = @top_srcdir@
  224. SUBDIRS = src
  225. dist_man_MANS = stressapptest.1
  226. all: all-recursive
  227. .SUFFIXES:
  228. am--refresh:
  229. @:
  230. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  231. @for dep in $?; do \
  232. case '$(am__configure_deps)' in \
  233. *$$dep*) \
  234. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  235. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  236. && exit 0; \
  237. exit 1;; \
  238. esac; \
  239. done; \
  240. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  241. $(am__cd) $(top_srcdir) && \
  242. $(AUTOMAKE) --foreign Makefile
  243. .PRECIOUS: Makefile
  244. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  245. @case '$?' in \
  246. *config.status*) \
  247. echo ' $(SHELL) ./config.status'; \
  248. $(SHELL) ./config.status;; \
  249. *) \
  250. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  251. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  252. esac;
  253. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  254. $(SHELL) ./config.status --recheck
  255. $(top_srcdir)/configure: $(am__configure_deps)
  256. $(am__cd) $(srcdir) && $(AUTOCONF)
  257. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  258. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  259. $(am__aclocal_m4_deps):
  260. install-man1: $(dist_man_MANS)
  261. @$(NORMAL_INSTALL)
  262. test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
  263. @list=''; test -n "$(man1dir)" || exit 0; \
  264. { for i in $$list; do echo "$$i"; done; \
  265. l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
  266. sed -n '/\.1[a-z]*$$/p'; \
  267. } | while read p; do \
  268. if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  269. echo "$$d$$p"; echo "$$p"; \
  270. done | \
  271. sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
  272. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
  273. sed 'N;N;s,\n, ,g' | { \
  274. list=; while read file base inst; do \
  275. if test "$$base" = "$$inst"; then list="$$list $$file"; else \
  276. echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
  277. $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
  278. fi; \
  279. done; \
  280. for i in $$list; do echo "$$i"; done | $(am__base_list) | \
  281. while read files; do \
  282. test -z "$$files" || { \
  283. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
  284. $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
  285. done; }
  286. uninstall-man1:
  287. @$(NORMAL_UNINSTALL)
  288. @list=''; test -n "$(man1dir)" || exit 0; \
  289. files=`{ for i in $$list; do echo "$$i"; done; \
  290. l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
  291. sed -n '/\.1[a-z]*$$/p'; \
  292. } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
  293. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
  294. test -z "$$files" || { \
  295. echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
  296. cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
  297. # This directory's subdirectories are mostly independent; you can cd
  298. # into them and run `make' without going through this Makefile.
  299. # To change the values of `make' variables: instead of editing Makefiles,
  300. # (1) if the variable is set in `config.status', edit `config.status'
  301. # (which will cause the Makefiles to be regenerated when you run `make');
  302. # (2) otherwise, pass the desired values on the `make' command line.
  303. $(RECURSIVE_TARGETS):
  304. @fail= failcom='exit 1'; \
  305. for f in x $$MAKEFLAGS; do \
  306. case $$f in \
  307. *=* | --[!k]*);; \
  308. *k*) failcom='fail=yes';; \
  309. esac; \
  310. done; \
  311. dot_seen=no; \
  312. target=`echo $@ | sed s/-recursive//`; \
  313. list='$(SUBDIRS)'; for subdir in $$list; do \
  314. echo "Making $$target in $$subdir"; \
  315. if test "$$subdir" = "."; then \
  316. dot_seen=yes; \
  317. local_target="$$target-am"; \
  318. else \
  319. local_target="$$target"; \
  320. fi; \
  321. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  322. || eval $$failcom; \
  323. done; \
  324. if test "$$dot_seen" = "no"; then \
  325. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  326. fi; test -z "$$fail"
  327. $(RECURSIVE_CLEAN_TARGETS):
  328. @fail= failcom='exit 1'; \
  329. for f in x $$MAKEFLAGS; do \
  330. case $$f in \
  331. *=* | --[!k]*);; \
  332. *k*) failcom='fail=yes';; \
  333. esac; \
  334. done; \
  335. dot_seen=no; \
  336. case "$@" in \
  337. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  338. *) list='$(SUBDIRS)' ;; \
  339. esac; \
  340. rev=''; for subdir in $$list; do \
  341. if test "$$subdir" = "."; then :; else \
  342. rev="$$subdir $$rev"; \
  343. fi; \
  344. done; \
  345. rev="$$rev ."; \
  346. target=`echo $@ | sed s/-recursive//`; \
  347. for subdir in $$rev; do \
  348. echo "Making $$target in $$subdir"; \
  349. if test "$$subdir" = "."; then \
  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 && test -z "$$fail"
  357. tags-recursive:
  358. list='$(SUBDIRS)'; for subdir in $$list; do \
  359. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  360. done
  361. ctags-recursive:
  362. list='$(SUBDIRS)'; for subdir in $$list; do \
  363. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  364. done
  365. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  366. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  367. unique=`for i in $$list; do \
  368. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  369. done | \
  370. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  371. END { if (nonempty) { for (i in files) print i; }; }'`; \
  372. mkid -fID $$unique
  373. tags: TAGS
  374. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  375. $(TAGS_FILES) $(LISP)
  376. set x; \
  377. here=`pwd`; \
  378. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  379. include_option=--etags-include; \
  380. empty_fix=.; \
  381. else \
  382. include_option=--include; \
  383. empty_fix=; \
  384. fi; \
  385. list='$(SUBDIRS)'; for subdir in $$list; do \
  386. if test "$$subdir" = .; then :; else \
  387. test ! -f $$subdir/TAGS || \
  388. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  389. fi; \
  390. done; \
  391. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  392. unique=`for i in $$list; do \
  393. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  394. done | \
  395. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  396. END { if (nonempty) { for (i in files) print i; }; }'`; \
  397. shift; \
  398. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  399. test -n "$$unique" || unique=$$empty_fix; \
  400. if test $$# -gt 0; then \
  401. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  402. "$$@" $$unique; \
  403. else \
  404. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  405. $$unique; \
  406. fi; \
  407. fi
  408. ctags: CTAGS
  409. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  410. $(TAGS_FILES) $(LISP)
  411. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  412. unique=`for i in $$list; do \
  413. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  414. done | \
  415. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  416. END { if (nonempty) { for (i in files) print i; }; }'`; \
  417. test -z "$(CTAGS_ARGS)$$unique" \
  418. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  419. $$unique
  420. GTAGS:
  421. here=`$(am__cd) $(top_builddir) && pwd` \
  422. && $(am__cd) $(top_srcdir) \
  423. && gtags -i $(GTAGS_ARGS) "$$here"
  424. distclean-tags:
  425. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  426. distdir: $(DISTFILES)
  427. @list='$(MANS)'; if test -n "$$list"; then \
  428. list=`for p in $$list; do \
  429. if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  430. if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
  431. if test -n "$$list" && \
  432. grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
  433. echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
  434. grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \
  435. echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \
  436. echo " typically \`make maintainer-clean' will remove them" >&2; \
  437. exit 1; \
  438. else :; fi; \
  439. else :; fi
  440. $(am__remove_distdir)
  441. test -d "$(distdir)" || mkdir "$(distdir)"
  442. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  443. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  444. list='$(DISTFILES)'; \
  445. dist_files=`for file in $$list; do echo $$file; done | \
  446. sed -e "s|^$$srcdirstrip/||;t" \
  447. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  448. case $$dist_files in \
  449. */*) $(MKDIR_P) `echo "$$dist_files" | \
  450. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  451. sort -u` ;; \
  452. esac; \
  453. for file in $$dist_files; do \
  454. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  455. if test -d $$d/$$file; then \
  456. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  457. if test -d "$(distdir)/$$file"; then \
  458. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  459. fi; \
  460. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  461. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  462. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  463. fi; \
  464. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  465. else \
  466. test -f "$(distdir)/$$file" \
  467. || cp -p $$d/$$file "$(distdir)/$$file" \
  468. || exit 1; \
  469. fi; \
  470. done
  471. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  472. if test "$$subdir" = .; then :; else \
  473. test -d "$(distdir)/$$subdir" \
  474. || $(MKDIR_P) "$(distdir)/$$subdir" \
  475. || exit 1; \
  476. fi; \
  477. done
  478. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  479. if test "$$subdir" = .; then :; else \
  480. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  481. $(am__relativize); \
  482. new_distdir=$$reldir; \
  483. dir1=$$subdir; dir2="$(top_distdir)"; \
  484. $(am__relativize); \
  485. new_top_distdir=$$reldir; \
  486. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  487. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  488. ($(am__cd) $$subdir && \
  489. $(MAKE) $(AM_MAKEFLAGS) \
  490. top_distdir="$$new_top_distdir" \
  491. distdir="$$new_distdir" \
  492. am__remove_distdir=: \
  493. am__skip_length_check=: \
  494. am__skip_mode_fix=: \
  495. distdir) \
  496. || exit 1; \
  497. fi; \
  498. done
  499. -test -n "$(am__skip_mode_fix)" \
  500. || find "$(distdir)" -type d ! -perm -755 \
  501. -exec chmod u+rwx,go+rx {} \; -o \
  502. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  503. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  504. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  505. || chmod -R a+r "$(distdir)"
  506. dist-gzip: distdir
  507. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  508. $(am__remove_distdir)
  509. dist-bzip2: distdir
  510. tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
  511. $(am__remove_distdir)
  512. dist-lzma: distdir
  513. tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
  514. $(am__remove_distdir)
  515. dist-xz: distdir
  516. tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
  517. $(am__remove_distdir)
  518. dist-tarZ: distdir
  519. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  520. $(am__remove_distdir)
  521. dist-shar: distdir
  522. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  523. $(am__remove_distdir)
  524. dist-zip: distdir
  525. -rm -f $(distdir).zip
  526. zip -rq $(distdir).zip $(distdir)
  527. $(am__remove_distdir)
  528. dist dist-all: distdir
  529. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  530. $(am__remove_distdir)
  531. # This target untars the dist file and tries a VPATH configuration. Then
  532. # it guarantees that the distribution is self-contained by making another
  533. # tarfile.
  534. distcheck: dist
  535. case '$(DIST_ARCHIVES)' in \
  536. *.tar.gz*) \
  537. GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  538. *.tar.bz2*) \
  539. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  540. *.tar.lzma*) \
  541. lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
  542. *.tar.xz*) \
  543. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  544. *.tar.Z*) \
  545. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  546. *.shar.gz*) \
  547. GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  548. *.zip*) \
  549. unzip $(distdir).zip ;;\
  550. esac
  551. chmod -R a-w $(distdir); chmod a+w $(distdir)
  552. mkdir $(distdir)/_build
  553. mkdir $(distdir)/_inst
  554. chmod a-w $(distdir)
  555. test -d $(distdir)/_build || exit 0; \
  556. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  557. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  558. && am__cwd=`pwd` \
  559. && $(am__cd) $(distdir)/_build \
  560. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  561. $(DISTCHECK_CONFIGURE_FLAGS) \
  562. && $(MAKE) $(AM_MAKEFLAGS) \
  563. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  564. && $(MAKE) $(AM_MAKEFLAGS) check \
  565. && $(MAKE) $(AM_MAKEFLAGS) install \
  566. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  567. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  568. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  569. distuninstallcheck \
  570. && chmod -R a-w "$$dc_install_base" \
  571. && ({ \
  572. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  573. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  574. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  575. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  576. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  577. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  578. && rm -rf "$$dc_destdir" \
  579. && $(MAKE) $(AM_MAKEFLAGS) dist \
  580. && rm -rf $(DIST_ARCHIVES) \
  581. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  582. && cd "$$am__cwd" \
  583. || exit 1
  584. $(am__remove_distdir)
  585. @(echo "$(distdir) archives ready for distribution: "; \
  586. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  587. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  588. distuninstallcheck:
  589. @$(am__cd) '$(distuninstallcheck_dir)' \
  590. && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
  591. || { echo "ERROR: files left after uninstall:" ; \
  592. if test -n "$(DESTDIR)"; then \
  593. echo " (check DESTDIR support)"; \
  594. fi ; \
  595. $(distuninstallcheck_listfiles) ; \
  596. exit 1; } >&2
  597. distcleancheck: distclean
  598. @if test '$(srcdir)' = . ; then \
  599. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  600. exit 1 ; \
  601. fi
  602. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  603. || { echo "ERROR: files left in build directory after distclean:" ; \
  604. $(distcleancheck_listfiles) ; \
  605. exit 1; } >&2
  606. check-am: all-am
  607. check: check-recursive
  608. all-am: Makefile $(MANS)
  609. installdirs: installdirs-recursive
  610. installdirs-am:
  611. for dir in "$(DESTDIR)$(man1dir)"; do \
  612. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  613. done
  614. install: install-recursive
  615. install-exec: install-exec-recursive
  616. install-data: install-data-recursive
  617. uninstall: uninstall-recursive
  618. install-am: all-am
  619. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  620. installcheck: installcheck-recursive
  621. install-strip:
  622. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  623. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  624. `test -z '$(STRIP)' || \
  625. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  626. mostlyclean-generic:
  627. clean-generic:
  628. distclean-generic:
  629. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  630. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  631. maintainer-clean-generic:
  632. @echo "This command is intended for maintainers to use"
  633. @echo "it deletes files that may require special tools to rebuild."
  634. clean: clean-recursive
  635. clean-am: clean-generic mostlyclean-am
  636. distclean: distclean-recursive
  637. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  638. -rm -f Makefile
  639. distclean-am: clean-am distclean-generic distclean-tags
  640. dvi: dvi-recursive
  641. dvi-am:
  642. html: html-recursive
  643. html-am:
  644. info: info-recursive
  645. info-am:
  646. install-data-am: install-man
  647. install-dvi: install-dvi-recursive
  648. install-dvi-am:
  649. install-exec-am:
  650. install-html: install-html-recursive
  651. install-html-am:
  652. install-info: install-info-recursive
  653. install-info-am:
  654. install-man: install-man1
  655. install-pdf: install-pdf-recursive
  656. install-pdf-am:
  657. install-ps: install-ps-recursive
  658. install-ps-am:
  659. installcheck-am:
  660. maintainer-clean: maintainer-clean-recursive
  661. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  662. -rm -rf $(top_srcdir)/autom4te.cache
  663. -rm -f Makefile
  664. maintainer-clean-am: distclean-am maintainer-clean-generic
  665. mostlyclean: mostlyclean-recursive
  666. mostlyclean-am: mostlyclean-generic
  667. pdf: pdf-recursive
  668. pdf-am:
  669. ps: ps-recursive
  670. ps-am:
  671. uninstall-am: uninstall-man
  672. uninstall-man: uninstall-man1
  673. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
  674. install-am install-strip tags-recursive
  675. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  676. all all-am am--refresh check check-am clean clean-generic \
  677. ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
  678. dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
  679. distclean distclean-generic distclean-tags distcleancheck \
  680. distdir distuninstallcheck dvi dvi-am html html-am info \
  681. info-am install install-am install-data install-data-am \
  682. install-dvi install-dvi-am install-exec install-exec-am \
  683. install-html install-html-am install-info install-info-am \
  684. install-man install-man1 install-pdf install-pdf-am install-ps \
  685. install-ps-am install-strip installcheck installcheck-am \
  686. installdirs installdirs-am maintainer-clean \
  687. maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
  688. pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
  689. uninstall-man uninstall-man1
  690. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  691. # Otherwise a system limit (for SysV at least) may be exceeded.
  692. .NOEXPORT: