| OLD | NEW |
| 1 # Makefile.in generated by automake 1.11.1 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 |
| (...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 472 script-c.h \ | 472 script-c.h \ |
| 473 script-sections.h \ | 473 script-sections.h \ |
| 474 script.h \ | 474 script.h \ |
| 475 stringpool.h \ | 475 stringpool.h \ |
| 476 symtab.h \ | 476 symtab.h \ |
| 477 target.h \ | 477 target.h \ |
| 478 target-reloc.h \ | 478 target-reloc.h \ |
| 479 target-select.h \ | 479 target-select.h \ |
| 480 timer.h \ | 480 timer.h \ |
| 481 tls.h \ | 481 tls.h \ |
| 482 utils.h \ |
| 482 token.h \ | 483 token.h \ |
| 483 workqueue.h \ | 484 workqueue.h \ |
| 484 workqueue-internal.h | 485 workqueue-internal.h |
| 485 | 486 |
| 486 YFILES = \ | 487 YFILES = \ |
| 487 yyscript.y | 488 yyscript.y |
| 488 | 489 |
| 489 DEFFILES = arm-reloc.def | 490 DEFFILES = arm-reloc.def |
| 490 EXTRA_DIST = yyscript.c yyscript.h | 491 EXTRA_DIST = yyscript.c yyscript.h |
| 491 TARGETSOURCES = \ | 492 TARGETSOURCES = \ |
| 492 » i386.cc x86_64.cc sparc.cc powerpc.cc arm.cc arm-reloc-property.cc | 493 » i386.cc x86_64.cc sparc.cc powerpc.cc arm.cc arm-reloc-property.cc \ |
| 494 » mips.cc |
| 493 | 495 |
| 494 ALL_TARGETOBJS = \ | 496 ALL_TARGETOBJS = \ |
| 495 i386.$(OBJEXT) x86_64.$(OBJEXT) sparc.$(OBJEXT) powerpc.$(OBJEXT) \ | 497 i386.$(OBJEXT) x86_64.$(OBJEXT) sparc.$(OBJEXT) powerpc.$(OBJEXT) \ |
| 496 » arm.$(OBJEXT) arm-reloc-property.$(OBJEXT) | 498 » arm.$(OBJEXT) arm-reloc-property.$(OBJEXT) mips.$(OBJEXT) |
| 497 | 499 |
| 498 libgold_a_SOURCES = $(CCFILES) $(HFILES) $(YFILES) $(DEFFILES) | 500 libgold_a_SOURCES = $(CCFILES) $(HFILES) $(YFILES) $(DEFFILES) |
| 499 libgold_a_LIBADD = $(LIBOBJS) | 501 libgold_a_LIBADD = $(LIBOBJS) |
| 500 sources_var = main.cc | 502 sources_var = main.cc |
| 501 deps_var = $(TARGETOBJS) libgold.a $(LIBIBERTY) $(LIBINTL_DEP) | 503 deps_var = $(TARGETOBJS) libgold.a $(LIBIBERTY) $(LIBINTL_DEP) |
| 502 ldadd_var = $(TARGETOBJS) libgold.a $(LIBIBERTY) $(GOLD_LDADD) $(LIBINTL) \ | 504 ldadd_var = $(TARGETOBJS) libgold.a $(LIBIBERTY) $(GOLD_LDADD) $(LIBINTL) \ |
| 503 $(NACLSRPCLIB) $(THREADSLIB) $(LIBDL) | 505 $(NACLSRPCLIB) $(THREADSLIB) $(LIBDL) |
| 504 | 506 |
| 505 ldflags_var = $(GOLD_LDFLAGS) | 507 ldflags_var = $(GOLD_LDFLAGS) |
| 506 ld_new_SOURCES = $(sources_var) | 508 ld_new_SOURCES = $(sources_var) |
| (...skipping 717 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1224 | 1226 |
| 1225 @GCC_TRUE@@NATIVE_LINKER_TRUE@bootstrap-test-r: ld2-r | 1227 @GCC_TRUE@@NATIVE_LINKER_TRUE@bootstrap-test-r: ld2-r |
| 1226 @GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@ | 1228 @GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@ |
| 1227 @GCC_TRUE@@NATIVE_LINKER_TRUE@ echo "#!/bin/sh" > $@ | 1229 @GCC_TRUE@@NATIVE_LINKER_TRUE@ echo "#!/bin/sh" > $@ |
| 1228 @GCC_TRUE@@NATIVE_LINKER_TRUE@ echo "cmp ld1-r ld2-r" > $@ | 1230 @GCC_TRUE@@NATIVE_LINKER_TRUE@ echo "cmp ld1-r ld2-r" > $@ |
| 1229 @GCC_TRUE@@NATIVE_LINKER_TRUE@ chmod +x $@ | 1231 @GCC_TRUE@@NATIVE_LINKER_TRUE@ chmod +x $@ |
| 1230 | 1232 |
| 1231 # Tell versions [3.59,3.63) of GNU make to not export all variables. | 1233 # Tell versions [3.59,3.63) of GNU make to not export all variables. |
| 1232 # Otherwise a system limit (for SysV at least) may be exceeded. | 1234 # Otherwise a system limit (for SysV at least) may be exceeded. |
| 1233 .NOEXPORT: | 1235 .NOEXPORT: |
| OLD | NEW |