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