Makefile.in 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534
  1. # Makefile.in generated by automake 1.9.6 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005 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. #
  14. # $Id: Makefile.in,v 1.4 2008/03/15 18:09:11 matthieu Exp $
  15. #
  16. # Copyright © 2003 Keith Packard, Noah Levitt
  17. #
  18. # Permission to use, copy, modify, distribute, and sell this software and its
  19. # documentation for any purpose is hereby granted without fee, provided that
  20. # the above copyright notice appear in all copies and that both that
  21. # copyright notice and this permission notice appear in supporting
  22. # documentation, and that the name of Keith Packard not be used in
  23. # advertising or publicity pertaining to distribution of the software without
  24. # specific, written prior permission. Keith Packard makes no
  25. # representations about the suitability of this software for any purpose. It
  26. # is provided "as is" without express or implied warranty.
  27. #
  28. # KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
  29. # INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
  30. # EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
  31. # CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
  32. # DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  33. # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  34. # PERFORMANCE OF THIS SOFTWARE.
  35. srcdir = @srcdir@
  36. top_srcdir = @top_srcdir@
  37. VPATH = @srcdir@
  38. pkgdatadir = $(datadir)/@PACKAGE@
  39. pkglibdir = $(libdir)/@PACKAGE@
  40. pkgincludedir = $(includedir)/@PACKAGE@
  41. top_builddir = .
  42. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  43. INSTALL = @INSTALL@
  44. install_sh_DATA = $(install_sh) -c -m 644
  45. install_sh_PROGRAM = $(install_sh) -c
  46. install_sh_SCRIPT = $(install_sh) -c
  47. INSTALL_HEADER = $(INSTALL_DATA)
  48. transform = $(program_transform_name)
  49. NORMAL_INSTALL = :
  50. PRE_INSTALL = :
  51. POST_INSTALL = :
  52. NORMAL_UNINSTALL = :
  53. PRE_UNINSTALL = :
  54. POST_UNINSTALL = :
  55. subdir = .
  56. DIST_COMMON = README $(am__configure_deps) $(damage_HEADERS) \
  57. $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
  58. $(srcdir)/damageproto.pc.in $(top_srcdir)/configure AUTHORS \
  59. COPYING ChangeLog INSTALL NEWS install-sh missing
  60. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  61. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  62. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  63. $(ACLOCAL_M4)
  64. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  65. configure.lineno configure.status.lineno
  66. mkinstalldirs = $(SHELL) $(install_sh) -d
  67. CONFIG_CLEAN_FILES = damageproto.pc
  68. SOURCES =
  69. DIST_SOURCES =
  70. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  71. am__vpath_adj = case $$p in \
  72. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  73. *) f=$$p;; \
  74. esac;
  75. am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
  76. am__installdirs = "$(DESTDIR)$(damagedocdir)" \
  77. "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(damagedir)"
  78. damagedocDATA_INSTALL = $(INSTALL_DATA)
  79. pkgconfigDATA_INSTALL = $(INSTALL_DATA)
  80. DATA = $(damagedoc_DATA) $(pkgconfig_DATA)
  81. damageHEADERS_INSTALL = $(INSTALL_HEADER)
  82. HEADERS = $(damage_HEADERS)
  83. ETAGS = etags
  84. CTAGS = ctags
  85. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  86. distdir = $(PACKAGE)-$(VERSION)
  87. top_distdir = $(distdir)
  88. am__remove_distdir = \
  89. { test ! -d $(distdir) \
  90. || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
  91. && rm -fr $(distdir); }; }
  92. DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
  93. GZIP_ENV = --best
  94. distuninstallcheck_listfiles = find . -type f -print
  95. distcleancheck_listfiles = find . -type f -print
  96. ACLOCAL = @ACLOCAL@
  97. AMTAR = @AMTAR@
  98. AUTOCONF = @AUTOCONF@
  99. AUTOHEADER = @AUTOHEADER@
  100. AUTOMAKE = @AUTOMAKE@
  101. AWK = @AWK@
  102. CYGPATH_W = @CYGPATH_W@
  103. DEFS = @DEFS@
  104. ECHO_C = @ECHO_C@
  105. ECHO_N = @ECHO_N@
  106. ECHO_T = @ECHO_T@
  107. INSTALL_DATA = @INSTALL_DATA@
  108. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  109. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  110. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  111. LIBOBJS = @LIBOBJS@
  112. LIBS = @LIBS@
  113. LTLIBOBJS = @LTLIBOBJS@
  114. MAINT = @MAINT@
  115. MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
  116. MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
  117. MAKEINFO = @MAKEINFO@
  118. PACKAGE = @PACKAGE@
  119. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  120. PACKAGE_NAME = @PACKAGE_NAME@
  121. PACKAGE_STRING = @PACKAGE_STRING@
  122. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  123. PACKAGE_VERSION = @PACKAGE_VERSION@
  124. PATH_SEPARATOR = @PATH_SEPARATOR@
  125. SET_MAKE = @SET_MAKE@
  126. SHELL = @SHELL@
  127. STRIP = @STRIP@
  128. VERSION = @VERSION@
  129. ac_ct_STRIP = @ac_ct_STRIP@
  130. am__leading_dot = @am__leading_dot@
  131. am__tar = @am__tar@
  132. am__untar = @am__untar@
  133. bindir = @bindir@
  134. build_alias = @build_alias@
  135. datadir = @datadir@
  136. exec_prefix = @exec_prefix@
  137. host_alias = @host_alias@
  138. includedir = @includedir@
  139. infodir = @infodir@
  140. install_sh = @install_sh@
  141. libdir = @libdir@
  142. libexecdir = @libexecdir@
  143. localstatedir = @localstatedir@
  144. mandir = @mandir@
  145. mkdir_p = @mkdir_p@
  146. oldincludedir = @oldincludedir@
  147. prefix = @prefix@
  148. program_transform_name = @program_transform_name@
  149. sbindir = @sbindir@
  150. sharedstatedir = @sharedstatedir@
  151. sysconfdir = @sysconfdir@
  152. target_alias = @target_alias@
  153. damagedir = $(includedir)/X11/extensions
  154. damage_HEADERS = \
  155. damageproto.h \
  156. damagewire.h
  157. pkgconfigdir = $(libdir)/pkgconfig
  158. pkgconfig_DATA = damageproto.pc
  159. damagedocdir = $(datadir)/doc/$(PACKAGE)
  160. damagedoc_DATA = damageproto.txt
  161. EXTRA_DIST = autogen.sh damageproto.pc.in $(damagedoc_DATA)
  162. all: all-am
  163. .SUFFIXES:
  164. am--refresh:
  165. @:
  166. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  167. @for dep in $?; do \
  168. case '$(am__configure_deps)' in \
  169. *$$dep*) \
  170. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
  171. cd $(srcdir) && $(AUTOMAKE) --foreign \
  172. && exit 0; \
  173. exit 1;; \
  174. esac; \
  175. done; \
  176. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  177. cd $(top_srcdir) && \
  178. $(AUTOMAKE) --foreign Makefile
  179. .PRECIOUS: Makefile
  180. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  181. @case '$?' in \
  182. *config.status*) \
  183. echo ' $(SHELL) ./config.status'; \
  184. $(SHELL) ./config.status;; \
  185. *) \
  186. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  187. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  188. esac;
  189. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  190. $(SHELL) ./config.status --recheck
  191. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  192. cd $(srcdir) && $(AUTOCONF)
  193. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  194. cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  195. damageproto.pc: $(top_builddir)/config.status $(srcdir)/damageproto.pc.in
  196. cd $(top_builddir) && $(SHELL) ./config.status $@
  197. uninstall-info-am:
  198. install-damagedocDATA: $(damagedoc_DATA)
  199. @$(NORMAL_INSTALL)
  200. test -z "$(damagedocdir)" || $(mkdir_p) "$(DESTDIR)$(damagedocdir)"
  201. @list='$(damagedoc_DATA)'; for p in $$list; do \
  202. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  203. f=$(am__strip_dir) \
  204. echo " $(damagedocDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(damagedocdir)/$$f'"; \
  205. $(damagedocDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(damagedocdir)/$$f"; \
  206. done
  207. uninstall-damagedocDATA:
  208. @$(NORMAL_UNINSTALL)
  209. @list='$(damagedoc_DATA)'; for p in $$list; do \
  210. f=$(am__strip_dir) \
  211. echo " rm -f '$(DESTDIR)$(damagedocdir)/$$f'"; \
  212. rm -f "$(DESTDIR)$(damagedocdir)/$$f"; \
  213. done
  214. install-pkgconfigDATA: $(pkgconfig_DATA)
  215. @$(NORMAL_INSTALL)
  216. test -z "$(pkgconfigdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfigdir)"
  217. @list='$(pkgconfig_DATA)'; for p in $$list; do \
  218. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  219. f=$(am__strip_dir) \
  220. echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
  221. $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
  222. done
  223. uninstall-pkgconfigDATA:
  224. @$(NORMAL_UNINSTALL)
  225. @list='$(pkgconfig_DATA)'; for p in $$list; do \
  226. f=$(am__strip_dir) \
  227. echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
  228. rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
  229. done
  230. install-damageHEADERS: $(damage_HEADERS)
  231. @$(NORMAL_INSTALL)
  232. test -z "$(damagedir)" || $(mkdir_p) "$(DESTDIR)$(damagedir)"
  233. @list='$(damage_HEADERS)'; for p in $$list; do \
  234. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  235. f=$(am__strip_dir) \
  236. echo " $(damageHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(damagedir)/$$f'"; \
  237. $(damageHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(damagedir)/$$f"; \
  238. done
  239. uninstall-damageHEADERS:
  240. @$(NORMAL_UNINSTALL)
  241. @list='$(damage_HEADERS)'; for p in $$list; do \
  242. f=$(am__strip_dir) \
  243. echo " rm -f '$(DESTDIR)$(damagedir)/$$f'"; \
  244. rm -f "$(DESTDIR)$(damagedir)/$$f"; \
  245. done
  246. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  247. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  248. unique=`for i in $$list; do \
  249. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  250. done | \
  251. $(AWK) ' { files[$$0] = 1; } \
  252. END { for (i in files) print i; }'`; \
  253. mkid -fID $$unique
  254. tags: TAGS
  255. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  256. $(TAGS_FILES) $(LISP)
  257. tags=; \
  258. here=`pwd`; \
  259. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  260. unique=`for i in $$list; do \
  261. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  262. done | \
  263. $(AWK) ' { files[$$0] = 1; } \
  264. END { for (i in files) print i; }'`; \
  265. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
  266. test -n "$$unique" || unique=$$empty_fix; \
  267. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  268. $$tags $$unique; \
  269. fi
  270. ctags: CTAGS
  271. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  272. $(TAGS_FILES) $(LISP)
  273. tags=; \
  274. here=`pwd`; \
  275. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  276. unique=`for i in $$list; do \
  277. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  278. done | \
  279. $(AWK) ' { files[$$0] = 1; } \
  280. END { for (i in files) print i; }'`; \
  281. test -z "$(CTAGS_ARGS)$$tags$$unique" \
  282. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  283. $$tags $$unique
  284. GTAGS:
  285. here=`$(am__cd) $(top_builddir) && pwd` \
  286. && cd $(top_srcdir) \
  287. && gtags -i $(GTAGS_ARGS) $$here
  288. distclean-tags:
  289. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  290. distdir: $(DISTFILES)
  291. $(am__remove_distdir)
  292. mkdir $(distdir)
  293. $(mkdir_p) $(distdir)/.
  294. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
  295. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
  296. list='$(DISTFILES)'; for file in $$list; do \
  297. case $$file in \
  298. $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
  299. $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
  300. esac; \
  301. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  302. dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  303. if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  304. dir="/$$dir"; \
  305. $(mkdir_p) "$(distdir)$$dir"; \
  306. else \
  307. dir=''; \
  308. fi; \
  309. if test -d $$d/$$file; then \
  310. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  311. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  312. fi; \
  313. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  314. else \
  315. test -f $(distdir)/$$file \
  316. || cp -p $$d/$$file $(distdir)/$$file \
  317. || exit 1; \
  318. fi; \
  319. done
  320. -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
  321. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  322. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  323. ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
  324. || chmod -R a+r $(distdir)
  325. dist-gzip: distdir
  326. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  327. $(am__remove_distdir)
  328. dist-bzip2: distdir
  329. tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
  330. $(am__remove_distdir)
  331. dist-tarZ: distdir
  332. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  333. $(am__remove_distdir)
  334. dist-shar: distdir
  335. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  336. $(am__remove_distdir)
  337. dist-zip: distdir
  338. -rm -f $(distdir).zip
  339. zip -rq $(distdir).zip $(distdir)
  340. $(am__remove_distdir)
  341. dist dist-all: distdir
  342. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  343. tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
  344. $(am__remove_distdir)
  345. # This target untars the dist file and tries a VPATH configuration. Then
  346. # it guarantees that the distribution is self-contained by making another
  347. # tarfile.
  348. distcheck: dist
  349. case '$(DIST_ARCHIVES)' in \
  350. *.tar.gz*) \
  351. GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
  352. *.tar.bz2*) \
  353. bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
  354. *.tar.Z*) \
  355. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  356. *.shar.gz*) \
  357. GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
  358. *.zip*) \
  359. unzip $(distdir).zip ;;\
  360. esac
  361. chmod -R a-w $(distdir); chmod a+w $(distdir)
  362. mkdir $(distdir)/_build
  363. mkdir $(distdir)/_inst
  364. chmod a-w $(distdir)
  365. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  366. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  367. && cd $(distdir)/_build \
  368. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  369. $(DISTCHECK_CONFIGURE_FLAGS) \
  370. && $(MAKE) $(AM_MAKEFLAGS) \
  371. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  372. && $(MAKE) $(AM_MAKEFLAGS) check \
  373. && $(MAKE) $(AM_MAKEFLAGS) install \
  374. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  375. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  376. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  377. distuninstallcheck \
  378. && chmod -R a-w "$$dc_install_base" \
  379. && ({ \
  380. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  381. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  382. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  383. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  384. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  385. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  386. && rm -rf "$$dc_destdir" \
  387. && $(MAKE) $(AM_MAKEFLAGS) dist \
  388. && rm -rf $(DIST_ARCHIVES) \
  389. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
  390. $(am__remove_distdir)
  391. @(echo "$(distdir) archives ready for distribution: "; \
  392. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  393. sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
  394. distuninstallcheck:
  395. @cd $(distuninstallcheck_dir) \
  396. && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
  397. || { echo "ERROR: files left after uninstall:" ; \
  398. if test -n "$(DESTDIR)"; then \
  399. echo " (check DESTDIR support)"; \
  400. fi ; \
  401. $(distuninstallcheck_listfiles) ; \
  402. exit 1; } >&2
  403. distcleancheck: distclean
  404. @if test '$(srcdir)' = . ; then \
  405. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  406. exit 1 ; \
  407. fi
  408. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  409. || { echo "ERROR: files left in build directory after distclean:" ; \
  410. $(distcleancheck_listfiles) ; \
  411. exit 1; } >&2
  412. check-am: all-am
  413. check: check-am
  414. all-am: Makefile $(DATA) $(HEADERS)
  415. installdirs:
  416. for dir in "$(DESTDIR)$(damagedocdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(damagedir)"; do \
  417. test -z "$$dir" || $(mkdir_p) "$$dir"; \
  418. done
  419. install: install-am
  420. install-exec: install-exec-am
  421. install-data: install-data-am
  422. uninstall: uninstall-am
  423. install-am: all-am
  424. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  425. installcheck: installcheck-am
  426. install-strip:
  427. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  428. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  429. `test -z '$(STRIP)' || \
  430. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  431. mostlyclean-generic:
  432. clean-generic:
  433. distclean-generic:
  434. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  435. maintainer-clean-generic:
  436. @echo "This command is intended for maintainers to use"
  437. @echo "it deletes files that may require special tools to rebuild."
  438. clean: clean-am
  439. clean-am: clean-generic mostlyclean-am
  440. distclean: distclean-am
  441. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  442. -rm -f Makefile
  443. distclean-am: clean-am distclean-generic distclean-tags
  444. dvi: dvi-am
  445. dvi-am:
  446. html: html-am
  447. info: info-am
  448. info-am:
  449. install-data-am: install-damageHEADERS install-damagedocDATA \
  450. install-pkgconfigDATA
  451. install-exec-am:
  452. install-info: install-info-am
  453. install-man:
  454. installcheck-am:
  455. maintainer-clean: maintainer-clean-am
  456. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  457. -rm -rf $(top_srcdir)/autom4te.cache
  458. -rm -f Makefile
  459. maintainer-clean-am: distclean-am maintainer-clean-generic
  460. mostlyclean: mostlyclean-am
  461. mostlyclean-am: mostlyclean-generic
  462. pdf: pdf-am
  463. pdf-am:
  464. ps: ps-am
  465. ps-am:
  466. uninstall-am: uninstall-damageHEADERS uninstall-damagedocDATA \
  467. uninstall-info-am uninstall-pkgconfigDATA
  468. .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
  469. clean-generic ctags dist dist-all dist-bzip2 dist-gzip \
  470. dist-shar dist-tarZ dist-zip distcheck distclean \
  471. distclean-generic distclean-tags distcleancheck distdir \
  472. distuninstallcheck dvi dvi-am html html-am info info-am \
  473. install install-am install-damageHEADERS install-damagedocDATA \
  474. install-data install-data-am install-exec install-exec-am \
  475. install-info install-info-am install-man install-pkgconfigDATA \
  476. install-strip installcheck installcheck-am installdirs \
  477. maintainer-clean maintainer-clean-generic mostlyclean \
  478. mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
  479. uninstall-am uninstall-damageHEADERS uninstall-damagedocDATA \
  480. uninstall-info-am uninstall-pkgconfigDATA
  481. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  482. # Otherwise a system limit (for SysV at least) may be exceeded.
  483. .NOEXPORT: