Makefile.in 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608
  1. # Makefile.in generated by automake 1.10.2 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 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 $(srcdir)/config.h.in \
  34. $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
  35. TODO compile config.guess config.sub depcomp install-sh \
  36. missing
  37. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  38. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  39. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  40. $(ACLOCAL_M4)
  41. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  42. configure.lineno config.status.lineno
  43. mkinstalldirs = $(install_sh) -d
  44. CONFIG_HEADER = config.h
  45. CONFIG_CLEAN_FILES =
  46. SOURCES =
  47. DIST_SOURCES =
  48. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  49. html-recursive info-recursive install-data-recursive \
  50. install-dvi-recursive install-exec-recursive \
  51. install-html-recursive install-info-recursive \
  52. install-pdf-recursive install-ps-recursive install-recursive \
  53. installcheck-recursive installdirs-recursive pdf-recursive \
  54. ps-recursive uninstall-recursive
  55. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  56. distclean-recursive maintainer-clean-recursive
  57. ETAGS = etags
  58. CTAGS = ctags
  59. DIST_SUBDIRS = $(SUBDIRS)
  60. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  61. distdir = $(PACKAGE)-$(VERSION)
  62. top_distdir = $(distdir)
  63. am__remove_distdir = \
  64. { test ! -d $(distdir) \
  65. || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
  66. && rm -fr $(distdir); }; }
  67. DIST_ARCHIVES = $(distdir).tar.gz
  68. GZIP_ENV = --best
  69. distuninstallcheck_listfiles = find . -type f -print
  70. distcleancheck_listfiles = find . -type f -print
  71. ACLOCAL = @ACLOCAL@
  72. AMTAR = @AMTAR@
  73. AUTOCONF = @AUTOCONF@
  74. AUTOHEADER = @AUTOHEADER@
  75. AUTOMAKE = @AUTOMAKE@
  76. AWK = @AWK@
  77. CC = @CC@
  78. CCDEPMODE = @CCDEPMODE@
  79. CFLAGS = @CFLAGS@
  80. CPP = @CPP@
  81. CPPFLAGS = @CPPFLAGS@
  82. CYGPATH_W = @CYGPATH_W@
  83. DEFS = @DEFS@
  84. DEPDIR = @DEPDIR@
  85. ECHO_C = @ECHO_C@
  86. ECHO_N = @ECHO_N@
  87. ECHO_T = @ECHO_T@
  88. EGREP = @EGREP@
  89. EXEEXT = @EXEEXT@
  90. GREP = @GREP@
  91. INSTALL = @INSTALL@
  92. INSTALL_DATA = @INSTALL_DATA@
  93. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  94. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  95. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  96. LDFLAGS = @LDFLAGS@
  97. LIBOBJS = @LIBOBJS@
  98. LIBS = @LIBS@
  99. LTLIBOBJS = @LTLIBOBJS@
  100. MAKEINFO = @MAKEINFO@
  101. MKDIR_P = @MKDIR_P@
  102. OBJEXT = @OBJEXT@
  103. PACKAGE = @PACKAGE@
  104. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  105. PACKAGE_NAME = @PACKAGE_NAME@
  106. PACKAGE_STRING = @PACKAGE_STRING@
  107. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  108. PACKAGE_VERSION = @PACKAGE_VERSION@
  109. PATH_SEPARATOR = @PATH_SEPARATOR@
  110. SET_MAKE = @SET_MAKE@
  111. SHELL = @SHELL@
  112. STRIP = @STRIP@
  113. VERSION = @VERSION@
  114. abs_builddir = @abs_builddir@
  115. abs_srcdir = @abs_srcdir@
  116. abs_top_builddir = @abs_top_builddir@
  117. abs_top_srcdir = @abs_top_srcdir@
  118. ac_ct_CC = @ac_ct_CC@
  119. am__include = @am__include@
  120. am__leading_dot = @am__leading_dot@
  121. am__quote = @am__quote@
  122. am__tar = @am__tar@
  123. am__untar = @am__untar@
  124. bindir = @bindir@
  125. build = @build@
  126. build_alias = @build_alias@
  127. build_cpu = @build_cpu@
  128. build_os = @build_os@
  129. build_vendor = @build_vendor@
  130. builddir = @builddir@
  131. datadir = @datadir@
  132. datarootdir = @datarootdir@
  133. docdir = @docdir@
  134. dvidir = @dvidir@
  135. exec_prefix = @exec_prefix@
  136. host = @host@
  137. host_alias = @host_alias@
  138. host_cpu = @host_cpu@
  139. host_os = @host_os@
  140. host_vendor = @host_vendor@
  141. htmldir = @htmldir@
  142. includedir = @includedir@
  143. infodir = @infodir@
  144. install_sh = @install_sh@
  145. libdir = @libdir@
  146. libexecdir = @libexecdir@
  147. localedir = @localedir@
  148. localstatedir = @localstatedir@
  149. mandir = @mandir@
  150. mkdir_p = @mkdir_p@
  151. oldincludedir = @oldincludedir@
  152. pdfdir = @pdfdir@
  153. prefix = @prefix@
  154. program_transform_name = @program_transform_name@
  155. psdir = @psdir@
  156. sbindir = @sbindir@
  157. sharedstatedir = @sharedstatedir@
  158. srcdir = @srcdir@
  159. sysconfdir = @sysconfdir@
  160. target_alias = @target_alias@
  161. top_build_prefix = @top_build_prefix@
  162. top_builddir = @top_builddir@
  163. top_srcdir = @top_srcdir@
  164. EXTRA_DIST = configure
  165. SUBDIRS = doc src
  166. all: config.h
  167. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  168. .SUFFIXES:
  169. am--refresh:
  170. @:
  171. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  172. @for dep in $?; do \
  173. case '$(am__configure_deps)' in \
  174. *$$dep*) \
  175. echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
  176. cd $(srcdir) && $(AUTOMAKE) --gnu \
  177. && exit 0; \
  178. exit 1;; \
  179. esac; \
  180. done; \
  181. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
  182. cd $(top_srcdir) && \
  183. $(AUTOMAKE) --gnu Makefile
  184. .PRECIOUS: Makefile
  185. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  186. @case '$?' in \
  187. *config.status*) \
  188. echo ' $(SHELL) ./config.status'; \
  189. $(SHELL) ./config.status;; \
  190. *) \
  191. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  192. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  193. esac;
  194. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  195. $(SHELL) ./config.status --recheck
  196. $(top_srcdir)/configure: $(am__configure_deps)
  197. cd $(srcdir) && $(AUTOCONF)
  198. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  199. cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  200. config.h: stamp-h1
  201. @if test ! -f $@; then \
  202. rm -f stamp-h1; \
  203. $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
  204. else :; fi
  205. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  206. @rm -f stamp-h1
  207. cd $(top_builddir) && $(SHELL) ./config.status config.h
  208. $(srcdir)/config.h.in: $(am__configure_deps)
  209. cd $(top_srcdir) && $(AUTOHEADER)
  210. rm -f stamp-h1
  211. touch $@
  212. distclean-hdr:
  213. -rm -f config.h stamp-h1
  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; nonempty = 1; } \
  288. END { if (nonempty) { for (i in files) print i; }; }'`; \
  289. mkid -fID $$unique
  290. tags: TAGS
  291. TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(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) config.h.in $(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; nonempty = 1; } \
  313. END { if (nonempty) { 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) config.h.in $(TAGS_DEPENDENCIES) \
  321. $(TAGS_FILES) $(LISP)
  322. tags=; \
  323. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  324. unique=`for i in $$list; do \
  325. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  326. done | \
  327. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  328. END { if (nonempty) { for (i in files) print i; }; }'`; \
  329. test -z "$(CTAGS_ARGS)$$tags$$unique" \
  330. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  331. $$tags $$unique
  332. GTAGS:
  333. here=`$(am__cd) $(top_builddir) && pwd` \
  334. && cd $(top_srcdir) \
  335. && gtags -i $(GTAGS_ARGS) $$here
  336. distclean-tags:
  337. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  338. distdir: $(DISTFILES)
  339. $(am__remove_distdir)
  340. test -d $(distdir) || mkdir $(distdir)
  341. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  342. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  343. list='$(DISTFILES)'; \
  344. dist_files=`for file in $$list; do echo $$file; done | \
  345. sed -e "s|^$$srcdirstrip/||;t" \
  346. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  347. case $$dist_files in \
  348. */*) $(MKDIR_P) `echo "$$dist_files" | \
  349. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  350. sort -u` ;; \
  351. esac; \
  352. for file in $$dist_files; do \
  353. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  354. if test -d $$d/$$file; then \
  355. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  356. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  357. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  358. fi; \
  359. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  360. else \
  361. test -f $(distdir)/$$file \
  362. || cp -p $$d/$$file $(distdir)/$$file \
  363. || exit 1; \
  364. fi; \
  365. done
  366. list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  367. if test "$$subdir" = .; then :; else \
  368. test -d "$(distdir)/$$subdir" \
  369. || $(MKDIR_P) "$(distdir)/$$subdir" \
  370. || exit 1; \
  371. distdir=`$(am__cd) $(distdir) && pwd`; \
  372. top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
  373. (cd $$subdir && \
  374. $(MAKE) $(AM_MAKEFLAGS) \
  375. top_distdir="$$top_distdir" \
  376. distdir="$$distdir/$$subdir" \
  377. am__remove_distdir=: \
  378. am__skip_length_check=: \
  379. distdir) \
  380. || exit 1; \
  381. fi; \
  382. done
  383. -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
  384. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  385. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  386. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  387. || chmod -R a+r $(distdir)
  388. dist-gzip: distdir
  389. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  390. $(am__remove_distdir)
  391. dist-bzip2: distdir
  392. tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
  393. $(am__remove_distdir)
  394. dist-lzma: distdir
  395. tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
  396. $(am__remove_distdir)
  397. dist-tarZ: distdir
  398. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  399. $(am__remove_distdir)
  400. dist-shar: distdir
  401. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  402. $(am__remove_distdir)
  403. dist-zip: distdir
  404. -rm -f $(distdir).zip
  405. zip -rq $(distdir).zip $(distdir)
  406. $(am__remove_distdir)
  407. dist dist-all: distdir
  408. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  409. $(am__remove_distdir)
  410. # This target untars the dist file and tries a VPATH configuration. Then
  411. # it guarantees that the distribution is self-contained by making another
  412. # tarfile.
  413. distcheck: dist
  414. case '$(DIST_ARCHIVES)' in \
  415. *.tar.gz*) \
  416. GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
  417. *.tar.bz2*) \
  418. bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
  419. *.tar.lzma*) \
  420. unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
  421. *.tar.Z*) \
  422. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  423. *.shar.gz*) \
  424. GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
  425. *.zip*) \
  426. unzip $(distdir).zip ;;\
  427. esac
  428. chmod -R a-w $(distdir); chmod a+w $(distdir)
  429. mkdir $(distdir)/_build
  430. mkdir $(distdir)/_inst
  431. chmod a-w $(distdir)
  432. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  433. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  434. && cd $(distdir)/_build \
  435. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  436. $(DISTCHECK_CONFIGURE_FLAGS) \
  437. && $(MAKE) $(AM_MAKEFLAGS) \
  438. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  439. && $(MAKE) $(AM_MAKEFLAGS) check \
  440. && $(MAKE) $(AM_MAKEFLAGS) install \
  441. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  442. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  443. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  444. distuninstallcheck \
  445. && chmod -R a-w "$$dc_install_base" \
  446. && ({ \
  447. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  448. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  449. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  450. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  451. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  452. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  453. && rm -rf "$$dc_destdir" \
  454. && $(MAKE) $(AM_MAKEFLAGS) dist \
  455. && rm -rf $(DIST_ARCHIVES) \
  456. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
  457. $(am__remove_distdir)
  458. @(echo "$(distdir) archives ready for distribution: "; \
  459. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  460. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  461. distuninstallcheck:
  462. @cd $(distuninstallcheck_dir) \
  463. && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
  464. || { echo "ERROR: files left after uninstall:" ; \
  465. if test -n "$(DESTDIR)"; then \
  466. echo " (check DESTDIR support)"; \
  467. fi ; \
  468. $(distuninstallcheck_listfiles) ; \
  469. exit 1; } >&2
  470. distcleancheck: distclean
  471. @if test '$(srcdir)' = . ; then \
  472. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  473. exit 1 ; \
  474. fi
  475. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  476. || { echo "ERROR: files left in build directory after distclean:" ; \
  477. $(distcleancheck_listfiles) ; \
  478. exit 1; } >&2
  479. check-am: all-am
  480. check: check-recursive
  481. all-am: Makefile config.h
  482. installdirs: installdirs-recursive
  483. installdirs-am:
  484. install: install-recursive
  485. install-exec: install-exec-recursive
  486. install-data: install-data-recursive
  487. uninstall: uninstall-recursive
  488. install-am: all-am
  489. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  490. installcheck: installcheck-recursive
  491. install-strip:
  492. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  493. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  494. `test -z '$(STRIP)' || \
  495. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  496. mostlyclean-generic:
  497. clean-generic:
  498. distclean-generic:
  499. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  500. maintainer-clean-generic:
  501. @echo "This command is intended for maintainers to use"
  502. @echo "it deletes files that may require special tools to rebuild."
  503. clean: clean-recursive
  504. clean-am: clean-generic mostlyclean-am
  505. distclean: distclean-recursive
  506. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  507. -rm -f Makefile
  508. distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
  509. dvi: dvi-recursive
  510. dvi-am:
  511. html: html-recursive
  512. info: info-recursive
  513. info-am:
  514. install-data-am:
  515. install-dvi: install-dvi-recursive
  516. install-exec-am:
  517. install-html: install-html-recursive
  518. install-info: install-info-recursive
  519. install-man:
  520. install-pdf: install-pdf-recursive
  521. install-ps: install-ps-recursive
  522. installcheck-am:
  523. maintainer-clean: maintainer-clean-recursive
  524. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  525. -rm -rf $(top_srcdir)/autom4te.cache
  526. -rm -f Makefile
  527. maintainer-clean-am: distclean-am maintainer-clean-generic
  528. mostlyclean: mostlyclean-recursive
  529. mostlyclean-am: mostlyclean-generic
  530. pdf: pdf-recursive
  531. pdf-am:
  532. ps: ps-recursive
  533. ps-am:
  534. uninstall-am:
  535. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
  536. install-strip
  537. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  538. all all-am am--refresh check check-am clean clean-generic \
  539. ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
  540. dist-lzma dist-shar dist-tarZ dist-zip distcheck distclean \
  541. distclean-generic distclean-hdr distclean-tags distcleancheck \
  542. distdir distuninstallcheck dvi dvi-am html html-am info \
  543. info-am install install-am install-data install-data-am \
  544. install-dvi install-dvi-am install-exec install-exec-am \
  545. install-html install-html-am install-info install-info-am \
  546. install-man install-pdf install-pdf-am install-ps \
  547. install-ps-am install-strip installcheck installcheck-am \
  548. installdirs installdirs-am maintainer-clean \
  549. maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
  550. pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
  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: