You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Makefile.in 17KB

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