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

Side by Side Diff: binutils-2.20/bfd/Makefile.in

Issue 8713008: Add dlwrap.c to binutils to simulate dlopen/dlsym for gold plugin (Closed)
Patch Set: x Created 9 years 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
« no previous file with comments | « no previous file | binutils-2.20/bfd/configure » ('j') | binutils-2.20/dlwrap.c » ('J')
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.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 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 @SHARED_LDFLAGS@ $(am__empty) 329 @SHARED_LDFLAGS@ $(am__empty)
330 @INSTALL_LIBBFD_TRUE@bfdlib_LTLIBRARIES = libbfd.la 330 @INSTALL_LIBBFD_TRUE@bfdlib_LTLIBRARIES = libbfd.la
331 @INSTALL_LIBBFD_FALSE@bfdinclude_HEADERS = $(am__append_2) 331 @INSTALL_LIBBFD_FALSE@bfdinclude_HEADERS = $(am__append_2)
332 @INSTALL_LIBBFD_TRUE@bfdinclude_HEADERS = $(BFD_H) \ 332 @INSTALL_LIBBFD_TRUE@bfdinclude_HEADERS = $(BFD_H) \
333 @INSTALL_LIBBFD_TRUE@ $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \ 333 @INSTALL_LIBBFD_TRUE@ $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
334 @INSTALL_LIBBFD_TRUE@ $(INCDIR)/bfdlink.h $(am__append_2) 334 @INSTALL_LIBBFD_TRUE@ $(INCDIR)/bfdlink.h $(am__append_2)
335 @INSTALL_LIBBFD_FALSE@rpath_bfdlibdir = @bfdlibdir@ 335 @INSTALL_LIBBFD_FALSE@rpath_bfdlibdir = @bfdlibdir@
336 @INSTALL_LIBBFD_FALSE@noinst_LTLIBRARIES = libbfd.la 336 @INSTALL_LIBBFD_FALSE@noinst_LTLIBRARIES = libbfd.la
337 AM_CFLAGS = $(WARN_CFLAGS) 337 AM_CFLAGS = $(WARN_CFLAGS)
338 AM_CPPFLAGS = -DBINDIR='"$(bindir)"' 338 AM_CPPFLAGS = -DBINDIR='"$(bindir)"'
339 @PLUGINS_TRUE@LIBDL = -ldl 339 @PLUGINS_TRUE@LIBDL = -l:gold-plugin-static.o -lstdc++ -lpthread -ldl
340 340
341 # bfd.h goes here, for now 341 # bfd.h goes here, for now
342 BFD_H = bfd.h 342 BFD_H = bfd.h
343 343
344 # Jim Kingdon notes: 344 # Jim Kingdon notes:
345 # Writing S-records should be included in all (or at least most) 345 # Writing S-records should be included in all (or at least most)
346 # *-*-coff, *-*-aout, etc., configurations, because people will want to 346 # *-*-coff, *-*-aout, etc., configurations, because people will want to
347 # be able to use objcopy to create S-records. (S-records are not useful 347 # be able to use objcopy to create S-records. (S-records are not useful
348 # for the debugger, so if you are downloading things as S-records you 348 # for the debugger, so if you are downloading things as S-records you
349 # need two copies of the executable, one to download and one for the 349 # need two copies of the executable, one to download and one for the
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
672 pef.lo \ 672 pef.lo \
673 pei-arm-wince.lo \ 673 pei-arm-wince.lo \
674 pei-arm.lo \ 674 pei-arm.lo \
675 pei-i386.lo \ 675 pei-i386.lo \
676 pei-mcore.lo \ 676 pei-mcore.lo \
677 pei-mips.lo \ 677 pei-mips.lo \
678 pei-ppc.lo \ 678 pei-ppc.lo \
679 pei-sh.lo \ 679 pei-sh.lo \
680 peigen.lo \ 680 peigen.lo \
681 plugin.lo \ 681 plugin.lo \
682 dlwrap.lo \
682 ppcboot.lo \ 683 ppcboot.lo \
683 reloc16.lo \ 684 reloc16.lo \
684 riscix.lo \ 685 riscix.lo \
685 som.lo \ 686 som.lo \
686 sparclinux.lo \ 687 sparclinux.lo \
687 sparclynx.lo \ 688 sparclynx.lo \
688 sparcnetbsd.lo \ 689 sparcnetbsd.lo \
689 sunos.lo \ 690 sunos.lo \
690 vax1knetbsd.lo \ 691 vax1knetbsd.lo \
691 vaxbsd.lo \ 692 vaxbsd.lo \
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
853 pe-sh.c \ 854 pe-sh.c \
854 pef.c \ 855 pef.c \
855 pei-arm-wince.c \ 856 pei-arm-wince.c \
856 pei-arm.c \ 857 pei-arm.c \
857 pei-i386.c \ 858 pei-i386.c \
858 pei-mcore.c \ 859 pei-mcore.c \
859 pei-mips.c \ 860 pei-mips.c \
860 pei-ppc.c \ 861 pei-ppc.c \
861 pei-sh.c \ 862 pei-sh.c \
862 plugin.c \ 863 plugin.c \
864 dlwrap.c \
863 ppcboot.c \ 865 ppcboot.c \
864 reloc16.c \ 866 reloc16.c \
865 riscix.c \ 867 riscix.c \
866 som.c \ 868 som.c \
867 sparclinux.c \ 869 sparclinux.c \
868 sparclynx.c \ 870 sparclynx.c \
869 sparcnetbsd.c \ 871 sparcnetbsd.c \
870 sunos.c \ 872 sunos.c \
871 vax1knetbsd.c \ 873 vax1knetbsd.c \
872 vaxbsd.c \ 874 vaxbsd.c \
(...skipping 589 matching lines...) Expand 10 before | Expand all | Expand 10 after
1462 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pei-ia64.Plo@am__quote@ 1464 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pei-ia64.Plo@am__quote@
1463 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pei-mcore.Plo@am__quote@ 1465 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pei-mcore.Plo@am__quote@
1464 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pei-mips.Plo@am__quote@ 1466 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pei-mips.Plo@am__quote@
1465 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pei-ppc.Plo@am__quote@ 1467 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pei-ppc.Plo@am__quote@
1466 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pei-sh.Plo@am__quote@ 1468 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pei-sh.Plo@am__quote@
1467 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pei-x86_64.Plo@am__quote@ 1469 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pei-x86_64.Plo@am__quote@
1468 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/peigen.Plo@am__quote@ 1470 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/peigen.Plo@am__quote@
1469 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pepigen.Plo@am__quote@ 1471 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pepigen.Plo@am__quote@
1470 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pex64igen.Plo@am__quote@ 1472 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pex64igen.Plo@am__quote@
1471 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin.Plo@am__quote@ 1473 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin.Plo@am__quote@
1474 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dlwrap.Plo@am__quote@
1472 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ppcboot.Plo@am__quote@ 1475 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ppcboot.Plo@am__quote@
1473 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reloc.Plo@am__quote@ 1476 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reloc.Plo@am__quote@
1474 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reloc16.Plo@am__quote@ 1477 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reloc16.Plo@am__quote@
1475 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/riscix.Plo@am__quote@ 1478 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/riscix.Plo@am__quote@
1476 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rs6000-core.Plo@am__quote@ 1479 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rs6000-core.Plo@am__quote@
1477 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sco5-core.Plo@am__quote@ 1480 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sco5-core.Plo@am__quote@
1478 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/section.Plo@am__quote@ 1481 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/section.Plo@am__quote@
1479 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/simple.Plo@am__quote@ 1482 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/simple.Plo@am__quote@
1480 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/som.Plo@am__quote@ 1483 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/som.Plo@am__quote@
1481 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sparclinux.Plo@am__quote@ 1484 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sparclinux.Plo@am__quote@
(...skipping 534 matching lines...) Expand 10 before | Expand all | Expand 10 after
2016 coff-tic54x.lo: coff-tic54x.c 2019 coff-tic54x.lo: coff-tic54x.c
2017 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $ @ $< $(NO_WERROR) 2020 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $ @ $< $(NO_WERROR)
2018 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 2021 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
2019 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMD EPBACKSLASH@ 2022 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMD EPBACKSLASH@
2020 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 2023 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2021 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< $(NO_WERROR) 2024 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< $(NO_WERROR)
2022 2025
2023 # Tell versions [3.59,3.63) of GNU make to not export all variables. 2026 # Tell versions [3.59,3.63) of GNU make to not export all variables.
2024 # Otherwise a system limit (for SysV at least) may be exceeded. 2027 # Otherwise a system limit (for SysV at least) may be exceeded.
2025 .NOEXPORT: 2028 .NOEXPORT:
OLDNEW
« no previous file with comments | « no previous file | binutils-2.20/bfd/configure » ('j') | binutils-2.20/dlwrap.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698