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