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

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 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
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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 am__objects_1 = archive.$(OBJEXT) attributes.$(OBJEXT) \ 74 am__objects_1 = archive.$(OBJEXT) attributes.$(OBJEXT) \
75 binary.$(OBJEXT) common.$(OBJEXT) compressed_output.$(OBJEXT) \ 75 binary.$(OBJEXT) common.$(OBJEXT) compressed_output.$(OBJEXT) \
76 copy-relocs.$(OBJEXT) cref.$(OBJEXT) defstd.$(OBJEXT) \ 76 copy-relocs.$(OBJEXT) cref.$(OBJEXT) defstd.$(OBJEXT) \
77 descriptors.$(OBJEXT) dirsearch.$(OBJEXT) dynobj.$(OBJEXT) \ 77 descriptors.$(OBJEXT) dirsearch.$(OBJEXT) dynobj.$(OBJEXT) \
78 dwarf_reader.$(OBJEXT) ehframe.$(OBJEXT) errors.$(OBJEXT) \ 78 dwarf_reader.$(OBJEXT) ehframe.$(OBJEXT) errors.$(OBJEXT) \
79 expression.$(OBJEXT) fileread.$(OBJEXT) gc.$(OBJEXT) \ 79 expression.$(OBJEXT) fileread.$(OBJEXT) gc.$(OBJEXT) \
80 gold.$(OBJEXT) gold-threads.$(OBJEXT) icf.$(OBJEXT) \ 80 gold.$(OBJEXT) gold-threads.$(OBJEXT) icf.$(OBJEXT) \
81 incremental.$(OBJEXT) int_encoding.$(OBJEXT) layout.$(OBJEXT) \ 81 incremental.$(OBJEXT) int_encoding.$(OBJEXT) layout.$(OBJEXT) \
82 mapfile.$(OBJEXT) merge.$(OBJEXT) object.$(OBJEXT) \ 82 mapfile.$(OBJEXT) merge.$(OBJEXT) object.$(OBJEXT) \
83 options.$(OBJEXT) output.$(OBJEXT) parameters.$(OBJEXT) \ 83 options.$(OBJEXT) output.$(OBJEXT) parameters.$(OBJEXT) \
84 » plugin.$(OBJEXT) readsyms.$(OBJEXT) \ 84 » plugin.$(OBJEXT) dlwrap.$(OBJEXT) readsyms.$(OBJEXT) \
85 reduced_debug_output.$(OBJEXT) reloc.$(OBJEXT) \ 85 reduced_debug_output.$(OBJEXT) reloc.$(OBJEXT) \
86 resolve.$(OBJEXT) script-sections.$(OBJEXT) script.$(OBJEXT) \ 86 resolve.$(OBJEXT) script-sections.$(OBJEXT) script.$(OBJEXT) \
87 stringpool.$(OBJEXT) symtab.$(OBJEXT) target.$(OBJEXT) \ 87 stringpool.$(OBJEXT) symtab.$(OBJEXT) target.$(OBJEXT) \
88 target-select.$(OBJEXT) timer.$(OBJEXT) version.$(OBJEXT) \ 88 target-select.$(OBJEXT) timer.$(OBJEXT) version.$(OBJEXT) \
89 workqueue.$(OBJEXT) workqueue-threads.$(OBJEXT) 89 workqueue.$(OBJEXT) workqueue-threads.$(OBJEXT)
90 am__objects_2 = 90 am__objects_2 =
91 am__objects_3 = yyscript.$(OBJEXT) 91 am__objects_3 = yyscript.$(OBJEXT)
92 am_libgold_a_OBJECTS = $(am__objects_1) $(am__objects_2) \ 92 am_libgold_a_OBJECTS = $(am__objects_1) $(am__objects_2) \
93 $(am__objects_3) $(am__objects_2) 93 $(am__objects_3) $(am__objects_2)
94 libgold_a_OBJECTS = $(am_libgold_a_OBJECTS) 94 libgold_a_OBJECTS = $(am_libgold_a_OBJECTS)
(...skipping 265 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 = -l:gold-plugin-static.o -lstdc++ -lpthread -ldl
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 19 matching lines...) Expand all
400 incremental.cc \ 400 incremental.cc \
401 int_encoding.cc \ 401 int_encoding.cc \
402 layout.cc \ 402 layout.cc \
403 mapfile.cc \ 403 mapfile.cc \
404 merge.cc \ 404 merge.cc \
405 object.cc \ 405 object.cc \
406 options.cc \ 406 options.cc \
407 output.cc \ 407 output.cc \
408 parameters.cc \ 408 parameters.cc \
409 plugin.cc \ 409 plugin.cc \
410 dlwrap.c \
410 readsyms.cc \ 411 readsyms.cc \
411 reduced_debug_output.cc \ 412 reduced_debug_output.cc \
412 reloc.cc \ 413 reloc.cc \
413 resolve.cc \ 414 resolve.cc \
414 script-sections.cc \ 415 script-sections.cc \
415 script.cc \ 416 script.cc \
416 stringpool.cc \ 417 stringpool.cc \
417 symtab.cc \ 418 symtab.cc \
418 target.cc \ 419 target.cc \
419 target-select.cc \ 420 target-select.cc \
(...skipping 26 matching lines...) Expand all
446 icf.h \ 447 icf.h \
447 int_encoding.h \ 448 int_encoding.h \
448 layout.h \ 449 layout.h \
449 mapfile.h \ 450 mapfile.h \
450 merge.h \ 451 merge.h \
451 object.h \ 452 object.h \
452 options.h \ 453 options.h \
453 output.h \ 454 output.h \
454 parameters.h \ 455 parameters.h \
455 plugin.h \ 456 plugin.h \
457 dlwrap.h \
456 readsyms.h \ 458 readsyms.h \
457 reduced_debug_output.h \ 459 reduced_debug_output.h \
458 reloc.h \ 460 reloc.h \
459 reloc-types.h \ 461 reloc-types.h \
460 script-c.h \ 462 script-c.h \
461 script-sections.h \ 463 script-sections.h \
462 script.h \ 464 script.h \
463 stringpool.h \ 465 stringpool.h \
464 symtab.h \ 466 symtab.h \
465 target.h \ 467 target.h \
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
652 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/int_encoding.Po@am__quote@ 654 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/int_encoding.Po@am__quote@
653 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/layout.Po@am__quote@ 655 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/layout.Po@am__quote@
654 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@ 656 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
655 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mapfile.Po@am__quote@ 657 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mapfile.Po@am__quote@
656 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/merge.Po@am__quote@ 658 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/merge.Po@am__quote@
657 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/object.Po@am__quote@ 659 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/object.Po@am__quote@
658 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/options.Po@am__quote@ 660 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/options.Po@am__quote@
659 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/output.Po@am__quote@ 661 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/output.Po@am__quote@
660 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parameters.Po@am__quote@ 662 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parameters.Po@am__quote@
661 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin.Po@am__quote@ 663 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin.Po@am__quote@
664 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dlwrap.Po@am__quote@
662 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/powerpc.Po@am__quote@ 665 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/powerpc.Po@am__quote@
663 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readsyms.Po@am__quote@ 666 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readsyms.Po@am__quote@
664 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reduced_debug_output.Po@am__quo te@ 667 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reduced_debug_output.Po@am__quo te@
665 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reloc.Po@am__quote@ 668 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reloc.Po@am__quote@
666 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resolve.Po@am__quote@ 669 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resolve.Po@am__quote@
667 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script-sections.Po@am__quote@ 670 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script-sections.Po@am__quote@
668 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script.Po@am__quote@ 671 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script.Po@am__quote@
669 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sparc.Po@am__quote@ 672 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sparc.Po@am__quote@
670 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stringpool.Po@am__quote@ 673 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stringpool.Po@am__quote@
671 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symtab.Po@am__quote@ 674 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symtab.Po@am__quote@
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
1208 1211
1209 @GCC_TRUE@@NATIVE_LINKER_TRUE@bootstrap-test-r: ld2-r 1212 @GCC_TRUE@@NATIVE_LINKER_TRUE@bootstrap-test-r: ld2-r
1210 @GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@ 1213 @GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@
1211 @GCC_TRUE@@NATIVE_LINKER_TRUE@ echo "#!/bin/sh" > $@ 1214 @GCC_TRUE@@NATIVE_LINKER_TRUE@ echo "#!/bin/sh" > $@
1212 @GCC_TRUE@@NATIVE_LINKER_TRUE@ echo "cmp ld1-r ld2-r" > $@ 1215 @GCC_TRUE@@NATIVE_LINKER_TRUE@ echo "cmp ld1-r ld2-r" > $@
1213 @GCC_TRUE@@NATIVE_LINKER_TRUE@ chmod +x $@ 1216 @GCC_TRUE@@NATIVE_LINKER_TRUE@ chmod +x $@
1214 1217
1215 # Tell versions [3.59,3.63) of GNU make to not export all variables. 1218 # 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. 1219 # Otherwise a system limit (for SysV at least) may be exceeded.
1217 .NOEXPORT: 1220 .NOEXPORT:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698