]>
Commit | Line | Data |
---|---|---|
6540b386 | 1 | # Makefile.in generated by automake 1.11.1 from Makefile.am. |
42ecbf5e | 2 | # @configure_input@ |
c45021f2 | 3 | |
42ecbf5e | 4 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
81ecdfbb RW |
5 | # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, |
6 | # Inc. | |
c45021f2 NC |
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 | ||
42ecbf5e | 16 | @SET_MAKE@ |
c45021f2 | 17 | VPATH = @srcdir@ |
c45021f2 | 18 | pkgdatadir = $(datadir)/@PACKAGE@ |
c45021f2 | 19 | pkgincludedir = $(includedir)/@PACKAGE@ |
81ecdfbb RW |
20 | pkglibdir = $(libdir)/@PACKAGE@ |
21 | pkglibexecdir = $(libexecdir)/@PACKAGE@ | |
42ecbf5e | 22 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
42ecbf5e DJ |
23 | install_sh_DATA = $(install_sh) -c -m 644 |
24 | install_sh_PROGRAM = $(install_sh) -c | |
25 | install_sh_SCRIPT = $(install_sh) -c | |
26 | INSTALL_HEADER = $(INSTALL_DATA) | |
27 | transform = $(program_transform_name) | |
c45021f2 NC |
28 | NORMAL_INSTALL = : |
29 | PRE_INSTALL = : | |
30 | POST_INSTALL = : | |
31 | NORMAL_UNINSTALL = : | |
32 | PRE_UNINSTALL = : | |
33 | POST_UNINSTALL = : | |
c45021f2 | 34 | build_triplet = @build@ |
c45021f2 | 35 | host_triplet = @host@ |
c45021f2 | 36 | target_triplet = @target@ |
42ecbf5e | 37 | subdir = doc |
c428fa83 | 38 | DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am |
42ecbf5e | 39 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
81ecdfbb | 40 | am__aclocal_m4_deps = $(top_srcdir)/../bfd/acinclude.m4 \ |
91d6fa6a | 41 | $(top_srcdir)/../config/zlib.m4 \ |
81ecdfbb RW |
42 | $(top_srcdir)/../bfd/warning.m4 \ |
43 | $(top_srcdir)/../config/depstand.m4 \ | |
20e95c23 | 44 | $(top_srcdir)/../config/gettext-sister.m4 \ |
79887925 | 45 | $(top_srcdir)/../config/iconv.m4 \ |
91d6fa6a | 46 | $(top_srcdir)/../config/largefile.m4 \ |
79887925 | 47 | $(top_srcdir)/../config/lead-dot.m4 \ |
5ba684e2 NC |
48 | $(top_srcdir)/../config/lib-ld.m4 \ |
49 | $(top_srcdir)/../config/lib-link.m4 \ | |
50 | $(top_srcdir)/../config/lib-prefix.m4 \ | |
8944f3c2 AM |
51 | $(top_srcdir)/../config/nls.m4 \ |
52 | $(top_srcdir)/../config/override.m4 \ | |
5691d22d | 53 | $(top_srcdir)/../config/plugins.m4 \ |
8944f3c2 | 54 | $(top_srcdir)/../config/po.m4 \ |
79887925 | 55 | $(top_srcdir)/../config/progtest.m4 \ |
81ecdfbb RW |
56 | $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \ |
57 | $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \ | |
58 | $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/configure.in | |
42ecbf5e DJ |
59 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
60 | $(ACLOCAL_M4) | |
61 | mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs | |
62 | CONFIG_HEADER = $(top_builddir)/config.h | |
63 | CONFIG_CLEAN_FILES = | |
81ecdfbb | 64 | CONFIG_CLEAN_VPATH_FILES = |
42ecbf5e DJ |
65 | depcomp = |
66 | am__depfiles_maybe = | |
67 | SOURCES = | |
d5fbea21 | 68 | INFO_DEPS = binutils.info |
42ecbf5e DJ |
69 | TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex |
70 | am__TEXINFO_TEX_DIR = $(top_srcdir)/../texinfo | |
71 | DVIS = binutils.dvi | |
72 | PDFS = binutils.pdf | |
73 | PSS = binutils.ps | |
74 | HTMLS = binutils.html | |
75 | TEXINFOS = binutils.texi | |
42ecbf5e DJ |
76 | TEXI2PDF = $(TEXI2DVI) --pdf --batch |
77 | MAKEINFOHTML = $(MAKEINFO) --html | |
78 | AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS) | |
79 | DVIPS = dvips | |
81ecdfbb RW |
80 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
81 | am__vpath_adj = case $$p in \ | |
82 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ | |
83 | *) f=$$p;; \ | |
84 | esac; | |
85 | am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; | |
86 | am__install_max = 40 | |
87 | am__nobase_strip_setup = \ | |
88 | srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` | |
89 | am__nobase_strip = \ | |
90 | for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" | |
91 | am__nobase_list = $(am__nobase_strip_setup); \ | |
92 | for p in $$list; do echo "$$p $$p"; done | \ | |
93 | sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ | |
94 | $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ | |
95 | if (++n[$$2] == $(am__install_max)) \ | |
96 | { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ | |
97 | END { for (dir in files) print dir, files[dir] }' | |
98 | am__base_list = \ | |
99 | sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ | |
100 | sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | |
42ecbf5e DJ |
101 | man1dir = $(mandir)/man1 |
102 | am__installdirs = "$(DESTDIR)$(man1dir)" | |
103 | NROFF = nroff | |
104 | MANS = $(man_MANS) | |
105 | ACLOCAL = @ACLOCAL@ | |
106 | ALLOCA = @ALLOCA@ | |
42ecbf5e | 107 | AMTAR = @AMTAR@ |
105e7211 | 108 | AR = @AR@ |
42ecbf5e DJ |
109 | AUTOCONF = @AUTOCONF@ |
110 | AUTOHEADER = @AUTOHEADER@ | |
111 | AUTOMAKE = @AUTOMAKE@ | |
112 | AWK = @AWK@ | |
105e7211 L |
113 | BUILD_DLLTOOL = @BUILD_DLLTOOL@ |
114 | BUILD_DLLWRAP = @BUILD_DLLWRAP@ | |
a7186e88 | 115 | BUILD_INSTALL_MISC = @BUILD_INSTALL_MISC@ |
105e7211 L |
116 | BUILD_MISC = @BUILD_MISC@ |
117 | BUILD_NLMCONV = @BUILD_NLMCONV@ | |
118 | BUILD_SRCONV = @BUILD_SRCONV@ | |
692ed3e7 | 119 | BUILD_WINDMC = @BUILD_WINDMC@ |
105e7211 L |
120 | BUILD_WINDRES = @BUILD_WINDRES@ |
121 | CATALOGS = @CATALOGS@ | |
122 | CATOBJEXT = @CATOBJEXT@ | |
c45021f2 | 123 | CC = @CC@ |
42ecbf5e | 124 | CCDEPMODE = @CCDEPMODE@ |
105e7211 | 125 | CC_FOR_BUILD = @CC_FOR_BUILD@ |
42ecbf5e | 126 | CFLAGS = @CFLAGS@ |
3443c1ae | 127 | CPP = @CPP@ |
42ecbf5e DJ |
128 | CPPFLAGS = @CPPFLAGS@ |
129 | CYGPATH_W = @CYGPATH_W@ | |
105e7211 | 130 | DATADIRNAME = @DATADIRNAME@ |
42ecbf5e | 131 | DEFS = @DEFS@ |
105e7211 | 132 | DEMANGLER_NAME = @DEMANGLER_NAME@ |
42ecbf5e | 133 | DEPDIR = @DEPDIR@ |
105e7211 | 134 | DLLTOOL_DEFS = @DLLTOOL_DEFS@ |
718a6fd8 | 135 | DSYMUTIL = @DSYMUTIL@ |
d7040cdb | 136 | DUMPBIN = @DUMPBIN@ |
42ecbf5e DJ |
137 | ECHO_C = @ECHO_C@ |
138 | ECHO_N = @ECHO_N@ | |
139 | ECHO_T = @ECHO_T@ | |
140 | EGREP = @EGREP@ | |
eb1e0e80 NC |
141 | EMULATION = @EMULATION@ |
142 | EMULATION_VECTOR = @EMULATION_VECTOR@ | |
c45021f2 | 143 | EXEEXT = @EXEEXT@ |
105e7211 | 144 | EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ |
d7040cdb | 145 | FGREP = @FGREP@ |
20e95c23 | 146 | GENCAT = @GENCAT@ |
105e7211 | 147 | GMSGFMT = @GMSGFMT@ |
d7040cdb | 148 | GREP = @GREP@ |
105e7211 | 149 | HDEFINES = @HDEFINES@ |
20e95c23 | 150 | INCINTL = @INCINTL@ |
81ecdfbb | 151 | INSTALL = @INSTALL@ |
42ecbf5e DJ |
152 | INSTALL_DATA = @INSTALL_DATA@ |
153 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
154 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
155 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |
105e7211 | 156 | INSTOBJEXT = @INSTOBJEXT@ |
d7040cdb | 157 | LD = @LD@ |
42ecbf5e | 158 | LDFLAGS = @LDFLAGS@ |
105e7211 | 159 | LEX = @LEX@ |
42ecbf5e DJ |
160 | LEXLIB = @LEXLIB@ |
161 | LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ | |
5ba684e2 | 162 | LIBICONV = @LIBICONV@ |
20e95c23 DJ |
163 | LIBINTL = @LIBINTL@ |
164 | LIBINTL_DEP = @LIBINTL_DEP@ | |
42ecbf5e DJ |
165 | LIBOBJS = @LIBOBJS@ |
166 | LIBS = @LIBS@ | |
c45021f2 | 167 | LIBTOOL = @LIBTOOL@ |
718a6fd8 | 168 | LIPO = @LIPO@ |
105e7211 | 169 | LN_S = @LN_S@ |
5ba684e2 | 170 | LTLIBICONV = @LTLIBICONV@ |
42ecbf5e | 171 | LTLIBOBJS = @LTLIBOBJS@ |
105e7211 L |
172 | MAINT = @MAINT@ |
173 | MAKEINFO = @MAKEINFO@ | |
81ecdfbb | 174 | MKDIR_P = @MKDIR_P@ |
105e7211 L |
175 | MKINSTALLDIRS = @MKINSTALLDIRS@ |
176 | MSGFMT = @MSGFMT@ | |
20e95c23 | 177 | MSGMERGE = @MSGMERGE@ |
105e7211 | 178 | NLMCONV_DEFS = @NLMCONV_DEFS@ |
d7040cdb | 179 | NM = @NM@ |
718a6fd8 | 180 | NMEDIT = @NMEDIT@ |
9e9b66a9 | 181 | NO_WERROR = @NO_WERROR@ |
718a6fd8 | 182 | OBJDUMP = @OBJDUMP@ |
105e7211 | 183 | OBJDUMP_DEFS = @OBJDUMP_DEFS@ |
cc643b88 | 184 | OBJDUMP_PRIVATE_OFILES = @OBJDUMP_PRIVATE_OFILES@ |
105e7211 | 185 | OBJEXT = @OBJEXT@ |
718a6fd8 SE |
186 | OTOOL = @OTOOL@ |
187 | OTOOL64 = @OTOOL64@ | |
105e7211 | 188 | PACKAGE = @PACKAGE@ |
42ecbf5e DJ |
189 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
190 | PACKAGE_NAME = @PACKAGE_NAME@ | |
191 | PACKAGE_STRING = @PACKAGE_STRING@ | |
192 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ | |
81ecdfbb | 193 | PACKAGE_URL = @PACKAGE_URL@ |
42ecbf5e DJ |
194 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
195 | PATH_SEPARATOR = @PATH_SEPARATOR@ | |
105e7211 | 196 | POSUB = @POSUB@ |
c45021f2 | 197 | RANLIB = @RANLIB@ |
d7040cdb | 198 | SED = @SED@ |
42ecbf5e DJ |
199 | SET_MAKE = @SET_MAKE@ |
200 | SHELL = @SHELL@ | |
105e7211 | 201 | STRIP = @STRIP@ |
105e7211 L |
202 | USE_NLS = @USE_NLS@ |
203 | VERSION = @VERSION@ | |
204 | WARN_CFLAGS = @WARN_CFLAGS@ | |
42ecbf5e | 205 | XGETTEXT = @XGETTEXT@ |
105e7211 | 206 | YACC = @YACC@ |
81ecdfbb RW |
207 | YFLAGS = @YFLAGS@ |
208 | abs_builddir = @abs_builddir@ | |
209 | abs_srcdir = @abs_srcdir@ | |
210 | abs_top_builddir = @abs_top_builddir@ | |
211 | abs_top_srcdir = @abs_top_srcdir@ | |
42ecbf5e | 212 | ac_ct_CC = @ac_ct_CC@ |
d7040cdb | 213 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
42ecbf5e DJ |
214 | am__include = @am__include@ |
215 | am__leading_dot = @am__leading_dot@ | |
216 | am__quote = @am__quote@ | |
217 | am__tar = @am__tar@ | |
218 | am__untar = @am__untar@ | |
219 | bindir = @bindir@ | |
220 | build = @build@ | |
221 | build_alias = @build_alias@ | |
222 | build_cpu = @build_cpu@ | |
223 | build_os = @build_os@ | |
224 | build_vendor = @build_vendor@ | |
81ecdfbb | 225 | builddir = @builddir@ |
42ecbf5e | 226 | datadir = @datadir@ |
108a6f8e CD |
227 | datarootdir = @datarootdir@ |
228 | docdir = @docdir@ | |
81ecdfbb | 229 | dvidir = @dvidir@ |
42ecbf5e DJ |
230 | exec_prefix = @exec_prefix@ |
231 | host = @host@ | |
232 | host_alias = @host_alias@ | |
233 | host_cpu = @host_cpu@ | |
234 | host_os = @host_os@ | |
235 | host_vendor = @host_vendor@ | |
108a6f8e | 236 | htmldir = @htmldir@ |
42ecbf5e DJ |
237 | includedir = @includedir@ |
238 | infodir = @infodir@ | |
239 | install_sh = @install_sh@ | |
42ecbf5e DJ |
240 | libdir = @libdir@ |
241 | libexecdir = @libexecdir@ | |
81ecdfbb | 242 | localedir = @localedir@ |
42ecbf5e DJ |
243 | localstatedir = @localstatedir@ |
244 | mandir = @mandir@ | |
245 | mkdir_p = @mkdir_p@ | |
246 | oldincludedir = @oldincludedir@ | |
31dd3154 | 247 | pdfdir = @pdfdir@ |
42ecbf5e DJ |
248 | prefix = @prefix@ |
249 | program_transform_name = @program_transform_name@ | |
81ecdfbb | 250 | psdir = @psdir@ |
42ecbf5e DJ |
251 | sbindir = @sbindir@ |
252 | sharedstatedir = @sharedstatedir@ | |
81ecdfbb | 253 | srcdir = @srcdir@ |
42ecbf5e DJ |
254 | sysconfdir = @sysconfdir@ |
255 | target = @target@ | |
256 | target_alias = @target_alias@ | |
257 | target_cpu = @target_cpu@ | |
258 | target_os = @target_os@ | |
259 | target_vendor = @target_vendor@ | |
81ecdfbb RW |
260 | top_build_prefix = @top_build_prefix@ |
261 | top_builddir = @top_builddir@ | |
262 | top_srcdir = @top_srcdir@ | |
c45021f2 NC |
263 | AUTOMAKE_OPTIONS = cygnus |
264 | ||
265 | # What version of the manual you want; "all" includes everything | |
266 | CONFIG = all | |
267 | ||
268 | # Options to extract the man page from as.texinfo | |
269 | MANCONF = -Dman | |
38fc1cb1 | 270 | TEXI2POD = perl $(top_srcdir)/../etc/texi2pod.pl $(AM_MAKEINFOFLAGS) |
38131e67 L |
271 | POD2MAN = pod2man --center="GNU Development Tools" \ |
272 | --release="binutils-$(VERSION)" --section=1 | |
273 | ||
c45021f2 NC |
274 | |
275 | # List of man pages generated from binutils.texi | |
276 | man_MANS = \ | |
277 | addr2line.1 \ | |
278 | ar.1 \ | |
279 | dlltool.1 \ | |
280 | nlmconv.1 \ | |
281 | nm.1 \ | |
282 | objcopy.1 \ | |
283 | objdump.1 \ | |
284 | ranlib.1 \ | |
285 | readelf.1 \ | |
286 | size.1 \ | |
287 | strings.1 \ | |
288 | strip.1 \ | |
30fd33bb | 289 | elfedit.1 \ |
c45021f2 | 290 | windres.1 \ |
692ed3e7 | 291 | windmc.1 \ |
c45021f2 NC |
292 | $(DEMANGLER_NAME).1 |
293 | ||
c45021f2 | 294 | info_TEXINFOS = binutils.texi |
105e7211 | 295 | binutils_TEXI = $(srcdir)/binutils.texi |
c428fa83 | 296 | AM_MAKEINFOFLAGS = -I "$(srcdir)" -I "$(top_srcdir)/../libiberty" \ |
9975e4c4 | 297 | -I "$(top_srcdir)/../bfd/doc" -I ../../bfd/doc |
c428fa83 L |
298 | |
299 | TEXI2DVI = texi2dvi -I "$(srcdir)" -I "$(top_srcdir)/../libiberty" \ | |
9975e4c4 | 300 | -I "$(top_srcdir)/../bfd/doc" -I ../../bfd/doc |
c428fa83 | 301 | |
c45021f2 | 302 | MOSTLYCLEANFILES = $(DEMANGLER_NAME).1 |
c428fa83 | 303 | MAINTAINERCLEANFILES = binutils.info |
d5fbea21 DJ |
304 | |
305 | # Automake 1.9 will only build info files in the objdir if they are | |
306 | # mentioned in DISTCLEANFILES. It doesn't have to be unconditional, | |
307 | # though, so we use a bogus condition. | |
308 | @GENINSRC_NEVER_TRUE@DISTCLEANFILES = binutils.info | |
42ecbf5e | 309 | all: all-am |
c45021f2 | 310 | |
c45021f2 | 311 | .SUFFIXES: |
d5fbea21 | 312 | .SUFFIXES: .dvi .ps |
42ecbf5e DJ |
313 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) |
314 | @for dep in $?; do \ | |
315 | case '$(am__configure_deps)' in \ | |
316 | *$$dep*) \ | |
81ecdfbb RW |
317 | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ |
318 | && { if test -f $@; then exit 0; else break; fi; }; \ | |
42ecbf5e DJ |
319 | exit 1;; \ |
320 | esac; \ | |
321 | done; \ | |
81ecdfbb RW |
322 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \ |
323 | $(am__cd) $(top_srcdir) && \ | |
324 | $(AUTOMAKE) --foreign doc/Makefile | |
42ecbf5e DJ |
325 | .PRECIOUS: Makefile |
326 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
327 | @case '$?' in \ | |
328 | *config.status*) \ | |
329 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | |
330 | *) \ | |
331 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ | |
332 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ | |
333 | esac; | |
334 | ||
335 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | |
336 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
337 | ||
338 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | |
339 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
340 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | |
341 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
81ecdfbb | 342 | $(am__aclocal_m4_deps): |
42ecbf5e DJ |
343 | |
344 | mostlyclean-libtool: | |
345 | -rm -f *.lo | |
346 | ||
347 | clean-libtool: | |
348 | -rm -rf .libs _libs | |
349 | ||
c428fa83 | 350 | binutils.info: binutils.texi |
42ecbf5e | 351 | restore=: && backupdir="$(am__leading_dot)am$$$$" && \ |
42ecbf5e | 352 | rm -rf $$backupdir && mkdir $$backupdir && \ |
38fc1cb1 DJ |
353 | if ($(MAKEINFO) --version) >/dev/null 2>&1; then \ |
354 | for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \ | |
355 | if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \ | |
356 | done; \ | |
357 | else :; fi && \ | |
42ecbf5e | 358 | if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \ |
d5fbea21 | 359 | -o $@ `test -f 'binutils.texi' || echo '$(srcdir)/'`binutils.texi; \ |
42ecbf5e DJ |
360 | then \ |
361 | rc=0; \ | |
42ecbf5e DJ |
362 | else \ |
363 | rc=$$?; \ | |
42ecbf5e DJ |
364 | $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \ |
365 | fi; \ | |
366 | rm -rf $$backupdir; exit $$rc | |
c45021f2 | 367 | |
c428fa83 | 368 | binutils.dvi: binutils.texi |
42ecbf5e DJ |
369 | TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ |
370 | MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \ | |
d5fbea21 | 371 | $(TEXI2DVI) -o $@ `test -f 'binutils.texi' || echo '$(srcdir)/'`binutils.texi |
42ecbf5e | 372 | |
c428fa83 | 373 | binutils.pdf: binutils.texi |
42ecbf5e DJ |
374 | TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ |
375 | MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \ | |
d5fbea21 | 376 | $(TEXI2PDF) -o $@ `test -f 'binutils.texi' || echo '$(srcdir)/'`binutils.texi |
42ecbf5e | 377 | |
c428fa83 | 378 | binutils.html: binutils.texi |
42ecbf5e DJ |
379 | rm -rf $(@:.html=.htp) |
380 | if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \ | |
d5fbea21 | 381 | -o $(@:.html=.htp) `test -f 'binutils.texi' || echo '$(srcdir)/'`binutils.texi; \ |
42ecbf5e DJ |
382 | then \ |
383 | rm -rf $@; \ | |
384 | if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \ | |
385 | mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; \ | |
386 | else \ | |
387 | if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \ | |
388 | rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \ | |
389 | exit 1; \ | |
390 | fi | |
c45021f2 | 391 | .dvi.ps: |
38fc1cb1 | 392 | TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ |
42ecbf5e | 393 | $(DVIPS) -o $@ $< |
c45021f2 | 394 | |
81ecdfbb RW |
395 | uninstall-dvi-am: |
396 | @$(NORMAL_UNINSTALL) | |
397 | @list='$(DVIS)'; test -n "$(dvidir)" || list=; \ | |
398 | for p in $$list; do \ | |
399 | $(am__strip_dir) \ | |
400 | echo " rm -f '$(DESTDIR)$(dvidir)/$$f'"; \ | |
401 | rm -f "$(DESTDIR)$(dvidir)/$$f"; \ | |
402 | done | |
403 | ||
404 | uninstall-html-am: | |
405 | @$(NORMAL_UNINSTALL) | |
406 | @list='$(HTMLS)'; test -n "$(htmldir)" || list=; \ | |
407 | for p in $$list; do \ | |
408 | $(am__strip_dir) \ | |
409 | echo " rm -rf '$(DESTDIR)$(htmldir)/$$f'"; \ | |
410 | rm -rf "$(DESTDIR)$(htmldir)/$$f"; \ | |
411 | done | |
412 | ||
42ecbf5e DJ |
413 | uninstall-info-am: |
414 | @$(PRE_UNINSTALL) | |
81ecdfbb RW |
415 | @if test -d '$(DESTDIR)$(infodir)' && \ |
416 | (install-info --version && \ | |
42ecbf5e | 417 | install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \ |
c45021f2 NC |
418 | list='$(INFO_DEPS)'; \ |
419 | for file in $$list; do \ | |
42ecbf5e DJ |
420 | relfile=`echo "$$file" | sed 's|^.*/||'`; \ |
421 | echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \ | |
81ecdfbb RW |
422 | if install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \ |
423 | then :; else test ! -f "$(DESTDIR)$(infodir)/$$relfile" || exit 1; fi; \ | |
c45021f2 | 424 | done; \ |
42ecbf5e | 425 | else :; fi |
c45021f2 | 426 | @$(NORMAL_UNINSTALL) |
42ecbf5e | 427 | @list='$(INFO_DEPS)'; \ |
c45021f2 | 428 | for file in $$list; do \ |
42ecbf5e DJ |
429 | relfile=`echo "$$file" | sed 's|^.*/||'`; \ |
430 | relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \ | |
81ecdfbb | 431 | (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \ |
42ecbf5e DJ |
432 | 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]"; \ |
433 | rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \ | |
434 | else :; fi); \ | |
c45021f2 NC |
435 | done |
436 | ||
81ecdfbb RW |
437 | uninstall-pdf-am: |
438 | @$(NORMAL_UNINSTALL) | |
439 | @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \ | |
440 | for p in $$list; do \ | |
441 | $(am__strip_dir) \ | |
442 | echo " rm -f '$(DESTDIR)$(pdfdir)/$$f'"; \ | |
443 | rm -f "$(DESTDIR)$(pdfdir)/$$f"; \ | |
444 | done | |
445 | ||
446 | uninstall-ps-am: | |
447 | @$(NORMAL_UNINSTALL) | |
448 | @list='$(PSS)'; test -n "$(psdir)" || list=; \ | |
449 | for p in $$list; do \ | |
450 | $(am__strip_dir) \ | |
451 | echo " rm -f '$(DESTDIR)$(psdir)/$$f'"; \ | |
452 | rm -f "$(DESTDIR)$(psdir)/$$f"; \ | |
453 | done | |
454 | ||
c45021f2 | 455 | dist-info: $(INFO_DEPS) |
42ecbf5e | 456 | @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ |
c45021f2 NC |
457 | list='$(INFO_DEPS)'; \ |
458 | for base in $$list; do \ | |
42ecbf5e DJ |
459 | case $$base in \ |
460 | $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \ | |
461 | esac; \ | |
c45021f2 | 462 | if test -f $$base; then d=.; else d=$(srcdir); fi; \ |
81ecdfbb RW |
463 | base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \ |
464 | 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 \ | |
465 | if test -f $$file; then \ | |
466 | relfile=`expr "$$file" : "$$d/\(.*\)"`; \ | |
467 | test -f "$(distdir)/$$relfile" || \ | |
468 | cp -p $$file "$(distdir)/$$relfile"; \ | |
469 | else :; fi; \ | |
c45021f2 NC |
470 | done; \ |
471 | done | |
472 | ||
473 | mostlyclean-aminfo: | |
42ecbf5e DJ |
474 | -rm -rf binutils.aux binutils.cp binutils.cps binutils.fn binutils.fns \ |
475 | binutils.ky binutils.log binutils.pg binutils.pgs \ | |
476 | binutils.tmp binutils.toc binutils.tp binutils.tps \ | |
81ecdfbb RW |
477 | binutils.vr binutils.vrs |
478 | ||
479 | clean-aminfo: | |
480 | -test -z "binutils.dvi binutils.pdf binutils.ps binutils.html" \ | |
481 | || rm -rf binutils.dvi binutils.pdf binutils.ps binutils.html | |
c45021f2 NC |
482 | |
483 | maintainer-clean-aminfo: | |
42ecbf5e DJ |
484 | @list='$(INFO_DEPS)'; for i in $$list; do \ |
485 | i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \ | |
486 | echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \ | |
487 | rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \ | |
c45021f2 | 488 | done |
c45021f2 | 489 | |
81ecdfbb RW |
490 | clean-info: mostlyclean-aminfo clean-aminfo |
491 | install-man1: $(man_MANS) | |
42ecbf5e | 492 | @$(NORMAL_INSTALL) |
81ecdfbb RW |
493 | test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)" |
494 | @list=''; test -n "$(man1dir)" || exit 0; \ | |
495 | { for i in $$list; do echo "$$i"; done; \ | |
496 | l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ | |
497 | sed -n '/\.1[a-z]*$$/p'; \ | |
498 | } | while read p; do \ | |
499 | if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ | |
500 | echo "$$d$$p"; echo "$$p"; \ | |
501 | done | \ | |
502 | sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ | |
503 | -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ | |
504 | sed 'N;N;s,\n, ,g' | { \ | |
505 | list=; while read file base inst; do \ | |
506 | if test "$$base" = "$$inst"; then list="$$list $$file"; else \ | |
507 | echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ | |
508 | $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ | |
509 | fi; \ | |
c45021f2 | 510 | done; \ |
81ecdfbb RW |
511 | for i in $$list; do echo "$$i"; done | $(am__base_list) | \ |
512 | while read files; do \ | |
513 | test -z "$$files" || { \ | |
514 | echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ | |
515 | $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ | |
516 | done; } | |
517 | ||
c45021f2 | 518 | uninstall-man1: |
42ecbf5e | 519 | @$(NORMAL_UNINSTALL) |
81ecdfbb RW |
520 | @list=''; test -n "$(man1dir)" || exit 0; \ |
521 | files=`{ for i in $$list; do echo "$$i"; done; \ | |
522 | l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ | |
523 | sed -n '/\.1[a-z]*$$/p'; \ | |
524 | } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ | |
525 | -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ | |
526 | test -z "$$files" || { \ | |
527 | echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \ | |
528 | cd "$(DESTDIR)$(man1dir)" && rm -f $$files; } | |
c45021f2 NC |
529 | tags: TAGS |
530 | TAGS: | |
531 | ||
42ecbf5e DJ |
532 | ctags: CTAGS |
533 | CTAGS: | |
c45021f2 | 534 | |
c45021f2 NC |
535 | check-am: |
536 | check: check-am | |
42ecbf5e DJ |
537 | all-am: Makefile $(MANS) |
538 | installdirs: | |
539 | for dir in "$(DESTDIR)$(man1dir)"; do \ | |
81ecdfbb | 540 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
42ecbf5e DJ |
541 | done |
542 | install: install-am | |
c45021f2 | 543 | install-exec: install-exec-am |
c45021f2 | 544 | install-data: install-data-am |
42ecbf5e | 545 | uninstall: uninstall-am |
c45021f2 NC |
546 | |
547 | install-am: all-am | |
548 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
c45021f2 | 549 | |
42ecbf5e DJ |
550 | installcheck: installcheck-am |
551 | install-strip: | |
552 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
553 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
554 | `test -z '$(STRIP)' || \ | |
555 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | |
c45021f2 NC |
556 | mostlyclean-generic: |
557 | -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) | |
558 | ||
559 | clean-generic: | |
560 | ||
561 | distclean-generic: | |
42ecbf5e | 562 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
81ecdfbb | 563 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
d5fbea21 | 564 | -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) |
c45021f2 NC |
565 | |
566 | maintainer-clean-generic: | |
42ecbf5e DJ |
567 | @echo "This command is intended for maintainers to use" |
568 | @echo "it deletes files that may require special tools to rebuild." | |
c45021f2 | 569 | -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) |
42ecbf5e | 570 | clean: clean-am |
c45021f2 | 571 | |
81ecdfbb | 572 | clean-am: clean-aminfo clean-generic clean-libtool mostlyclean-am |
c45021f2 | 573 | |
42ecbf5e DJ |
574 | distclean: distclean-am |
575 | -rm -f Makefile | |
81ecdfbb | 576 | distclean-am: clean-am distclean-generic |
c45021f2 | 577 | |
42ecbf5e | 578 | dvi: dvi-am |
c45021f2 | 579 | |
42ecbf5e | 580 | dvi-am: $(DVIS) |
c45021f2 | 581 | |
42ecbf5e | 582 | html: html-am |
c45021f2 | 583 | |
42ecbf5e DJ |
584 | html-am: $(HTMLS) |
585 | ||
586 | info: info-am | |
587 | ||
588 | info-am: $(INFO_DEPS) info-local | |
589 | ||
590 | install-data-am: install-data-local install-man | |
591 | ||
81ecdfbb RW |
592 | install-dvi: install-dvi-am |
593 | ||
594 | install-dvi-am: $(DVIS) | |
595 | @$(NORMAL_INSTALL) | |
596 | test -z "$(dvidir)" || $(MKDIR_P) "$(DESTDIR)$(dvidir)" | |
597 | @list='$(DVIS)'; test -n "$(dvidir)" || list=; \ | |
598 | for p in $$list; do \ | |
599 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ | |
600 | echo "$$d$$p"; \ | |
601 | done | $(am__base_list) | \ | |
602 | while read files; do \ | |
603 | echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dvidir)'"; \ | |
604 | $(INSTALL_DATA) $$files "$(DESTDIR)$(dvidir)" || exit $$?; \ | |
605 | done | |
42ecbf5e DJ |
606 | install-exec-am: |
607 | ||
af542c2e RW |
608 | install-html: install-html-am |
609 | ||
610 | install-html-am: $(HTMLS) | |
611 | @$(NORMAL_INSTALL) | |
612 | test -z "$(htmldir)" || $(MKDIR_P) "$(DESTDIR)$(htmldir)" | |
613 | @list='$(HTMLS)'; list2=; test -n "$(htmldir)" || list=; \ | |
614 | for p in $$list; do \ | |
615 | if test -f "$$p" || test -d "$$p"; then d=; else d="$(srcdir)/"; fi; \ | |
616 | $(am__strip_dir) \ | |
617 | if test -d "$$d$$p"; then \ | |
618 | echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/$$f'"; \ | |
619 | $(MKDIR_P) "$(DESTDIR)$(htmldir)/$$f" || exit 1; \ | |
620 | echo " $(INSTALL_DATA) '$$d$$p'/* '$(DESTDIR)$(htmldir)/$$f'"; \ | |
621 | $(INSTALL_DATA) "$$d$$p"/* "$(DESTDIR)$(htmldir)/$$f" || exit $$?; \ | |
622 | else \ | |
623 | list2="$$list2 $$d$$p"; \ | |
624 | fi; \ | |
625 | done; \ | |
626 | test -z "$$list2" || { echo "$$list2" | $(am__base_list) | \ | |
627 | while read files; do \ | |
628 | echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \ | |
629 | $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \ | |
630 | done; } | |
42ecbf5e DJ |
631 | install-info: install-info-am |
632 | ||
633 | install-info-am: $(INFO_DEPS) | |
634 | @$(NORMAL_INSTALL) | |
81ecdfbb | 635 | test -z "$(infodir)" || $(MKDIR_P) "$(DESTDIR)$(infodir)" |
42ecbf5e | 636 | @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ |
81ecdfbb | 637 | list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \ |
42ecbf5e DJ |
638 | for file in $$list; do \ |
639 | case $$file in \ | |
640 | $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ | |
641 | esac; \ | |
642 | if test -f $$file; then d=.; else d=$(srcdir); fi; \ | |
643 | file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \ | |
644 | for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \ | |
81ecdfbb | 645 | $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \ |
42ecbf5e | 646 | if test -f $$ifile; then \ |
81ecdfbb | 647 | echo "$$ifile"; \ |
42ecbf5e DJ |
648 | else : ; fi; \ |
649 | done; \ | |
81ecdfbb RW |
650 | done | $(am__base_list) | \ |
651 | while read files; do \ | |
652 | echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(infodir)'"; \ | |
653 | $(INSTALL_DATA) $$files "$(DESTDIR)$(infodir)" || exit $$?; done | |
42ecbf5e DJ |
654 | @$(POST_INSTALL) |
655 | @if (install-info --version && \ | |
656 | install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \ | |
81ecdfbb | 657 | list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \ |
42ecbf5e DJ |
658 | for file in $$list; do \ |
659 | relfile=`echo "$$file" | sed 's|^.*/||'`; \ | |
660 | echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\ | |
661 | install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\ | |
662 | done; \ | |
663 | else : ; fi | |
664 | install-man: install-man1 | |
665 | ||
af542c2e RW |
666 | install-pdf: install-pdf-am |
667 | ||
668 | install-pdf-am: $(PDFS) | |
669 | @$(NORMAL_INSTALL) | |
670 | test -z "$(pdfdir)" || $(MKDIR_P) "$(DESTDIR)$(pdfdir)" | |
671 | @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \ | |
672 | for p in $$list; do \ | |
673 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ | |
674 | echo "$$d$$p"; \ | |
675 | done | $(am__base_list) | \ | |
676 | while read files; do \ | |
677 | echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pdfdir)'"; \ | |
678 | $(INSTALL_DATA) $$files "$(DESTDIR)$(pdfdir)" || exit $$?; done | |
81ecdfbb RW |
679 | install-ps: install-ps-am |
680 | ||
681 | install-ps-am: $(PSS) | |
682 | @$(NORMAL_INSTALL) | |
683 | test -z "$(psdir)" || $(MKDIR_P) "$(DESTDIR)$(psdir)" | |
684 | @list='$(PSS)'; test -n "$(psdir)" || list=; \ | |
685 | for p in $$list; do \ | |
686 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ | |
687 | echo "$$d$$p"; \ | |
688 | done | $(am__base_list) | \ | |
689 | while read files; do \ | |
690 | echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(psdir)'"; \ | |
691 | $(INSTALL_DATA) $$files "$(DESTDIR)$(psdir)" || exit $$?; done | |
42ecbf5e | 692 | installcheck-am: |
c45021f2 NC |
693 | |
694 | maintainer-clean: maintainer-clean-am | |
42ecbf5e DJ |
695 | -rm -f Makefile |
696 | maintainer-clean-am: distclean-am maintainer-clean-aminfo \ | |
697 | maintainer-clean-generic | |
c45021f2 | 698 | |
42ecbf5e | 699 | mostlyclean: mostlyclean-am |
c45021f2 | 700 | |
42ecbf5e DJ |
701 | mostlyclean-am: mostlyclean-aminfo mostlyclean-generic \ |
702 | mostlyclean-libtool | |
c45021f2 | 703 | |
42ecbf5e DJ |
704 | pdf: pdf-am |
705 | ||
706 | pdf-am: $(PDFS) | |
707 | ||
708 | ps: ps-am | |
709 | ||
710 | ps-am: $(PSS) | |
711 | ||
81ecdfbb RW |
712 | uninstall-am: uninstall-dvi-am uninstall-html-am uninstall-info-am \ |
713 | uninstall-man uninstall-pdf-am uninstall-ps-am | |
42ecbf5e DJ |
714 | |
715 | uninstall-man: uninstall-man1 | |
716 | ||
81ecdfbb RW |
717 | .MAKE: install-am install-strip |
718 | ||
719 | .PHONY: all all-am check check-am clean clean-aminfo clean-generic \ | |
720 | clean-info clean-libtool dist-info distclean distclean-generic \ | |
42ecbf5e DJ |
721 | distclean-libtool dvi dvi-am html html-am info info-am \ |
722 | info-local install install-am install-data install-data-am \ | |
81ecdfbb RW |
723 | install-data-local install-dvi install-dvi-am install-exec \ |
724 | install-exec-am install-html install-html-am install-info \ | |
725 | install-info-am install-man install-man1 install-pdf \ | |
726 | install-pdf-am install-ps install-ps-am install-strip \ | |
42ecbf5e DJ |
727 | installcheck installcheck-am installdirs maintainer-clean \ |
728 | maintainer-clean-aminfo maintainer-clean-generic mostlyclean \ | |
729 | mostlyclean-aminfo mostlyclean-generic mostlyclean-libtool pdf \ | |
81ecdfbb RW |
730 | pdf-am ps ps-am uninstall uninstall-am uninstall-dvi-am \ |
731 | uninstall-html-am uninstall-info-am uninstall-man \ | |
732 | uninstall-man1 uninstall-pdf-am uninstall-ps-am | |
c45021f2 | 733 | |
c45021f2 | 734 | |
c45021f2 | 735 | # Man page generation from texinfo |
f33e8c5b | 736 | addr2line.1: $(binutils_TEXI) $(binutils_TEXINFOS) |
c45021f2 | 737 | touch $@ |
75aa6618 | 738 | -$(TEXI2POD) $(MANCONF) -Daddr2line < $(binutils_TEXI) > addr2line.pod |
4258bf4d | 739 | -($(POD2MAN) addr2line.pod | sed -e '/^.if n .na/d' > [email protected]$$$$ && \ |
c45021f2 | 740 | mv -f [email protected]$$$$ $@) || (rm -f [email protected]$$$$ && exit 1) |
4258bf4d | 741 | rm -f addr2line.pod |
c45021f2 | 742 | |
f33e8c5b | 743 | ar.1: $(binutils_TEXI) $(binutils_TEXINFOS) |
c45021f2 | 744 | touch $@ |
75aa6618 | 745 | -$(TEXI2POD) $(MANCONF) -Dar < $(binutils_TEXI) > ar.pod |
4258bf4d | 746 | -($(POD2MAN) ar.pod | sed -e '/^.if n .na/d' > [email protected]$$$$ && \ |
c45021f2 | 747 | mv -f [email protected]$$$$ $@) || (rm -f [email protected]$$$$ && exit 1) |
4258bf4d | 748 | rm -f ar.pod |
c45021f2 | 749 | |
f33e8c5b | 750 | dlltool.1: $(binutils_TEXI) $(binutils_TEXINFOS) |
c45021f2 | 751 | touch $@ |
75aa6618 | 752 | -$(TEXI2POD) $(MANCONF) -Ddlltool < $(binutils_TEXI) > dlltool.pod |
4258bf4d | 753 | -($(POD2MAN) dlltool.pod | sed -e '/^.if n .na/d' > [email protected]$$$$ && \ |
c45021f2 | 754 | mv -f [email protected]$$$$ $@) || (rm -f [email protected]$$$$ && exit 1) |
4258bf4d | 755 | rm -f dlltool.pod |
c45021f2 | 756 | |
f33e8c5b | 757 | nlmconv.1: $(binutils_TEXI) $(binutils_TEXINFOS) |
c45021f2 | 758 | touch $@ |
75aa6618 | 759 | -$(TEXI2POD) $(MANCONF) -Dnlmconv < $(binutils_TEXI) > nlmconv.pod |
4258bf4d | 760 | -($(POD2MAN) nlmconv.pod | sed -e '/^.if n .na/d' > [email protected]$$$$ && \ |
c45021f2 | 761 | mv -f [email protected]$$$$ $@) || (rm -f [email protected]$$$$ && exit 1) |
4258bf4d | 762 | rm -f nlmconv.pod |
c45021f2 | 763 | |
f33e8c5b | 764 | nm.1: $(binutils_TEXI) $(binutils_TEXINFOS) |
c45021f2 | 765 | touch $@ |
75aa6618 | 766 | -$(TEXI2POD) $(MANCONF) -Dnm < $(binutils_TEXI) > nm.pod |
4258bf4d | 767 | -($(POD2MAN) nm.pod | sed -e '/^.if n .na/d' > [email protected]$$$$ && \ |
c45021f2 | 768 | mv -f [email protected]$$$$ $@) || (rm -f [email protected]$$$$ && exit 1) |
4258bf4d | 769 | rm -f nm.pod |
c45021f2 | 770 | |
f33e8c5b | 771 | objcopy.1: $(binutils_TEXI) $(binutils_TEXINFOS) |
c45021f2 | 772 | touch $@ |
75aa6618 | 773 | -$(TEXI2POD) $(MANCONF) -Dobjcopy < $(binutils_TEXI) > objcopy.pod |
4258bf4d | 774 | -($(POD2MAN) objcopy.pod | sed -e '/^.if n .na/d' > [email protected]$$$$ && \ |
c45021f2 | 775 | mv -f [email protected]$$$$ $@) || (rm -f [email protected]$$$$ && exit 1) |
4258bf4d | 776 | rm -f objcopy.pod |
c45021f2 | 777 | |
f33e8c5b | 778 | objdump.1: $(binutils_TEXI) $(binutils_TEXINFOS) |
c45021f2 | 779 | touch $@ |
75aa6618 | 780 | -$(TEXI2POD) $(MANCONF) -Dobjdump < $(binutils_TEXI) > objdump.pod |
4258bf4d | 781 | -($(POD2MAN) objdump.pod | sed -e '/^.if n .na/d' > [email protected]$$$$ && \ |
c45021f2 | 782 | mv -f [email protected]$$$$ $@) || (rm -f [email protected]$$$$ && exit 1) |
4258bf4d | 783 | rm -f objdump.pod |
c45021f2 | 784 | |
f33e8c5b | 785 | ranlib.1: $(binutils_TEXI) $(binutils_TEXINFOS) |
c45021f2 | 786 | touch $@ |
75aa6618 | 787 | -$(TEXI2POD) $(MANCONF) -Dranlib < $(binutils_TEXI) > ranlib.pod |
4258bf4d | 788 | -($(POD2MAN) ranlib.pod | sed -e '/^.if n .na/d' > [email protected]$$$$ && \ |
c45021f2 | 789 | mv -f [email protected]$$$$ $@) || (rm -f [email protected]$$$$ && exit 1) |
4258bf4d | 790 | rm -f ranlib.pod |
c45021f2 | 791 | |
f33e8c5b | 792 | readelf.1: $(binutils_TEXI) $(binutils_TEXINFOS) |
c45021f2 | 793 | touch $@ |
75aa6618 | 794 | -$(TEXI2POD) $(MANCONF) -Dreadelf < $(binutils_TEXI) > readelf.pod |
4258bf4d | 795 | -($(POD2MAN) readelf.pod | sed -e '/^.if n .na/d' > [email protected]$$$$ && \ |
c45021f2 | 796 | mv -f [email protected]$$$$ $@) || (rm -f [email protected]$$$$ && exit 1) |
4258bf4d | 797 | rm -f readelf.pod |
c45021f2 | 798 | |
f33e8c5b | 799 | size.1: $(binutils_TEXI) $(binutils_TEXINFOS) |
c45021f2 | 800 | touch $@ |
75aa6618 | 801 | -$(TEXI2POD) $(MANCONF) -Dsize < $(binutils_TEXI) > size.pod |
4258bf4d | 802 | -($(POD2MAN) size.pod | sed -e '/^.if n .na/d' > [email protected]$$$$ && \ |
c45021f2 | 803 | mv -f [email protected]$$$$ $@) || (rm -f [email protected]$$$$ && exit 1) |
4258bf4d | 804 | rm -f size.pod |
c45021f2 | 805 | |
f33e8c5b | 806 | strings.1: $(binutils_TEXI) $(binutils_TEXINFOS) |
c45021f2 | 807 | touch $@ |
75aa6618 | 808 | -$(TEXI2POD) $(MANCONF) -Dstrings < $(binutils_TEXI) > strings.pod |
4258bf4d | 809 | -($(POD2MAN) strings.pod | sed -e '/^.if n .na/d' > [email protected]$$$$ && \ |
c45021f2 | 810 | mv -f [email protected]$$$$ $@) || (rm -f [email protected]$$$$ && exit 1) |
4258bf4d | 811 | rm -f strings.pod |
c45021f2 | 812 | |
f33e8c5b | 813 | strip.1: $(binutils_TEXI) $(binutils_TEXINFOS) |
c45021f2 | 814 | touch $@ |
75aa6618 | 815 | -$(TEXI2POD) $(MANCONF) -Dstrip < $(binutils_TEXI) > strip.pod |
4258bf4d | 816 | -($(POD2MAN) strip.pod | sed -e '/^.if n .na/d' > [email protected]$$$$ && \ |
c45021f2 | 817 | mv -f [email protected]$$$$ $@) || (rm -f [email protected]$$$$ && exit 1) |
4258bf4d | 818 | rm -f strip.pod |
c45021f2 | 819 | |
30fd33bb L |
820 | elfedit.1: $(binutils_TEXI) $(binutils_TEXINFOS) |
821 | touch $@ | |
822 | -$(TEXI2POD) $(MANCONF) -Delfedit < $(binutils_TEXI) > elfedit.pod | |
823 | -($(POD2MAN) elfedit.pod | sed -e '/^.if n .na/d' > [email protected]$$$$ && \ | |
824 | mv -f [email protected]$$$$ $@) || (rm -f [email protected]$$$$ && exit 1) | |
825 | rm -f elfedit.pod | |
826 | ||
f33e8c5b | 827 | windres.1: $(binutils_TEXI) $(binutils_TEXINFOS) |
c45021f2 | 828 | touch $@ |
75aa6618 | 829 | -$(TEXI2POD) $(MANCONF) -Dwindres < $(binutils_TEXI) > windres.pod |
4258bf4d | 830 | -($(POD2MAN) windres.pod | sed -e '/^.if n .na/d' > [email protected]$$$$ && \ |
c45021f2 | 831 | mv -f [email protected]$$$$ $@) || (rm -f [email protected]$$$$ && exit 1) |
4258bf4d | 832 | rm -f windres.pod |
c45021f2 | 833 | |
692ed3e7 NC |
834 | windmc.1: $(binutils_TEXI) $(binutils_TEXINFOS) |
835 | touch $@ | |
836 | -$(TEXI2POD) $(MANCONF) -Dwindmc < $(binutils_TEXI) > windmc.pod | |
837 | -($(POD2MAN) windmc.pod | sed -e '/^.if n .na/d' > [email protected]$$$$ && \ | |
838 | mv -f [email protected]$$$$ $@) || (rm -f [email protected]$$$$ && exit 1) | |
839 | rm -f windmc.pod | |
840 | ||
f33e8c5b | 841 | cxxfilt.man: $(binutils_TEXI) $(binutils_TEXINFOS) |
c45021f2 | 842 | touch $@ |
75aa6618 | 843 | -$(TEXI2POD) $(MANCONF) -Dcxxfilt < $(binutils_TEXI) > $(DEMANGLER_NAME).pod |
4258bf4d | 844 | -($(POD2MAN) $(DEMANGLER_NAME).pod | sed -e '/^.if n .na/d' > [email protected]$$$$ && \ |
c45021f2 | 845 | mv -f [email protected]$$$$ $@) || (rm -f [email protected]$$$$ && exit 1) |
4258bf4d | 846 | rm -f $(DEMANGLER_NAME).pod |
c45021f2 NC |
847 | |
848 | $(DEMANGLER_NAME).1: cxxfilt.man Makefile | |
38131e67 L |
849 | if test -f cxxfilt.man; then \ |
850 | man=cxxfilt.man; \ | |
851 | else \ | |
852 | man=$(srcdir)/cxxfilt.man; \ | |
853 | fi; \ | |
4258bf4d | 854 | sed -e 's/@PROGRAM@/$(DEMANGLER_NAME)/' \ |
38131e67 | 855 | -e 's/cxxfilt/$(DEMANGLER_NAME)/' < $$man \ |
c45021f2 NC |
856 | > $(DEMANGLER_NAME).1 |
857 | ||
7562a296 HPN |
858 | # We want install to imply install-info as per GNU standards, despite the |
859 | # cygnus option. | |
42ecbf5e | 860 | install-data-local: install-info |
7562a296 | 861 | |
c45021f2 NC |
862 | # Maintenance |
863 | ||
864 | # We need it for the taz target in ../../Makefile.in. | |
42ecbf5e | 865 | info-local: $(MANS) |
81ecdfbb | 866 | |
c45021f2 NC |
867 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
868 | # Otherwise a system limit (for SysV at least) may be exceeded. | |
869 | .NOEXPORT: |