Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Side by Side Diff: binutils/opcodes/Makefile.in

Issue 3018030: [binutils] Bump binutils to 2.20.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « binutils/opcodes/ChangeLog ('k') | binutils/opcodes/aclocal.m4 » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 897 matching lines...) Expand 10 before | Expand all | Expand 10 after
909 echo " ( cd '$(DESTDIR)$(bfdincludedir)' && rm -f" $$files ")"; \ 909 echo " ( cd '$(DESTDIR)$(bfdincludedir)' && rm -f" $$files ")"; \
910 cd "$(DESTDIR)$(bfdincludedir)" && rm -f $$files 910 cd "$(DESTDIR)$(bfdincludedir)" && rm -f $$files
911 911
912 # This directory's subdirectories are mostly independent; you can cd 912 # This directory's subdirectories are mostly independent; you can cd
913 # into them and run `make' without going through this Makefile. 913 # into them and run `make' without going through this Makefile.
914 # To change the values of `make' variables: instead of editing Makefiles, 914 # To change the values of `make' variables: instead of editing Makefiles,
915 # (1) if the variable is set in `config.status', edit `config.status' 915 # (1) if the variable is set in `config.status', edit `config.status'
916 # (which will cause the Makefiles to be regenerated when you run `make'); 916 # (which will cause the Makefiles to be regenerated when you run `make');
917 # (2) otherwise, pass the desired values on the `make' command line. 917 # (2) otherwise, pass the desired values on the `make' command line.
918 $(RECURSIVE_TARGETS): 918 $(RECURSIVE_TARGETS):
919 » @failcom='exit 1'; \ 919 » @fail= failcom='exit 1'; \
920 for f in x $$MAKEFLAGS; do \ 920 for f in x $$MAKEFLAGS; do \
921 case $$f in \ 921 case $$f in \
922 *=* | --[!k]*);; \ 922 *=* | --[!k]*);; \
923 *k*) failcom='fail=yes';; \ 923 *k*) failcom='fail=yes';; \
924 esac; \ 924 esac; \
925 done; \ 925 done; \
926 dot_seen=no; \ 926 dot_seen=no; \
927 target=`echo $@ | sed s/-recursive//`; \ 927 target=`echo $@ | sed s/-recursive//`; \
928 list='$(SUBDIRS)'; for subdir in $$list; do \ 928 list='$(SUBDIRS)'; for subdir in $$list; do \
929 echo "Making $$target in $$subdir"; \ 929 echo "Making $$target in $$subdir"; \
930 if test "$$subdir" = "."; then \ 930 if test "$$subdir" = "."; then \
931 dot_seen=yes; \ 931 dot_seen=yes; \
932 local_target="$$target-am"; \ 932 local_target="$$target-am"; \
933 else \ 933 else \
934 local_target="$$target"; \ 934 local_target="$$target"; \
935 fi; \ 935 fi; \
936 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 936 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
937 || eval $$failcom; \ 937 || eval $$failcom; \
938 done; \ 938 done; \
939 if test "$$dot_seen" = "no"; then \ 939 if test "$$dot_seen" = "no"; then \
940 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 940 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
941 fi; test -z "$$fail" 941 fi; test -z "$$fail"
942 942
943 $(RECURSIVE_CLEAN_TARGETS): 943 $(RECURSIVE_CLEAN_TARGETS):
944 » @failcom='exit 1'; \ 944 » @fail= failcom='exit 1'; \
945 for f in x $$MAKEFLAGS; do \ 945 for f in x $$MAKEFLAGS; do \
946 case $$f in \ 946 case $$f in \
947 *=* | --[!k]*);; \ 947 *=* | --[!k]*);; \
948 *k*) failcom='fail=yes';; \ 948 *k*) failcom='fail=yes';; \
949 esac; \ 949 esac; \
950 done; \ 950 done; \
951 dot_seen=no; \ 951 dot_seen=no; \
952 case "$@" in \ 952 case "$@" in \
953 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 953 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
954 *) list='$(SUBDIRS)' ;; \ 954 *) list='$(SUBDIRS)' ;; \
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
1345 sh-dis.lo: sh-dis.c 1345 sh-dis.lo: sh-dis.c
1346 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $ @ @archdefs@ $(srcdir)/sh-dis.c 1346 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $ @ @archdefs@ $(srcdir)/sh-dis.c
1347 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 1347 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1348 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sh-dis.c' object='$@' libtool=ye s @AMDEPBACKSLASH@ 1348 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sh-dis.c' object='$@' libtool=ye s @AMDEPBACKSLASH@
1349 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1349 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1350 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ @archdefs@ $(srcdir)/sh-dis.c 1350 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ @archdefs@ $(srcdir)/sh-dis.c
1351 1351
1352 # Tell versions [3.59,3.63) of GNU make to not export all variables. 1352 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1353 # Otherwise a system limit (for SysV at least) may be exceeded. 1353 # Otherwise a system limit (for SysV at least) may be exceeded.
1354 .NOEXPORT: 1354 .NOEXPORT:
OLDNEW
« no previous file with comments | « binutils/opcodes/ChangeLog ('k') | binutils/opcodes/aclocal.m4 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698