* varobj.c (update_dynamic_varobj_children): Wrap error text in
[deliverable/binutils-gdb.git] / gold / Makefile.in
CommitLineData
ead1e424 1# Makefile.in generated by automake 1.9.6 from Makefile.am.
bae7f79e
ILT
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005 Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17# Process this file with automake to generate Makefile.in
18
5a6f7e2d 19
bae7f79e
ILT
20srcdir = @srcdir@
21top_srcdir = @top_srcdir@
22VPATH = @srcdir@
23pkgdatadir = $(datadir)/@PACKAGE@
24pkglibdir = $(libdir)/@PACKAGE@
25pkgincludedir = $(includedir)/@PACKAGE@
26top_builddir = .
27am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28INSTALL = @INSTALL@
29install_sh_DATA = $(install_sh) -c -m 644
30install_sh_PROGRAM = $(install_sh) -c
31install_sh_SCRIPT = $(install_sh) -c
32INSTALL_HEADER = $(INSTALL_DATA)
33transform = $(program_transform_name)
34NORMAL_INSTALL = :
35PRE_INSTALL = :
36POST_INSTALL = :
37NORMAL_UNINSTALL = :
38PRE_UNINSTALL = :
39POST_UNINSTALL = :
40build_triplet = @build@
41host_triplet = @host@
42target_triplet = @target@
43noinst_PROGRAMS = ld-new$(EXEEXT)
537b5f51 44@GCC_TRUE@@NATIVE_LINKER_TRUE@check_PROGRAMS = ld1$(EXEEXT) \
755ab8af
ILT
45@GCC_TRUE@@NATIVE_LINKER_TRUE@ ld2$(EXEEXT) ld1-r$(EXEEXT) \
46@GCC_TRUE@@NATIVE_LINKER_TRUE@ ld2-r$(EXEEXT)
bae7f79e
ILT
47DIST_COMMON = README $(am__configure_deps) $(srcdir)/../config.guess \
48 $(srcdir)/../config.sub $(srcdir)/../depcomp \
49 $(srcdir)/../install-sh $(srcdir)/../missing \
50 $(srcdir)/../mkinstalldirs $(srcdir)/Makefile.am \
51 $(srcdir)/Makefile.in $(srcdir)/config.in \
5871526f 52 $(top_srcdir)/configure $(top_srcdir)/po/Make-in ChangeLog \
fd03461a
ILT
53 NEWS TODO ffsll.c ftruncate.c mremap.c pread.c yyscript.c \
54 yyscript.h
bae7f79e
ILT
55subdir = .
56ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \
4f4995b6 58 $(top_srcdir)/../config/gettext-sister.m4 \
bae7f79e 59 $(top_srcdir)/../config/lead-dot.m4 \
8bdcdf2c
ILT
60 $(top_srcdir)/../config/nls.m4 \
61 $(top_srcdir)/../config/override.m4 \
62 $(top_srcdir)/../config/po.m4 \
4f4995b6 63 $(top_srcdir)/../config/proginstall.m4 \
ead1e424 64 $(top_srcdir)/../config/progtest.m4 \
bae7f79e
ILT
65 $(top_srcdir)/../bfd/warning.m4 $(top_srcdir)/configure.ac
66am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
67 $(ACLOCAL_M4)
68am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
69 configure.lineno configure.status.lineno
70mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
71CONFIG_HEADER = config.h
72CONFIG_CLEAN_FILES = po/Makefile.in
5a6f7e2d
ILT
73LIBRARIES = $(noinst_LIBRARIES)
74AR = ar
75ARFLAGS = cru
76libgold_a_AR = $(AR) $(ARFLAGS)
77libgold_a_LIBADD =
bc644c6c 78am__objects_1 = archive.$(OBJEXT) binary.$(OBJEXT) common.$(OBJEXT) \
12c0daef 79 compressed_output.$(OBJEXT) copy-relocs.$(OBJEXT) \
2a00e4fb
ILT
80 cref.$(OBJEXT) defstd.$(OBJEXT) descriptors.$(OBJEXT) \
81 dirsearch.$(OBJEXT) dynobj.$(OBJEXT) dwarf_reader.$(OBJEXT) \
82 ehframe.$(OBJEXT) errors.$(OBJEXT) expression.$(OBJEXT) \
401a9a73 83 fileread.$(OBJEXT) gc.$(OBJEXT) gold.$(OBJEXT) \
0e879927
ILT
84 gold-threads.$(OBJEXT) incremental.$(OBJEXT) layout.$(OBJEXT) \
85 mapfile.$(OBJEXT) merge.$(OBJEXT) object.$(OBJEXT) \
86 options.$(OBJEXT) output.$(OBJEXT) parameters.$(OBJEXT) \
87 plugin.$(OBJEXT) readsyms.$(OBJEXT) \
88 reduced_debug_output.$(OBJEXT) reloc.$(OBJEXT) \
89 resolve.$(OBJEXT) script-sections.$(OBJEXT) script.$(OBJEXT) \
90 stringpool.$(OBJEXT) symtab.$(OBJEXT) target-select.$(OBJEXT) \
91 version.$(OBJEXT) workqueue.$(OBJEXT) \
c7912668 92 workqueue-threads.$(OBJEXT)
bae7f79e 93am__objects_2 =
5a6f7e2d
ILT
94am__objects_3 = yyscript.$(OBJEXT)
95am_libgold_a_OBJECTS = $(am__objects_1) $(am__objects_2) \
96 $(am__objects_3)
97libgold_a_OBJECTS = $(am_libgold_a_OBJECTS)
98PROGRAMS = $(noinst_PROGRAMS)
6df6da4a
ILT
99am__objects_4 = main.$(OBJEXT)
100am_ld_new_OBJECTS = $(am__objects_4)
bae7f79e
ILT
101ld_new_OBJECTS = $(am_ld_new_OBJECTS)
102am__DEPENDENCIES_1 =
ad2d6943
ILT
103am__DEPENDENCIES_2 = ../libiberty/libiberty.a
104am__DEPENDENCIES_3 = $(am__DEPENDENCIES_1) libgold.a \
fe9a4c12 105 $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) \
89fc3421 106 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
ad2d6943 107am__DEPENDENCIES_4 = @LIBOBJS@
6df6da4a
ILT
108am__ld1_SOURCES_DIST = main.cc
109@GCC_TRUE@@NATIVE_LINKER_TRUE@am_ld1_OBJECTS = $(am__objects_4)
537b5f51 110ld1_OBJECTS = $(am_ld1_OBJECTS)
755ab8af
ILT
111am__ld1_r_SOURCES_DIST = main.cc
112@GCC_TRUE@@NATIVE_LINKER_TRUE@am_ld1_r_OBJECTS = $(am__objects_4)
113ld1_r_OBJECTS = $(am_ld1_r_OBJECTS)
6df6da4a
ILT
114am__ld2_SOURCES_DIST = main.cc
115@GCC_TRUE@@NATIVE_LINKER_TRUE@am_ld2_OBJECTS = $(am__objects_4)
537b5f51 116ld2_OBJECTS = $(am_ld2_OBJECTS)
755ab8af
ILT
117am__ld2_r_SOURCES_DIST = main.cc
118@GCC_TRUE@@NATIVE_LINKER_TRUE@am_ld2_r_OBJECTS = $(am__objects_4)
119ld2_r_OBJECTS = $(am_ld2_r_OBJECTS)
bae7f79e
ILT
120DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
121depcomp = $(SHELL) $(top_srcdir)/../depcomp
122am__depfiles_maybe = depfiles
dbe717ef
ILT
123COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
124 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
125CCLD = $(CC)
126LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
bae7f79e
ILT
127CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
128 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
129CXXLD = $(CXX)
130CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
131 -o $@
dbe717ef 132YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
6df6da4a 133SOURCES = $(libgold_a_SOURCES) $(ld_new_SOURCES) \
755ab8af
ILT
134 $(EXTRA_ld_new_SOURCES) $(ld1_SOURCES) $(ld1_r_SOURCES) \
135 $(ld2_SOURCES) $(ld2_r_SOURCES)
537b5f51 136DIST_SOURCES = $(libgold_a_SOURCES) $(ld_new_SOURCES) \
6df6da4a 137 $(EXTRA_ld_new_SOURCES) $(am__ld1_SOURCES_DIST) \
755ab8af
ILT
138 $(am__ld1_r_SOURCES_DIST) $(am__ld2_SOURCES_DIST) \
139 $(am__ld2_r_SOURCES_DIST)
bae7f79e
ILT
140RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
141 html-recursive info-recursive install-data-recursive \
142 install-exec-recursive install-info-recursive \
143 install-recursive installcheck-recursive installdirs-recursive \
144 pdf-recursive ps-recursive uninstall-info-recursive \
145 uninstall-recursive
146ETAGS = etags
147CTAGS = ctags
148DIST_SUBDIRS = $(SUBDIRS)
149DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
150distdir = $(PACKAGE)-$(VERSION)
151top_distdir = $(distdir)
152am__remove_distdir = \
153 { test ! -d $(distdir) \
154 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
155 && rm -fr $(distdir); }; }
156DIST_ARCHIVES = $(distdir).tar.gz
157GZIP_ENV = --best
158distuninstallcheck_listfiles = find . -type f -print
159distcleancheck_listfiles = find . -type f -print
160ACLOCAL = @ACLOCAL@
161AMDEP_FALSE = @AMDEP_FALSE@
162AMDEP_TRUE = @AMDEP_TRUE@
163AMTAR = @AMTAR@
164AUTOCONF = @AUTOCONF@
165AUTOHEADER = @AUTOHEADER@
166AUTOMAKE = @AUTOMAKE@
167AWK = @AWK@
168CATALOGS = @CATALOGS@
169CATOBJEXT = @CATOBJEXT@
170CC = @CC@
171CCDEPMODE = @CCDEPMODE@
172CFLAGS = @CFLAGS@
2fd32231
ILT
173CONSTRUCTOR_PRIORITY_FALSE = @CONSTRUCTOR_PRIORITY_FALSE@
174CONSTRUCTOR_PRIORITY_TRUE = @CONSTRUCTOR_PRIORITY_TRUE@
9a0910c3 175CPP = @CPP@
bae7f79e
ILT
176CPPFLAGS = @CPPFLAGS@
177CXX = @CXX@
54dc6425 178CXXCPP = @CXXCPP@
bae7f79e
ILT
179CXXDEPMODE = @CXXDEPMODE@
180CXXFLAGS = @CXXFLAGS@
181CYGPATH_W = @CYGPATH_W@
182DATADIRNAME = @DATADIRNAME@
183DEFS = @DEFS@
184DEPDIR = @DEPDIR@
185ECHO_C = @ECHO_C@
186ECHO_N = @ECHO_N@
187ECHO_T = @ECHO_T@
54dc6425 188EGREP = @EGREP@
bae7f79e 189EXEEXT = @EXEEXT@
63402fe4
ILT
190FN_PTRS_IN_SO_WITHOUT_PIC_FALSE = @FN_PTRS_IN_SO_WITHOUT_PIC_FALSE@
191FN_PTRS_IN_SO_WITHOUT_PIC_TRUE = @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@
537b5f51
ILT
192GCC_FALSE = @GCC_FALSE@
193GCC_TRUE = @GCC_TRUE@
bae7f79e
ILT
194GENCAT = @GENCAT@
195GMSGFMT = @GMSGFMT@
7fcd0256
ILT
196HAVE_ZLIB_FALSE = @HAVE_ZLIB_FALSE@
197HAVE_ZLIB_TRUE = @HAVE_ZLIB_TRUE@
bae7f79e
ILT
198INCINTL = @INCINTL@
199INSTALL_DATA = @INSTALL_DATA@
200INSTALL_PROGRAM = @INSTALL_PROGRAM@
201INSTALL_SCRIPT = @INSTALL_SCRIPT@
202INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
203INSTOBJEXT = @INSTOBJEXT@
204LDFLAGS = @LDFLAGS@
494e05f4 205LFS_CFLAGS = @LFS_CFLAGS@
bae7f79e
ILT
206LIBINTL = @LIBINTL@
207LIBINTL_DEP = @LIBINTL_DEP@
208LIBOBJS = @LIBOBJS@
209LIBS = @LIBS@
537b5f51 210LN_S = @LN_S@
bae7f79e
ILT
211LTLIBOBJS = @LTLIBOBJS@
212MAINT = @MAINT@
213MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
214MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
215MAKEINFO = @MAKEINFO@
216MKINSTALLDIRS = @MKINSTALLDIRS@
217MSGFMT = @MSGFMT@
218MSGMERGE = @MSGMERGE@
537b5f51
ILT
219NATIVE_LINKER_FALSE = @NATIVE_LINKER_FALSE@
220NATIVE_LINKER_TRUE = @NATIVE_LINKER_TRUE@
bae7f79e
ILT
221NO_WERROR = @NO_WERROR@
222OBJEXT = @OBJEXT@
155a0dd7
ILT
223OMP_SUPPORT_FALSE = @OMP_SUPPORT_FALSE@
224OMP_SUPPORT_TRUE = @OMP_SUPPORT_TRUE@
bae7f79e
ILT
225PACKAGE = @PACKAGE@
226PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
227PACKAGE_NAME = @PACKAGE_NAME@
228PACKAGE_STRING = @PACKAGE_STRING@
229PACKAGE_TARNAME = @PACKAGE_TARNAME@
230PACKAGE_VERSION = @PACKAGE_VERSION@
231PATH_SEPARATOR = @PATH_SEPARATOR@
89fc3421
CC
232PLUGINS_FALSE = @PLUGINS_FALSE@
233PLUGINS_TRUE = @PLUGINS_TRUE@
bae7f79e 234POSUB = @POSUB@
1d1f116d 235RANDOM_SEED_CFLAGS = @RANDOM_SEED_CFLAGS@
5a6f7e2d 236RANLIB = @RANLIB@
bae7f79e
ILT
237SET_MAKE = @SET_MAKE@
238SHELL = @SHELL@
097ec620
ILT
239STATIC_TLS_FALSE = @STATIC_TLS_FALSE@
240STATIC_TLS_TRUE = @STATIC_TLS_TRUE@
bae7f79e 241STRIP = @STRIP@
6df6da4a 242TARGETOBJS = @TARGETOBJS@
fe9a4c12
ILT
243THREADS_FALSE = @THREADS_FALSE@
244THREADS_TRUE = @THREADS_TRUE@
c2b45e22
CC
245TLS_DESCRIPTORS_FALSE = @TLS_DESCRIPTORS_FALSE@
246TLS_DESCRIPTORS_TRUE = @TLS_DESCRIPTORS_TRUE@
6eee141f 247TLS_FALSE = @TLS_FALSE@
c2b45e22
CC
248TLS_GNU2_DIALECT_FALSE = @TLS_GNU2_DIALECT_FALSE@
249TLS_GNU2_DIALECT_TRUE = @TLS_GNU2_DIALECT_TRUE@
6eee141f 250TLS_TRUE = @TLS_TRUE@
bae7f79e
ILT
251USE_NLS = @USE_NLS@
252VERSION = @VERSION@
253WARN_CFLAGS = @WARN_CFLAGS@
254WARN_CXXFLAGS = @WARN_CXXFLAGS@
255XGETTEXT = @XGETTEXT@
dbe717ef 256YACC = @YACC@
bae7f79e
ILT
257ac_ct_CC = @ac_ct_CC@
258ac_ct_CXX = @ac_ct_CXX@
4f4995b6
ILT
259ac_ct_RANLIB = @ac_ct_RANLIB@
260ac_ct_STRIP = @ac_ct_STRIP@
bae7f79e
ILT
261am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
262am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
263am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
264am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
265am__include = @am__include@
266am__leading_dot = @am__leading_dot@
267am__quote = @am__quote@
268am__tar = @am__tar@
269am__untar = @am__untar@
270bindir = @bindir@
271build = @build@
272build_alias = @build_alias@
273build_cpu = @build_cpu@
274build_os = @build_os@
275build_vendor = @build_vendor@
276datadir = @datadir@
277exec_prefix = @exec_prefix@
278host = @host@
279host_alias = @host_alias@
280host_cpu = @host_cpu@
281host_os = @host_os@
282host_vendor = @host_vendor@
283includedir = @includedir@
284infodir = @infodir@
285install_sh = @install_sh@
286libdir = @libdir@
287libexecdir = @libexecdir@
288localstatedir = @localstatedir@
289mandir = @mandir@
290mkdir_p = @mkdir_p@
291oldincludedir = @oldincludedir@
292prefix = @prefix@
293program_transform_name = @program_transform_name@
294sbindir = @sbindir@
295sharedstatedir = @sharedstatedir@
296sysconfdir = @sysconfdir@
297target = @target@
298target_alias = @target_alias@
299target_cpu = @target_cpu@
300target_os = @target_os@
301target_vendor = @target_vendor@
302AUTOMAKE_OPTIONS =
5a6f7e2d 303SUBDIRS = po testsuite
bae7f79e
ILT
304tooldir = $(exec_prefix)/$(target_alias)
305ACLOCAL_AMFLAGS = -I ../bfd -I ../config
1d1f116d
CD
306AM_CFLAGS = $(WARN_CFLAGS) $(LFS_CFLAGS) $(RANDOM_SEED_CFLAGS)
307AM_CXXFLAGS = $(WARN_CXXFLAGS) $(LFS_CFLAGS) $(RANDOM_SEED_CFLAGS)
fa99aa09 308INCLUDES = \
bae7f79e
ILT
309 -I$(srcdir) -I$(srcdir)/../include -I$(srcdir)/../elfcpp \
310 -DLOCALEDIR="\"$(datadir)/locale\"" \
ad2d6943 311 -DBINDIR="\"$(bindir)\"" -DTOOLBINDIR="\"$(tooldir)/bin\"" \
bae7f79e
ILT
312 @INCINTL@
313
ad2d6943 314LIBIBERTY = ../libiberty/libiberty.a
89fc3421 315@PLUGINS_TRUE@LIBDL = -ldl
fe9a4c12 316@THREADS_TRUE@THREADSLIB = -lpthread
4991e922 317AM_YFLAGS = -d
5a6f7e2d 318noinst_LIBRARIES = libgold.a
14bfc3f5 319CCFILES = \
61ba1cf9 320 archive.cc \
bc644c6c 321 binary.cc \
ead1e424 322 common.cc \
9a0910c3 323 compressed_output.cc \
12c0daef 324 copy-relocs.cc \
92de84a6 325 cref.cc \
ead1e424 326 defstd.cc \
2a00e4fb 327 descriptors.cc \
bae7f79e 328 dirsearch.cc \
dbe717ef 329 dynobj.cc \
5c2c6c95 330 dwarf_reader.cc \
3151305a 331 ehframe.cc \
75f2446e 332 errors.cc \
e5756efb 333 expression.cc \
bae7f79e 334 fileread.cc \
6d03d481 335 gc.cc \
bae7f79e
ILT
336 gold.cc \
337 gold-threads.cc \
0e879927 338 incremental.cc \
a2fb1b05 339 layout.cc \
7d9e3d98 340 mapfile.cc \
b8e6aad9 341 merge.cc \
bae7f79e
ILT
342 object.cc \
343 options.cc \
a2fb1b05 344 output.cc \
7e1edb90 345 parameters.cc \
89fc3421 346 plugin.cc \
bae7f79e 347 readsyms.cc \
62b01cb5 348 reduced_debug_output.cc \
61ba1cf9 349 reloc.cc \
14bfc3f5 350 resolve.cc \
494e05f4 351 script-sections.cc \
dbe717ef 352 script.cc \
14bfc3f5 353 stringpool.cc \
c92003e0 354 symtab.cc \
14bfc3f5 355 target-select.cc \
8486ee48 356 version.cc \
c7912668
ILT
357 workqueue.cc \
358 workqueue-threads.cc
bae7f79e
ILT
359
360HFILES = \
61ba1cf9 361 archive.h \
bc644c6c 362 binary.h \
ead1e424 363 common.h \
9a0910c3 364 compressed_output.h \
12c0daef 365 copy-relocs.h \
92de84a6 366 cref.h \
ead1e424 367 defstd.h \
bae7f79e 368 dirsearch.h \
2a00e4fb 369 descriptors.h \
dbe717ef 370 dynobj.h \
5c2c6c95 371 dwarf_reader.h \
3151305a 372 ehframe.h \
75f2446e 373 errors.h \
bae7f79e 374 fileread.h \
36959681 375 freebsd.h \
6d03d481 376 gc.h \
bae7f79e
ILT
377 gold.h \
378 gold-threads.h \
a2fb1b05 379 layout.h \
7d9e3d98 380 mapfile.h \
b8e6aad9 381 merge.h \
bae7f79e
ILT
382 object.h \
383 options.h \
a2fb1b05 384 output.h \
7e1edb90 385 parameters.h \
89fc3421 386 plugin.h \
bae7f79e 387 readsyms.h \
62b01cb5 388 reduced_debug_output.h \
61ba1cf9 389 reloc.h \
c06b7b0b 390 reloc-types.h \
c06b7b0b 391 script-c.h \
494e05f4
ILT
392 script-sections.h \
393 script.h \
14bfc3f5 394 stringpool.h \
bae7f79e
ILT
395 symtab.h \
396 target.h \
61ba1cf9 397 target-reloc.h \
14bfc3f5 398 target-select.h \
af6359d5 399 tls.h \
17a1d0a9 400 token.h \
c7912668
ILT
401 workqueue.h \
402 workqueue-internal.h
bae7f79e 403
dbe717ef
ILT
404YFILES = \
405 yyscript.y
406
407EXTRA_DIST = yyscript.c yyscript.h
6df6da4a 408TARGETSOURCES = \
4a657b0d 409 i386.cc x86_64.cc sparc.cc powerpc.cc arm.cc
6df6da4a
ILT
410
411ALL_TARGETOBJS = \
4a657b0d
DK
412 i386.$(OBJEXT) x86_64.$(OBJEXT) sparc.$(OBJEXT) powerpc.$(OBJEXT) \
413 arm.$(OBJEXT)
6df6da4a 414
5a6f7e2d 415libgold_a_SOURCES = $(CCFILES) $(HFILES) $(YFILES)
6df6da4a 416sources_var = main.cc
ad2d6943 417deps_var = $(TARGETOBJS) libgold.a $(LIBIBERTY) $(LIBINTL_DEP)
89fc3421
CC
418ldadd_var = $(TARGETOBJS) libgold.a $(LIBIBERTY) $(LIBINTL) \
419 $(THREADSLIB) $(LIBDL)
420
537b5f51 421ld_new_SOURCES = $(sources_var)
82dcae9d
ILT
422ld_new_DEPENDENCIES = $(deps_var) $(LIBOBJS)
423ld_new_LDADD = $(ldadd_var) $(LIBOBJS)
6df6da4a
ILT
424EXTRA_ld_new_SOURCES = $(TARGETSOURCES)
425POTFILES = $(CCFILES) $(HFILES) $(TARGETSOURCES)
537b5f51
ILT
426@GCC_TRUE@@NATIVE_LINKER_TRUE@ld1_SOURCES = $(sources_var)
427@GCC_TRUE@@NATIVE_LINKER_TRUE@ld1_DEPENDENCIES = $(deps_var) gcctestdir1/ld
428@GCC_TRUE@@NATIVE_LINKER_TRUE@ld1_LDADD = $(ldadd_var)
429@GCC_TRUE@@NATIVE_LINKER_TRUE@ld1_LDFLAGS = -Bgcctestdir1/
430@GCC_TRUE@@NATIVE_LINKER_TRUE@ld2_SOURCES = $(sources_var)
431@GCC_TRUE@@NATIVE_LINKER_TRUE@ld2_DEPENDENCIES = $(deps_var) gcctestdir2/ld
432@GCC_TRUE@@NATIVE_LINKER_TRUE@ld2_LDADD = $(ldadd_var)
433@GCC_TRUE@@NATIVE_LINKER_TRUE@ld2_LDFLAGS = -Bgcctestdir2/
755ab8af
ILT
434@GCC_TRUE@@NATIVE_LINKER_TRUE@ld1_r_SOURCES = $(sources_var)
435@GCC_TRUE@@NATIVE_LINKER_TRUE@ld1_r_DEPENDENCIES = libgold-1-r.o $(deps_var) gcctestdir1/ld
436@GCC_TRUE@@NATIVE_LINKER_TRUE@ld1_r_LDADD = libgold-1-r.o $(ldadd_var)
437@GCC_TRUE@@NATIVE_LINKER_TRUE@ld1_r_LDFLAGS = -Bgcctestdir1/
438@GCC_TRUE@@NATIVE_LINKER_TRUE@ld2_r_SOURCES = $(sources_var)
439@GCC_TRUE@@NATIVE_LINKER_TRUE@ld2_r_DEPENDENCIES = libgold-2-r.o $(deps_var) gcctestdir2-r/ld
440@GCC_TRUE@@NATIVE_LINKER_TRUE@ld2_r_LDADD = libgold-2-r.o $(ldadd_var)
441@GCC_TRUE@@NATIVE_LINKER_TRUE@ld2_r_LDFLAGS = -Bgcctestdir2-r/
442@GCC_TRUE@@NATIVE_LINKER_TRUE@TESTS = bootstrap-test bootstrap-test-r
bae7f79e
ILT
443all: config.h
444 $(MAKE) $(AM_MAKEFLAGS) all-recursive
445
446.SUFFIXES:
dbe717ef 447.SUFFIXES: .c .cc .o .obj .y
bae7f79e
ILT
448am--refresh:
449 @:
450$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
451 @for dep in $?; do \
452 case '$(am__configure_deps)' in \
453 *$$dep*) \
454 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
455 cd $(srcdir) && $(AUTOMAKE) --foreign \
456 && exit 0; \
457 exit 1;; \
458 esac; \
459 done; \
460 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
461 cd $(top_srcdir) && \
462 $(AUTOMAKE) --foreign Makefile
463.PRECIOUS: Makefile
464Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
465 @case '$?' in \
466 *config.status*) \
467 echo ' $(SHELL) ./config.status'; \
468 $(SHELL) ./config.status;; \
469 *) \
470 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
471 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
472 esac;
473
474$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
475 $(SHELL) ./config.status --recheck
476
477$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
478 cd $(srcdir) && $(AUTOCONF)
479$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
480 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
481
482config.h: stamp-h1
483 @if test ! -f $@; then \
484 rm -f stamp-h1; \
485 $(MAKE) stamp-h1; \
486 else :; fi
487
488stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
489 @rm -f stamp-h1
490 cd $(top_builddir) && $(SHELL) ./config.status config.h
491$(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
492 cd $(top_srcdir) && $(AUTOHEADER)
493 rm -f stamp-h1
494 touch $@
495
496distclean-hdr:
497 -rm -f config.h stamp-h1
498po/Makefile.in: $(top_builddir)/config.status $(top_srcdir)/po/Make-in
499 cd $(top_builddir) && $(SHELL) ./config.status $@
500
5a6f7e2d
ILT
501clean-noinstLIBRARIES:
502 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
dbe717ef
ILT
503yyscript.h: yyscript.c
504 @if test ! -f $@; then \
505 rm -f yyscript.c; \
506 $(MAKE) yyscript.c; \
507 else :; fi
5a6f7e2d
ILT
508libgold.a: $(libgold_a_OBJECTS) $(libgold_a_DEPENDENCIES)
509 -rm -f libgold.a
510 $(libgold_a_AR) libgold.a $(libgold_a_OBJECTS) $(libgold_a_LIBADD)
511 $(RANLIB) libgold.a
512
537b5f51
ILT
513clean-checkPROGRAMS:
514 -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
515
5a6f7e2d
ILT
516clean-noinstPROGRAMS:
517 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
bae7f79e
ILT
518ld-new$(EXEEXT): $(ld_new_OBJECTS) $(ld_new_DEPENDENCIES)
519 @rm -f ld-new$(EXEEXT)
520 $(CXXLINK) $(ld_new_LDFLAGS) $(ld_new_OBJECTS) $(ld_new_LDADD) $(LIBS)
537b5f51
ILT
521ld1$(EXEEXT): $(ld1_OBJECTS) $(ld1_DEPENDENCIES)
522 @rm -f ld1$(EXEEXT)
523 $(CXXLINK) $(ld1_LDFLAGS) $(ld1_OBJECTS) $(ld1_LDADD) $(LIBS)
755ab8af
ILT
524ld1-r$(EXEEXT): $(ld1_r_OBJECTS) $(ld1_r_DEPENDENCIES)
525 @rm -f ld1-r$(EXEEXT)
526 $(CXXLINK) $(ld1_r_LDFLAGS) $(ld1_r_OBJECTS) $(ld1_r_LDADD) $(LIBS)
537b5f51
ILT
527ld2$(EXEEXT): $(ld2_OBJECTS) $(ld2_DEPENDENCIES)
528 @rm -f ld2$(EXEEXT)
529 $(CXXLINK) $(ld2_LDFLAGS) $(ld2_OBJECTS) $(ld2_LDADD) $(LIBS)
755ab8af
ILT
530ld2-r$(EXEEXT): $(ld2_r_OBJECTS) $(ld2_r_DEPENDENCIES)
531 @rm -f ld2-r$(EXEEXT)
532 $(CXXLINK) $(ld2_r_LDFLAGS) $(ld2_r_OBJECTS) $(ld2_r_LDADD) $(LIBS)
bae7f79e
ILT
533
534mostlyclean-compile:
535 -rm -f *.$(OBJEXT)
536
537distclean-compile:
538 -rm -f *.tab.c
539
fd03461a 540@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ffsll.Po@am__quote@
9201d894 541@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ftruncate.Po@am__quote@
2f35ab9b 542@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mremap.Po@am__quote@
82dcae9d 543@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pread.Po@am__quote@
61ba1cf9 544@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/archive.Po@am__quote@
bc644c6c 545@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/binary.Po@am__quote@
ead1e424 546@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common.Po@am__quote@
9a0910c3 547@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compressed_output.Po@am__quote@
12c0daef 548@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/copy-relocs.Po@am__quote@
92de84a6 549@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cref.Po@am__quote@
ead1e424 550@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/defstd.Po@am__quote@
2a00e4fb 551@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/descriptors.Po@am__quote@
bae7f79e 552@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dirsearch.Po@am__quote@
5c2c6c95 553@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwarf_reader.Po@am__quote@
dbe717ef 554@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dynobj.Po@am__quote@
3151305a 555@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ehframe.Po@am__quote@
75f2446e 556@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/errors.Po@am__quote@
e5756efb 557@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/expression.Po@am__quote@
bae7f79e 558@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileread.Po@am__quote@
401a9a73 559@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gc.Po@am__quote@
bae7f79e
ILT
560@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gold-threads.Po@am__quote@
561@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gold.Po@am__quote@
14bfc3f5 562@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i386.Po@am__quote@
0e879927 563@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/incremental.Po@am__quote@
a2fb1b05 564@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/layout.Po@am__quote@
5a6f7e2d 565@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
7d9e3d98 566@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mapfile.Po@am__quote@
b8e6aad9 567@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/merge.Po@am__quote@
bae7f79e
ILT
568@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/object.Po@am__quote@
569@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/options.Po@am__quote@
a2fb1b05 570@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/output.Po@am__quote@
7e1edb90 571@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parameters.Po@am__quote@
89fc3421 572@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin.Po@am__quote@
42cacb20 573@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/powerpc.Po@am__quote@
bae7f79e 574@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readsyms.Po@am__quote@
62b01cb5 575@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reduced_debug_output.Po@am__quote@
61ba1cf9 576@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reloc.Po@am__quote@
14bfc3f5 577@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resolve.Po@am__quote@
494e05f4 578@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script-sections.Po@am__quote@
dbe717ef 579@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script.Po@am__quote@
f5314dd5 580@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sparc.Po@am__quote@
14bfc3f5
ILT
581@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stringpool.Po@am__quote@
582@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symtab.Po@am__quote@
583@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/target-select.Po@am__quote@
8486ee48 584@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Po@am__quote@
c7912668 585@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/workqueue-threads.Po@am__quote@
bae7f79e 586@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/workqueue.Po@am__quote@
2e30d253 587@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/x86_64.Po@am__quote@
dbe717ef
ILT
588@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yyscript.Po@am__quote@
589
590.c.o:
591@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
592@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
593@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
594@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
595@am__fastdepCC_FALSE@ $(COMPILE) -c $<
596
597.c.obj:
598@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
599@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
600@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
601@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
602@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
bae7f79e
ILT
603
604.cc.o:
605@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
606@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
607@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
608@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
609@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
610
611.cc.obj:
612@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
613@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
614@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
615@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
616@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
dbe717ef
ILT
617
618.y.c:
619 $(YACCCOMPILE) $<
620 if test -f y.tab.h; then \
621 to=`echo "$*_H" | sed \
622 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/' \
623 -e 's/[^ABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g'`; \
624 sed -e "/^#/!b" -e "s/Y_TAB_H/$$to/g" -e "s|y\.tab\.h|$*.h|" \
625 y.tab.h >$*.ht; \
626 rm -f y.tab.h; \
627 if cmp -s $*.ht $*.h; then \
628 rm -f $*.ht ;\
629 else \
630 mv $*.ht $*.h; \
631 fi; \
632 fi
633 if test -f y.output; then \
634 mv y.output $*.output; \
635 fi
636 sed '/^#/ s|y\.tab\.c|$@|' y.tab.c >$@t && mv $@t $@
637 rm -f y.tab.c
bae7f79e
ILT
638uninstall-info-am:
639
640# This directory's subdirectories are mostly independent; you can cd
641# into them and run `make' without going through this Makefile.
642# To change the values of `make' variables: instead of editing Makefiles,
643# (1) if the variable is set in `config.status', edit `config.status'
644# (which will cause the Makefiles to be regenerated when you run `make');
645# (2) otherwise, pass the desired values on the `make' command line.
646$(RECURSIVE_TARGETS):
647 @failcom='exit 1'; \
648 for f in x $$MAKEFLAGS; do \
649 case $$f in \
650 *=* | --[!k]*);; \
651 *k*) failcom='fail=yes';; \
652 esac; \
653 done; \
654 dot_seen=no; \
655 target=`echo $@ | sed s/-recursive//`; \
656 list='$(SUBDIRS)'; for subdir in $$list; do \
657 echo "Making $$target in $$subdir"; \
658 if test "$$subdir" = "."; then \
659 dot_seen=yes; \
660 local_target="$$target-am"; \
661 else \
662 local_target="$$target"; \
663 fi; \
664 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
665 || eval $$failcom; \
666 done; \
667 if test "$$dot_seen" = "no"; then \
668 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
669 fi; test -z "$$fail"
670
671mostlyclean-recursive clean-recursive distclean-recursive \
672maintainer-clean-recursive:
673 @failcom='exit 1'; \
674 for f in x $$MAKEFLAGS; do \
675 case $$f in \
676 *=* | --[!k]*);; \
677 *k*) failcom='fail=yes';; \
678 esac; \
679 done; \
680 dot_seen=no; \
681 case "$@" in \
682 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
683 *) list='$(SUBDIRS)' ;; \
684 esac; \
685 rev=''; for subdir in $$list; do \
686 if test "$$subdir" = "."; then :; else \
687 rev="$$subdir $$rev"; \
688 fi; \
689 done; \
690 rev="$$rev ."; \
691 target=`echo $@ | sed s/-recursive//`; \
692 for subdir in $$rev; do \
693 echo "Making $$target in $$subdir"; \
694 if test "$$subdir" = "."; then \
695 local_target="$$target-am"; \
696 else \
697 local_target="$$target"; \
698 fi; \
699 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
700 || eval $$failcom; \
701 done && test -z "$$fail"
702tags-recursive:
703 list='$(SUBDIRS)'; for subdir in $$list; do \
704 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
705 done
706ctags-recursive:
707 list='$(SUBDIRS)'; for subdir in $$list; do \
708 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
709 done
710
711ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
712 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
713 unique=`for i in $$list; do \
714 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
715 done | \
716 $(AWK) ' { files[$$0] = 1; } \
717 END { for (i in files) print i; }'`; \
718 mkid -fID $$unique
719tags: TAGS
720
721TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
722 $(TAGS_FILES) $(LISP)
723 tags=; \
724 here=`pwd`; \
725 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
726 include_option=--etags-include; \
727 empty_fix=.; \
728 else \
729 include_option=--include; \
730 empty_fix=; \
731 fi; \
732 list='$(SUBDIRS)'; for subdir in $$list; do \
733 if test "$$subdir" = .; then :; else \
734 test ! -f $$subdir/TAGS || \
735 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
736 fi; \
737 done; \
738 list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
739 unique=`for i in $$list; do \
740 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
741 done | \
742 $(AWK) ' { files[$$0] = 1; } \
743 END { for (i in files) print i; }'`; \
744 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
745 test -n "$$unique" || unique=$$empty_fix; \
746 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
747 $$tags $$unique; \
748 fi
749ctags: CTAGS
750CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
751 $(TAGS_FILES) $(LISP)
752 tags=; \
753 here=`pwd`; \
754 list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
755 unique=`for i in $$list; do \
756 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
757 done | \
758 $(AWK) ' { files[$$0] = 1; } \
759 END { for (i in files) print i; }'`; \
760 test -z "$(CTAGS_ARGS)$$tags$$unique" \
761 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
762 $$tags $$unique
763
764GTAGS:
765 here=`$(am__cd) $(top_builddir) && pwd` \
766 && cd $(top_srcdir) \
767 && gtags -i $(GTAGS_ARGS) $$here
768
769distclean-tags:
770 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
771
537b5f51
ILT
772check-TESTS: $(TESTS)
773 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
774 srcdir=$(srcdir); export srcdir; \
775 list='$(TESTS)'; \
776 if test -n "$$list"; then \
777 for tst in $$list; do \
778 if test -f ./$$tst; then dir=./; \
779 elif test -f $$tst; then dir=; \
780 else dir="$(srcdir)/"; fi; \
781 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
782 all=`expr $$all + 1`; \
783 case " $(XFAIL_TESTS) " in \
784 *" $$tst "*) \
785 xpass=`expr $$xpass + 1`; \
786 failed=`expr $$failed + 1`; \
787 echo "XPASS: $$tst"; \
788 ;; \
789 *) \
790 echo "PASS: $$tst"; \
791 ;; \
792 esac; \
793 elif test $$? -ne 77; then \
794 all=`expr $$all + 1`; \
795 case " $(XFAIL_TESTS) " in \
796 *" $$tst "*) \
797 xfail=`expr $$xfail + 1`; \
798 echo "XFAIL: $$tst"; \
799 ;; \
800 *) \
801 failed=`expr $$failed + 1`; \
802 echo "FAIL: $$tst"; \
803 ;; \
804 esac; \
805 else \
806 skip=`expr $$skip + 1`; \
807 echo "SKIP: $$tst"; \
808 fi; \
809 done; \
810 if test "$$failed" -eq 0; then \
811 if test "$$xfail" -eq 0; then \
812 banner="All $$all tests passed"; \
813 else \
814 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
815 fi; \
816 else \
817 if test "$$xpass" -eq 0; then \
818 banner="$$failed of $$all tests failed"; \
819 else \
820 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
821 fi; \
822 fi; \
823 dashes="$$banner"; \
824 skipped=""; \
825 if test "$$skip" -ne 0; then \
826 skipped="($$skip tests were not run)"; \
827 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
828 dashes="$$skipped"; \
829 fi; \
830 report=""; \
831 if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
832 report="Please report to $(PACKAGE_BUGREPORT)"; \
833 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
834 dashes="$$report"; \
835 fi; \
836 dashes=`echo "$$dashes" | sed s/./=/g`; \
837 echo "$$dashes"; \
838 echo "$$banner"; \
839 test -z "$$skipped" || echo "$$skipped"; \
840 test -z "$$report" || echo "$$report"; \
841 echo "$$dashes"; \
842 test "$$failed" -eq 0; \
843 else :; fi
844
bae7f79e
ILT
845distdir: $(DISTFILES)
846 $(am__remove_distdir)
847 mkdir $(distdir)
ead1e424 848 $(mkdir_p) $(distdir)/.. $(distdir)/../bfd $(distdir)/../config $(distdir)/po
bae7f79e
ILT
849 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
850 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
851 list='$(DISTFILES)'; for file in $$list; do \
852 case $$file in \
853 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
854 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
855 esac; \
856 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
857 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
858 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
859 dir="/$$dir"; \
860 $(mkdir_p) "$(distdir)$$dir"; \
861 else \
862 dir=''; \
863 fi; \
864 if test -d $$d/$$file; then \
865 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
866 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
867 fi; \
868 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
869 else \
870 test -f $(distdir)/$$file \
871 || cp -p $$d/$$file $(distdir)/$$file \
872 || exit 1; \
873 fi; \
874 done
875 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
876 if test "$$subdir" = .; then :; else \
877 test -d "$(distdir)/$$subdir" \
878 || $(mkdir_p) "$(distdir)/$$subdir" \
879 || exit 1; \
880 distdir=`$(am__cd) $(distdir) && pwd`; \
881 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
882 (cd $$subdir && \
883 $(MAKE) $(AM_MAKEFLAGS) \
884 top_distdir="$$top_distdir" \
885 distdir="$$distdir/$$subdir" \
886 distdir) \
887 || exit 1; \
888 fi; \
889 done
890 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
891 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
892 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
893 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
894 || chmod -R a+r $(distdir)
895dist-gzip: distdir
896 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
897 $(am__remove_distdir)
898
899dist-bzip2: distdir
900 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
901 $(am__remove_distdir)
902
903dist-tarZ: distdir
904 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
905 $(am__remove_distdir)
906
907dist-shar: distdir
908 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
909 $(am__remove_distdir)
910
911dist-zip: distdir
912 -rm -f $(distdir).zip
913 zip -rq $(distdir).zip $(distdir)
914 $(am__remove_distdir)
915
916dist dist-all: distdir
917 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
918 $(am__remove_distdir)
919
920# This target untars the dist file and tries a VPATH configuration. Then
921# it guarantees that the distribution is self-contained by making another
922# tarfile.
923distcheck: dist
924 case '$(DIST_ARCHIVES)' in \
925 *.tar.gz*) \
926 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
927 *.tar.bz2*) \
928 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
929 *.tar.Z*) \
930 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
931 *.shar.gz*) \
932 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
933 *.zip*) \
934 unzip $(distdir).zip ;;\
935 esac
936 chmod -R a-w $(distdir); chmod a+w $(distdir)
937 mkdir $(distdir)/_build
938 mkdir $(distdir)/_inst
939 chmod a-w $(distdir)
940 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
941 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
942 && cd $(distdir)/_build \
943 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
944 $(DISTCHECK_CONFIGURE_FLAGS) \
945 && $(MAKE) $(AM_MAKEFLAGS) \
946 && $(MAKE) $(AM_MAKEFLAGS) dvi \
947 && $(MAKE) $(AM_MAKEFLAGS) check \
948 && $(MAKE) $(AM_MAKEFLAGS) install \
949 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
950 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
951 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
952 distuninstallcheck \
953 && chmod -R a-w "$$dc_install_base" \
954 && ({ \
955 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
956 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
957 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
958 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
959 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
960 } || { rm -rf "$$dc_destdir"; exit 1; }) \
961 && rm -rf "$$dc_destdir" \
962 && $(MAKE) $(AM_MAKEFLAGS) dist \
963 && rm -rf $(DIST_ARCHIVES) \
964 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
965 $(am__remove_distdir)
966 @(echo "$(distdir) archives ready for distribution: "; \
967 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
968 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
969distuninstallcheck:
970 @cd $(distuninstallcheck_dir) \
971 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
972 || { echo "ERROR: files left after uninstall:" ; \
973 if test -n "$(DESTDIR)"; then \
974 echo " (check DESTDIR support)"; \
975 fi ; \
976 $(distuninstallcheck_listfiles) ; \
977 exit 1; } >&2
978distcleancheck: distclean
979 @if test '$(srcdir)' = . ; then \
980 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
981 exit 1 ; \
982 fi
983 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
984 || { echo "ERROR: files left in build directory after distclean:" ; \
985 $(distcleancheck_listfiles) ; \
986 exit 1; } >&2
987check-am: all-am
537b5f51
ILT
988 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
989 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
bae7f79e 990check: check-recursive
5a6f7e2d 991all-am: Makefile $(LIBRARIES) $(PROGRAMS) config.h
bae7f79e
ILT
992installdirs: installdirs-recursive
993installdirs-am:
994install: install-recursive
995install-exec: install-exec-recursive
996install-data: install-data-recursive
997uninstall: uninstall-recursive
998
999install-am: all-am
1000 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1001
1002installcheck: installcheck-recursive
1003install-strip:
1004 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1005 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1006 `test -z '$(STRIP)' || \
1007 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1008mostlyclean-generic:
1009
1010clean-generic:
1011
1012distclean-generic:
1013 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1014
1015maintainer-clean-generic:
1016 @echo "This command is intended for maintainers to use"
1017 @echo "it deletes files that may require special tools to rebuild."
dbe717ef
ILT
1018 -rm -f yyscript.c
1019 -rm -f yyscript.h
bae7f79e
ILT
1020clean: clean-recursive
1021
537b5f51
ILT
1022clean-am: clean-checkPROGRAMS clean-generic clean-noinstLIBRARIES \
1023 clean-noinstPROGRAMS mostlyclean-am
bae7f79e
ILT
1024
1025distclean: distclean-recursive
1026 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
82dcae9d 1027 -rm -rf $(DEPDIR) ./$(DEPDIR)
bae7f79e
ILT
1028 -rm -f Makefile
1029distclean-am: clean-am distclean-compile distclean-generic \
1030 distclean-hdr distclean-tags
1031
1032dvi: dvi-recursive
1033
1034dvi-am:
1035
1036html: html-recursive
1037
1038info: info-recursive
1039
1040info-am:
1041
1042install-data-am: install-data-local
1043
1044install-exec-am: install-exec-local
1045
1046install-info: install-info-recursive
1047
1048install-man:
1049
1050installcheck-am:
1051
1052maintainer-clean: maintainer-clean-recursive
1053 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1054 -rm -rf $(top_srcdir)/autom4te.cache
82dcae9d 1055 -rm -rf $(DEPDIR) ./$(DEPDIR)
bae7f79e
ILT
1056 -rm -f Makefile
1057maintainer-clean-am: distclean-am maintainer-clean-generic
1058
1059mostlyclean: mostlyclean-recursive
1060
1061mostlyclean-am: mostlyclean-compile mostlyclean-generic
1062
1063pdf: pdf-recursive
1064
1065pdf-am:
1066
1067ps: ps-recursive
1068
1069ps-am:
1070
1071uninstall-am: uninstall-info-am
1072
1073uninstall-info: uninstall-info-recursive
1074
1075.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
537b5f51
ILT
1076 check-TESTS check-am clean clean-checkPROGRAMS clean-generic \
1077 clean-noinstLIBRARIES clean-noinstPROGRAMS clean-recursive \
1078 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
1079 dist-shar dist-tarZ dist-zip distcheck distclean \
1080 distclean-compile distclean-generic distclean-hdr \
1081 distclean-recursive distclean-tags distcleancheck distdir \
1082 distuninstallcheck dvi dvi-am html html-am info info-am \
1083 install install-am install-data install-data-am \
1084 install-data-local install-exec install-exec-am \
1085 install-exec-local install-info install-info-am install-man \
1086 install-strip installcheck installcheck-am installdirs \
1087 installdirs-am maintainer-clean maintainer-clean-generic \
1088 maintainer-clean-recursive mostlyclean mostlyclean-compile \
1089 mostlyclean-generic mostlyclean-recursive pdf pdf-am ps ps-am \
1090 tags tags-recursive uninstall uninstall-am uninstall-info-am
bae7f79e
ILT
1091
1092
dbe717ef 1093# Use an explicit dependency for the bison generated header file.
7d320313
ILT
1094expression.$(OBJEXT): yyscript.h
1095script-sections.$(OBJEXT): yyscript.h
dbe717ef
ILT
1096script.$(OBJEXT): yyscript.h
1097
5a6f7e2d
ILT
1098# We have to build libgold.a before we run the tests.
1099check: libgold.a
1100
bae7f79e
ILT
1101.PHONY: install-exec-local
1102
1103install-exec-local: ld-new$(EXEEXT)
1104 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(tooldir)/bin
56fd6e75 1105 n=`echo ld | sed '$(transform)'`; \
bae7f79e
ILT
1106 $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(bindir)/$${n}$(EXEEXT); \
1107 if test "$(bindir)" != "$(tooldir)/bin"; then \
1108 rm -f $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT); \
1109 ln $(DESTDIR)$(bindir)/$${n}$(EXEEXT) $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT) >/dev/null 2>/dev/null \
1110 || $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT); \
1111 fi
1112
1113# We want install to imply install-info as per GNU standards, despite
1114# the cygnus option.
1115install-data-local: install-info
5a6f7e2d
ILT
1116
1117po/POTFILES.in: @MAINT@ Makefile
323ee3f4 1118 for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
5a6f7e2d 1119 && mv tmp $(srcdir)/po/POTFILES.in
537b5f51
ILT
1120
1121# Bootstrap test support. We use ld-new to build ld1, then use ld1 to
1122# build ld2. ld1 and ld2 should be identical. ld-new need not be
1123# identical to ld1, since it was linked with the host linker.
1124
1125@GCC_TRUE@@NATIVE_LINKER_TRUE@gcctestdir1/ld: ld-new
1126@GCC_TRUE@@NATIVE_LINKER_TRUE@ test -d gcctestdir1 || mkdir -p gcctestdir1
1127@GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f gcctestdir1/ld
1128@GCC_TRUE@@NATIVE_LINKER_TRUE@ (cd gcctestdir1 && $(LN_S) ../ld-new ld)
1129
1130@GCC_TRUE@@NATIVE_LINKER_TRUE@gcctestdir2/ld: ld1
1131@GCC_TRUE@@NATIVE_LINKER_TRUE@ test -d gcctestdir2 || mkdir -p gcctestdir2
1132@GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f gcctestdir2/ld
1133@GCC_TRUE@@NATIVE_LINKER_TRUE@ (cd gcctestdir2 && $(LN_S) ../ld1 ld)
1134
1135@GCC_TRUE@@NATIVE_LINKER_TRUE@bootstrap-test: ld2
1136@GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@
1137@GCC_TRUE@@NATIVE_LINKER_TRUE@ echo "#!/bin/sh" > $@
1138@GCC_TRUE@@NATIVE_LINKER_TRUE@ echo "cmp ld1 ld2" > $@
1139@GCC_TRUE@@NATIVE_LINKER_TRUE@ chmod +x $@
755ab8af
ILT
1140
1141@GCC_TRUE@@NATIVE_LINKER_TRUE@libgold-1-r.o: gcctestdir1/ld libgold.a
1142@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir1/ld -o $@ -r --whole-archive libgold.a
1143
1144@GCC_TRUE@@NATIVE_LINKER_TRUE@gcctestdir2-r/ld: ld1-r
1145@GCC_TRUE@@NATIVE_LINKER_TRUE@ test -d gcctestdir2-r || mkdir -p gcctestdir2-r
1146@GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f gcctestdir2-r/ld
1147@GCC_TRUE@@NATIVE_LINKER_TRUE@ (cd gcctestdir2-r && $(LN_S) ../ld1-r ld)
1148
1149@GCC_TRUE@@NATIVE_LINKER_TRUE@libgold-2-r.o: gcctestdir2-r/ld libgold.a
1150@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir2-r/ld -o $@ -r --whole-archive libgold.a
1151
1152@GCC_TRUE@@NATIVE_LINKER_TRUE@bootstrap-test-r: ld2-r
1153@GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@
1154@GCC_TRUE@@NATIVE_LINKER_TRUE@ echo "#!/bin/sh" > $@
1155@GCC_TRUE@@NATIVE_LINKER_TRUE@ echo "cmp ld1-r ld2-r" > $@
1156@GCC_TRUE@@NATIVE_LINKER_TRUE@ chmod +x $@
bae7f79e
ILT
1157# Tell versions [3.59,3.63) of GNU make to not export all variables.
1158# Otherwise a system limit (for SysV at least) may be exceeded.
1159.NOEXPORT:
This page took 0.186339 seconds and 4 git commands to generate.