2006-08-05 07:10:59 +08:00
|
|
|
# Process this file with automake to generate Makefile.in
|
|
|
|
|
2009-08-22 23:59:24 +08:00
|
|
|
AUTOMAKE_OPTIONS = foreign
|
2006-08-05 07:10:59 +08:00
|
|
|
|
2006-12-01 07:52:50 +08:00
|
|
|
SUBDIRS = po testsuite
|
2006-08-05 07:10:59 +08:00
|
|
|
|
|
|
|
tooldir = $(exec_prefix)/$(target_alias)
|
|
|
|
|
|
|
|
ACLOCAL_AMFLAGS = -I ../bfd -I ../config
|
|
|
|
|
2008-07-21 13:55:27 +08:00
|
|
|
AM_CFLAGS = $(WARN_CFLAGS) $(LFS_CFLAGS) $(RANDOM_SEED_CFLAGS)
|
|
|
|
AM_CXXFLAGS = $(WARN_CXXFLAGS) $(LFS_CFLAGS) $(RANDOM_SEED_CFLAGS)
|
2006-08-05 07:10:59 +08:00
|
|
|
|
Cleanups in binutils makefiles.
ld/:
* Makefile.am (bin_PROGRAMS): Renamed from ...
(noinst_PROGRAMS): ... this.
(transform): Override, including the renaming of ld-new to ld.
(install-exec-local): Installation of ld in $(bindir) not needed
here any more.
(AM_CPPFLAGS): Renamed from ...
(INCLUDES): ... this.
(MAINTAINERCLEANFILES): Add ld.1.
* Makefile.in: Regenerate.
gold/:
* Makefile.am (AM_CPPFLAGS): Renamed from ...
(INCLUDES): ... this.
* testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add -Wno-portability.
(AM_CPPFLAGS): Renamed from ...
(INCLUDE): ... this.
* Makefile.in, testsuite/Makefile.in: Regenerate.
bfd/:
* Makefile.am (libbfd_la_LDFLAGS): Initialize early, to allow
appending.
[INSTALL_LIBBFD] (bfdlib_LTLIBRARIES, bfdinclude_HEADERS): Set
only in this condition.
[!INSTALL_LIBBFD] (noinst_LTLIBRARIES, libbfd_la_LDFLAGS): New,
to build but not install libbfd.la in this condition.
(install-bfdlibLTLIBRARIES, uninstall-bfdlibLTLIBRARIES)
(install_libbfd, install_libbfd): Remove.
* Makefile.in: Regenerate.
binutils/:
* Makefile.am (AM_CPPFLAGS): Renamed from ...
(INCLUDES): ... this.
(bin2c$(EXEEXT_FOR_BUILD): Adjust rule.
(installcheck-local): Renamed from ...
(installcheck): ... this.
* Makefile.in: Regenerate.
gas/:
* Makefile.am (YFLAGS): Remove, not needed any more.
(AM_CPPFLAGS): Renamed from ...
(INCLUDES): ... this.
* Makefile.in: Regenerate.
gprof/:
* Makefile.am (AM_CPPFLAGS): Renamed from ...
(INCLUDES): ... this.
* Makefile.in: Regenerate.
opcodes/:
* Makefile.am (libopcodes_la_LDFLAGS): Initialize early.
[INSTALL_LIBBFD] (bfdlib_LTLIBRARIES): Set only in this condition.
[INSTALL_LIBBFD] (bfdinclude_DATA): New.
[!INSTALL_LIBBFD] (noinst_LTLIBRARIES): New.
[!INSTALL_LIBBFD] (libopcodes_la_LDFLAGS): Ensure libopcodes.la
is built shared even if it is not to be installed.
(install-bfdlibLTLIBRARIES,uninstall-bfdlibLTLIBRARIES)
(install_libopcodes, uninstall_libopcodes): Remove.
(AM_CPPFLAGS): Renamed from ...
(INCLUDES): ... this.
* Makefile.in: Regenerate.
2009-08-23 03:02:57 +08:00
|
|
|
AM_CPPFLAGS = \
|
2006-08-05 07:10:59 +08:00
|
|
|
-I$(srcdir) -I$(srcdir)/../include -I$(srcdir)/../elfcpp \
|
|
|
|
-DLOCALEDIR="\"$(datadir)/locale\"" \
|
2007-10-04 13:49:04 +08:00
|
|
|
-DBINDIR="\"$(bindir)\"" -DTOOLBINDIR="\"$(tooldir)/bin\"" \
|
2006-08-05 07:10:59 +08:00
|
|
|
@INCINTL@
|
|
|
|
|
2007-10-04 13:49:04 +08:00
|
|
|
LIBIBERTY = ../libiberty/libiberty.a
|
|
|
|
|
2008-09-20 06:54:57 +08:00
|
|
|
if PLUGINS
|
|
|
|
LIBDL = -ldl
|
|
|
|
endif
|
|
|
|
|
2007-10-17 14:24:50 +08:00
|
|
|
if THREADS
|
|
|
|
THREADSLIB = -lpthread
|
|
|
|
endif
|
|
|
|
|
2007-09-23 06:44:04 +08:00
|
|
|
AM_YFLAGS = -d
|
2006-11-15 03:21:05 +08:00
|
|
|
|
2009-08-24 13:55:55 +08:00
|
|
|
# Automake 1.10+ disables lex and yacc output file regeneration if
|
|
|
|
# maintainer mode is disabled. Avoid this.
|
|
|
|
am__skiplex =
|
|
|
|
am__skipyacc =
|
|
|
|
|
2009-11-25 08:10:05 +08:00
|
|
|
noinst_PROGRAMS = ld-new incremental-dump
|
2006-12-01 07:52:50 +08:00
|
|
|
noinst_LIBRARIES = libgold.a
|
2006-08-05 07:10:59 +08:00
|
|
|
|
2006-08-19 06:29:20 +08:00
|
|
|
CCFILES = \
|
2006-09-30 03:58:17 +08:00
|
|
|
archive.cc \
|
2008-02-08 15:06:58 +08:00
|
|
|
binary.cc \
|
2006-11-04 02:26:11 +08:00
|
|
|
common.cc \
|
2007-11-30 08:35:27 +08:00
|
|
|
compressed_output.cc \
|
2008-04-17 06:54:29 +08:00
|
|
|
copy-relocs.cc \
|
2008-07-23 06:08:43 +08:00
|
|
|
cref.cc \
|
2006-11-04 02:26:11 +08:00
|
|
|
defstd.cc \
|
2008-07-25 12:25:49 +08:00
|
|
|
descriptors.cc \
|
2006-08-05 07:10:59 +08:00
|
|
|
dirsearch.cc \
|
2006-11-15 03:21:05 +08:00
|
|
|
dynobj.cc \
|
2007-11-03 07:02:44 +08:00
|
|
|
dwarf_reader.cc \
|
2007-09-26 13:44:38 +08:00
|
|
|
ehframe.cc \
|
2007-10-14 14:49:14 +08:00
|
|
|
errors.cc \
|
2008-01-10 03:57:45 +08:00
|
|
|
expression.cc \
|
2006-08-05 07:10:59 +08:00
|
|
|
fileread.cc \
|
2009-01-28 10:25:33 +08:00
|
|
|
gc.cc \
|
2006-08-05 07:10:59 +08:00
|
|
|
gold.cc \
|
|
|
|
gold-threads.cc \
|
2009-08-06 04:51:56 +08:00
|
|
|
icf.cc \
|
2009-03-21 07:37:51 +08:00
|
|
|
incremental.cc \
|
2006-09-22 06:13:18 +08:00
|
|
|
layout.cc \
|
2008-05-22 05:37:44 +08:00
|
|
|
mapfile.cc \
|
2007-05-17 01:42:48 +08:00
|
|
|
merge.cc \
|
2006-08-05 07:10:59 +08:00
|
|
|
object.cc \
|
|
|
|
options.cc \
|
2006-09-22 06:13:18 +08:00
|
|
|
output.cc \
|
2007-09-21 15:20:01 +08:00
|
|
|
parameters.cc \
|
2008-09-20 06:54:57 +08:00
|
|
|
plugin.cc \
|
2006-08-05 07:10:59 +08:00
|
|
|
readsyms.cc \
|
2008-05-29 04:48:16 +08:00
|
|
|
reduced_debug_output.cc \
|
2006-09-30 03:58:17 +08:00
|
|
|
reloc.cc \
|
2006-08-19 06:29:20 +08:00
|
|
|
resolve.cc \
|
2008-01-23 09:31:13 +08:00
|
|
|
script-sections.cc \
|
2006-11-15 03:21:05 +08:00
|
|
|
script.cc \
|
2006-08-19 06:29:20 +08:00
|
|
|
stringpool.cc \
|
2007-12-01 14:50:09 +08:00
|
|
|
symtab.cc \
|
2009-06-06 05:32:57 +08:00
|
|
|
target.cc \
|
2006-08-19 06:29:20 +08:00
|
|
|
target-select.cc \
|
2007-10-08 02:06:27 +08:00
|
|
|
version.cc \
|
2007-11-22 08:05:51 +08:00
|
|
|
workqueue.cc \
|
|
|
|
workqueue-threads.cc
|
2006-08-05 07:10:59 +08:00
|
|
|
|
|
|
|
HFILES = \
|
2006-09-30 03:58:17 +08:00
|
|
|
archive.h \
|
2008-02-08 15:06:58 +08:00
|
|
|
binary.h \
|
2006-11-04 02:26:11 +08:00
|
|
|
common.h \
|
2007-11-30 08:35:27 +08:00
|
|
|
compressed_output.h \
|
2008-04-17 06:54:29 +08:00
|
|
|
copy-relocs.h \
|
2008-07-23 06:08:43 +08:00
|
|
|
cref.h \
|
2006-11-04 02:26:11 +08:00
|
|
|
defstd.h \
|
2006-08-05 07:10:59 +08:00
|
|
|
dirsearch.h \
|
2008-07-25 12:25:49 +08:00
|
|
|
descriptors.h \
|
2006-11-15 03:21:05 +08:00
|
|
|
dynobj.h \
|
2007-11-03 07:02:44 +08:00
|
|
|
dwarf_reader.h \
|
2007-09-26 13:44:38 +08:00
|
|
|
ehframe.h \
|
2007-10-14 14:49:14 +08:00
|
|
|
errors.h \
|
2006-08-05 07:10:59 +08:00
|
|
|
fileread.h \
|
2009-03-24 08:31:29 +08:00
|
|
|
freebsd.h \
|
2009-01-28 10:25:33 +08:00
|
|
|
gc.h \
|
2006-08-05 07:10:59 +08:00
|
|
|
gold.h \
|
|
|
|
gold-threads.h \
|
2009-08-06 04:51:56 +08:00
|
|
|
icf.h \
|
2006-09-22 06:13:18 +08:00
|
|
|
layout.h \
|
2008-05-22 05:37:44 +08:00
|
|
|
mapfile.h \
|
2007-05-17 01:42:48 +08:00
|
|
|
merge.h \
|
2006-08-05 07:10:59 +08:00
|
|
|
object.h \
|
|
|
|
options.h \
|
2006-09-22 06:13:18 +08:00
|
|
|
output.h \
|
2007-09-21 15:20:01 +08:00
|
|
|
parameters.h \
|
2008-09-20 06:54:57 +08:00
|
|
|
plugin.h \
|
2006-08-05 07:10:59 +08:00
|
|
|
readsyms.h \
|
2008-05-29 04:48:16 +08:00
|
|
|
reduced_debug_output.h \
|
2006-09-30 03:58:17 +08:00
|
|
|
reloc.h \
|
2006-11-16 08:38:25 +08:00
|
|
|
reloc-types.h \
|
|
|
|
script-c.h \
|
2008-01-23 09:31:13 +08:00
|
|
|
script-sections.h \
|
|
|
|
script.h \
|
2006-08-19 06:29:20 +08:00
|
|
|
stringpool.h \
|
2006-08-05 07:10:59 +08:00
|
|
|
symtab.h \
|
|
|
|
target.h \
|
2006-09-30 03:58:17 +08:00
|
|
|
target-reloc.h \
|
2006-08-19 06:29:20 +08:00
|
|
|
target-select.h \
|
2007-10-08 13:12:59 +08:00
|
|
|
tls.h \
|
2007-12-15 03:00:21 +08:00
|
|
|
token.h \
|
2007-11-22 08:05:51 +08:00
|
|
|
workqueue.h \
|
|
|
|
workqueue-internal.h
|
2006-08-05 07:10:59 +08:00
|
|
|
|
2006-11-15 03:21:05 +08:00
|
|
|
YFILES = \
|
|
|
|
yyscript.y
|
|
|
|
|
|
|
|
EXTRA_DIST = yyscript.c yyscript.h
|
2006-08-05 07:10:59 +08:00
|
|
|
|
2007-10-01 07:41:32 +08:00
|
|
|
TARGETSOURCES = \
|
2009-05-29 08:15:12 +08:00
|
|
|
i386.cc x86_64.cc sparc.cc powerpc.cc arm.cc
|
2007-10-01 07:41:32 +08:00
|
|
|
|
|
|
|
ALL_TARGETOBJS = \
|
2009-05-29 08:15:12 +08:00
|
|
|
i386.$(OBJEXT) x86_64.$(OBJEXT) sparc.$(OBJEXT) powerpc.$(OBJEXT) \
|
|
|
|
arm.$(OBJEXT)
|
2007-10-01 07:41:32 +08:00
|
|
|
|
2006-12-01 07:52:50 +08:00
|
|
|
libgold_a_SOURCES = $(CCFILES) $(HFILES) $(YFILES)
|
2009-06-24 02:10:42 +08:00
|
|
|
libgold_a_LIBADD = $(LIBOBJS)
|
2006-08-05 07:10:59 +08:00
|
|
|
|
2007-10-01 07:41:32 +08:00
|
|
|
sources_var = main.cc
|
2007-10-04 13:49:04 +08:00
|
|
|
deps_var = $(TARGETOBJS) libgold.a $(LIBIBERTY) $(LIBINTL_DEP)
|
2008-09-20 06:54:57 +08:00
|
|
|
ldadd_var = $(TARGETOBJS) libgold.a $(LIBIBERTY) $(LIBINTL) \
|
|
|
|
$(THREADSLIB) $(LIBDL)
|
2007-09-23 04:11:12 +08:00
|
|
|
|
|
|
|
ld_new_SOURCES = $(sources_var)
|
2009-06-24 02:10:42 +08:00
|
|
|
ld_new_DEPENDENCIES = $(deps_var)
|
|
|
|
ld_new_LDADD = $(ldadd_var)
|
2006-08-05 07:10:59 +08:00
|
|
|
|
2007-10-01 07:41:32 +08:00
|
|
|
EXTRA_ld_new_SOURCES = $(TARGETSOURCES)
|
|
|
|
|
2009-11-25 08:10:05 +08:00
|
|
|
incremental_dump_SOURCES = incremental-dump.cc
|
|
|
|
incremental_dump_DEPENDENCIES = $(TARGETOBJS) libgold.a $(LIBIBERTY)
|
|
|
|
incremental_dump_LDADD = $(TARGETOBJS) libgold.a $(LIBIBERTY)
|
|
|
|
|
2006-11-15 03:21:05 +08:00
|
|
|
# Use an explicit dependency for the bison generated header file.
|
2008-01-23 10:13:38 +08:00
|
|
|
expression.$(OBJEXT): yyscript.h
|
|
|
|
script-sections.$(OBJEXT): yyscript.h
|
2006-11-15 03:21:05 +08:00
|
|
|
script.$(OBJEXT): yyscript.h
|
|
|
|
|
2006-12-01 07:52:50 +08:00
|
|
|
# We have to build libgold.a before we run the tests.
|
|
|
|
check: libgold.a
|
|
|
|
|
2006-08-05 07:10:59 +08:00
|
|
|
.PHONY: install-exec-local
|
|
|
|
|
|
|
|
install-exec-local: ld-new$(EXEEXT)
|
|
|
|
$(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(tooldir)/bin
|
2008-02-06 06:22:09 +08:00
|
|
|
n=`echo ld | sed '$(transform)'`; \
|
2006-08-05 07:10:59 +08:00
|
|
|
$(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(bindir)/$${n}$(EXEEXT); \
|
|
|
|
if test "$(bindir)" != "$(tooldir)/bin"; then \
|
|
|
|
rm -f $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT); \
|
|
|
|
ln $(DESTDIR)$(bindir)/$${n}$(EXEEXT) $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT) >/dev/null 2>/dev/null \
|
|
|
|
|| $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT); \
|
|
|
|
fi
|
|
|
|
|
|
|
|
# We want install to imply install-info as per GNU standards, despite
|
|
|
|
# the cygnus option.
|
|
|
|
install-data-local: install-info
|
2006-12-01 07:52:50 +08:00
|
|
|
|
2007-10-01 07:41:32 +08:00
|
|
|
POTFILES= $(CCFILES) $(HFILES) $(TARGETSOURCES)
|
2006-12-01 07:52:50 +08:00
|
|
|
|
|
|
|
po/POTFILES.in: @MAINT@ Makefile
|
2008-08-04 14:55:33 +08:00
|
|
|
for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
|
2006-12-01 07:52:50 +08:00
|
|
|
&& mv tmp $(srcdir)/po/POTFILES.in
|
2007-09-23 04:11:12 +08:00
|
|
|
|
|
|
|
# Bootstrap test support. We use ld-new to build ld1, then use ld1 to
|
|
|
|
# build ld2. ld1 and ld2 should be identical. ld-new need not be
|
|
|
|
# identical to ld1, since it was linked with the host linker.
|
|
|
|
|
|
|
|
if GCC
|
|
|
|
if NATIVE_LINKER
|
|
|
|
|
|
|
|
gcctestdir1/ld: ld-new
|
|
|
|
test -d gcctestdir1 || mkdir -p gcctestdir1
|
|
|
|
rm -f gcctestdir1/ld
|
|
|
|
(cd gcctestdir1 && $(LN_S) ../ld-new ld)
|
|
|
|
|
|
|
|
ld1_SOURCES = $(sources_var)
|
|
|
|
ld1_DEPENDENCIES = $(deps_var) gcctestdir1/ld
|
|
|
|
ld1_LDADD = $(ldadd_var)
|
|
|
|
ld1_LDFLAGS = -Bgcctestdir1/
|
|
|
|
|
|
|
|
gcctestdir2/ld: ld1
|
|
|
|
test -d gcctestdir2 || mkdir -p gcctestdir2
|
|
|
|
rm -f gcctestdir2/ld
|
|
|
|
(cd gcctestdir2 && $(LN_S) ../ld1 ld)
|
|
|
|
|
|
|
|
ld2_SOURCES = $(sources_var)
|
|
|
|
ld2_DEPENDENCIES = $(deps_var) gcctestdir2/ld
|
|
|
|
ld2_LDADD = $(ldadd_var)
|
|
|
|
ld2_LDFLAGS = -Bgcctestdir2/
|
|
|
|
|
|
|
|
bootstrap-test: ld2
|
|
|
|
rm -f $@
|
|
|
|
echo "#!/bin/sh" > $@
|
|
|
|
echo "cmp ld1 ld2" > $@
|
|
|
|
chmod +x $@
|
|
|
|
|
2008-02-07 03:32:32 +08:00
|
|
|
libgold-1-r.o: gcctestdir1/ld libgold.a
|
|
|
|
gcctestdir1/ld -o $@ -r --whole-archive libgold.a
|
|
|
|
|
|
|
|
ld1_r_SOURCES = $(sources_var)
|
|
|
|
ld1_r_DEPENDENCIES = libgold-1-r.o $(deps_var) gcctestdir1/ld
|
|
|
|
ld1_r_LDADD = libgold-1-r.o $(ldadd_var)
|
|
|
|
ld1_r_LDFLAGS = -Bgcctestdir1/
|
|
|
|
|
|
|
|
gcctestdir2-r/ld: ld1-r
|
|
|
|
test -d gcctestdir2-r || mkdir -p gcctestdir2-r
|
|
|
|
rm -f gcctestdir2-r/ld
|
|
|
|
(cd gcctestdir2-r && $(LN_S) ../ld1-r ld)
|
|
|
|
|
|
|
|
libgold-2-r.o: gcctestdir2-r/ld libgold.a
|
|
|
|
gcctestdir2-r/ld -o $@ -r --whole-archive libgold.a
|
|
|
|
|
|
|
|
ld2_r_SOURCES = $(sources_var)
|
|
|
|
ld2_r_DEPENDENCIES = libgold-2-r.o $(deps_var) gcctestdir2-r/ld
|
|
|
|
ld2_r_LDADD = libgold-2-r.o $(ldadd_var)
|
|
|
|
ld2_r_LDFLAGS = -Bgcctestdir2-r/
|
|
|
|
|
|
|
|
bootstrap-test-r: ld2-r
|
|
|
|
rm -f $@
|
|
|
|
echo "#!/bin/sh" > $@
|
|
|
|
echo "cmp ld1-r ld2-r" > $@
|
|
|
|
chmod +x $@
|
|
|
|
|
|
|
|
check_PROGRAMS = ld1 ld2 ld1-r ld2-r
|
|
|
|
TESTS = bootstrap-test bootstrap-test-r
|
2007-09-23 04:11:12 +08:00
|
|
|
|
|
|
|
endif
|
|
|
|
endif
|