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

Side by Side Diff: binutils-2.20/ld/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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 @ENABLE_PLUGINS_TRUE@am_libldtestplug_la_OBJECTS = \ 77 @ENABLE_PLUGINS_TRUE@am_libldtestplug_la_OBJECTS = \
78 @ENABLE_PLUGINS_TRUE@ libldtestplug_la-testplug.lo 78 @ENABLE_PLUGINS_TRUE@ libldtestplug_la-testplug.lo
79 libldtestplug_la_OBJECTS = $(am_libldtestplug_la_OBJECTS) 79 libldtestplug_la_OBJECTS = $(am_libldtestplug_la_OBJECTS)
80 libldtestplug_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ 80 libldtestplug_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
81 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libldtestplug_la_CFLAGS) \ 81 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libldtestplug_la_CFLAGS) \
82 $(CFLAGS) $(libldtestplug_la_LDFLAGS) $(LDFLAGS) -o $@ 82 $(CFLAGS) $(libldtestplug_la_LDFLAGS) $(LDFLAGS) -o $@
83 @ENABLE_PLUGINS_TRUE@am_libldtestplug_la_rpath = 83 @ENABLE_PLUGINS_TRUE@am_libldtestplug_la_rpath =
84 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(infodir)" \ 84 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(infodir)" \
85 "$(DESTDIR)$(man1dir)" 85 "$(DESTDIR)$(man1dir)"
86 PROGRAMS = $(bin_PROGRAMS) 86 PROGRAMS = $(bin_PROGRAMS)
87 @ENABLE_PLUGINS_TRUE@am__objects_1 = plugin.$(OBJEXT) 87 @ENABLE_PLUGINS_TRUE@am__objects_1 = plugin.$(OBJEXT) dlwrap.$(OBJEXT)
88 am_ld_new_OBJECTS = ldgram.$(OBJEXT) ldlex-wrapper.$(OBJEXT) \ 88 am_ld_new_OBJECTS = ldgram.$(OBJEXT) ldlex-wrapper.$(OBJEXT) \
89 lexsup.$(OBJEXT) ldlang.$(OBJEXT) mri.$(OBJEXT) \ 89 lexsup.$(OBJEXT) ldlang.$(OBJEXT) mri.$(OBJEXT) \
90 ldctor.$(OBJEXT) ldmain.$(OBJEXT) ldwrite.$(OBJEXT) \ 90 ldctor.$(OBJEXT) ldmain.$(OBJEXT) ldwrite.$(OBJEXT) \
91 ldexp.$(OBJEXT) ldemul.$(OBJEXT) ldver.$(OBJEXT) \ 91 ldexp.$(OBJEXT) ldemul.$(OBJEXT) ldver.$(OBJEXT) \
92 ldmisc.$(OBJEXT) ldfile.$(OBJEXT) ldcref.$(OBJEXT) \ 92 ldmisc.$(OBJEXT) ldfile.$(OBJEXT) ldcref.$(OBJEXT) \
93 $(am__objects_1) 93 $(am__objects_1)
94 ifeq ($(NACL_SRPC),1) 94 ifeq ($(NACL_SRPC),1)
95 ld_new_OBJECTS = $(am_ld_new_OBJECTS) nacl_file.$(OBJEXT) 95 ld_new_OBJECTS = $(am_ld_new_OBJECTS) nacl_file.$(OBJEXT)
96 else 96 else
97 ld_new_OBJECTS = $(am_ld_new_OBJECTS) 97 ld_new_OBJECTS = $(am_ld_new_OBJECTS)
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 tooldir = $(exec_prefix)/$(target_alias) 360 tooldir = $(exec_prefix)/$(target_alias)
361 361
362 # Automake 1.10+ disables lex and yacc output file regeneration if 362 # Automake 1.10+ disables lex and yacc output file regeneration if
363 # maintainer mode is disabled. Avoid this. 363 # maintainer mode is disabled. Avoid this.
364 am__skiplex = 364 am__skiplex =
365 am__skipyacc = 365 am__skipyacc =
366 AM_CFLAGS = $(WARN_CFLAGS) 366 AM_CFLAGS = $(WARN_CFLAGS)
367 @ENABLE_PLUGINS_FALSE@PLUGIN_C = 367 @ENABLE_PLUGINS_FALSE@PLUGIN_C =
368 368
369 # Conditionally enable the plugin interface. 369 # Conditionally enable the plugin interface.
370 @ENABLE_PLUGINS_TRUE@PLUGIN_C = plugin.c 370 @ENABLE_PLUGINS_TRUE@PLUGIN_C = plugin.c dlwrap.c
371 @ENABLE_PLUGINS_FALSE@PLUGIN_H = 371 @ENABLE_PLUGINS_FALSE@PLUGIN_H =
372 @ENABLE_PLUGINS_TRUE@PLUGIN_H = plugin.h 372 @ENABLE_PLUGINS_TRUE@PLUGIN_H = plugin.h dlwrap.h
373 @ENABLE_PLUGINS_FALSE@PLUGIN_OBJECT = 373 @ENABLE_PLUGINS_FALSE@PLUGIN_OBJECT =
374 @ENABLE_PLUGINS_TRUE@PLUGIN_OBJECT = plugin.@OBJEXT@ 374 @ENABLE_PLUGINS_TRUE@PLUGIN_OBJECT = plugin.@OBJEXT@ dlwrap.@OBJEXT@
375 @ENABLE_PLUGINS_FALSE@PLUGIN_CFLAGS = 375 @ENABLE_PLUGINS_FALSE@PLUGIN_CFLAGS =
376 @ENABLE_PLUGINS_TRUE@PLUGIN_CFLAGS = -DENABLE_PLUGINS 376 @ENABLE_PLUGINS_TRUE@PLUGIN_CFLAGS = -DENABLE_PLUGINS
377 377
378 # We put the scripts in the directory $(scriptdir)/ldscripts. 378 # We put the scripts in the directory $(scriptdir)/ldscripts.
379 # We can't put the scripts in $(datadir) because the SEARCH_DIR 379 # We can't put the scripts in $(datadir) because the SEARCH_DIR
380 # directives need to be different for native and cross linkers. 380 # directives need to be different for native and cross linkers.
381 scriptdir = $(tooldir)/lib 381 scriptdir = $(tooldir)/lib
382 BASEDIR = $(srcdir)/.. 382 BASEDIR = $(srcdir)/..
383 BFDDIR = $(BASEDIR)/bfd 383 BFDDIR = $(BASEDIR)/bfd
384 INCDIR = $(BASEDIR)/include 384 INCDIR = $(BASEDIR)/include
(...skipping 3187 matching lines...) Expand 10 before | Expand all | Expand 10 after
3572 # Both info (ld.info) and ld.1 depend on configdoc.texi. 3572 # Both info (ld.info) and ld.1 depend on configdoc.texi.
3573 # But info isn't a direct target. Make info-recursive to depend on 3573 # But info isn't a direct target. Make info-recursive to depend on
3574 # ld.1 to support parallel build. 3574 # ld.1 to support parallel build.
3575 info-recursive: ld.1 3575 info-recursive: ld.1
3576 distclean-local: 3576 distclean-local:
3577 rm -rf ldscripts 3577 rm -rf ldscripts
3578 3578
3579 # Tell versions [3.59,3.63) of GNU make to not export all variables. 3579 # Tell versions [3.59,3.63) of GNU make to not export all variables.
3580 # Otherwise a system limit (for SysV at least) may be exceeded. 3580 # Otherwise a system limit (for SysV at least) may be exceeded.
3581 .NOEXPORT: 3581 .NOEXPORT:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698