1 # Makefile.in generated by automake 1.11.2 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, 2010, 2011 Free Software
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__uninstall_files_from_dir = { \
88 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
89 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
90 $(am__cd) "$$dir" && rm -f $$files; }; \
92 am__installdirs = "$(DESTDIR)$(docdir)"
93 DATA = $(dist_doc_DATA)
94 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
95 distclean-recursive maintainer-clean-recursive
96 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
97 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
98 distdir dist dist-all distcheck
101 DIST_SUBDIRS = $(SUBDIRS)
102 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
103 distdir = $(PACKAGE)-$(VERSION)
104 top_distdir = $(distdir)
105 am__remove_distdir = \
106 { test ! -d "$(distdir)" \
107 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
108 && rm -fr "$(distdir)"; }; }
111 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
112 sed_rest='s,^[^/]*/*,,'; \
113 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
114 sed_butlast='s,/*[^/]*$$,,'; \
115 while test -n "$$dir1"; do \
116 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
117 if test "$$first" != "."; then \
118 if test "$$first" = ".."; then \
119 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
120 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
122 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
123 if test "$$first2" = "$$first"; then \
124 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
128 dir0="$$dir0"/"$$first"; \
131 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
134 DIST_ARCHIVES = $(distdir).tar.gz
136 distuninstallcheck_listfiles = find . -type f -print
137 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
138 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
139 distcleancheck_listfiles = find . -type f -print
140 ACLOCAL = ${SHELL} /home/jsancho/proyectos/gacela/trunk/missing --run aclocal-1.11
141 AMTAR = ${SHELL} /home/jsancho/proyectos/gacela/trunk/missing --run tar
143 AUTOCONF = ${SHELL} /home/jsancho/proyectos/gacela/trunk/missing --run autoconf
144 AUTOHEADER = ${SHELL} /home/jsancho/proyectos/gacela/trunk/missing --run autoheader
145 AUTOMAKE = ${SHELL} /home/jsancho/proyectos/gacela/trunk/missing --run automake-1.11
148 CCDEPMODE = depmode=gcc3
153 DEFS = -DHAVE_CONFIG_H
167 GUILE = /usr/bin/guile
168 GUILE_CFLAGS = -pthread -I/usr/include/guile/2.0
169 GUILE_CONFIG = /usr/bin/guile-config
170 GUILE_LDFLAGS = -lguile-2.0 -lgc
171 GUILE_LIBS = -lguile-2.0 -lgc
172 GUILE_LTLIBS = -lguile-2.0 -lgc
173 GUILE_TOOLS = /usr/bin/guile-tools
174 INSTALL = /usr/bin/install -c
175 INSTALL_DATA = ${INSTALL} -m 644
176 INSTALL_PROGRAM = ${INSTALL}
177 INSTALL_SCRIPT = ${INSTALL}
178 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
183 LIBTOOL = $(SHELL) $(top_builddir)/libtool
187 MAKEINFO = ${SHELL} /home/jsancho/proyectos/gacela/trunk/missing --run makeinfo
189 MKDIR_P = /bin/mkdir -p
197 PACKAGE_BUGREPORT = jsf@jsancho.org
198 PACKAGE_NAME = gacela
199 PACKAGE_STRING = gacela 0.5
200 PACKAGE_TARNAME = gacela
202 PACKAGE_VERSION = 0.5
205 SDL_LIBS = -lSDL -lSDL_image -lSDL_gfx -lSDL_mixer
211 abs_builddir = /home/jsancho/proyectos/gacela/trunk
212 abs_srcdir = /home/jsancho/proyectos/gacela/trunk
213 abs_top_builddir = /home/jsancho/proyectos/gacela/trunk
214 abs_top_srcdir = /home/jsancho/proyectos/gacela/trunk
218 am__include = include
221 am__tar = ${AMTAR} chof - "$$tardir"
222 am__untar = ${AMTAR} xf -
223 bindir = ${exec_prefix}/bin
224 build = i686-pc-linux-gnu
230 datadir = ${datarootdir}
231 datarootdir = ${prefix}/share
232 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
234 exec_prefix = ${prefix}
235 host = i686-pc-linux-gnu
241 includedir = ${prefix}/include
242 infodir = ${datarootdir}/info
243 install_sh = ${SHELL} /home/jsancho/proyectos/gacela/trunk/install-sh
244 libdir = ${exec_prefix}/lib
245 libexecdir = ${exec_prefix}/libexec
246 localedir = ${datarootdir}/locale
247 localstatedir = ${prefix}/var
248 mandir = ${datarootdir}/man
249 mkdir_p = /bin/mkdir -p
250 oldincludedir = /usr/include
253 program_transform_name = s,x,x,
255 sbindir = ${exec_prefix}/sbin
256 sharedstatedir = ${prefix}/com
258 sysconfdir = ${prefix}/etc
264 dist_doc_DATA = README
265 ACLOCAL_AMFLAGS = -I m4
267 $(MAKE) $(AM_MAKEFLAGS) all-recursive
270 am--refresh: Makefile
272 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
274 case '$(am__configure_deps)' in \
276 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
277 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
282 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
283 $(am__cd) $(top_srcdir) && \
284 $(AUTOMAKE) --foreign Makefile
286 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
289 echo ' $(SHELL) ./config.status'; \
290 $(SHELL) ./config.status;; \
292 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
293 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
296 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
297 $(SHELL) ./config.status --recheck
299 $(top_srcdir)/configure: $(am__configure_deps)
300 $(am__cd) $(srcdir) && $(AUTOCONF)
301 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
302 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
303 $(am__aclocal_m4_deps):
306 @if test ! -f $@; then rm -f stamp-h1; else :; fi
307 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
309 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
311 cd $(top_builddir) && $(SHELL) ./config.status config.h
312 $(srcdir)/config.h.in: $(am__configure_deps)
313 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
318 -rm -f config.h stamp-h1
327 -rm -f libtool config.lt
328 install-dist_docDATA: $(dist_doc_DATA)
330 test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)"
331 @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
332 for p in $$list; do \
333 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
335 done | $(am__base_list) | \
336 while read files; do \
337 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
338 $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
341 uninstall-dist_docDATA:
343 @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
344 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
345 dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
347 # This directory's subdirectories are mostly independent; you can cd
348 # into them and run `make' without going through this Makefile.
349 # To change the values of `make' variables: instead of editing Makefiles,
350 # (1) if the variable is set in `config.status', edit `config.status'
351 # (which will cause the Makefiles to be regenerated when you run `make');
352 # (2) otherwise, pass the desired values on the `make' command line.
353 $(RECURSIVE_TARGETS):
354 @fail= failcom='exit 1'; \
355 for f in x $$MAKEFLAGS; do \
358 *k*) failcom='fail=yes';; \
362 target=`echo $@ | sed s/-recursive//`; \
363 list='$(SUBDIRS)'; for subdir in $$list; do \
364 echo "Making $$target in $$subdir"; \
365 if test "$$subdir" = "."; then \
367 local_target="$$target-am"; \
369 local_target="$$target"; \
371 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
374 if test "$$dot_seen" = "no"; then \
375 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
378 $(RECURSIVE_CLEAN_TARGETS):
379 @fail= failcom='exit 1'; \
380 for f in x $$MAKEFLAGS; do \
383 *k*) failcom='fail=yes';; \
388 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
389 *) list='$(SUBDIRS)' ;; \
391 rev=''; for subdir in $$list; do \
392 if test "$$subdir" = "."; then :; else \
393 rev="$$subdir $$rev"; \
397 target=`echo $@ | sed s/-recursive//`; \
398 for subdir in $$rev; do \
399 echo "Making $$target in $$subdir"; \
400 if test "$$subdir" = "."; then \
401 local_target="$$target-am"; \
403 local_target="$$target"; \
405 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
407 done && test -z "$$fail"
409 list='$(SUBDIRS)'; for subdir in $$list; do \
410 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
413 list='$(SUBDIRS)'; for subdir in $$list; do \
414 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
417 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
418 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
419 unique=`for i in $$list; do \
420 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
422 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
423 END { if (nonempty) { for (i in files) print i; }; }'`; \
427 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
428 $(TAGS_FILES) $(LISP)
431 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
432 include_option=--etags-include; \
435 include_option=--include; \
438 list='$(SUBDIRS)'; for subdir in $$list; do \
439 if test "$$subdir" = .; then :; else \
440 test ! -f $$subdir/TAGS || \
441 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
444 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
445 unique=`for i in $$list; do \
446 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
448 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
449 END { if (nonempty) { for (i in files) print i; }; }'`; \
451 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
452 test -n "$$unique" || unique=$$empty_fix; \
453 if test $$# -gt 0; then \
454 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
457 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
462 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
463 $(TAGS_FILES) $(LISP)
464 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
465 unique=`for i in $$list; do \
466 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
468 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
469 END { if (nonempty) { for (i in files) print i; }; }'`; \
470 test -z "$(CTAGS_ARGS)$$unique" \
471 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
475 here=`$(am__cd) $(top_builddir) && pwd` \
476 && $(am__cd) $(top_srcdir) \
477 && gtags -i $(GTAGS_ARGS) "$$here"
480 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
482 distdir: $(DISTFILES)
483 $(am__remove_distdir)
484 test -d "$(distdir)" || mkdir "$(distdir)"
485 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
486 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
487 list='$(DISTFILES)'; \
488 dist_files=`for file in $$list; do echo $$file; done | \
489 sed -e "s|^$$srcdirstrip/||;t" \
490 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
491 case $$dist_files in \
492 */*) $(MKDIR_P) `echo "$$dist_files" | \
493 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
496 for file in $$dist_files; do \
497 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
498 if test -d $$d/$$file; then \
499 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
500 if test -d "$(distdir)/$$file"; then \
501 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
503 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
504 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
505 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
507 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
509 test -f "$(distdir)/$$file" \
510 || cp -p $$d/$$file "$(distdir)/$$file" \
514 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
515 if test "$$subdir" = .; then :; else \
516 test -d "$(distdir)/$$subdir" \
517 || $(MKDIR_P) "$(distdir)/$$subdir" \
521 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
522 if test "$$subdir" = .; then :; else \
523 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
525 new_distdir=$$reldir; \
526 dir1=$$subdir; dir2="$(top_distdir)"; \
528 new_top_distdir=$$reldir; \
529 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
530 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
531 ($(am__cd) $$subdir && \
532 $(MAKE) $(AM_MAKEFLAGS) \
533 top_distdir="$$new_top_distdir" \
534 distdir="$$new_distdir" \
535 am__remove_distdir=: \
536 am__skip_length_check=: \
537 am__skip_mode_fix=: \
542 -test -n "$(am__skip_mode_fix)" \
543 || find "$(distdir)" -type d ! -perm -755 \
544 -exec chmod u+rwx,go+rx {} \; -o \
545 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
546 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
547 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
548 || chmod -R a+r "$(distdir)"
550 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
551 $(am__remove_distdir)
554 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
555 $(am__remove_distdir)
558 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
559 $(am__remove_distdir)
562 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
563 $(am__remove_distdir)
566 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
567 $(am__remove_distdir)
570 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
571 $(am__remove_distdir)
574 -rm -f $(distdir).zip
575 zip -rq $(distdir).zip $(distdir)
576 $(am__remove_distdir)
578 dist dist-all: distdir
579 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
580 $(am__remove_distdir)
582 # This target untars the dist file and tries a VPATH configuration. Then
583 # it guarantees that the distribution is self-contained by making another
586 case '$(DIST_ARCHIVES)' in \
588 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
590 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
592 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
594 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
596 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
598 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
600 unzip $(distdir).zip ;;\
602 chmod -R a-w $(distdir); chmod a+w $(distdir)
603 mkdir $(distdir)/_build
604 mkdir $(distdir)/_inst
606 test -d $(distdir)/_build || exit 0; \
607 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
608 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
610 && $(am__cd) $(distdir)/_build \
611 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
612 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
613 $(DISTCHECK_CONFIGURE_FLAGS) \
614 && $(MAKE) $(AM_MAKEFLAGS) \
615 && $(MAKE) $(AM_MAKEFLAGS) dvi \
616 && $(MAKE) $(AM_MAKEFLAGS) check \
617 && $(MAKE) $(AM_MAKEFLAGS) install \
618 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
619 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
620 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
622 && chmod -R a-w "$$dc_install_base" \
624 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
625 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
626 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
627 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
628 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
629 } || { rm -rf "$$dc_destdir"; exit 1; }) \
630 && rm -rf "$$dc_destdir" \
631 && $(MAKE) $(AM_MAKEFLAGS) dist \
632 && rm -rf $(DIST_ARCHIVES) \
633 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
636 $(am__remove_distdir)
637 @(echo "$(distdir) archives ready for distribution: "; \
638 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
639 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
641 @test -n '$(distuninstallcheck_dir)' || { \
642 echo 'ERROR: trying to run $@ with an empty' \
643 '$$(distuninstallcheck_dir)' >&2; \
646 $(am__cd) '$(distuninstallcheck_dir)' || { \
647 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
650 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
651 || { echo "ERROR: files left after uninstall:" ; \
652 if test -n "$(DESTDIR)"; then \
653 echo " (check DESTDIR support)"; \
655 $(distuninstallcheck_listfiles) ; \
657 distcleancheck: distclean
658 @if test '$(srcdir)' = . ; then \
659 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
662 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
663 || { echo "ERROR: files left in build directory after distclean:" ; \
664 $(distcleancheck_listfiles) ; \
667 check: check-recursive
668 all-am: Makefile $(DATA) config.h
669 installdirs: installdirs-recursive
671 for dir in "$(DESTDIR)$(docdir)"; do \
672 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
674 install: install-recursive
675 install-exec: install-exec-recursive
676 install-data: install-data-recursive
677 uninstall: uninstall-recursive
680 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
682 installcheck: installcheck-recursive
684 if test -z '$(STRIP)'; then \
685 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
686 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
689 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
690 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
691 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
698 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
699 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
701 maintainer-clean-generic:
702 @echo "This command is intended for maintainers to use"
703 @echo "it deletes files that may require special tools to rebuild."
704 clean: clean-recursive
706 clean-am: clean-generic clean-libtool mostlyclean-am
708 distclean: distclean-recursive
709 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
711 distclean-am: clean-am distclean-generic distclean-hdr \
712 distclean-libtool distclean-tags
726 install-data-am: install-dist_docDATA
728 install-dvi: install-dvi-recursive
734 install-html: install-html-recursive
738 install-info: install-info-recursive
744 install-pdf: install-pdf-recursive
748 install-ps: install-ps-recursive
754 maintainer-clean: maintainer-clean-recursive
755 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
756 -rm -rf $(top_srcdir)/autom4te.cache
758 maintainer-clean-am: distclean-am maintainer-clean-generic
760 mostlyclean: mostlyclean-recursive
762 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
772 uninstall-am: uninstall-dist_docDATA
774 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
775 ctags-recursive install-am install-strip tags-recursive
777 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
778 all all-am am--refresh check check-am clean clean-generic \
779 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
780 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
781 distcheck distclean distclean-generic distclean-hdr \
782 distclean-libtool distclean-tags distcleancheck distdir \
783 distuninstallcheck dvi dvi-am html html-am info info-am \
784 install install-am install-data install-data-am \
785 install-dist_docDATA install-dvi install-dvi-am install-exec \
786 install-exec-am install-html install-html-am install-info \
787 install-info-am install-man install-pdf install-pdf-am \
788 install-ps install-ps-am install-strip installcheck \
789 installcheck-am installdirs installdirs-am maintainer-clean \
790 maintainer-clean-generic mostlyclean mostlyclean-generic \
791 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
792 uninstall uninstall-am uninstall-dist_docDATA
795 # Tell versions [3.59,3.63) of GNU make to not export all variables.
796 # Otherwise a system limit (for SysV at least) may be exceeded.