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