comparison Makefile.in @ 1740:d2ec62c5ad81

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