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

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 8 years, 10 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
« no previous file with comments | « no previous file | binutils-2.20/bfd/plugin.c » ('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.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 = -ldlwrap -lstdc++ -lm -ldl -lpthread
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 1666 matching lines...) Expand 10 before | Expand all | Expand 10 after
2016 coff-tic54x.lo: coff-tic54x.c 2016 coff-tic54x.lo: coff-tic54x.c
2017 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $ @ $< $(NO_WERROR) 2017 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $ @ $< $(NO_WERROR)
2018 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 2018 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
2019 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMD EPBACKSLASH@ 2019 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMD EPBACKSLASH@
2020 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 2020 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2021 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< $(NO_WERROR) 2021 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< $(NO_WERROR)
2022 2022
2023 # Tell versions [3.59,3.63) of GNU make to not export all variables. 2023 # 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. 2024 # Otherwise a system limit (for SysV at least) may be exceeded.
2025 .NOEXPORT: 2025 .NOEXPORT:
OLDNEW
« no previous file with comments | « no previous file | binutils-2.20/bfd/plugin.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698