| 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 2153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2165 distclean-libtool: | 2165 distclean-libtool: |
| 2166 -rm -f libtool config.lt | 2166 -rm -f libtool config.lt |
| 2167 | 2167 |
| 2168 # This directory's subdirectories are mostly independent; you can cd | 2168 # This directory's subdirectories are mostly independent; you can cd |
| 2169 # into them and run `make' without going through this Makefile. | 2169 # into them and run `make' without going through this Makefile. |
| 2170 # To change the values of `make' variables: instead of editing Makefiles, | 2170 # To change the values of `make' variables: instead of editing Makefiles, |
| 2171 # (1) if the variable is set in `config.status', edit `config.status' | 2171 # (1) if the variable is set in `config.status', edit `config.status' |
| 2172 # (which will cause the Makefiles to be regenerated when you run `make'); | 2172 # (which will cause the Makefiles to be regenerated when you run `make'); |
| 2173 # (2) otherwise, pass the desired values on the `make' command line. | 2173 # (2) otherwise, pass the desired values on the `make' command line. |
| 2174 $(RECURSIVE_TARGETS): | 2174 $(RECURSIVE_TARGETS): |
| 2175 » @failcom='exit 1'; \ | 2175 » @fail= failcom='exit 1'; \ |
| 2176 for f in x $$MAKEFLAGS; do \ | 2176 for f in x $$MAKEFLAGS; do \ |
| 2177 case $$f in \ | 2177 case $$f in \ |
| 2178 *=* | --[!k]*);; \ | 2178 *=* | --[!k]*);; \ |
| 2179 *k*) failcom='fail=yes';; \ | 2179 *k*) failcom='fail=yes';; \ |
| 2180 esac; \ | 2180 esac; \ |
| 2181 done; \ | 2181 done; \ |
| 2182 dot_seen=no; \ | 2182 dot_seen=no; \ |
| 2183 target=`echo $@ | sed s/-recursive//`; \ | 2183 target=`echo $@ | sed s/-recursive//`; \ |
| 2184 list='$(SUBDIRS)'; for subdir in $$list; do \ | 2184 list='$(SUBDIRS)'; for subdir in $$list; do \ |
| 2185 echo "Making $$target in $$subdir"; \ | 2185 echo "Making $$target in $$subdir"; \ |
| 2186 if test "$$subdir" = "."; then \ | 2186 if test "$$subdir" = "."; then \ |
| 2187 dot_seen=yes; \ | 2187 dot_seen=yes; \ |
| 2188 local_target="$$target-am"; \ | 2188 local_target="$$target-am"; \ |
| 2189 else \ | 2189 else \ |
| 2190 local_target="$$target"; \ | 2190 local_target="$$target"; \ |
| 2191 fi; \ | 2191 fi; \ |
| 2192 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | 2192 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
| 2193 || eval $$failcom; \ | 2193 || eval $$failcom; \ |
| 2194 done; \ | 2194 done; \ |
| 2195 if test "$$dot_seen" = "no"; then \ | 2195 if test "$$dot_seen" = "no"; then \ |
| 2196 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | 2196 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
| 2197 fi; test -z "$$fail" | 2197 fi; test -z "$$fail" |
| 2198 | 2198 |
| 2199 $(RECURSIVE_CLEAN_TARGETS): | 2199 $(RECURSIVE_CLEAN_TARGETS): |
| 2200 » @failcom='exit 1'; \ | 2200 » @fail= failcom='exit 1'; \ |
| 2201 for f in x $$MAKEFLAGS; do \ | 2201 for f in x $$MAKEFLAGS; do \ |
| 2202 case $$f in \ | 2202 case $$f in \ |
| 2203 *=* | --[!k]*);; \ | 2203 *=* | --[!k]*);; \ |
| 2204 *k*) failcom='fail=yes';; \ | 2204 *k*) failcom='fail=yes';; \ |
| 2205 esac; \ | 2205 esac; \ |
| 2206 done; \ | 2206 done; \ |
| 2207 dot_seen=no; \ | 2207 dot_seen=no; \ |
| 2208 case "$@" in \ | 2208 case "$@" in \ |
| 2209 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ | 2209 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
| 2210 *) list='$(SUBDIRS)' ;; \ | 2210 *) list='$(SUBDIRS)' ;; \ |
| (...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2676 - (cd stage2 ; rm -f as$(EXEEXT) ; mv -f * ..) | 2676 - (cd stage2 ; rm -f as$(EXEEXT) ; mv -f * ..) |
| 2677 - rmdir stage2 | 2677 - rmdir stage2 |
| 2678 | 2678 |
| 2679 de-stage3: | 2679 de-stage3: |
| 2680 - (cd stage3 ; rm -f as$(EXEEXT) ; mv -f * ..) | 2680 - (cd stage3 ; rm -f as$(EXEEXT) ; mv -f * ..) |
| 2681 - rmdir stage3 | 2681 - rmdir stage3 |
| 2682 | 2682 |
| 2683 # Tell versions [3.59,3.63) of GNU make to not export all variables. | 2683 # Tell versions [3.59,3.63) of GNU make to not export all variables. |
| 2684 # Otherwise a system limit (for SysV at least) may be exceeded. | 2684 # Otherwise a system limit (for SysV at least) may be exceeded. |
| 2685 .NOEXPORT: | 2685 .NOEXPORT: |
| OLD | NEW |