1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # Makefile. Generated from Makefile.in by configure.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
19 pkgdatadir = $(datadir)/gacela
20 pkgincludedir = $(includedir)/gacela
21 pkglibdir = $(libdir)/gacela
22 pkglibexecdir = $(libexecdir)/gacela
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
35 build_triplet = i686-pc-linux-gnu
36 host_triplet = i686-pc-linux-gnu
38 DIST_COMMON = README $(am__configure_deps) $(dist_doc_DATA) \
39 $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
40 $(srcdir)/config.h.in $(top_srcdir)/configure COPYING \
41 config.guess config.rpath config.sub depcomp install-sh \
43 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
45 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
46 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
47 $(top_srcdir)/configure.ac
48 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
51 configure.lineno config.status.lineno
52 mkinstalldirs = $(install_sh) -d
53 CONFIG_HEADER = config.h
55 CONFIG_CLEAN_VPATH_FILES =
58 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
59 html-recursive info-recursive install-data-recursive \
60 install-dvi-recursive install-exec-recursive \
61 install-html-recursive install-info-recursive \
62 install-pdf-recursive install-ps-recursive install-recursive \
63 installcheck-recursive installdirs-recursive pdf-recursive \
64 ps-recursive uninstall-recursive
65 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
66 am__vpath_adj = case $$p in \
67 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
70 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
72 am__nobase_strip_setup = \
73 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
75 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
76 am__nobase_list = $(am__nobase_strip_setup); \
77 for p in $$list; do echo "$$p $$p"; done | \
78 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
79 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
80 if (++n[$$2] == $(am__install_max)) \
81 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
82 END { for (dir in files) print dir, files[dir] }'
84 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
85 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
86 am__installdirs = "$(DESTDIR)$(docdir)"
87 DATA = $(dist_doc_DATA)
88 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
89 distclean-recursive maintainer-clean-recursive
90 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
91 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
92 distdir dist dist-all distcheck
95 DIST_SUBDIRS = $(SUBDIRS)
96 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
97 distdir = $(PACKAGE)-$(VERSION)
98 top_distdir = $(distdir)
99 am__remove_distdir = \
100 { test ! -d "$(distdir)" \
101 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
102 && rm -fr "$(distdir)"; }; }
105 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
106 sed_rest='s,^[^/]*/*,,'; \
107 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
108 sed_butlast='s,/*[^/]*$$,,'; \
109 while test -n "$$dir1"; do \
110 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
111 if test "$$first" != "."; then \
112 if test "$$first" = ".."; then \
113 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
114 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
116 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
117 if test "$$first2" = "$$first"; then \
118 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
122 dir0="$$dir0"/"$$first"; \
125 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
128 DIST_ARCHIVES = $(distdir).tar.gz
130 distuninstallcheck_listfiles = find . -type f -print
131 distcleancheck_listfiles = find . -type f -print
132 ACLOCAL = ${SHELL} /home/jsancho/proyectos/gacela/trunk/missing --run aclocal-1.11
133 AMTAR = ${SHELL} /home/jsancho/proyectos/gacela/trunk/missing --run tar
135 AUTOCONF = ${SHELL} /home/jsancho/proyectos/gacela/trunk/missing --run autoconf
136 AUTOHEADER = ${SHELL} /home/jsancho/proyectos/gacela/trunk/missing --run autoheader
137 AUTOMAKE = ${SHELL} /home/jsancho/proyectos/gacela/trunk/missing --run automake-1.11
140 CCDEPMODE = depmode=gcc3
145 DEFS = -DHAVE_CONFIG_H
159 GUILE = /usr/bin/guile
160 GUILE_CFLAGS = -pthread -I/usr/include/guile/2.0
161 GUILE_CONFIG = /usr/bin/guile-config
162 GUILE_LDFLAGS = -lguile-2.0 -lgc
163 GUILE_LIBS = -lguile-2.0 -lgc
164 GUILE_LTLIBS = -lguile-2.0 -lgc
165 GUILE_TOOLS = /usr/bin/guile-tools
166 INSTALL = /usr/bin/install -c
167 INSTALL_DATA = ${INSTALL} -m 644
168 INSTALL_PROGRAM = ${INSTALL}
169 INSTALL_SCRIPT = ${INSTALL}
170 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
175 LIBTOOL = $(SHELL) $(top_builddir)/libtool
179 MAKEINFO = ${SHELL} /home/jsancho/proyectos/gacela/trunk/missing --run makeinfo
181 MKDIR_P = /bin/mkdir -p
189 PACKAGE_BUGREPORT = jsf@jsancho.org
190 PACKAGE_NAME = gacela
191 PACKAGE_STRING = gacela 0.5
192 PACKAGE_TARNAME = gacela
194 PACKAGE_VERSION = 0.5
197 SDL_LIBS = -lSDL -lSDL_image -lSDL_gfx -lSDL_mixer
203 abs_builddir = /home/jsancho/proyectos/gacela/trunk
204 abs_srcdir = /home/jsancho/proyectos/gacela/trunk
205 abs_top_builddir = /home/jsancho/proyectos/gacela/trunk
206 abs_top_srcdir = /home/jsancho/proyectos/gacela/trunk
210 am__include = include
213 am__tar = ${AMTAR} chof - "$$tardir"
214 am__untar = ${AMTAR} xf -
215 bindir = ${exec_prefix}/bin
216 build = i686-pc-linux-gnu
222 datadir = ${datarootdir}
223 datarootdir = ${prefix}/share
224 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
226 exec_prefix = ${prefix}
227 host = i686-pc-linux-gnu
233 includedir = ${prefix}/include
234 infodir = ${datarootdir}/info
235 install_sh = ${SHELL} /home/jsancho/proyectos/gacela/trunk/install-sh
236 libdir = ${exec_prefix}/lib
237 libexecdir = ${exec_prefix}/libexec
238 localedir = ${datarootdir}/locale
239 localstatedir = ${prefix}/var
240 mandir = ${datarootdir}/man
241 mkdir_p = /bin/mkdir -p
242 oldincludedir = /usr/include
245 program_transform_name = s,x,x,
247 sbindir = ${exec_prefix}/sbin
248 sharedstatedir = ${prefix}/com
250 sysconfdir = ${prefix}/etc
256 dist_doc_DATA = README
257 ACLOCAL_AMFLAGS = -I m4
259 $(MAKE) $(AM_MAKEFLAGS) all-recursive
264 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
266 case '$(am__configure_deps)' in \
268 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
269 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
274 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
275 $(am__cd) $(top_srcdir) && \
276 $(AUTOMAKE) --foreign Makefile
278 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
281 echo ' $(SHELL) ./config.status'; \
282 $(SHELL) ./config.status;; \
284 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
285 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
288 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
289 $(SHELL) ./config.status --recheck
291 $(top_srcdir)/configure: $(am__configure_deps)
292 $(am__cd) $(srcdir) && $(AUTOCONF)
293 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
294 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
295 $(am__aclocal_m4_deps):
298 @if test ! -f $@; then \
300 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
303 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
305 cd $(top_builddir) && $(SHELL) ./config.status config.h
306 $(srcdir)/config.h.in: $(am__configure_deps)
307 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
312 -rm -f config.h stamp-h1
321 -rm -f libtool config.lt
322 install-dist_docDATA: $(dist_doc_DATA)
324 test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)"
325 @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
326 for p in $$list; do \
327 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
329 done | $(am__base_list) | \
330 while read files; do \
331 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
332 $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
335 uninstall-dist_docDATA:
337 @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
338 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
339 test -n "$$files" || exit 0; \
340 echo " ( cd '$(DESTDIR)$(docdir)' && rm -f" $$files ")"; \
341 cd "$(DESTDIR)$(docdir)" && rm -f $$files
343 # This directory's subdirectories are mostly independent; you can cd
344 # into them and run `make' without going through this Makefile.
345 # To change the values of `make' variables: instead of editing Makefiles,
346 # (1) if the variable is set in `config.status', edit `config.status'
347 # (which will cause the Makefiles to be regenerated when you run `make');
348 # (2) otherwise, pass the desired values on the `make' command line.
349 $(RECURSIVE_TARGETS):
350 @fail= failcom='exit 1'; \
351 for f in x $$MAKEFLAGS; do \
354 *k*) failcom='fail=yes';; \
358 target=`echo $@ | sed s/-recursive//`; \
359 list='$(SUBDIRS)'; for subdir in $$list; do \
360 echo "Making $$target in $$subdir"; \
361 if test "$$subdir" = "."; then \
363 local_target="$$target-am"; \
365 local_target="$$target"; \
367 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
370 if test "$$dot_seen" = "no"; then \
371 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
374 $(RECURSIVE_CLEAN_TARGETS):
375 @fail= failcom='exit 1'; \
376 for f in x $$MAKEFLAGS; do \
379 *k*) failcom='fail=yes';; \
384 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
385 *) list='$(SUBDIRS)' ;; \
387 rev=''; for subdir in $$list; do \
388 if test "$$subdir" = "."; then :; else \
389 rev="$$subdir $$rev"; \
393 target=`echo $@ | sed s/-recursive//`; \
394 for subdir in $$rev; do \
395 echo "Making $$target in $$subdir"; \
396 if test "$$subdir" = "."; then \
397 local_target="$$target-am"; \
399 local_target="$$target"; \
401 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
403 done && test -z "$$fail"
405 list='$(SUBDIRS)'; for subdir in $$list; do \
406 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
409 list='$(SUBDIRS)'; for subdir in $$list; do \
410 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
413 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
414 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
415 unique=`for i in $$list; do \
416 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
418 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
419 END { if (nonempty) { for (i in files) print i; }; }'`; \
423 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
424 $(TAGS_FILES) $(LISP)
427 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
428 include_option=--etags-include; \
431 include_option=--include; \
434 list='$(SUBDIRS)'; for subdir in $$list; do \
435 if test "$$subdir" = .; then :; else \
436 test ! -f $$subdir/TAGS || \
437 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
440 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
441 unique=`for i in $$list; do \
442 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
444 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
445 END { if (nonempty) { for (i in files) print i; }; }'`; \
447 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
448 test -n "$$unique" || unique=$$empty_fix; \
449 if test $$# -gt 0; then \
450 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
453 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
458 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
459 $(TAGS_FILES) $(LISP)
460 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
461 unique=`for i in $$list; do \
462 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
464 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
465 END { if (nonempty) { for (i in files) print i; }; }'`; \
466 test -z "$(CTAGS_ARGS)$$unique" \
467 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
471 here=`$(am__cd) $(top_builddir) && pwd` \
472 && $(am__cd) $(top_srcdir) \
473 && gtags -i $(GTAGS_ARGS) "$$here"
476 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
478 distdir: $(DISTFILES)
479 $(am__remove_distdir)
480 test -d "$(distdir)" || mkdir "$(distdir)"
481 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
482 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
483 list='$(DISTFILES)'; \
484 dist_files=`for file in $$list; do echo $$file; done | \
485 sed -e "s|^$$srcdirstrip/||;t" \
486 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
487 case $$dist_files in \
488 */*) $(MKDIR_P) `echo "$$dist_files" | \
489 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
492 for file in $$dist_files; do \
493 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
494 if test -d $$d/$$file; then \
495 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
496 if test -d "$(distdir)/$$file"; then \
497 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
499 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
500 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
501 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
503 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
505 test -f "$(distdir)/$$file" \
506 || cp -p $$d/$$file "$(distdir)/$$file" \
510 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
511 if test "$$subdir" = .; then :; else \
512 test -d "$(distdir)/$$subdir" \
513 || $(MKDIR_P) "$(distdir)/$$subdir" \
517 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
518 if test "$$subdir" = .; then :; else \
519 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
521 new_distdir=$$reldir; \
522 dir1=$$subdir; dir2="$(top_distdir)"; \
524 new_top_distdir=$$reldir; \
525 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
526 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
527 ($(am__cd) $$subdir && \
528 $(MAKE) $(AM_MAKEFLAGS) \
529 top_distdir="$$new_top_distdir" \
530 distdir="$$new_distdir" \
531 am__remove_distdir=: \
532 am__skip_length_check=: \
533 am__skip_mode_fix=: \
538 -test -n "$(am__skip_mode_fix)" \
539 || find "$(distdir)" -type d ! -perm -755 \
540 -exec chmod u+rwx,go+rx {} \; -o \
541 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
542 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
543 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
544 || chmod -R a+r "$(distdir)"
546 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
547 $(am__remove_distdir)
550 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
551 $(am__remove_distdir)
554 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
555 $(am__remove_distdir)
558 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
559 $(am__remove_distdir)
562 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
563 $(am__remove_distdir)
566 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
567 $(am__remove_distdir)
570 -rm -f $(distdir).zip
571 zip -rq $(distdir).zip $(distdir)
572 $(am__remove_distdir)
574 dist dist-all: distdir
575 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
576 $(am__remove_distdir)
578 # This target untars the dist file and tries a VPATH configuration. Then
579 # it guarantees that the distribution is self-contained by making another
582 case '$(DIST_ARCHIVES)' in \
584 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
586 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
588 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
590 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
592 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
594 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
596 unzip $(distdir).zip ;;\
598 chmod -R a-w $(distdir); chmod a+w $(distdir)
599 mkdir $(distdir)/_build
600 mkdir $(distdir)/_inst
602 test -d $(distdir)/_build || exit 0; \
603 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
604 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
606 && $(am__cd) $(distdir)/_build \
607 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
608 $(DISTCHECK_CONFIGURE_FLAGS) \
609 && $(MAKE) $(AM_MAKEFLAGS) \
610 && $(MAKE) $(AM_MAKEFLAGS) dvi \
611 && $(MAKE) $(AM_MAKEFLAGS) check \
612 && $(MAKE) $(AM_MAKEFLAGS) install \
613 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
614 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
615 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
617 && chmod -R a-w "$$dc_install_base" \
619 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
620 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
621 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
622 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
623 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
624 } || { rm -rf "$$dc_destdir"; exit 1; }) \
625 && rm -rf "$$dc_destdir" \
626 && $(MAKE) $(AM_MAKEFLAGS) dist \
627 && rm -rf $(DIST_ARCHIVES) \
628 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
631 $(am__remove_distdir)
632 @(echo "$(distdir) archives ready for distribution: "; \
633 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
634 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
636 @$(am__cd) '$(distuninstallcheck_dir)' \
637 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
638 || { echo "ERROR: files left after uninstall:" ; \
639 if test -n "$(DESTDIR)"; then \
640 echo " (check DESTDIR support)"; \
642 $(distuninstallcheck_listfiles) ; \
644 distcleancheck: distclean
645 @if test '$(srcdir)' = . ; then \
646 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
649 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
650 || { echo "ERROR: files left in build directory after distclean:" ; \
651 $(distcleancheck_listfiles) ; \
654 check: check-recursive
655 all-am: Makefile $(DATA) config.h
656 installdirs: installdirs-recursive
658 for dir in "$(DESTDIR)$(docdir)"; do \
659 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
661 install: install-recursive
662 install-exec: install-exec-recursive
663 install-data: install-data-recursive
664 uninstall: uninstall-recursive
667 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
669 installcheck: installcheck-recursive
671 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
672 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
673 `test -z '$(STRIP)' || \
674 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
680 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
681 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
683 maintainer-clean-generic:
684 @echo "This command is intended for maintainers to use"
685 @echo "it deletes files that may require special tools to rebuild."
686 clean: clean-recursive
688 clean-am: clean-generic clean-libtool mostlyclean-am
690 distclean: distclean-recursive
691 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
693 distclean-am: clean-am distclean-generic distclean-hdr \
694 distclean-libtool distclean-tags
708 install-data-am: install-dist_docDATA
710 install-dvi: install-dvi-recursive
716 install-html: install-html-recursive
720 install-info: install-info-recursive
726 install-pdf: install-pdf-recursive
730 install-ps: install-ps-recursive
736 maintainer-clean: maintainer-clean-recursive
737 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
738 -rm -rf $(top_srcdir)/autom4te.cache
740 maintainer-clean-am: distclean-am maintainer-clean-generic
742 mostlyclean: mostlyclean-recursive
744 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
754 uninstall-am: uninstall-dist_docDATA
756 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
757 ctags-recursive install-am install-strip tags-recursive
759 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
760 all all-am am--refresh check check-am clean clean-generic \
761 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
762 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
763 distcheck distclean distclean-generic distclean-hdr \
764 distclean-libtool distclean-tags distcleancheck distdir \
765 distuninstallcheck dvi dvi-am html html-am info info-am \
766 install install-am install-data install-data-am \
767 install-dist_docDATA install-dvi install-dvi-am install-exec \
768 install-exec-am install-html install-html-am install-info \
769 install-info-am install-man install-pdf install-pdf-am \
770 install-ps install-ps-am install-strip installcheck \
771 installcheck-am installdirs installdirs-am maintainer-clean \
772 maintainer-clean-generic mostlyclean mostlyclean-generic \
773 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
774 uninstall uninstall-am uninstall-dist_docDATA
777 # Tell versions [3.59,3.63) of GNU make to not export all variables.
778 # Otherwise a system limit (for SysV at least) may be exceeded.