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