OLD | NEW |
1 # Makefile.in generated by automake 1.11 from Makefile.am. | 1 # Makefile.in generated by automake 1.11.1 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 Free Software Foundation, |
6 # Inc. | 6 # 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, |
(...skipping 646 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
658 .y.c: | 658 .y.c: |
659 $(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $
*.output -- $(YACCCOMPILE) | 659 $(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $
*.output -- $(YACCCOMPILE) |
660 | 660 |
661 # This directory's subdirectories are mostly independent; you can cd | 661 # This directory's subdirectories are mostly independent; you can cd |
662 # into them and run `make' without going through this Makefile. | 662 # into them and run `make' without going through this Makefile. |
663 # To change the values of `make' variables: instead of editing Makefiles, | 663 # To change the values of `make' variables: instead of editing Makefiles, |
664 # (1) if the variable is set in `config.status', edit `config.status' | 664 # (1) if the variable is set in `config.status', edit `config.status' |
665 # (which will cause the Makefiles to be regenerated when you run `make'); | 665 # (which will cause the Makefiles to be regenerated when you run `make'); |
666 # (2) otherwise, pass the desired values on the `make' command line. | 666 # (2) otherwise, pass the desired values on the `make' command line. |
667 $(RECURSIVE_TARGETS): | 667 $(RECURSIVE_TARGETS): |
668 » @failcom='exit 1'; \ | 668 » @fail= failcom='exit 1'; \ |
669 for f in x $$MAKEFLAGS; do \ | 669 for f in x $$MAKEFLAGS; do \ |
670 case $$f in \ | 670 case $$f in \ |
671 *=* | --[!k]*);; \ | 671 *=* | --[!k]*);; \ |
672 *k*) failcom='fail=yes';; \ | 672 *k*) failcom='fail=yes';; \ |
673 esac; \ | 673 esac; \ |
674 done; \ | 674 done; \ |
675 dot_seen=no; \ | 675 dot_seen=no; \ |
676 target=`echo $@ | sed s/-recursive//`; \ | 676 target=`echo $@ | sed s/-recursive//`; \ |
677 list='$(SUBDIRS)'; for subdir in $$list; do \ | 677 list='$(SUBDIRS)'; for subdir in $$list; do \ |
678 echo "Making $$target in $$subdir"; \ | 678 echo "Making $$target in $$subdir"; \ |
679 if test "$$subdir" = "."; then \ | 679 if test "$$subdir" = "."; then \ |
680 dot_seen=yes; \ | 680 dot_seen=yes; \ |
681 local_target="$$target-am"; \ | 681 local_target="$$target-am"; \ |
682 else \ | 682 else \ |
683 local_target="$$target"; \ | 683 local_target="$$target"; \ |
684 fi; \ | 684 fi; \ |
685 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | 685 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
686 || eval $$failcom; \ | 686 || eval $$failcom; \ |
687 done; \ | 687 done; \ |
688 if test "$$dot_seen" = "no"; then \ | 688 if test "$$dot_seen" = "no"; then \ |
689 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | 689 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
690 fi; test -z "$$fail" | 690 fi; test -z "$$fail" |
691 | 691 |
692 $(RECURSIVE_CLEAN_TARGETS): | 692 $(RECURSIVE_CLEAN_TARGETS): |
693 » @failcom='exit 1'; \ | 693 » @fail= failcom='exit 1'; \ |
694 for f in x $$MAKEFLAGS; do \ | 694 for f in x $$MAKEFLAGS; do \ |
695 case $$f in \ | 695 case $$f in \ |
696 *=* | --[!k]*);; \ | 696 *=* | --[!k]*);; \ |
697 *k*) failcom='fail=yes';; \ | 697 *k*) failcom='fail=yes';; \ |
698 esac; \ | 698 esac; \ |
699 done; \ | 699 done; \ |
700 dot_seen=no; \ | 700 dot_seen=no; \ |
701 case "$@" in \ | 701 case "$@" in \ |
702 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ | 702 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
703 *) list='$(SUBDIRS)' ;; \ | 703 *) list='$(SUBDIRS)' ;; \ |
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
939 top_distdir="$$new_top_distdir" \ | 939 top_distdir="$$new_top_distdir" \ |
940 distdir="$$new_distdir" \ | 940 distdir="$$new_distdir" \ |
941 am__remove_distdir=: \ | 941 am__remove_distdir=: \ |
942 am__skip_length_check=: \ | 942 am__skip_length_check=: \ |
943 am__skip_mode_fix=: \ | 943 am__skip_mode_fix=: \ |
944 distdir) \ | 944 distdir) \ |
945 || exit 1; \ | 945 || exit 1; \ |
946 fi; \ | 946 fi; \ |
947 done | 947 done |
948 -test -n "$(am__skip_mode_fix)" \ | 948 -test -n "$(am__skip_mode_fix)" \ |
949 » || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ | 949 » || find "$(distdir)" -type d ! -perm -755 \ |
| 950 » » -exec chmod u+rwx,go+rx {} \; -o \ |
950 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ | 951 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ |
951 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ | 952 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ |
952 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ | 953 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ |
953 || chmod -R a+r "$(distdir)" | 954 || chmod -R a+r "$(distdir)" |
954 dist-gzip: distdir | 955 dist-gzip: distdir |
955 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).t
ar.gz | 956 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).t
ar.gz |
956 $(am__remove_distdir) | 957 $(am__remove_distdir) |
957 | 958 |
958 dist-bzip2: distdir | 959 dist-bzip2: distdir |
959 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 | 960 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 |
(...skipping 23 matching lines...) Expand all Loading... |
983 dist dist-all: distdir | 984 dist dist-all: distdir |
984 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).t
ar.gz | 985 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).t
ar.gz |
985 $(am__remove_distdir) | 986 $(am__remove_distdir) |
986 | 987 |
987 # This target untars the dist file and tries a VPATH configuration. Then | 988 # This target untars the dist file and tries a VPATH configuration. Then |
988 # it guarantees that the distribution is self-contained by making another | 989 # it guarantees that the distribution is self-contained by making another |
989 # tarfile. | 990 # tarfile. |
990 distcheck: dist | 991 distcheck: dist |
991 case '$(DIST_ARCHIVES)' in \ | 992 case '$(DIST_ARCHIVES)' in \ |
992 *.tar.gz*) \ | 993 *.tar.gz*) \ |
993 » GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ | 994 » GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ |
994 *.tar.bz2*) \ | 995 *.tar.bz2*) \ |
995 » bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ | 996 » bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ |
996 *.tar.lzma*) \ | 997 *.tar.lzma*) \ |
997 » unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\ | 998 » lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ |
998 *.tar.xz*) \ | 999 *.tar.xz*) \ |
999 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ | 1000 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ |
1000 *.tar.Z*) \ | 1001 *.tar.Z*) \ |
1001 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ | 1002 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ |
1002 *.shar.gz*) \ | 1003 *.shar.gz*) \ |
1003 » GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ | 1004 » GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ |
1004 *.zip*) \ | 1005 *.zip*) \ |
1005 unzip $(distdir).zip ;;\ | 1006 unzip $(distdir).zip ;;\ |
1006 esac | 1007 esac |
1007 chmod -R a-w $(distdir); chmod a+w $(distdir) | 1008 chmod -R a-w $(distdir); chmod a+w $(distdir) |
1008 mkdir $(distdir)/_build | 1009 mkdir $(distdir)/_build |
1009 mkdir $(distdir)/_inst | 1010 mkdir $(distdir)/_inst |
1010 chmod a-w $(distdir) | 1011 chmod a-w $(distdir) |
1011 test -d $(distdir)/_build || exit 0; \ | 1012 test -d $(distdir)/_build || exit 0; \ |
1012 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:
[\\/],/,'` \ | 1013 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:
[\\/],/,'` \ |
1013 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ | 1014 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ |
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1249 | 1250 |
1250 @GCC_TRUE@@NATIVE_LINKER_TRUE@bootstrap-test-r: ld2-r | 1251 @GCC_TRUE@@NATIVE_LINKER_TRUE@bootstrap-test-r: ld2-r |
1251 @GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@ | 1252 @GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@ |
1252 @GCC_TRUE@@NATIVE_LINKER_TRUE@ echo "#!/bin/sh" > $@ | 1253 @GCC_TRUE@@NATIVE_LINKER_TRUE@ echo "#!/bin/sh" > $@ |
1253 @GCC_TRUE@@NATIVE_LINKER_TRUE@ echo "cmp ld1-r ld2-r" > $@ | 1254 @GCC_TRUE@@NATIVE_LINKER_TRUE@ echo "cmp ld1-r ld2-r" > $@ |
1254 @GCC_TRUE@@NATIVE_LINKER_TRUE@ chmod +x $@ | 1255 @GCC_TRUE@@NATIVE_LINKER_TRUE@ chmod +x $@ |
1255 | 1256 |
1256 # Tell versions [3.59,3.63) of GNU make to not export all variables. | 1257 # Tell versions [3.59,3.63) of GNU make to not export all variables. |
1257 # Otherwise a system limit (for SysV at least) may be exceeded. | 1258 # Otherwise a system limit (for SysV at least) may be exceeded. |
1258 .NOEXPORT: | 1259 .NOEXPORT: |
OLD | NEW |