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