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