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