comparison Makefile.in @ 1693:27d68ccb2c9e

New release
author Adam Chlipala <adam@chlipala.net>
date Sat, 10 Mar 2012 13:13:15 -0500
parents 1c9f8f06c1d6
children ab24a7cb2a64
comparison
equal deleted inserted replaced
1692:a1a1d66aebac 1693:27d68ccb2c9e
1 # Makefile.in generated by automake 1.11.1 from Makefile.am. 1 # Makefile.in generated by automake 1.11.3 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 Free Software Foundation, 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Inc. 6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation 7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it, 8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved. 9 # with or without modifications, as long as this notice is preserved.
10 10
11 # This program is distributed in the hope that it will be useful, 11 # This program is distributed in the hope that it will be useful,
71 DIST_SUBDIRS = $(SUBDIRS) 71 DIST_SUBDIRS = $(SUBDIRS)
72 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 72 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
73 distdir = $(PACKAGE)-$(VERSION) 73 distdir = $(PACKAGE)-$(VERSION)
74 top_distdir = $(distdir) 74 top_distdir = $(distdir)
75 am__remove_distdir = \ 75 am__remove_distdir = \
76 { test ! -d "$(distdir)" \ 76 if test -d "$(distdir)"; then \
77 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 77 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
78 && rm -fr "$(distdir)"; }; } 78 && rm -rf "$(distdir)" \
79 || { sleep 5 && rm -rf "$(distdir)"; }; \
80 else :; fi
79 am__relativize = \ 81 am__relativize = \
80 dir0=`pwd`; \ 82 dir0=`pwd`; \
81 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 83 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
82 sed_rest='s,^[^/]*/*,,'; \ 84 sed_rest='s,^[^/]*/*,,'; \
83 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 85 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
102 done; \ 104 done; \
103 reldir="$$dir2" 105 reldir="$$dir2"
104 DIST_ARCHIVES = $(distdir).tar.gz 106 DIST_ARCHIVES = $(distdir).tar.gz
105 GZIP_ENV = --best 107 GZIP_ENV = --best
106 distuninstallcheck_listfiles = find . -type f -print 108 distuninstallcheck_listfiles = find . -type f -print
109 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
110 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
107 distcleancheck_listfiles = find . -type f -print 111 distcleancheck_listfiles = find . -type f -print
108 ACLOCAL = @ACLOCAL@ 112 ACLOCAL = @ACLOCAL@
109 AMTAR = @AMTAR@ 113 AMTAR = @AMTAR@
110 AR = @AR@ 114 AR = @AR@
111 AUTOCONF = @AUTOCONF@ 115 AUTOCONF = @AUTOCONF@
244 SUBDIRS = src/c 248 SUBDIRS = src/c
245 all: config.h 249 all: config.h
246 $(MAKE) $(AM_MAKEFLAGS) all-recursive 250 $(MAKE) $(AM_MAKEFLAGS) all-recursive
247 251
248 .SUFFIXES: 252 .SUFFIXES:
249 am--refresh: 253 am--refresh: Makefile
250 @: 254 @:
251 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 255 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
252 @for dep in $?; do \ 256 @for dep in $?; do \
253 case '$(am__configure_deps)' in \ 257 case '$(am__configure_deps)' in \
254 *$$dep*) \ 258 *$$dep*) \
280 $(ACLOCAL_M4): $(am__aclocal_m4_deps) 284 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
281 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 285 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
282 $(am__aclocal_m4_deps): 286 $(am__aclocal_m4_deps):
283 287
284 config.h: stamp-h1 288 config.h: stamp-h1
285 @if test ! -f $@; then \ 289 @if test ! -f $@; then rm -f stamp-h1; else :; fi
286 rm -f stamp-h1; \ 290 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
287 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
288 else :; fi
289 291
290 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 292 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
291 @rm -f stamp-h1 293 @rm -f stamp-h1
292 cd $(top_builddir) && $(SHELL) ./config.status config.h 294 cd $(top_builddir) && $(SHELL) ./config.status config.h
293 $(srcdir)/config.h.in: $(am__configure_deps) 295 $(srcdir)/config.h.in: $(am__configure_deps)
514 dist-gzip: distdir 516 dist-gzip: distdir
515 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 517 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
516 $(am__remove_distdir) 518 $(am__remove_distdir)
517 519
518 dist-bzip2: distdir 520 dist-bzip2: distdir
519 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 521 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
522 $(am__remove_distdir)
523
524 dist-lzip: distdir
525 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
520 $(am__remove_distdir) 526 $(am__remove_distdir)
521 527
522 dist-lzma: distdir 528 dist-lzma: distdir
523 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma 529 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
524 $(am__remove_distdir) 530 $(am__remove_distdir)
525 531
526 dist-xz: distdir 532 dist-xz: distdir
527 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz 533 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
528 $(am__remove_distdir) 534 $(am__remove_distdir)
529 535
530 dist-tarZ: distdir 536 dist-tarZ: distdir
531 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 537 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
532 $(am__remove_distdir) 538 $(am__remove_distdir)
553 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 559 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
554 *.tar.bz2*) \ 560 *.tar.bz2*) \
555 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 561 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
556 *.tar.lzma*) \ 562 *.tar.lzma*) \
557 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ 563 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
564 *.tar.lz*) \
565 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
558 *.tar.xz*) \ 566 *.tar.xz*) \
559 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 567 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
560 *.tar.Z*) \ 568 *.tar.Z*) \
561 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 569 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
562 *.shar.gz*) \ 570 *.shar.gz*) \
572 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 580 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
573 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 581 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
574 && am__cwd=`pwd` \ 582 && am__cwd=`pwd` \
575 && $(am__cd) $(distdir)/_build \ 583 && $(am__cd) $(distdir)/_build \
576 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 584 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
585 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
577 $(DISTCHECK_CONFIGURE_FLAGS) \ 586 $(DISTCHECK_CONFIGURE_FLAGS) \
578 && $(MAKE) $(AM_MAKEFLAGS) \ 587 && $(MAKE) $(AM_MAKEFLAGS) \
579 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 588 && $(MAKE) $(AM_MAKEFLAGS) dvi \
580 && $(MAKE) $(AM_MAKEFLAGS) check \ 589 && $(MAKE) $(AM_MAKEFLAGS) check \
581 && $(MAKE) $(AM_MAKEFLAGS) install \ 590 && $(MAKE) $(AM_MAKEFLAGS) install \
600 $(am__remove_distdir) 609 $(am__remove_distdir)
601 @(echo "$(distdir) archives ready for distribution: "; \ 610 @(echo "$(distdir) archives ready for distribution: "; \
602 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 611 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
603 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 612 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
604 distuninstallcheck: 613 distuninstallcheck:
605 @$(am__cd) '$(distuninstallcheck_dir)' \ 614 @test -n '$(distuninstallcheck_dir)' || { \
606 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 615 echo 'ERROR: trying to run $@ with an empty' \
616 '$$(distuninstallcheck_dir)' >&2; \
617 exit 1; \
618 }; \
619 $(am__cd) '$(distuninstallcheck_dir)' || { \
620 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
621 exit 1; \
622 }; \
623 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
607 || { echo "ERROR: files left after uninstall:" ; \ 624 || { echo "ERROR: files left after uninstall:" ; \
608 if test -n "$(DESTDIR)"; then \ 625 if test -n "$(DESTDIR)"; then \
609 echo " (check DESTDIR support)"; \ 626 echo " (check DESTDIR support)"; \
610 fi ; \ 627 fi ; \
611 $(distuninstallcheck_listfiles) ; \ 628 $(distuninstallcheck_listfiles) ; \
632 install-am: all-am 649 install-am: all-am
633 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 650 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
634 651
635 installcheck: installcheck-recursive 652 installcheck: installcheck-recursive
636 install-strip: 653 install-strip:
637 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 654 if test -z '$(STRIP)'; then \
638 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 655 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
639 `test -z '$(STRIP)' || \ 656 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
640 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 657 install; \
658 else \
659 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
660 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
661 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
662 fi
641 mostlyclean-generic: 663 mostlyclean-generic:
642 664
643 clean-generic: 665 clean-generic:
644 666
645 distclean-generic: 667 distclean-generic:
723 ctags-recursive install-am install-strip tags-recursive 745 ctags-recursive install-am install-strip tags-recursive
724 746
725 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 747 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
726 all all-am all-local am--refresh check check-am clean \ 748 all all-am all-local am--refresh check check-am clean \
727 clean-generic clean-libtool clean-local ctags ctags-recursive \ 749 clean-generic clean-libtool clean-local ctags ctags-recursive \
728 dist dist-all dist-bzip2 dist-gzip dist-lzma dist-shar \ 750 dist dist-all dist-bzip2 dist-gzip dist-lzip dist-lzma \
729 dist-tarZ dist-xz dist-zip distcheck distclean \ 751 dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
730 distclean-generic distclean-hdr distclean-libtool \ 752 distclean-generic distclean-hdr distclean-libtool \
731 distclean-tags distcleancheck distdir distuninstallcheck dvi \ 753 distclean-tags distcleancheck distdir distuninstallcheck dvi \
732 dvi-am html html-am info info-am install install-am \ 754 dvi-am html html-am info info-am install install-am \
733 install-data install-data-am install-dvi install-dvi-am \ 755 install-data install-data-am install-dvi install-dvi-am \
734 install-exec install-exec-am install-exec-local install-html \ 756 install-exec install-exec-am install-exec-local install-html \