x86-64: Add TLSDESC fields to elf_x86_lazy_plt_layout
[deliverable/binutils-gdb.git] / bfd / doc / Makefile.in
... / ...
CommitLineData
1# Makefile.in generated by automake 1.11.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6# Foundation, Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18#
19# Copyright (C) 2012-2018 Free Software Foundation, Inc.
20#
21# This file is free software; you can redistribute it and/or modify
22# it under the terms of the GNU General Public License as published by
23# the Free Software Foundation; either version 3 of the License, or
24# (at your option) any later version.
25#
26# This program is distributed in the hope that it will be useful,
27# but WITHOUT ANY WARRANTY; without even the implied warranty of
28# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29# GNU General Public License for more details.
30#
31# You should have received a copy of the GNU General Public License
32# along with this program; see the file COPYING3. If not see
33# <http://www.gnu.org/licenses/>.
34#
35VPATH = @srcdir@
36am__make_dryrun = \
37 { \
38 am__dry=no; \
39 case $$MAKEFLAGS in \
40 *\\[\ \ ]*) \
41 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
42 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
43 *) \
44 for am__flg in $$MAKEFLAGS; do \
45 case $$am__flg in \
46 *=*|--*) ;; \
47 *n*) am__dry=yes; break;; \
48 esac; \
49 done;; \
50 esac; \
51 test $$am__dry = yes; \
52 }
53pkgdatadir = $(datadir)/@PACKAGE@
54pkgincludedir = $(includedir)/@PACKAGE@
55pkglibdir = $(libdir)/@PACKAGE@
56pkglibexecdir = $(libexecdir)/@PACKAGE@
57am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
58install_sh_DATA = $(install_sh) -c -m 644
59install_sh_PROGRAM = $(install_sh) -c
60install_sh_SCRIPT = $(install_sh) -c
61INSTALL_HEADER = $(INSTALL_DATA)
62transform = $(program_transform_name)
63NORMAL_INSTALL = :
64PRE_INSTALL = :
65POST_INSTALL = :
66NORMAL_UNINSTALL = :
67PRE_UNINSTALL = :
68POST_UNINSTALL = :
69build_triplet = @build@
70host_triplet = @host@
71target_triplet = @target@
72
73# Automake 1.9 will only build info files in the objdir if they are
74# mentioned in DISTCLEANFILES. It doesn't have to be unconditional,
75# though, so we use a bogus condition.
76@GENINSRC_NEVER_TRUE@am__append_1 = bfd.info
77subdir = doc
78DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
79 $(bfd_TEXINFOS)
80ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
81am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
82 $(top_srcdir)/../config/depstand.m4 \
83 $(top_srcdir)/../config/gettext-sister.m4 \
84 $(top_srcdir)/../config/largefile.m4 \
85 $(top_srcdir)/../config/lead-dot.m4 \
86 $(top_srcdir)/../config/nls.m4 \
87 $(top_srcdir)/../config/override.m4 \
88 $(top_srcdir)/../config/plugins.m4 \
89 $(top_srcdir)/../config/po.m4 \
90 $(top_srcdir)/../config/progtest.m4 \
91 $(top_srcdir)/../config/stdint.m4 \
92 $(top_srcdir)/../config/zlib.m4 $(top_srcdir)/../libtool.m4 \
93 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
94 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
95 $(top_srcdir)/bfd.m4 $(top_srcdir)/warning.m4 \
96 $(top_srcdir)/acinclude.m4 $(top_srcdir)/version.m4 \
97 $(top_srcdir)/configure.ac
98am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
99 $(ACLOCAL_M4)
100mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
101CONFIG_HEADER = $(top_builddir)/config.h
102CONFIG_CLEAN_FILES =
103CONFIG_CLEAN_VPATH_FILES =
104depcomp =
105am__depfiles_maybe =
106SOURCES =
107INFO_DEPS = bfd.info
108TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex
109am__TEXINFO_TEX_DIR = $(top_srcdir)/../texinfo
110DVIS = bfd.dvi
111PDFS = bfd.pdf
112PSS = bfd.ps
113HTMLS = bfd.html
114TEXINFOS = bfd.texinfo
115TEXI2DVI = `if test -f $(top_srcdir)/../texinfo/util/texi2dvi; then \
116 echo $(top_srcdir)/../texinfo/util/texi2dvi; \
117 else \
118 echo texi2dvi; \
119 fi`
120TEXI2PDF = $(TEXI2DVI) --pdf --batch
121MAKEINFOHTML = $(MAKEINFO) --html
122AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS)
123DVIPS = dvips
124am__can_run_installinfo = \
125 case $$AM_UPDATE_INFO_DIR in \
126 n|no|NO) false;; \
127 *) (install-info --version) >/dev/null 2>&1;; \
128 esac
129am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
130am__vpath_adj = case $$p in \
131 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
132 *) f=$$p;; \
133 esac;
134am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
135am__install_max = 40
136am__nobase_strip_setup = \
137 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
138am__nobase_strip = \
139 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
140am__nobase_list = $(am__nobase_strip_setup); \
141 for p in $$list; do echo "$$p $$p"; done | \
142 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
143 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
144 if (++n[$$2] == $(am__install_max)) \
145 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
146 END { for (dir in files) print dir, files[dir] }'
147am__base_list = \
148 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
149 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
150am__uninstall_files_from_dir = { \
151 test -z "$$files" \
152 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
153 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
154 $(am__cd) "$$dir" && rm -f $$files; }; \
155 }
156ACLOCAL = @ACLOCAL@
157AMTAR = @AMTAR@
158AR = @AR@
159AUTOCONF = @AUTOCONF@
160AUTOHEADER = @AUTOHEADER@
161AUTOMAKE = @AUTOMAKE@
162AWK = @AWK@
163BFD_HOSTPTR_T = @BFD_HOSTPTR_T@
164BFD_HOST_64BIT_LONG = @BFD_HOST_64BIT_LONG@
165BFD_HOST_64BIT_LONG_LONG = @BFD_HOST_64BIT_LONG_LONG@
166BFD_HOST_64_BIT = @BFD_HOST_64_BIT@
167BFD_HOST_64_BIT_DEFINED = @BFD_HOST_64_BIT_DEFINED@
168BFD_HOST_U_64_BIT = @BFD_HOST_U_64_BIT@
169CATALOGS = @CATALOGS@
170CATOBJEXT = @CATOBJEXT@
171CC = @CC@
172CCDEPMODE = @CCDEPMODE@
173CC_FOR_BUILD = @CC_FOR_BUILD@
174CFLAGS = @CFLAGS@
175COREFILE = @COREFILE@
176COREFLAG = @COREFLAG@
177CPP = @CPP@
178CPPFLAGS = @CPPFLAGS@
179CYGPATH_W = @CYGPATH_W@
180DATADIRNAME = @DATADIRNAME@
181DEBUGDIR = @DEBUGDIR@
182DEFS = @DEFS@
183DEPDIR = @DEPDIR@
184DSYMUTIL = @DSYMUTIL@
185DUMPBIN = @DUMPBIN@
186ECHO_C = @ECHO_C@
187ECHO_N = @ECHO_N@
188ECHO_T = @ECHO_T@
189EGREP = @EGREP@
190EXEEXT = @EXEEXT@
191EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
192FGREP = @FGREP@
193GENCAT = @GENCAT@
194GMSGFMT = @GMSGFMT@
195GREP = @GREP@
196HDEFINES = @HDEFINES@
197INCINTL = @INCINTL@
198INSTALL = @INSTALL@
199INSTALL_DATA = @INSTALL_DATA@
200INSTALL_PROGRAM = @INSTALL_PROGRAM@
201INSTALL_SCRIPT = @INSTALL_SCRIPT@
202INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
203INSTOBJEXT = @INSTOBJEXT@
204LD = @LD@
205LDFLAGS = @LDFLAGS@
206LIBINTL = @LIBINTL@
207LIBINTL_DEP = @LIBINTL_DEP@
208LIBM = @LIBM@
209LIBOBJS = @LIBOBJS@
210LIBS = @LIBS@
211LIBTOOL = @LIBTOOL@
212LIPO = @LIPO@
213LN_S = @LN_S@
214LTLIBOBJS = @LTLIBOBJS@
215MAINT = @MAINT@
216MAKEINFO = @MAKEINFO@
217MKDIR_P = @MKDIR_P@
218MKINSTALLDIRS = @MKINSTALLDIRS@
219MSGFMT = @MSGFMT@
220MSGMERGE = @MSGMERGE@
221NM = @NM@
222NMEDIT = @NMEDIT@
223NO_WERROR = @NO_WERROR@
224OBJDUMP = @OBJDUMP@
225OBJEXT = @OBJEXT@
226OTOOL = @OTOOL@
227OTOOL64 = @OTOOL64@
228PACKAGE = @PACKAGE@
229PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
230PACKAGE_NAME = @PACKAGE_NAME@
231PACKAGE_STRING = @PACKAGE_STRING@
232PACKAGE_TARNAME = @PACKAGE_TARNAME@
233PACKAGE_URL = @PACKAGE_URL@
234PACKAGE_VERSION = @PACKAGE_VERSION@
235PATH_SEPARATOR = @PATH_SEPARATOR@
236PKGVERSION = @PKGVERSION@
237POSUB = @POSUB@
238RANLIB = @RANLIB@
239REPORT_BUGS_TEXI = @REPORT_BUGS_TEXI@
240REPORT_BUGS_TO = @REPORT_BUGS_TO@
241SED = @SED@
242SET_MAKE = @SET_MAKE@
243SHARED_LDFLAGS = @SHARED_LDFLAGS@
244SHARED_LIBADD = @SHARED_LIBADD@
245SHELL = @SHELL@
246STRIP = @STRIP@
247TDEFINES = @TDEFINES@
248USE_NLS = @USE_NLS@
249VERSION = @VERSION@
250WARN_CFLAGS = @WARN_CFLAGS@
251WARN_CFLAGS_FOR_BUILD = @WARN_CFLAGS_FOR_BUILD@
252WARN_WRITE_STRINGS = @WARN_WRITE_STRINGS@
253XGETTEXT = @XGETTEXT@
254abs_builddir = @abs_builddir@
255abs_srcdir = @abs_srcdir@
256abs_top_builddir = @abs_top_builddir@
257abs_top_srcdir = @abs_top_srcdir@
258ac_ct_CC = @ac_ct_CC@
259ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
260all_backends = @all_backends@
261am__include = @am__include@
262am__leading_dot = @am__leading_dot@
263am__quote = @am__quote@
264am__tar = @am__tar@
265am__untar = @am__untar@
266bfd64_libs = @bfd64_libs@
267bfd_backends = @bfd_backends@
268bfd_default_target_size = @bfd_default_target_size@
269bfd_file_ptr = @bfd_file_ptr@
270bfd_machines = @bfd_machines@
271bfd_ufile_ptr = @bfd_ufile_ptr@
272bindir = @bindir@
273build = @build@
274build_alias = @build_alias@
275build_cpu = @build_cpu@
276build_os = @build_os@
277build_vendor = @build_vendor@
278builddir = @builddir@
279datadir = @datadir@
280datarootdir = @datarootdir@
281docdir = @docdir@
282dvidir = @dvidir@
283exec_prefix = @exec_prefix@
284havevecs = @havevecs@
285host = @host@
286host_alias = @host_alias@
287host_cpu = @host_cpu@
288host_noncanonical = @host_noncanonical@
289host_os = @host_os@
290host_vendor = @host_vendor@
291htmldir = @htmldir@
292includedir = @includedir@
293infodir = @infodir@
294install_sh = @install_sh@
295libdir = @libdir@
296libexecdir = @libexecdir@
297localedir = @localedir@
298localstatedir = @localstatedir@
299lt_cv_dlopen_libs = @lt_cv_dlopen_libs@
300mandir = @mandir@
301mkdir_p = @mkdir_p@
302oldincludedir = @oldincludedir@
303pdfdir = @pdfdir@
304prefix = @prefix@
305program_transform_name = @program_transform_name@
306psdir = @psdir@
307sbindir = @sbindir@
308sharedstatedir = @sharedstatedir@
309srcdir = @srcdir@
310supports_plugins = @supports_plugins@
311sysconfdir = @sysconfdir@
312target = @target@
313target_alias = @target_alias@
314target_cpu = @target_cpu@
315target_noncanonical = @target_noncanonical@
316target_os = @target_os@
317target_vendor = @target_vendor@
318tdefaults = @tdefaults@
319top_build_prefix = @top_build_prefix@
320top_builddir = @top_builddir@
321top_srcdir = @top_srcdir@
322wordsize = @wordsize@
323zlibdir = @zlibdir@
324zlibinc = @zlibinc@
325AUTOMAKE_OPTIONS = 1.9 cygnus
326DOCFILES = aoutx.texi archive.texi archures.texi \
327 bfdt.texi cache.texi coffcode.texi \
328 core.texi elf.texi elfcode.texi format.texi \
329 libbfd.texi bfdwin.texi bfdio.texi \
330 opncls.texi reloc.texi section.texi \
331 syms.texi targets.texi init.texi hash.texi linker.texi \
332 mmo.texi \
333 bfdver.texi
334
335PROTOS = archive.p archures.p bfd.p \
336 core.p format.p \
337 bfdio.p bfdwin.p \
338 libbfd.p opncls.p reloc.p \
339 section.p syms.p targets.p \
340 format.p core.p init.p
341
342IPROTOS = cache.ip libbfd.ip reloc.ip init.ip archures.ip coffcode.ip
343
344# SRCDOC, SRCPROT, SRCIPROT only used to sidestep Sun Make bug in interaction
345# between VPATH and suffix rules. If you use GNU Make, perhaps other Makes,
346# you don't need these three:
347SRCDOC = $(srcdir)/../aoutx.h $(srcdir)/../archive.c \
348 $(srcdir)/../archures.c $(srcdir)/../bfd.c \
349 $(srcdir)/../bfdio.c $(srcdir)/../bfdwin.c \
350 $(srcdir)/../cache.c $(srcdir)/../coffcode.h \
351 $(srcdir)/../corefile.c $(srcdir)/../elf.c \
352 $(srcdir)/../elfcode.h $(srcdir)/../format.c \
353 $(srcdir)/../libbfd.c $(srcdir)/../opncls.c \
354 $(srcdir)/../reloc.c $(srcdir)/../section.c \
355 $(srcdir)/../syms.c $(srcdir)/../targets.c \
356 $(srcdir)/../hash.c $(srcdir)/../linker.c \
357 $(srcdir)/../mmo.c
358
359SRCPROT = $(srcdir)/../archive.c $(srcdir)/../archures.c \
360 $(srcdir)/../bfd.c $(srcdir)/../coffcode.h $(srcdir)/../corefile.c \
361 $(srcdir)/../format.c $(srcdir)/../libbfd.c \
362 $(srcdir)/../bfdio.c $(srcdir)/../bfdwin.c \
363 $(srcdir)/../opncls.c $(srcdir)/../reloc.c \
364 $(srcdir)/../section.c $(srcdir)/../syms.c \
365 $(srcdir)/../targets.c $(srcdir)/../init.c
366
367SRCIPROT = $(srcdir)/../cache.c $(srcdir)/../libbfd.c \
368 $(srcdir)/../bfdio.c $(srcdir)/../bfdwin.c \
369 $(srcdir)/../reloc.c $(srcdir)/../cpu-h8300.c \
370 $(srcdir)/../cpu-i960.c $(srcdir)/../archures.c \
371 $(srcdir)/../init.c
372
373TEXIDIR = $(srcdir)/../../texinfo/fsf
374info_TEXINFOS = bfd.texinfo
375bfd_TEXINFOS = $(DOCFILES) bfdsumm.texi
376MKDOC = chew$(EXEEXT_FOR_BUILD)
377AM_CPPFLAGS = -I.. -I$(srcdir)/.. -I$(srcdir)/../../include \
378 -I$(srcdir)/../../intl -I../../intl
379
380LIBBFD_H_DEP = \
381 $(srcdir)/../libbfd-in.h \
382 $(srcdir)/../libbfd.c \
383 $(srcdir)/../bfdio.c \
384 $(srcdir)/../bfdwin.c \
385 $(srcdir)/../cache.c \
386 $(srcdir)/../reloc.c \
387 $(srcdir)/../archures.c \
388 $(srcdir)/../linker.c \
389 $(srcdir)/header.sed \
390 $(srcdir)/proto.str \
391 $(MKDOC)
392
393LIBCOFF_H_DEP = \
394 $(srcdir)/../libcoff-in.h \
395 $(srcdir)/../coffcode.h \
396 $(srcdir)/header.sed \
397 $(srcdir)/proto.str \
398 $(MKDOC)
399
400BFD_H_DEP = \
401 $(srcdir)/../bfd-in.h \
402 $(srcdir)/../init.c \
403 $(srcdir)/../opncls.c \
404 $(srcdir)/../libbfd.c \
405 $(srcdir)/../bfdio.c \
406 $(srcdir)/../bfdwin.c \
407 $(srcdir)/../section.c \
408 $(srcdir)/../archures.c \
409 $(srcdir)/../reloc.c \
410 $(srcdir)/../syms.c \
411 $(srcdir)/../bfd.c \
412 $(srcdir)/../archive.c \
413 $(srcdir)/../corefile.c \
414 $(srcdir)/../targets.c \
415 $(srcdir)/../format.c \
416 $(srcdir)/../linker.c \
417 $(srcdir)/../simple.c \
418 $(srcdir)/../compress.c \
419 $(srcdir)/header.sed \
420 $(srcdir)/proto.str \
421 $(srcdir)/../version.h \
422 $(MKDOC)
423
424noinst_TEXINFOS = bfdint.texi
425MOSTLYCLEANFILES = $(MKDOC) *.o *.stamp
426CLEANFILES = *.p *.ip
427DISTCLEANFILES = bfd.?? bfd.??? bfd.h libbfd.h libcoff.h texput.log \
428 $(am__append_1)
429MAINTAINERCLEANFILES = $(DOCFILES) bfd.info
430all: all-am
431
432.SUFFIXES:
433.SUFFIXES: .dvi .ps
434$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
435 @for dep in $?; do \
436 case '$(am__configure_deps)' in \
437 *$$dep*) \
438 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
439 && { if test -f $@; then exit 0; else break; fi; }; \
440 exit 1;; \
441 esac; \
442 done; \
443 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
444 $(am__cd) $(top_srcdir) && \
445 $(AUTOMAKE) --foreign doc/Makefile
446.PRECIOUS: Makefile
447Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
448 @case '$?' in \
449 *config.status*) \
450 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
451 *) \
452 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
453 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
454 esac;
455
456$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
457 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
458
459$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
460 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
461$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
462 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
463$(am__aclocal_m4_deps):
464
465mostlyclean-libtool:
466 -rm -f *.lo
467
468clean-libtool:
469 -rm -rf .libs _libs
470
471bfd.info: bfd.texinfo $(bfd_TEXINFOS)
472 restore=: && backupdir="$(am__leading_dot)am$$$$" && \
473 rm -rf $$backupdir && mkdir $$backupdir && \
474 if ($(MAKEINFO) --version) >/dev/null 2>&1; then \
475 for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \
476 if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \
477 done; \
478 else :; fi && \
479 if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
480 -o $@ `test -f 'bfd.texinfo' || echo '$(srcdir)/'`bfd.texinfo; \
481 then \
482 rc=0; \
483 else \
484 rc=$$?; \
485 $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
486 fi; \
487 rm -rf $$backupdir; exit $$rc
488
489bfd.dvi: bfd.texinfo $(bfd_TEXINFOS)
490 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
491 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
492 $(TEXI2DVI) -o $@ `test -f 'bfd.texinfo' || echo '$(srcdir)/'`bfd.texinfo
493
494bfd.pdf: bfd.texinfo $(bfd_TEXINFOS)
495 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
496 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
497 $(TEXI2PDF) -o $@ `test -f 'bfd.texinfo' || echo '$(srcdir)/'`bfd.texinfo
498
499bfd.html: bfd.texinfo $(bfd_TEXINFOS)
500 rm -rf $(@:.html=.htp)
501 if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
502 -o $(@:.html=.htp) `test -f 'bfd.texinfo' || echo '$(srcdir)/'`bfd.texinfo; \
503 then \
504 rm -rf $@; \
505 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
506 mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; \
507 else \
508 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
509 rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \
510 exit 1; \
511 fi
512.dvi.ps:
513 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
514 $(DVIPS) -o $@ $<
515
516uninstall-dvi-am:
517 @$(NORMAL_UNINSTALL)
518 @list='$(DVIS)'; test -n "$(dvidir)" || list=; \
519 for p in $$list; do \
520 $(am__strip_dir) \
521 echo " rm -f '$(DESTDIR)$(dvidir)/$$f'"; \
522 rm -f "$(DESTDIR)$(dvidir)/$$f"; \
523 done
524
525uninstall-html-am:
526 @$(NORMAL_UNINSTALL)
527 @list='$(HTMLS)'; test -n "$(htmldir)" || list=; \
528 for p in $$list; do \
529 $(am__strip_dir) \
530 echo " rm -rf '$(DESTDIR)$(htmldir)/$$f'"; \
531 rm -rf "$(DESTDIR)$(htmldir)/$$f"; \
532 done
533
534uninstall-info-am:
535 @$(PRE_UNINSTALL)
536 @if test -d '$(DESTDIR)$(infodir)' && $(am__can_run_installinfo); then \
537 list='$(INFO_DEPS)'; \
538 for file in $$list; do \
539 relfile=`echo "$$file" | sed 's|^.*/||'`; \
540 echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \
541 if install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \
542 then :; else test ! -f "$(DESTDIR)$(infodir)/$$relfile" || exit 1; fi; \
543 done; \
544 else :; fi
545 @$(NORMAL_UNINSTALL)
546 @list='$(INFO_DEPS)'; \
547 for file in $$list; do \
548 relfile=`echo "$$file" | sed 's|^.*/||'`; \
549 relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \
550 (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \
551 echo " cd '$(DESTDIR)$(infodir)' && rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]"; \
552 rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \
553 else :; fi); \
554 done
555
556uninstall-pdf-am:
557 @$(NORMAL_UNINSTALL)
558 @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \
559 for p in $$list; do \
560 $(am__strip_dir) \
561 echo " rm -f '$(DESTDIR)$(pdfdir)/$$f'"; \
562 rm -f "$(DESTDIR)$(pdfdir)/$$f"; \
563 done
564
565uninstall-ps-am:
566 @$(NORMAL_UNINSTALL)
567 @list='$(PSS)'; test -n "$(psdir)" || list=; \
568 for p in $$list; do \
569 $(am__strip_dir) \
570 echo " rm -f '$(DESTDIR)$(psdir)/$$f'"; \
571 rm -f "$(DESTDIR)$(psdir)/$$f"; \
572 done
573
574dist-info: $(INFO_DEPS)
575 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
576 list='$(INFO_DEPS)'; \
577 for base in $$list; do \
578 case $$base in \
579 $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
580 esac; \
581 if test -f $$base; then d=.; else d=$(srcdir); fi; \
582 base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \
583 for file in $$d/$$base $$d/$$base-[0-9] $$d/$$base-[0-9][0-9] $$d/$$base_i[0-9] $$d/$$base_i[0-9][0-9]; do \
584 if test -f $$file; then \
585 relfile=`expr "$$file" : "$$d/\(.*\)"`; \
586 test -f "$(distdir)/$$relfile" || \
587 cp -p $$file "$(distdir)/$$relfile"; \
588 else :; fi; \
589 done; \
590 done
591
592mostlyclean-aminfo:
593 -rm -rf bfd.aux bfd.cp bfd.cps bfd.fn bfd.ky bfd.kys bfd.log bfd.pg bfd.pgs \
594 bfd.tmp bfd.toc bfd.tp bfd.tps bfd.vr bfd.vrs
595
596clean-aminfo:
597 -test -z "bfd.dvi bfd.pdf bfd.ps bfd.html" \
598 || rm -rf bfd.dvi bfd.pdf bfd.ps bfd.html
599
600maintainer-clean-aminfo:
601 @list='$(INFO_DEPS)'; for i in $$list; do \
602 i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
603 echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
604 rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \
605 done
606
607clean-info: mostlyclean-aminfo clean-aminfo
608tags: TAGS
609TAGS:
610
611ctags: CTAGS
612CTAGS:
613
614check-am:
615check: check-am
616all-am: Makefile
617installdirs:
618install-exec: install-exec-am
619install-data: install-data-am
620uninstall: uninstall-am
621
622install-am: all-am
623 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
624
625installcheck: installcheck-am
626install-strip:
627 if test -z '$(STRIP)'; then \
628 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
629 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
630 install; \
631 else \
632 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
633 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
634 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
635 fi
636mostlyclean-generic:
637 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
638
639clean-generic:
640 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
641
642distclean-generic:
643 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
644 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
645 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
646
647maintainer-clean-generic:
648 @echo "This command is intended for maintainers to use"
649 @echo "it deletes files that may require special tools to rebuild."
650 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
651clean: clean-am
652
653clean-am: clean-aminfo clean-generic clean-libtool mostlyclean-am
654
655distclean: distclean-am
656 -rm -f Makefile
657distclean-am: clean-am distclean-generic
658
659dvi: dvi-am
660
661dvi-am: $(DVIS)
662
663html: html-am
664
665html-am: $(HTMLS)
666
667info: info-am
668
669info-am: $(INFO_DEPS)
670
671install-data-am:
672
673install-dvi: install-dvi-am
674
675install-dvi-am: $(DVIS)
676 @$(NORMAL_INSTALL)
677 @list='$(DVIS)'; test -n "$(dvidir)" || list=; \
678 if test -n "$$list"; then \
679 echo " $(MKDIR_P) '$(DESTDIR)$(dvidir)'"; \
680 $(MKDIR_P) "$(DESTDIR)$(dvidir)" || exit 1; \
681 fi; \
682 for p in $$list; do \
683 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
684 echo "$$d$$p"; \
685 done | $(am__base_list) | \
686 while read files; do \
687 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dvidir)'"; \
688 $(INSTALL_DATA) $$files "$(DESTDIR)$(dvidir)" || exit $$?; \
689 done
690install-exec-am:
691
692install-html: install-html-am
693
694install-html-am: $(HTMLS)
695 @$(NORMAL_INSTALL)
696 @list='$(HTMLS)'; list2=; test -n "$(htmldir)" || list=; \
697 if test -n "$$list"; then \
698 echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \
699 $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \
700 fi; \
701 for p in $$list; do \
702 if test -f "$$p" || test -d "$$p"; then d=; else d="$(srcdir)/"; fi; \
703 $(am__strip_dir) \
704 d2=$$d$$p; \
705 if test -d "$$d2"; then \
706 echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/$$f'"; \
707 $(MKDIR_P) "$(DESTDIR)$(htmldir)/$$f" || exit 1; \
708 echo " $(INSTALL_DATA) '$$d2'/* '$(DESTDIR)$(htmldir)/$$f'"; \
709 $(INSTALL_DATA) "$$d2"/* "$(DESTDIR)$(htmldir)/$$f" || exit $$?; \
710 else \
711 list2="$$list2 $$d2"; \
712 fi; \
713 done; \
714 test -z "$$list2" || { echo "$$list2" | $(am__base_list) | \
715 while read files; do \
716 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \
717 $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \
718 done; }
719install-info: install-info-am
720
721install-info-am: $(INFO_DEPS)
722 @$(NORMAL_INSTALL)
723 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
724 list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
725 if test -n "$$list"; then \
726 echo " $(MKDIR_P) '$(DESTDIR)$(infodir)'"; \
727 $(MKDIR_P) "$(DESTDIR)$(infodir)" || exit 1; \
728 fi; \
729 for file in $$list; do \
730 case $$file in \
731 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
732 esac; \
733 if test -f $$file; then d=.; else d=$(srcdir); fi; \
734 file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
735 for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
736 $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \
737 if test -f $$ifile; then \
738 echo "$$ifile"; \
739 else : ; fi; \
740 done; \
741 done | $(am__base_list) | \
742 while read files; do \
743 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(infodir)'"; \
744 $(INSTALL_DATA) $$files "$(DESTDIR)$(infodir)" || exit $$?; done
745 @$(POST_INSTALL)
746 @if $(am__can_run_installinfo); then \
747 list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
748 for file in $$list; do \
749 relfile=`echo "$$file" | sed 's|^.*/||'`; \
750 echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\
751 install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\
752 done; \
753 else : ; fi
754install-man:
755
756install-pdf: install-pdf-am
757
758install-pdf-am: $(PDFS)
759 @$(NORMAL_INSTALL)
760 @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \
761 if test -n "$$list"; then \
762 echo " $(MKDIR_P) '$(DESTDIR)$(pdfdir)'"; \
763 $(MKDIR_P) "$(DESTDIR)$(pdfdir)" || exit 1; \
764 fi; \
765 for p in $$list; do \
766 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
767 echo "$$d$$p"; \
768 done | $(am__base_list) | \
769 while read files; do \
770 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pdfdir)'"; \
771 $(INSTALL_DATA) $$files "$(DESTDIR)$(pdfdir)" || exit $$?; done
772install-ps: install-ps-am
773
774install-ps-am: $(PSS)
775 @$(NORMAL_INSTALL)
776 @list='$(PSS)'; test -n "$(psdir)" || list=; \
777 if test -n "$$list"; then \
778 echo " $(MKDIR_P) '$(DESTDIR)$(psdir)'"; \
779 $(MKDIR_P) "$(DESTDIR)$(psdir)" || exit 1; \
780 fi; \
781 for p in $$list; do \
782 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
783 echo "$$d$$p"; \
784 done | $(am__base_list) | \
785 while read files; do \
786 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(psdir)'"; \
787 $(INSTALL_DATA) $$files "$(DESTDIR)$(psdir)" || exit $$?; done
788installcheck-am:
789
790maintainer-clean: maintainer-clean-am
791 -rm -f Makefile
792maintainer-clean-am: distclean-am maintainer-clean-aminfo \
793 maintainer-clean-generic
794
795mostlyclean: mostlyclean-am
796
797mostlyclean-am: mostlyclean-aminfo mostlyclean-generic \
798 mostlyclean-libtool
799
800pdf: pdf-am
801
802pdf-am: $(PDFS)
803
804ps: ps-am
805
806ps-am: $(PSS)
807
808uninstall-am: uninstall-dvi-am uninstall-html-am uninstall-info-am \
809 uninstall-pdf-am uninstall-ps-am
810
811.MAKE: install-am install-strip
812
813.PHONY: all all-am check check-am clean clean-aminfo clean-generic \
814 clean-info clean-libtool dist-info distclean distclean-generic \
815 distclean-libtool dvi dvi-am html html-am info info-am install \
816 install-am install-data install-data-am install-dvi \
817 install-dvi-am install-exec install-exec-am install-html \
818 install-html-am install-info install-info-am install-man \
819 install-pdf install-pdf-am install-ps install-ps-am \
820 install-strip installcheck installcheck-am installdirs \
821 maintainer-clean maintainer-clean-aminfo \
822 maintainer-clean-generic mostlyclean mostlyclean-aminfo \
823 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
824 uninstall uninstall-am uninstall-dvi-am uninstall-html-am \
825 uninstall-info-am uninstall-pdf-am uninstall-ps-am
826
827
828$(MKDOC): chew.stamp ; @true
829chew.stamp: $(srcdir)/chew.c
830 $(CC_FOR_BUILD) -o chw$$$$$(EXEEXT_FOR_BUILD) $(CFLAGS_FOR_BUILD) \
831 $(LDFLAGS_FOR_BUILD) $(H_CFLAGS) $(AM_CPPFLAGS) $(srcdir)/chew.c; \
832 $(SHELL) $(srcdir)/../../move-if-change \
833 chw$$$$$(EXEEXT_FOR_BUILD) $(MKDOC); \
834 touch $@
835
836protos: libbfd.h libcoff.h bfd.h
837
838# We can't replace these rules with an implicit rule, because
839# makes without VPATH support couldn't find the .h files in `..'.
840
841# We do not depend on chew directly so that we can distribute the info
842# files, and permit people to rebuild them, without requiring the makeinfo
843# program. If somebody tries to rebuild info, but none of the .texi files
844# have changed, then nothing will be rebuilt.
845
846aoutx.texi: aoutx.stamp ; @true
847aoutx.stamp: $(srcdir)/../aoutx.h $(srcdir)/doc.str $(MKDOC)
848 ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../aoutx.h >aoutx.tmp
849 test -e aoutx.texi || test ! -f $(srcdir)/aoutx.texi || cp -p $(srcdir)/aoutx.texi .
850 $(SHELL) $(srcdir)/../../move-if-change aoutx.tmp aoutx.texi
851 touch $@
852
853archive.texi: archive.stamp ; @true
854archive.stamp: $(srcdir)/../archive.c $(srcdir)/doc.str $(MKDOC)
855 ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../archive.c >archive.tmp
856 test -e archive.texi || test ! -f $(srcdir)/archive.texi || cp -p $(srcdir)/archive.texi .
857 $(SHELL) $(srcdir)/../../move-if-change archive.tmp archive.texi
858 touch $@
859
860archures.texi: archures.stamp ; @true
861archures.stamp: $(srcdir)/../archures.c $(srcdir)/doc.str $(MKDOC)
862 ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../archures.c >archures.tmp
863 test -e archures.texi || test ! -f $(srcdir)/archures.texi || cp -p $(srcdir)/archures.texi .
864 $(SHELL) $(srcdir)/../../move-if-change archures.tmp archures.texi
865 touch $@
866
867# We use bfdt.texi, rather than bfd.texi, to avoid conflicting with
868# bfd.texinfo on an 8.3 filesystem.
869bfdt.texi: bfdt.stamp ; @true
870bfdt.stamp: $(srcdir)/../bfd.c $(srcdir)/doc.str $(MKDOC)
871 ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../bfd.c >bfd.tmp
872 test -e bfdt.texi || test ! -f $(srcdir)/bfdt.texi || cp -p $(srcdir)/bfdt.texi .
873 $(SHELL) $(srcdir)/../../move-if-change bfd.tmp bfdt.texi
874 touch $@
875
876cache.texi: cache.stamp ; @true
877cache.stamp: $(srcdir)/../cache.c $(srcdir)/doc.str $(MKDOC)
878 ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../cache.c >cache.tmp
879 test -e cache.texi || test ! -f $(srcdir)/cache.texi || cp -p $(srcdir)/cache.texi .
880 $(SHELL) $(srcdir)/../../move-if-change cache.tmp cache.texi
881 touch $@
882
883coffcode.texi: coffcode.stamp ; @true
884coffcode.stamp: $(srcdir)/../coffcode.h $(srcdir)/doc.str $(MKDOC)
885 ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../coffcode.h >coffcode.tmp
886 test -e coffcode.texi || test ! -f $(srcdir)/coffcode.texi || cp -p $(srcdir)/coffcode.texi .
887 $(SHELL) $(srcdir)/../../move-if-change coffcode.tmp coffcode.texi
888 touch $@
889
890core.texi: core.stamp ; @true
891core.stamp: $(srcdir)/../corefile.c $(srcdir)/doc.str $(MKDOC)
892 ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../corefile.c >core.tmp
893 test -e core.texi || test ! -f $(srcdir)/core.texi || cp -p $(srcdir)/core.texi .
894 $(SHELL) $(srcdir)/../../move-if-change core.tmp core.texi
895 touch $@
896
897elf.texi: elf.stamp ; @true
898elf.stamp: $(srcdir)/../elf.c $(srcdir)/doc.str $(MKDOC)
899 ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../elf.c >elf.tmp
900 test -e elf.texi || test ! -f $(srcdir)/elf.texi || cp -p $(srcdir)/elf.texi .
901 $(SHELL) $(srcdir)/../../move-if-change elf.tmp elf.texi
902 touch $@
903
904elfcode.texi: elfcode.stamp ; @true
905elfcode.stamp: $(srcdir)/../elfcode.h $(srcdir)/doc.str $(MKDOC)
906 ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../elfcode.h >elfcode.tmp
907 test -e elfcode.texi || test ! -f $(srcdir)/elfcode.texi || cp -p $(srcdir)/elfcode.texi .
908 $(SHELL) $(srcdir)/../../move-if-change elfcode.tmp elfcode.texi
909 touch $@
910
911mmo.texi: mmo.stamp ; @true
912mmo.stamp: $(srcdir)/../mmo.c $(srcdir)/doc.str $(MKDOC)
913 ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../mmo.c >mmo.tmp
914 test -e mmo.texi || test ! -f $(srcdir)/mmo.texi || cp -p $(srcdir)/mmo.texi .
915 $(SHELL) $(srcdir)/../../move-if-change mmo.tmp mmo.texi
916 touch $@
917
918format.texi: format.stamp ; @true
919format.stamp: $(srcdir)/../format.c $(srcdir)/doc.str $(MKDOC)
920 ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../format.c >format.tmp
921 test -e format.texi || test ! -f $(srcdir)/format.texi || cp -p $(srcdir)/format.texi .
922 $(SHELL) $(srcdir)/../../move-if-change format.tmp format.texi
923 touch $@
924
925libbfd.texi: libbfd.stamp ; @true
926libbfd.stamp: $(srcdir)/../libbfd.c $(srcdir)/doc.str $(MKDOC)
927 ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../libbfd.c >libbfd.tmp
928 test -e libbfd.texi || test ! -f $(srcdir)/libbfd.texi || cp -p $(srcdir)/libbfd.texi .
929 $(SHELL) $(srcdir)/../../move-if-change libbfd.tmp libbfd.texi
930 touch $@
931
932bfdio.texi: bfdio.stamp ; @true
933bfdio.stamp: $(srcdir)/../bfdio.c $(srcdir)/doc.str $(MKDOC)
934 ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../bfdio.c >bfdio.tmp
935 test -e bfdio.texi || test ! -f $(srcdir)/bfdio.texi || cp -p $(srcdir)/bfdio.texi .
936 $(SHELL) $(srcdir)/../../move-if-change bfdio.tmp bfdio.texi
937 touch $@
938
939bfdwin.texi: bfdwin.stamp ; @true
940bfdwin.stamp: $(srcdir)/../bfdwin.c $(srcdir)/doc.str $(MKDOC)
941 ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../bfdwin.c >bfdwin.tmp
942 test -e bfdwin.texi || test ! -f $(srcdir)/bfdwin.texi || cp -p $(srcdir)/bfdwin.texi .
943 $(SHELL) $(srcdir)/../../move-if-change bfdwin.tmp bfdwin.texi
944 touch $@
945
946opncls.texi: opncls.stamp ; @true
947opncls.stamp: $(srcdir)/../opncls.c $(srcdir)/doc.str $(MKDOC)
948 ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../opncls.c >opncls.tmp
949 test -e opncls.texi || test ! -f $(srcdir)/opncls.texi || cp -p $(srcdir)/opncls.texi .
950 $(SHELL) $(srcdir)/../../move-if-change opncls.tmp opncls.texi
951 touch $@
952
953reloc.texi: reloc.stamp ; @true
954reloc.stamp: $(srcdir)/../reloc.c $(srcdir)/doc.str $(MKDOC)
955 ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../reloc.c >reloc.tmp
956 test -e reloc.texi || test ! -f $(srcdir)/reloc.texi || cp -p $(srcdir)/reloc.texi .
957 $(SHELL) $(srcdir)/../../move-if-change reloc.tmp reloc.texi
958 touch $@
959
960section.texi: section.stamp ; @true
961section.stamp: $(srcdir)/../section.c $(srcdir)/doc.str $(MKDOC)
962 ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../section.c >section.tmp
963 test -e section.texi || test ! -f $(srcdir)/section.texi || cp -p $(srcdir)/section.texi .
964 $(SHELL) $(srcdir)/../../move-if-change section.tmp section.texi
965 touch $@
966
967syms.texi: syms.stamp ; @true
968syms.stamp: $(srcdir)/../syms.c $(srcdir)/doc.str $(MKDOC)
969 ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../syms.c >syms.tmp
970 test -e syms.texi || test ! -f $(srcdir)/syms.texi || cp -p $(srcdir)/syms.texi .
971 $(SHELL) $(srcdir)/../../move-if-change syms.tmp syms.texi
972 touch $@
973
974targets.texi: targets.stamp ; @true
975targets.stamp: $(srcdir)/../targets.c $(srcdir)/doc.str $(MKDOC)
976 ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../targets.c >targets.tmp
977 test -e targets.texi || test ! -f $(srcdir)/targets.texi || cp -p $(srcdir)/targets.texi .
978 $(SHELL) $(srcdir)/../../move-if-change targets.tmp targets.texi
979 touch $@
980
981init.texi: init.stamp ; @true
982init.stamp: $(srcdir)/../init.c $(srcdir)/doc.str $(MKDOC)
983 ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../init.c >init.tmp
984 test -e init.texi || test ! -f $(srcdir)/init.texi || cp -p $(srcdir)/init.texi .
985 $(SHELL) $(srcdir)/../../move-if-change init.tmp init.texi
986 touch $@
987
988hash.texi: hash.stamp ; @true
989hash.stamp: $(srcdir)/../hash.c $(srcdir)/doc.str $(MKDOC)
990 ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../hash.c >hash.tmp
991 test -e hash.texi || test ! -f $(srcdir)/hash.texi || cp -p $(srcdir)/hash.texi .
992 $(SHELL) $(srcdir)/../../move-if-change hash.tmp hash.texi
993 touch $@
994
995linker.texi: linker.stamp ; @true
996linker.stamp: $(srcdir)/../linker.c $(srcdir)/doc.str $(MKDOC)
997 ./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../linker.c >linker.tmp
998 test -e linker.texi || test ! -f $(srcdir)/linker.texi || cp -p $(srcdir)/linker.texi .
999 $(SHELL) $(srcdir)/../../move-if-change linker.tmp linker.texi
1000 touch $@
1001
1002libbfd.h: $(LIBBFD_H_DEP)
1003 echo "$(LIBBFD_H_DEP)" | sed -f $(srcdir)/header.sed > $@
1004 for file in $(LIBBFD_H_DEP); do \
1005 case $$file in \
1006 *-in.h) cat $$file >> $@ ;; \
1007 */header.sed) break ;; \
1008 *) echo $$file | sed -e 's,.*/,,' -e 's,^,/* Extracted from ,' \
1009 -e 's,$$,. */,' >> $@ ; \
1010 ./$(MKDOC) -i -f $(srcdir)/proto.str < $$file >> $@ ;; \
1011 esac; \
1012 done
1013 echo "#ifdef __cplusplus" >> $@
1014 echo "}" >> $@
1015 echo "#endif" >> $@
1016 echo "#endif" >> $@
1017
1018libcoff.h: $(LIBCOFF_H_DEP)
1019 echo "$(LIBCOFF_H_DEP)" | sed -f $(srcdir)/header.sed > $@
1020 for file in $(LIBCOFF_H_DEP); do \
1021 case $$file in \
1022 *-in.h) cat $$file >> $@ ;; \
1023 */header.sed) break ;; \
1024 *) echo $$file | sed -e 's,.*/,,' -e 's,^,/* Extracted from ,' \
1025 -e 's,$$,. */,' >> $@ ; \
1026 ./$(MKDOC) -i -f $(srcdir)/proto.str < $$file >> $@ ;; \
1027 esac; \
1028 done
1029 echo "#ifdef __cplusplus" >> $@
1030 echo "}" >> $@
1031 echo "#endif" >> $@
1032 echo "#endif" >> $@
1033
1034bfd.h: $(BFD_H_DEP)
1035 echo "$(BFD_H_DEP)" | sed -f $(srcdir)/header.sed > $@
1036 for file in $(BFD_H_DEP); do \
1037 case $$file in \
1038 *-in.h) cat $$file >> $@ ;; \
1039 */header.sed) break ;; \
1040 *) echo $$file | sed -e 's,.*/,,' -e 's,^,/* Extracted from ,' \
1041 -e 's,$$,. */,' >> $@ ; \
1042 ./$(MKDOC) -f $(srcdir)/proto.str < $$file >> $@ ;; \
1043 esac; \
1044 done
1045 echo "#ifdef __cplusplus" >> $@
1046 echo "}" >> $@
1047 echo "#endif" >> $@
1048 echo "#endif" >> $@
1049
1050bfdver.texi: $(srcdir)/Makefile.in
1051 @echo "creating $@"; \
1052 echo "@set VERSION $(VERSION)" > bfdver.texi; \
1053 if test -n "$(PKGVERSION)"; then \
1054 echo "@set VERSION_PACKAGE $(PKGVERSION)" >> bfdver.texi; \
1055 fi; \
1056 echo "@set UPDATED `date '+%B %Y'`" >> bfdver.texi; \
1057 if test -n "$(REPORT_BUGS_TEXI)"; then \
1058 echo "@set BUGURL $(REPORT_BUGS_TEXI)" >> bfdver.texi; \
1059 fi
1060
1061# We want install to imply install-info as per GNU standards, despite the
1062# cygnus option.
1063install: install-info
1064
1065# Tell versions [3.59,3.63) of GNU make to not export all variables.
1066# Otherwise a system limit (for SysV at least) may be exceeded.
1067.NOEXPORT:
This page took 0.02571 seconds and 4 git commands to generate.