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