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