comparison Makefile.in @ 1806:40557fb08e98

New release
author Adam Chlipala <adam@chlipala.net>
date Tue, 07 Aug 2012 09:41:02 -0400
parents 74fcc977a13d
children 6a621a625b04
comparison
equal deleted inserted replaced
1805:d12192c7aa3e 1806:40557fb08e98
1 # Makefile.in generated by automake 1.11.3 from Makefile.am. 1 # Makefile.in generated by automake 1.11.6 from Makefile.am.
2 # @configure_input@ 2 # @configure_input@
3 3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc. 6 # Foundation, Inc.
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE. 14 # PARTICULAR PURPOSE.
15 15
16 @SET_MAKE@ 16 @SET_MAKE@
17 VPATH = @srcdir@ 17 VPATH = @srcdir@
18 am__make_dryrun = \
19 { \
20 am__dry=no; \
21 case $$MAKEFLAGS in \
22 *\\[\ \ ]*) \
23 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
24 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25 *) \
26 for am__flg in $$MAKEFLAGS; do \
27 case $$am__flg in \
28 *=*|--*) ;; \
29 *n*) am__dry=yes; break;; \
30 esac; \
31 done;; \
32 esac; \
33 test $$am__dry = yes; \
34 }
18 pkgdatadir = $(datadir)/@PACKAGE@ 35 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@ 36 pkgincludedir = $(includedir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@ 37 pkglibdir = $(libdir)/@PACKAGE@
21 pkglibexecdir = $(libexecdir)/@PACKAGE@ 38 pkglibexecdir = $(libexecdir)/@PACKAGE@
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 39 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
60 install-dvi-recursive install-exec-recursive \ 77 install-dvi-recursive install-exec-recursive \
61 install-html-recursive install-info-recursive \ 78 install-html-recursive install-info-recursive \
62 install-pdf-recursive install-ps-recursive install-recursive \ 79 install-pdf-recursive install-ps-recursive install-recursive \
63 installcheck-recursive installdirs-recursive pdf-recursive \ 80 installcheck-recursive installdirs-recursive pdf-recursive \
64 ps-recursive uninstall-recursive 81 ps-recursive uninstall-recursive
82 am__can_run_installinfo = \
83 case $$AM_UPDATE_INFO_DIR in \
84 n|no|NO) false;; \
85 *) (install-info --version) >/dev/null 2>&1;; \
86 esac
65 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 87 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
66 distclean-recursive maintainer-clean-recursive 88 distclean-recursive maintainer-clean-recursive
67 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 89 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
68 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 90 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
69 distdir dist dist-all distcheck 91 distdir dist dist-all distcheck
479 || exit 1; \ 501 || exit 1; \
480 fi; \ 502 fi; \
481 done 503 done
482 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 504 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
483 if test "$$subdir" = .; then :; else \ 505 if test "$$subdir" = .; then :; else \
484 test -d "$(distdir)/$$subdir" \ 506 $(am__make_dryrun) \
485 || $(MKDIR_P) "$(distdir)/$$subdir" \ 507 || test -d "$(distdir)/$$subdir" \
486 || exit 1; \ 508 || $(MKDIR_P) "$(distdir)/$$subdir" \
487 fi; \ 509 || exit 1; \
488 done
489 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
490 if test "$$subdir" = .; then :; else \
491 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 510 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
492 $(am__relativize); \ 511 $(am__relativize); \
493 new_distdir=$$reldir; \ 512 new_distdir=$$reldir; \
494 dir1=$$subdir; dir2="$(top_distdir)"; \ 513 dir1=$$subdir; dir2="$(top_distdir)"; \
495 $(am__relativize); \ 514 $(am__relativize); \
571 *.shar.gz*) \ 590 *.shar.gz*) \
572 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 591 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
573 *.zip*) \ 592 *.zip*) \
574 unzip $(distdir).zip ;;\ 593 unzip $(distdir).zip ;;\
575 esac 594 esac
576 chmod -R a-w $(distdir); chmod a+w $(distdir) 595 chmod -R a-w $(distdir); chmod u+w $(distdir)
577 mkdir $(distdir)/_build 596 mkdir $(distdir)/_build
578 mkdir $(distdir)/_inst 597 mkdir $(distdir)/_inst
579 chmod a-w $(distdir) 598 chmod a-w $(distdir)
580 test -d $(distdir)/_build || exit 0; \ 599 test -d $(distdir)/_build || exit 0; \
581 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 600 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \