Makefile.in 22 KB

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