Makefile.in 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608
  1. # Makefile.in generated by automake 1.10 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12. @SET_MAKE@
  13. VPATH = @srcdir@
  14. pkgdatadir = $(datadir)/@PACKAGE@
  15. pkglibdir = $(libdir)/@PACKAGE@
  16. pkgincludedir = $(includedir)/@PACKAGE@
  17. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  18. install_sh_DATA = $(install_sh) -c -m 644
  19. install_sh_PROGRAM = $(install_sh) -c
  20. install_sh_SCRIPT = $(install_sh) -c
  21. INSTALL_HEADER = $(INSTALL_DATA)
  22. transform = $(program_transform_name)
  23. NORMAL_INSTALL = :
  24. PRE_INSTALL = :
  25. POST_INSTALL = :
  26. NORMAL_UNINSTALL = :
  27. PRE_UNINSTALL = :
  28. POST_UNINSTALL = :
  29. build_triplet = @build@
  30. host_triplet = @host@
  31. subdir = .
  32. DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
  33. $(srcdir)/Makefile.in $(top_srcdir)/configure INSTALL compile \
  34. config.guess config.sub depcomp install-sh ltmain.sh missing
  35. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  36. am__aclocal_m4_deps = $(top_srcdir)/configure.in
  37. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  38. $(ACLOCAL_M4)
  39. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  40. configure.lineno config.status.lineno
  41. mkinstalldirs = $(install_sh) -d
  42. CONFIG_CLEAN_FILES =
  43. SOURCES =
  44. DIST_SOURCES =
  45. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  46. html-recursive info-recursive install-data-recursive \
  47. install-dvi-recursive install-exec-recursive \
  48. install-html-recursive install-info-recursive \
  49. install-pdf-recursive install-ps-recursive install-recursive \
  50. installcheck-recursive installdirs-recursive pdf-recursive \
  51. ps-recursive uninstall-recursive
  52. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  53. distclean-recursive maintainer-clean-recursive
  54. ETAGS = etags
  55. CTAGS = ctags
  56. DIST_SUBDIRS = $(SUBDIRS)
  57. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  58. distdir = $(PACKAGE)-$(VERSION)
  59. top_distdir = $(distdir)
  60. am__remove_distdir = \
  61. { test ! -d $(distdir) \
  62. || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
  63. && rm -fr $(distdir); }; }
  64. DIST_ARCHIVES = $(distdir).tar.gz
  65. GZIP_ENV = --best
  66. distuninstallcheck_listfiles = find . -type f -print
  67. distcleancheck_listfiles = find . -type f -print
  68. ACLOCAL = @ACLOCAL@
  69. AMTAR = @AMTAR@
  70. AR = @AR@
  71. AUTOCONF = @AUTOCONF@
  72. AUTOHEADER = @AUTOHEADER@
  73. AUTOMAKE = @AUTOMAKE@
  74. AWK = @AWK@
  75. CC = @CC@
  76. CCDEPMODE = @CCDEPMODE@
  77. CFLAGS = @CFLAGS@
  78. CPP = @CPP@
  79. CPPFLAGS = @CPPFLAGS@
  80. CXX = @CXX@
  81. CXXCPP = @CXXCPP@
  82. CXXDEPMODE = @CXXDEPMODE@
  83. CXXFLAGS = @CXXFLAGS@
  84. CYGPATH_W = @CYGPATH_W@
  85. DEFS = @DEFS@
  86. DEPDIR = @DEPDIR@
  87. ECHO = @ECHO@
  88. ECHO_C = @ECHO_C@
  89. ECHO_N = @ECHO_N@
  90. ECHO_T = @ECHO_T@
  91. EGREP = @EGREP@
  92. EXEEXT = @EXEEXT@
  93. F77 = @F77@
  94. FFLAGS = @FFLAGS@
  95. GREP = @GREP@
  96. INSTALL = @INSTALL@
  97. INSTALL_DATA = @INSTALL_DATA@
  98. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  99. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  100. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  101. LDFLAGS = @LDFLAGS@
  102. LIBOBJS = @LIBOBJS@
  103. LIBS = @LIBS@
  104. LIBTOOL = @LIBTOOL@
  105. LN_S = @LN_S@
  106. LTLIBOBJS = @LTLIBOBJS@
  107. MAKEINFO = @MAKEINFO@
  108. MKDIR_P = @MKDIR_P@
  109. OBJEXT = @OBJEXT@
  110. PACKAGE = @PACKAGE@
  111. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  112. PACKAGE_NAME = @PACKAGE_NAME@
  113. PACKAGE_STRING = @PACKAGE_STRING@
  114. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  115. PACKAGE_VERSION = @PACKAGE_VERSION@
  116. PATH_SEPARATOR = @PATH_SEPARATOR@
  117. RANLIB = @RANLIB@
  118. SED = @SED@
  119. SET_MAKE = @SET_MAKE@
  120. SHELL = @SHELL@
  121. STRIP = @STRIP@
  122. VERSION = @VERSION@
  123. abs_builddir = @abs_builddir@
  124. abs_srcdir = @abs_srcdir@
  125. abs_top_builddir = @abs_top_builddir@
  126. abs_top_srcdir = @abs_top_srcdir@
  127. ac_ct_CC = @ac_ct_CC@
  128. ac_ct_CXX = @ac_ct_CXX@
  129. ac_ct_F77 = @ac_ct_F77@
  130. am__include = @am__include@
  131. am__leading_dot = @am__leading_dot@
  132. am__quote = @am__quote@
  133. am__tar = @am__tar@
  134. am__untar = @am__untar@
  135. bindir = @bindir@
  136. build = @build@
  137. build_alias = @build_alias@
  138. build_cpu = @build_cpu@
  139. build_os = @build_os@
  140. build_vendor = @build_vendor@
  141. builddir = @builddir@
  142. datadir = @datadir@
  143. datarootdir = @datarootdir@
  144. docdir = @docdir@
  145. dvidir = @dvidir@
  146. exec_prefix = @exec_prefix@
  147. host = @host@
  148. host_alias = @host_alias@
  149. host_cpu = @host_cpu@
  150. host_os = @host_os@
  151. host_vendor = @host_vendor@
  152. htmldir = @htmldir@
  153. includedir = @includedir@
  154. infodir = @infodir@
  155. install_sh = @install_sh@
  156. libdir = @libdir@
  157. libexecdir = @libexecdir@
  158. localedir = @localedir@
  159. localstatedir = @localstatedir@
  160. mandir = @mandir@
  161. mkdir_p = @mkdir_p@
  162. oldincludedir = @oldincludedir@
  163. pdfdir = @pdfdir@
  164. prefix = @prefix@
  165. program_transform_name = @program_transform_name@
  166. psdir = @psdir@
  167. sbindir = @sbindir@
  168. sharedstatedir = @sharedstatedir@
  169. srcdir = @srcdir@
  170. sysconfdir = @sysconfdir@
  171. target_alias = @target_alias@
  172. top_builddir = @top_builddir@
  173. top_srcdir = @top_srcdir@
  174. SUBDIRS = src tests
  175. all: all-recursive
  176. .SUFFIXES:
  177. am--refresh:
  178. @:
  179. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  180. @for dep in $?; do \
  181. case '$(am__configure_deps)' in \
  182. *$$dep*) \
  183. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
  184. cd $(srcdir) && $(AUTOMAKE) --foreign \
  185. && exit 0; \
  186. exit 1;; \
  187. esac; \
  188. done; \
  189. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  190. cd $(top_srcdir) && \
  191. $(AUTOMAKE) --foreign Makefile
  192. .PRECIOUS: Makefile
  193. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  194. @case '$?' in \
  195. *config.status*) \
  196. echo ' $(SHELL) ./config.status'; \
  197. $(SHELL) ./config.status;; \
  198. *) \
  199. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  200. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  201. esac;
  202. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  203. $(SHELL) ./config.status --recheck
  204. $(top_srcdir)/configure: $(am__configure_deps)
  205. cd $(srcdir) && $(AUTOCONF)
  206. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  207. cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  208. mostlyclean-libtool:
  209. -rm -f *.lo
  210. clean-libtool:
  211. -rm -rf .libs _libs
  212. distclean-libtool:
  213. -rm -f libtool
  214. # This directory's subdirectories are mostly independent; you can cd
  215. # into them and run `make' without going through this Makefile.
  216. # To change the values of `make' variables: instead of editing Makefiles,
  217. # (1) if the variable is set in `config.status', edit `config.status'
  218. # (which will cause the Makefiles to be regenerated when you run `make');
  219. # (2) otherwise, pass the desired values on the `make' command line.
  220. $(RECURSIVE_TARGETS):
  221. @failcom='exit 1'; \
  222. for f in x $$MAKEFLAGS; do \
  223. case $$f in \
  224. *=* | --[!k]*);; \
  225. *k*) failcom='fail=yes';; \
  226. esac; \
  227. done; \
  228. dot_seen=no; \
  229. target=`echo $@ | sed s/-recursive//`; \
  230. list='$(SUBDIRS)'; for subdir in $$list; do \
  231. echo "Making $$target in $$subdir"; \
  232. if test "$$subdir" = "."; then \
  233. dot_seen=yes; \
  234. local_target="$$target-am"; \
  235. else \
  236. local_target="$$target"; \
  237. fi; \
  238. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  239. || eval $$failcom; \
  240. done; \
  241. if test "$$dot_seen" = "no"; then \
  242. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  243. fi; test -z "$$fail"
  244. $(RECURSIVE_CLEAN_TARGETS):
  245. @failcom='exit 1'; \
  246. for f in x $$MAKEFLAGS; do \
  247. case $$f in \
  248. *=* | --[!k]*);; \
  249. *k*) failcom='fail=yes';; \
  250. esac; \
  251. done; \
  252. dot_seen=no; \
  253. case "$@" in \
  254. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  255. *) list='$(SUBDIRS)' ;; \
  256. esac; \
  257. rev=''; for subdir in $$list; do \
  258. if test "$$subdir" = "."; then :; else \
  259. rev="$$subdir $$rev"; \
  260. fi; \
  261. done; \
  262. rev="$$rev ."; \
  263. target=`echo $@ | sed s/-recursive//`; \
  264. for subdir in $$rev; do \
  265. echo "Making $$target in $$subdir"; \
  266. if test "$$subdir" = "."; then \
  267. local_target="$$target-am"; \
  268. else \
  269. local_target="$$target"; \
  270. fi; \
  271. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  272. || eval $$failcom; \
  273. done && test -z "$$fail"
  274. tags-recursive:
  275. list='$(SUBDIRS)'; for subdir in $$list; do \
  276. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  277. done
  278. ctags-recursive:
  279. list='$(SUBDIRS)'; for subdir in $$list; do \
  280. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  281. done
  282. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  283. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  284. unique=`for i in $$list; do \
  285. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  286. done | \
  287. $(AWK) ' { files[$$0] = 1; } \
  288. END { for (i in files) print i; }'`; \
  289. mkid -fID $$unique
  290. tags: TAGS
  291. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  292. $(TAGS_FILES) $(LISP)
  293. tags=; \
  294. here=`pwd`; \
  295. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  296. include_option=--etags-include; \
  297. empty_fix=.; \
  298. else \
  299. include_option=--include; \
  300. empty_fix=; \
  301. fi; \
  302. list='$(SUBDIRS)'; for subdir in $$list; do \
  303. if test "$$subdir" = .; then :; else \
  304. test ! -f $$subdir/TAGS || \
  305. tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
  306. fi; \
  307. done; \
  308. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  309. unique=`for i in $$list; do \
  310. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  311. done | \
  312. $(AWK) ' { files[$$0] = 1; } \
  313. END { for (i in files) print i; }'`; \
  314. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
  315. test -n "$$unique" || unique=$$empty_fix; \
  316. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  317. $$tags $$unique; \
  318. fi
  319. ctags: CTAGS
  320. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  321. $(TAGS_FILES) $(LISP)
  322. tags=; \
  323. here=`pwd`; \
  324. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  325. unique=`for i in $$list; do \
  326. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  327. done | \
  328. $(AWK) ' { files[$$0] = 1; } \
  329. END { for (i in files) print i; }'`; \
  330. test -z "$(CTAGS_ARGS)$$tags$$unique" \
  331. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  332. $$tags $$unique
  333. GTAGS:
  334. here=`$(am__cd) $(top_builddir) && pwd` \
  335. && cd $(top_srcdir) \
  336. && gtags -i $(GTAGS_ARGS) $$here
  337. distclean-tags:
  338. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  339. distdir: $(DISTFILES)
  340. $(am__remove_distdir)
  341. test -d $(distdir) || mkdir $(distdir)
  342. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  343. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  344. list='$(DISTFILES)'; \
  345. dist_files=`for file in $$list; do echo $$file; done | \
  346. sed -e "s|^$$srcdirstrip/||;t" \
  347. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  348. case $$dist_files in \
  349. */*) $(MKDIR_P) `echo "$$dist_files" | \
  350. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  351. sort -u` ;; \
  352. esac; \
  353. for file in $$dist_files; do \
  354. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  355. if test -d $$d/$$file; then \
  356. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  357. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  358. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  359. fi; \
  360. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  361. else \
  362. test -f $(distdir)/$$file \
  363. || cp -p $$d/$$file $(distdir)/$$file \
  364. || exit 1; \
  365. fi; \
  366. done
  367. list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  368. if test "$$subdir" = .; then :; else \
  369. test -d "$(distdir)/$$subdir" \
  370. || $(MKDIR_P) "$(distdir)/$$subdir" \
  371. || exit 1; \
  372. distdir=`$(am__cd) $(distdir) && pwd`; \
  373. top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
  374. (cd $$subdir && \
  375. $(MAKE) $(AM_MAKEFLAGS) \
  376. top_distdir="$$top_distdir" \
  377. distdir="$$distdir/$$subdir" \
  378. am__remove_distdir=: \
  379. am__skip_length_check=: \
  380. distdir) \
  381. || exit 1; \
  382. fi; \
  383. done
  384. -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
  385. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  386. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  387. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  388. || chmod -R a+r $(distdir)
  389. dist-gzip: distdir
  390. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  391. $(am__remove_distdir)
  392. dist-bzip2: distdir
  393. tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
  394. $(am__remove_distdir)
  395. dist-tarZ: distdir
  396. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  397. $(am__remove_distdir)
  398. dist-shar: distdir
  399. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  400. $(am__remove_distdir)
  401. dist-zip: distdir
  402. -rm -f $(distdir).zip
  403. zip -rq $(distdir).zip $(distdir)
  404. $(am__remove_distdir)
  405. dist dist-all: distdir
  406. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  407. $(am__remove_distdir)
  408. # This target untars the dist file and tries a VPATH configuration. Then
  409. # it guarantees that the distribution is self-contained by making another
  410. # tarfile.
  411. distcheck: dist
  412. case '$(DIST_ARCHIVES)' in \
  413. *.tar.gz*) \
  414. GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
  415. *.tar.bz2*) \
  416. bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
  417. *.tar.Z*) \
  418. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  419. *.shar.gz*) \
  420. GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
  421. *.zip*) \
  422. unzip $(distdir).zip ;;\
  423. esac
  424. chmod -R a-w $(distdir); chmod a+w $(distdir)
  425. mkdir $(distdir)/_build
  426. mkdir $(distdir)/_inst
  427. chmod a-w $(distdir)
  428. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  429. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  430. && cd $(distdir)/_build \
  431. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  432. $(DISTCHECK_CONFIGURE_FLAGS) \
  433. && $(MAKE) $(AM_MAKEFLAGS) \
  434. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  435. && $(MAKE) $(AM_MAKEFLAGS) check \
  436. && $(MAKE) $(AM_MAKEFLAGS) install \
  437. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  438. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  439. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  440. distuninstallcheck \
  441. && chmod -R a-w "$$dc_install_base" \
  442. && ({ \
  443. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  444. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  445. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  446. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  447. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  448. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  449. && rm -rf "$$dc_destdir" \
  450. && $(MAKE) $(AM_MAKEFLAGS) dist \
  451. && rm -rf $(DIST_ARCHIVES) \
  452. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
  453. $(am__remove_distdir)
  454. @(echo "$(distdir) archives ready for distribution: "; \
  455. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  456. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  457. distuninstallcheck:
  458. @cd $(distuninstallcheck_dir) \
  459. && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
  460. || { echo "ERROR: files left after uninstall:" ; \
  461. if test -n "$(DESTDIR)"; then \
  462. echo " (check DESTDIR support)"; \
  463. fi ; \
  464. $(distuninstallcheck_listfiles) ; \
  465. exit 1; } >&2
  466. distcleancheck: distclean
  467. @if test '$(srcdir)' = . ; then \
  468. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  469. exit 1 ; \
  470. fi
  471. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  472. || { echo "ERROR: files left in build directory after distclean:" ; \
  473. $(distcleancheck_listfiles) ; \
  474. exit 1; } >&2
  475. check-am: all-am
  476. check: check-recursive
  477. all-am: Makefile
  478. installdirs: installdirs-recursive
  479. installdirs-am:
  480. install: install-recursive
  481. install-exec: install-exec-recursive
  482. install-data: install-data-recursive
  483. uninstall: uninstall-recursive
  484. install-am: all-am
  485. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  486. installcheck: installcheck-recursive
  487. install-strip:
  488. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  489. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  490. `test -z '$(STRIP)' || \
  491. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  492. mostlyclean-generic:
  493. clean-generic:
  494. distclean-generic:
  495. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  496. maintainer-clean-generic:
  497. @echo "This command is intended for maintainers to use"
  498. @echo "it deletes files that may require special tools to rebuild."
  499. clean: clean-recursive
  500. clean-am: clean-generic clean-libtool mostlyclean-am
  501. distclean: distclean-recursive
  502. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  503. -rm -f Makefile
  504. distclean-am: clean-am distclean-generic distclean-libtool \
  505. distclean-tags
  506. dvi: dvi-recursive
  507. dvi-am:
  508. html: html-recursive
  509. info: info-recursive
  510. info-am:
  511. install-data-am:
  512. install-dvi: install-dvi-recursive
  513. install-exec-am:
  514. install-html: install-html-recursive
  515. install-info: install-info-recursive
  516. install-man:
  517. install-pdf: install-pdf-recursive
  518. install-ps: install-ps-recursive
  519. installcheck-am:
  520. maintainer-clean: maintainer-clean-recursive
  521. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  522. -rm -rf $(top_srcdir)/autom4te.cache
  523. -rm -f Makefile
  524. maintainer-clean-am: distclean-am maintainer-clean-generic
  525. mostlyclean: mostlyclean-recursive
  526. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  527. pdf: pdf-recursive
  528. pdf-am:
  529. ps: ps-recursive
  530. ps-am:
  531. uninstall-am:
  532. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
  533. install-strip
  534. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  535. all all-am am--refresh check check-am clean clean-generic \
  536. clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
  537. dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
  538. distclean-generic distclean-libtool distclean-tags \
  539. distcleancheck distdir distuninstallcheck dvi dvi-am html \
  540. html-am info info-am install install-am install-data \
  541. install-data-am install-dvi install-dvi-am install-exec \
  542. install-exec-am install-html install-html-am install-info \
  543. install-info-am install-man install-pdf install-pdf-am \
  544. install-ps install-ps-am install-strip installcheck \
  545. installcheck-am installdirs installdirs-am maintainer-clean \
  546. maintainer-clean-generic mostlyclean mostlyclean-generic \
  547. mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
  548. uninstall uninstall-am
  549. prove:
  550. prove -v -r
  551. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  552. # Otherwise a system limit (for SysV at least) may be exceeded.
  553. .NOEXPORT: