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