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