| 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 648 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 660 echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \ | 660 echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \ |
| 661 cd "$(DESTDIR)$(man1dir)" && rm -f $$files; } | 661 cd "$(DESTDIR)$(man1dir)" && rm -f $$files; } |
| 662 | 662 |
| 663 # This directory's subdirectories are mostly independent; you can cd | 663 # This directory's subdirectories are mostly independent; you can cd |
| 664 # into them and run `make' without going through this Makefile. | 664 # into them and run `make' without going through this Makefile. |
| 665 # To change the values of `make' variables: instead of editing Makefiles, | 665 # To change the values of `make' variables: instead of editing Makefiles, |
| 666 # (1) if the variable is set in `config.status', edit `config.status' | 666 # (1) if the variable is set in `config.status', edit `config.status' |
| 667 # (which will cause the Makefiles to be regenerated when you run `make'); | 667 # (which will cause the Makefiles to be regenerated when you run `make'); |
| 668 # (2) otherwise, pass the desired values on the `make' command line. | 668 # (2) otherwise, pass the desired values on the `make' command line. |
| 669 $(RECURSIVE_TARGETS): | 669 $(RECURSIVE_TARGETS): |
| 670 » @failcom='exit 1'; \ | 670 » @fail= failcom='exit 1'; \ |
| 671 for f in x $$MAKEFLAGS; do \ | 671 for f in x $$MAKEFLAGS; do \ |
| 672 case $$f in \ | 672 case $$f in \ |
| 673 *=* | --[!k]*);; \ | 673 *=* | --[!k]*);; \ |
| 674 *k*) failcom='fail=yes';; \ | 674 *k*) failcom='fail=yes';; \ |
| 675 esac; \ | 675 esac; \ |
| 676 done; \ | 676 done; \ |
| 677 dot_seen=no; \ | 677 dot_seen=no; \ |
| 678 target=`echo $@ | sed s/-recursive//`; \ | 678 target=`echo $@ | sed s/-recursive//`; \ |
| 679 list='$(SUBDIRS)'; for subdir in $$list; do \ | 679 list='$(SUBDIRS)'; for subdir in $$list; do \ |
| 680 echo "Making $$target in $$subdir"; \ | 680 echo "Making $$target in $$subdir"; \ |
| 681 if test "$$subdir" = "."; then \ | 681 if test "$$subdir" = "."; then \ |
| 682 dot_seen=yes; \ | 682 dot_seen=yes; \ |
| 683 local_target="$$target-am"; \ | 683 local_target="$$target-am"; \ |
| 684 else \ | 684 else \ |
| 685 local_target="$$target"; \ | 685 local_target="$$target"; \ |
| 686 fi; \ | 686 fi; \ |
| 687 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | 687 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
| 688 || eval $$failcom; \ | 688 || eval $$failcom; \ |
| 689 done; \ | 689 done; \ |
| 690 if test "$$dot_seen" = "no"; then \ | 690 if test "$$dot_seen" = "no"; then \ |
| 691 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | 691 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
| 692 fi; test -z "$$fail" | 692 fi; test -z "$$fail" |
| 693 | 693 |
| 694 $(RECURSIVE_CLEAN_TARGETS): | 694 $(RECURSIVE_CLEAN_TARGETS): |
| 695 » @failcom='exit 1'; \ | 695 » @fail= failcom='exit 1'; \ |
| 696 for f in x $$MAKEFLAGS; do \ | 696 for f in x $$MAKEFLAGS; do \ |
| 697 case $$f in \ | 697 case $$f in \ |
| 698 *=* | --[!k]*);; \ | 698 *=* | --[!k]*);; \ |
| 699 *k*) failcom='fail=yes';; \ | 699 *k*) failcom='fail=yes';; \ |
| 700 esac; \ | 700 esac; \ |
| 701 done; \ | 701 done; \ |
| 702 dot_seen=no; \ | 702 dot_seen=no; \ |
| 703 case "$@" in \ | 703 case "$@" in \ |
| 704 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ | 704 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
| 705 *) list='$(SUBDIRS)' ;; \ | 705 *) list='$(SUBDIRS)' ;; \ |
| (...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1035 -$(TEXI2POD) $(MANCONF) -Dgprof < $(srcdir)/gprof.texi > gprof.pod | 1035 -$(TEXI2POD) $(MANCONF) -Dgprof < $(srcdir)/gprof.texi > gprof.pod |
| 1036 -($(POD2MAN) gprof.pod | \ | 1036 -($(POD2MAN) gprof.pod | \ |
| 1037 sed -e '/^.if n .na/d' > $@.T$$$$ && \ | 1037 sed -e '/^.if n .na/d' > $@.T$$$$ && \ |
| 1038 mv -f $@.T$$$$ $@) || \ | 1038 mv -f $@.T$$$$ $@) || \ |
| 1039 (rm -f $@.T$$$$ && exit 1) | 1039 (rm -f $@.T$$$$ && exit 1) |
| 1040 rm -f gprof.pod | 1040 rm -f gprof.pod |
| 1041 | 1041 |
| 1042 # Tell versions [3.59,3.63) of GNU make to not export all variables. | 1042 # Tell versions [3.59,3.63) of GNU make to not export all variables. |
| 1043 # Otherwise a system limit (for SysV at least) may be exceeded. | 1043 # Otherwise a system limit (for SysV at least) may be exceeded. |
| 1044 .NOEXPORT: | 1044 .NOEXPORT: |
| OLD | NEW |