1 ## Process this file with automake to generate Makefile.in
3 AUTOMAKE_OPTIONS = cygnus
5 # What version of the manual you want; "all" includes everything
8 # Options to extract the man page from as.texinfo
11 TEXI2POD = perl $(top_srcdir)/../etc/texi2pod.pl $(AM_MAKEINFOFLAGS)
13 POD2MAN = pod2man --center="GNU Development Tools" \
14 --release="binutils-$(VERSION)" --section=1
16 # List of man pages generated from binutils.texi
34 info_TEXINFOS = binutils.texi
35 binutils_TEXI = $(srcdir)/binutils.texi
37 AM_MAKEINFOFLAGS = -I "$(srcdir)" -I "$(top_srcdir)/../libiberty" \
39 TEXI2DVI = texi2dvi -I "$(srcdir)" -I "$(top_srcdir)/../libiberty" \
42 # Man page generation from texinfo
43 addr2line.1: $(binutils_TEXI) $(binutils_TEXINFOS)
45 -$(TEXI2POD) $(MANCONF) -Daddr2line < $(binutils_TEXI) > addr2line.pod
46 -($(POD2MAN) addr2line.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
47 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
50 ar.1: $(binutils_TEXI) $(binutils_TEXINFOS)
52 -$(TEXI2POD) $(MANCONF) -Dar < $(binutils_TEXI) > ar.pod
53 -($(POD2MAN) ar.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
54 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
57 dlltool.1: $(binutils_TEXI) $(binutils_TEXINFOS)
59 -$(TEXI2POD) $(MANCONF) -Ddlltool < $(binutils_TEXI) > dlltool.pod
60 -($(POD2MAN) dlltool.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
61 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
64 nlmconv.1: $(binutils_TEXI) $(binutils_TEXINFOS)
66 -$(TEXI2POD) $(MANCONF) -Dnlmconv < $(binutils_TEXI) > nlmconv.pod
67 -($(POD2MAN) nlmconv.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
68 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
71 nm.1: $(binutils_TEXI) $(binutils_TEXINFOS)
73 -$(TEXI2POD) $(MANCONF) -Dnm < $(binutils_TEXI) > nm.pod
74 -($(POD2MAN) nm.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
75 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
78 objcopy.1: $(binutils_TEXI) $(binutils_TEXINFOS)
80 -$(TEXI2POD) $(MANCONF) -Dobjcopy < $(binutils_TEXI) > objcopy.pod
81 -($(POD2MAN) objcopy.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
82 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
85 objdump.1: $(binutils_TEXI) $(binutils_TEXINFOS)
87 -$(TEXI2POD) $(MANCONF) -Dobjdump < $(binutils_TEXI) > objdump.pod
88 -($(POD2MAN) objdump.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
89 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
92 ranlib.1: $(binutils_TEXI) $(binutils_TEXINFOS)
94 -$(TEXI2POD) $(MANCONF) -Dranlib < $(binutils_TEXI) > ranlib.pod
95 -($(POD2MAN) ranlib.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
96 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
99 readelf.1: $(binutils_TEXI) $(binutils_TEXINFOS)
101 -$(TEXI2POD) $(MANCONF) -Dreadelf < $(binutils_TEXI) > readelf.pod
102 -($(POD2MAN) readelf.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
103 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
106 size.1: $(binutils_TEXI) $(binutils_TEXINFOS)
108 -$(TEXI2POD) $(MANCONF) -Dsize < $(binutils_TEXI) > size.pod
109 -($(POD2MAN) size.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
110 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
113 strings.1: $(binutils_TEXI) $(binutils_TEXINFOS)
115 -$(TEXI2POD) $(MANCONF) -Dstrings < $(binutils_TEXI) > strings.pod
116 -($(POD2MAN) strings.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
117 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
120 strip.1: $(binutils_TEXI) $(binutils_TEXINFOS)
122 -$(TEXI2POD) $(MANCONF) -Dstrip < $(binutils_TEXI) > strip.pod
123 -($(POD2MAN) strip.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
124 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
127 windres.1: $(binutils_TEXI) $(binutils_TEXINFOS)
129 -$(TEXI2POD) $(MANCONF) -Dwindres < $(binutils_TEXI) > windres.pod
130 -($(POD2MAN) windres.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
131 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
134 windmc.1: $(binutils_TEXI) $(binutils_TEXINFOS)
136 -$(TEXI2POD) $(MANCONF) -Dwindmc < $(binutils_TEXI) > windmc.pod
137 -($(POD2MAN) windmc.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
138 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
141 cxxfilt.man: $(binutils_TEXI) $(binutils_TEXINFOS)
143 -$(TEXI2POD) $(MANCONF) -Dcxxfilt < $(binutils_TEXI) > $(DEMANGLER_NAME).pod
144 -($(POD2MAN) $(DEMANGLER_NAME).pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
145 mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
146 rm -f $(DEMANGLER_NAME).pod
148 MOSTLYCLEANFILES = $(DEMANGLER_NAME).1
150 $(DEMANGLER_NAME).1: cxxfilt.man Makefile
151 if test -f cxxfilt.man; then \
154 man=$(srcdir)/cxxfilt.man; \
156 sed -e 's/@PROGRAM@/$(DEMANGLER_NAME)/' \
157 -e 's/cxxfilt/$(DEMANGLER_NAME)/' < $$man \
158 > $(DEMANGLER_NAME).1
160 # We want install to imply install-info as per GNU standards, despite the
162 install-data-local: install-info
164 html__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
166 install-html: install-html-am
168 install-html-am: $(HTMLS)
170 test -z "$(htmldir)" || $(mkdir_p) "$(DESTDIR)$(htmldir)"
171 @list='$(HTMLS)'; for p in $$list; do \
172 if test -f "$$p" || test -d "$$p"; then d=""; else d="$(srcdir)/"; fi; \
173 f=$(html__strip_dir) \
174 if test -d "$$d$$p"; then \
175 echo " $(mkdir_p) '$(DESTDIR)$(htmldir)/$$f'"; \
176 $(mkdir_p) "$(DESTDIR)$(htmldir)/$$f" || exit 1; \
177 echo " $(INSTALL_DATA) '$$d$$p'/* '$(DESTDIR)$(htmldir)/$$f'"; \
178 $(INSTALL_DATA) "$$d$$p"/* "$(DESTDIR)$(htmldir)/$$f"; \
180 echo " $(INSTALL_DATA) '$$d$$p' '$(DESTDIR)$(htmldir)/$$f'"; \
181 $(INSTALL_DATA) "$$d$$p" "$(DESTDIR)$(htmldir)/$$f"; \
185 MAINTAINERCLEANFILES = binutils.info
187 # Automake 1.9 will only build info files in the objdir if they are
188 # mentioned in DISTCLEANFILES. It doesn't have to be unconditional,
189 # though, so we use a bogus condition.
191 DISTCLEANFILES = binutils.info
196 # We need it for the taz target in ../../Makefile.in.