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