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

Side by Side Diff: binutils-2.20/gold/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 | « binutils-2.20/binutils/ar.c ('k') | binutils-2.20/gold/plugin.cc » ('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 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 ACLOCAL_AMFLAGS = -I ../bfd -I ../config 360 ACLOCAL_AMFLAGS = -I ../bfd -I ../config
361 AM_CFLAGS = $(WARN_CFLAGS) $(LFS_CFLAGS) $(RANDOM_SEED_CFLAGS) 361 AM_CFLAGS = $(WARN_CFLAGS) $(LFS_CFLAGS) $(RANDOM_SEED_CFLAGS)
362 AM_CXXFLAGS = $(WARN_CXXFLAGS) $(LFS_CFLAGS) $(RANDOM_SEED_CFLAGS) 362 AM_CXXFLAGS = $(WARN_CXXFLAGS) $(LFS_CFLAGS) $(RANDOM_SEED_CFLAGS)
363 AM_CPPFLAGS = \ 363 AM_CPPFLAGS = \
364 -I$(srcdir) -I$(srcdir)/../include -I$(srcdir)/../elfcpp \ 364 -I$(srcdir) -I$(srcdir)/../include -I$(srcdir)/../elfcpp \
365 -DLOCALEDIR="\"$(datadir)/locale\"" \ 365 -DLOCALEDIR="\"$(datadir)/locale\"" \
366 -DBINDIR="\"$(bindir)\"" -DTOOLBINDIR="\"$(tooldir)/bin\"" \ 366 -DBINDIR="\"$(bindir)\"" -DTOOLBINDIR="\"$(tooldir)/bin\"" \
367 @INCINTL@ 367 @INCINTL@
368 368
369 LIBIBERTY = ../libiberty/libiberty.a 369 LIBIBERTY = ../libiberty/libiberty.a
370 @PLUGINS_TRUE@LIBDL = -ldl 370 @PLUGINS_TRUE@LIBDL = -ldlwrap -lstdc++ -lm -ldl -lpthread
371 @THREADS_TRUE@THREADSLIB = -lpthread 371 @THREADS_TRUE@THREADSLIB = -lpthread
372 AM_YFLAGS = -d 372 AM_YFLAGS = -d
373 373
374 # Automake 1.10+ disables lex and yacc output file regeneration if 374 # Automake 1.10+ disables lex and yacc output file regeneration if
375 # maintainer mode is disabled. Avoid this. 375 # maintainer mode is disabled. Avoid this.
376 am__skiplex = 376 am__skiplex =
377 am__skipyacc = 377 am__skipyacc =
378 noinst_LIBRARIES = libgold.a 378 noinst_LIBRARIES = libgold.a
379 CCFILES = \ 379 CCFILES = \
380 archive.cc \ 380 archive.cc \
(...skipping 827 matching lines...) Expand 10 before | Expand all | Expand 10 after
1208 1208
1209 @GCC_TRUE@@NATIVE_LINKER_TRUE@bootstrap-test-r: ld2-r 1209 @GCC_TRUE@@NATIVE_LINKER_TRUE@bootstrap-test-r: ld2-r
1210 @GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@ 1210 @GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@
1211 @GCC_TRUE@@NATIVE_LINKER_TRUE@ echo "#!/bin/sh" > $@ 1211 @GCC_TRUE@@NATIVE_LINKER_TRUE@ echo "#!/bin/sh" > $@
1212 @GCC_TRUE@@NATIVE_LINKER_TRUE@ echo "cmp ld1-r ld2-r" > $@ 1212 @GCC_TRUE@@NATIVE_LINKER_TRUE@ echo "cmp ld1-r ld2-r" > $@
1213 @GCC_TRUE@@NATIVE_LINKER_TRUE@ chmod +x $@ 1213 @GCC_TRUE@@NATIVE_LINKER_TRUE@ chmod +x $@
1214 1214
1215 # Tell versions [3.59,3.63) of GNU make to not export all variables. 1215 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1216 # Otherwise a system limit (for SysV at least) may be exceeded. 1216 # Otherwise a system limit (for SysV at least) may be exceeded.
1217 .NOEXPORT: 1217 .NOEXPORT:
OLDNEW
« no previous file with comments | « binutils-2.20/binutils/ar.c ('k') | binutils-2.20/gold/plugin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698