Makefile.in 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487
  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. 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. subdir = .
  34. DIST_COMMON = $(am__configure_deps) $(scrnsaver_HEADERS) \
  35. $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
  36. $(srcdir)/scrnsaverproto.pc.in $(top_srcdir)/configure COPYING \
  37. ChangeLog install-sh missing
  38. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  39. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  40. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  41. $(ACLOCAL_M4)
  42. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  43. configure.lineno configure.status.lineno
  44. mkinstalldirs = $(SHELL) $(install_sh) -d
  45. CONFIG_CLEAN_FILES = scrnsaverproto.pc
  46. SOURCES =
  47. DIST_SOURCES =
  48. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  49. am__vpath_adj = case $$p in \
  50. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  51. *) f=$$p;; \
  52. esac;
  53. am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
  54. am__installdirs = "$(DESTDIR)$(pkgconfigdir)" \
  55. "$(DESTDIR)$(scrnsaverdir)"
  56. pkgconfigDATA_INSTALL = $(INSTALL_DATA)
  57. DATA = $(pkgconfig_DATA)
  58. scrnsaverHEADERS_INSTALL = $(INSTALL_HEADER)
  59. HEADERS = $(scrnsaver_HEADERS)
  60. ETAGS = etags
  61. CTAGS = ctags
  62. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  63. distdir = $(PACKAGE)-$(VERSION)
  64. top_distdir = $(distdir)
  65. am__remove_distdir = \
  66. { test ! -d $(distdir) \
  67. || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
  68. && rm -fr $(distdir); }; }
  69. DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
  70. GZIP_ENV = --best
  71. distuninstallcheck_listfiles = find . -type f -print
  72. distcleancheck_listfiles = find . -type f -print
  73. ACLOCAL = @ACLOCAL@
  74. AMTAR = @AMTAR@
  75. AUTOCONF = @AUTOCONF@
  76. AUTOHEADER = @AUTOHEADER@
  77. AUTOMAKE = @AUTOMAKE@
  78. AWK = @AWK@
  79. CYGPATH_W = @CYGPATH_W@
  80. DEFS = @DEFS@
  81. ECHO_C = @ECHO_C@
  82. ECHO_N = @ECHO_N@
  83. ECHO_T = @ECHO_T@
  84. INSTALL_DATA = @INSTALL_DATA@
  85. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  86. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  87. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  88. LIBOBJS = @LIBOBJS@
  89. LIBS = @LIBS@
  90. LTLIBOBJS = @LTLIBOBJS@
  91. MAKEINFO = @MAKEINFO@
  92. PACKAGE = @PACKAGE@
  93. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  94. PACKAGE_NAME = @PACKAGE_NAME@
  95. PACKAGE_STRING = @PACKAGE_STRING@
  96. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  97. PACKAGE_VERSION = @PACKAGE_VERSION@
  98. PATH_SEPARATOR = @PATH_SEPARATOR@
  99. SET_MAKE = @SET_MAKE@
  100. SHELL = @SHELL@
  101. STRIP = @STRIP@
  102. VERSION = @VERSION@
  103. ac_ct_STRIP = @ac_ct_STRIP@
  104. am__leading_dot = @am__leading_dot@
  105. am__tar = @am__tar@
  106. am__untar = @am__untar@
  107. bindir = @bindir@
  108. build_alias = @build_alias@
  109. datadir = @datadir@
  110. exec_prefix = @exec_prefix@
  111. host_alias = @host_alias@
  112. includedir = @includedir@
  113. infodir = @infodir@
  114. install_sh = @install_sh@
  115. libdir = @libdir@
  116. libexecdir = @libexecdir@
  117. localstatedir = @localstatedir@
  118. mandir = @mandir@
  119. mkdir_p = @mkdir_p@
  120. oldincludedir = @oldincludedir@
  121. prefix = @prefix@
  122. program_transform_name = @program_transform_name@
  123. sbindir = @sbindir@
  124. sharedstatedir = @sharedstatedir@
  125. sysconfdir = @sysconfdir@
  126. target_alias = @target_alias@
  127. scrnsaverdir = $(includedir)/X11/extensions
  128. scrnsaver_HEADERS = \
  129. saver.h \
  130. saverproto.h \
  131. scrnsaver.h
  132. pkgconfigdir = $(libdir)/pkgconfig
  133. pkgconfig_DATA = scrnsaverproto.pc
  134. EXTRA_DIST = autogen.sh scrnsaverproto.pc.in
  135. all: all-am
  136. .SUFFIXES:
  137. am--refresh:
  138. @:
  139. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  140. @for dep in $?; do \
  141. case '$(am__configure_deps)' in \
  142. *$$dep*) \
  143. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
  144. cd $(srcdir) && $(AUTOMAKE) --foreign \
  145. && exit 0; \
  146. exit 1;; \
  147. esac; \
  148. done; \
  149. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  150. cd $(top_srcdir) && \
  151. $(AUTOMAKE) --foreign Makefile
  152. .PRECIOUS: Makefile
  153. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  154. @case '$?' in \
  155. *config.status*) \
  156. echo ' $(SHELL) ./config.status'; \
  157. $(SHELL) ./config.status;; \
  158. *) \
  159. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  160. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  161. esac;
  162. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  163. $(SHELL) ./config.status --recheck
  164. $(top_srcdir)/configure: $(am__configure_deps)
  165. cd $(srcdir) && $(AUTOCONF)
  166. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  167. cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  168. scrnsaverproto.pc: $(top_builddir)/config.status $(srcdir)/scrnsaverproto.pc.in
  169. cd $(top_builddir) && $(SHELL) ./config.status $@
  170. uninstall-info-am:
  171. install-pkgconfigDATA: $(pkgconfig_DATA)
  172. @$(NORMAL_INSTALL)
  173. test -z "$(pkgconfigdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfigdir)"
  174. @list='$(pkgconfig_DATA)'; for p in $$list; do \
  175. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  176. f=$(am__strip_dir) \
  177. echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
  178. $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
  179. done
  180. uninstall-pkgconfigDATA:
  181. @$(NORMAL_UNINSTALL)
  182. @list='$(pkgconfig_DATA)'; for p in $$list; do \
  183. f=$(am__strip_dir) \
  184. echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
  185. rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
  186. done
  187. install-scrnsaverHEADERS: $(scrnsaver_HEADERS)
  188. @$(NORMAL_INSTALL)
  189. test -z "$(scrnsaverdir)" || $(mkdir_p) "$(DESTDIR)$(scrnsaverdir)"
  190. @list='$(scrnsaver_HEADERS)'; for p in $$list; do \
  191. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  192. f=$(am__strip_dir) \
  193. echo " $(scrnsaverHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(scrnsaverdir)/$$f'"; \
  194. $(scrnsaverHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(scrnsaverdir)/$$f"; \
  195. done
  196. uninstall-scrnsaverHEADERS:
  197. @$(NORMAL_UNINSTALL)
  198. @list='$(scrnsaver_HEADERS)'; for p in $$list; do \
  199. f=$(am__strip_dir) \
  200. echo " rm -f '$(DESTDIR)$(scrnsaverdir)/$$f'"; \
  201. rm -f "$(DESTDIR)$(scrnsaverdir)/$$f"; \
  202. done
  203. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  204. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  205. unique=`for i in $$list; do \
  206. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  207. done | \
  208. $(AWK) ' { files[$$0] = 1; } \
  209. END { for (i in files) print i; }'`; \
  210. mkid -fID $$unique
  211. tags: TAGS
  212. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  213. $(TAGS_FILES) $(LISP)
  214. tags=; \
  215. here=`pwd`; \
  216. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  217. unique=`for i in $$list; do \
  218. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  219. done | \
  220. $(AWK) ' { files[$$0] = 1; } \
  221. END { for (i in files) print i; }'`; \
  222. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
  223. test -n "$$unique" || unique=$$empty_fix; \
  224. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  225. $$tags $$unique; \
  226. fi
  227. ctags: CTAGS
  228. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  229. $(TAGS_FILES) $(LISP)
  230. tags=; \
  231. here=`pwd`; \
  232. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  233. unique=`for i in $$list; do \
  234. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  235. done | \
  236. $(AWK) ' { files[$$0] = 1; } \
  237. END { for (i in files) print i; }'`; \
  238. test -z "$(CTAGS_ARGS)$$tags$$unique" \
  239. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  240. $$tags $$unique
  241. GTAGS:
  242. here=`$(am__cd) $(top_builddir) && pwd` \
  243. && cd $(top_srcdir) \
  244. && gtags -i $(GTAGS_ARGS) $$here
  245. distclean-tags:
  246. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  247. distdir: $(DISTFILES)
  248. $(am__remove_distdir)
  249. mkdir $(distdir)
  250. $(mkdir_p) $(distdir)/.
  251. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
  252. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
  253. list='$(DISTFILES)'; for file in $$list; do \
  254. case $$file in \
  255. $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
  256. $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
  257. esac; \
  258. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  259. dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  260. if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  261. dir="/$$dir"; \
  262. $(mkdir_p) "$(distdir)$$dir"; \
  263. else \
  264. dir=''; \
  265. fi; \
  266. if test -d $$d/$$file; then \
  267. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  268. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  269. fi; \
  270. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  271. else \
  272. test -f $(distdir)/$$file \
  273. || cp -p $$d/$$file $(distdir)/$$file \
  274. || exit 1; \
  275. fi; \
  276. done
  277. -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
  278. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  279. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  280. ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
  281. || chmod -R a+r $(distdir)
  282. dist-gzip: distdir
  283. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  284. $(am__remove_distdir)
  285. dist-bzip2: distdir
  286. tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
  287. $(am__remove_distdir)
  288. dist-tarZ: distdir
  289. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  290. $(am__remove_distdir)
  291. dist-shar: distdir
  292. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  293. $(am__remove_distdir)
  294. dist-zip: distdir
  295. -rm -f $(distdir).zip
  296. zip -rq $(distdir).zip $(distdir)
  297. $(am__remove_distdir)
  298. dist dist-all: distdir
  299. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  300. tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
  301. $(am__remove_distdir)
  302. # This target untars the dist file and tries a VPATH configuration. Then
  303. # it guarantees that the distribution is self-contained by making another
  304. # tarfile.
  305. distcheck: dist
  306. case '$(DIST_ARCHIVES)' in \
  307. *.tar.gz*) \
  308. GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
  309. *.tar.bz2*) \
  310. bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
  311. *.tar.Z*) \
  312. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  313. *.shar.gz*) \
  314. GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
  315. *.zip*) \
  316. unzip $(distdir).zip ;;\
  317. esac
  318. chmod -R a-w $(distdir); chmod a+w $(distdir)
  319. mkdir $(distdir)/_build
  320. mkdir $(distdir)/_inst
  321. chmod a-w $(distdir)
  322. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  323. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  324. && cd $(distdir)/_build \
  325. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  326. $(DISTCHECK_CONFIGURE_FLAGS) \
  327. && $(MAKE) $(AM_MAKEFLAGS) \
  328. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  329. && $(MAKE) $(AM_MAKEFLAGS) check \
  330. && $(MAKE) $(AM_MAKEFLAGS) install \
  331. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  332. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  333. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  334. distuninstallcheck \
  335. && chmod -R a-w "$$dc_install_base" \
  336. && ({ \
  337. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  338. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  339. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  340. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  341. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  342. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  343. && rm -rf "$$dc_destdir" \
  344. && $(MAKE) $(AM_MAKEFLAGS) dist \
  345. && rm -rf $(DIST_ARCHIVES) \
  346. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
  347. $(am__remove_distdir)
  348. @(echo "$(distdir) archives ready for distribution: "; \
  349. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  350. sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
  351. distuninstallcheck:
  352. @cd $(distuninstallcheck_dir) \
  353. && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
  354. || { echo "ERROR: files left after uninstall:" ; \
  355. if test -n "$(DESTDIR)"; then \
  356. echo " (check DESTDIR support)"; \
  357. fi ; \
  358. $(distuninstallcheck_listfiles) ; \
  359. exit 1; } >&2
  360. distcleancheck: distclean
  361. @if test '$(srcdir)' = . ; then \
  362. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  363. exit 1 ; \
  364. fi
  365. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  366. || { echo "ERROR: files left in build directory after distclean:" ; \
  367. $(distcleancheck_listfiles) ; \
  368. exit 1; } >&2
  369. check-am: all-am
  370. check: check-am
  371. all-am: Makefile $(DATA) $(HEADERS)
  372. installdirs:
  373. for dir in "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(scrnsaverdir)"; do \
  374. test -z "$$dir" || $(mkdir_p) "$$dir"; \
  375. done
  376. install: install-am
  377. install-exec: install-exec-am
  378. install-data: install-data-am
  379. uninstall: uninstall-am
  380. install-am: all-am
  381. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  382. installcheck: installcheck-am
  383. install-strip:
  384. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  385. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  386. `test -z '$(STRIP)' || \
  387. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  388. mostlyclean-generic:
  389. clean-generic:
  390. distclean-generic:
  391. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  392. maintainer-clean-generic:
  393. @echo "This command is intended for maintainers to use"
  394. @echo "it deletes files that may require special tools to rebuild."
  395. clean: clean-am
  396. clean-am: clean-generic mostlyclean-am
  397. distclean: distclean-am
  398. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  399. -rm -f Makefile
  400. distclean-am: clean-am distclean-generic distclean-tags
  401. dvi: dvi-am
  402. dvi-am:
  403. html: html-am
  404. info: info-am
  405. info-am:
  406. install-data-am: install-pkgconfigDATA install-scrnsaverHEADERS
  407. install-exec-am:
  408. install-info: install-info-am
  409. install-man:
  410. installcheck-am:
  411. maintainer-clean: maintainer-clean-am
  412. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  413. -rm -rf $(top_srcdir)/autom4te.cache
  414. -rm -f Makefile
  415. maintainer-clean-am: distclean-am maintainer-clean-generic
  416. mostlyclean: mostlyclean-am
  417. mostlyclean-am: mostlyclean-generic
  418. pdf: pdf-am
  419. pdf-am:
  420. ps: ps-am
  421. ps-am:
  422. uninstall-am: uninstall-info-am uninstall-pkgconfigDATA \
  423. uninstall-scrnsaverHEADERS
  424. .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
  425. clean-generic ctags dist dist-all dist-bzip2 dist-gzip \
  426. dist-shar dist-tarZ dist-zip distcheck distclean \
  427. distclean-generic distclean-tags distcleancheck distdir \
  428. distuninstallcheck dvi dvi-am html html-am info info-am \
  429. install install-am install-data install-data-am install-exec \
  430. install-exec-am install-info install-info-am install-man \
  431. install-pkgconfigDATA install-scrnsaverHEADERS install-strip \
  432. installcheck installcheck-am installdirs maintainer-clean \
  433. maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
  434. pdf-am ps ps-am tags uninstall uninstall-am uninstall-info-am \
  435. uninstall-pkgconfigDATA uninstall-scrnsaverHEADERS
  436. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  437. # Otherwise a system limit (for SysV at least) may be exceeded.
  438. .NOEXPORT: