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