1 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
3 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
17 top_srcdir = @top_srcdir@
20 exec_prefix = @exec_prefix@
24 libexecdir = @libexecdir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
46 AUTOHEADER = @AUTOHEADER@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
60 build_alias = @build_alias@
61 build_triplet = @build@
62 host_alias = @host_alias@
64 target_alias = @target_alias@
65 target_triplet = @target@
66 ALL_OBJ_DEPS = @ALL_OBJ_DEPS@
70 CATOBJEXT = @CATOBJEXT@
74 DATADIRNAME = @DATADIRNAME@
84 INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
85 INSTOBJEXT = @INSTOBJEXT@
95 MKINSTALLDIRS = @MKINSTALLDIRS@
99 OPCODES_LIB = @OPCODES_LIB@
105 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
108 WARN_CFLAGS = @WARN_CFLAGS@
111 cgen_cpu_prefix = @cgen_cpu_prefix@
112 extra_objects = @extra_objects@
113 install_tooldir = @install_tooldir@
115 obj_format = @obj_format@
116 target_cpu_type = @target_cpu_type@
119 AUTOMAKE_OPTIONS = cygnus
121 # What version of the manual you want; "all" includes everything
124 # Options to extract the man page from as.texinfo
127 TEXI2POD = perl $(top_srcdir)/../etc/texi2pod.pl
129 POD2MAN = pod2man --center="GNU Development Tools" \
130 --release="binutils-$(VERSION)" --section=1
135 # The gasp.texi file is now deprecated, as GASP has been deprecated.
136 # It will disappear in a future release.
137 info_TEXINFOS = as.texinfo
173 # This one isn't ready for prime time yet. Not even a little bit.
175 noinst_TEXINFOS = internals.texi gasp.texi
177 DISTCLEANFILES = asconfig.texi
179 MAINTAINERCLEANFILES = gasver.texi
180 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
181 CONFIG_HEADER = ../config.h
183 TEXI2DVI = `if test -f $(top_srcdir)/../texinfo/util/texi2dvi; then echo $(top_srcdir)/../texinfo/util/texi2dvi; else echo texi2dvi; fi`
184 TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex
187 TEXINFOS = as.texinfo
188 man1dir = $(mandir)/man1
192 DIST_COMMON = Makefile.am Makefile.in
195 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
201 .SUFFIXES: .dvi .info .ps .texi .texinfo .txi
202 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
203 cd $(top_srcdir) && $(AUTOMAKE) --cygnus doc/Makefile
205 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
207 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
217 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
218 $(MAKEINFO) -I $(srcdir) $<
221 TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
222 MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
225 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
226 $(MAKEINFO) -I $(srcdir) $<
229 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
230 $(MAKEINFO) -I $(srcdir) $<
233 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
234 $(MAKEINFO) -I $(srcdir) $<
237 TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
238 MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
241 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
242 $(MAKEINFO) -I $(srcdir) $<
245 TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
246 MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
249 @rm -f $@ $@-[0-9] $@-[0-9][0-9]
250 $(MAKEINFO) -I $(srcdir) $<
254 install-info-am: $(INFO_DEPS)
256 $(mkinstalldirs) $(DESTDIR)$(infodir)
257 @list='$(INFO_DEPS)'; \
258 for file in $$list; do \
259 if test -f $$file; then d=.; else d=$(srcdir); fi; \
260 for ifile in `cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
261 if test -f $$d/$$ifile; then \
262 echo " $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile"; \
263 $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile; \
268 @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
269 list='$(INFO_DEPS)'; \
270 for file in $$list; do \
271 echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
272 install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\
278 @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
281 list='$(INFO_DEPS)'; \
282 for file in $$list; do \
284 || install-info --info-dir=$(DESTDIR)$(infodir) --remove $$file; \
287 list='$(INFO_DEPS)'; \
288 for file in $$list; do \
289 (cd $(DESTDIR)$(infodir) && rm -f $$file $$file-[0-9] $$file-[0-9][0-9]); \
292 dist-info: $(INFO_DEPS)
293 list='$(INFO_DEPS)'; \
294 for base in $$list; do \
295 if test -f $$base; then d=.; else d=$(srcdir); fi; \
296 for file in `cd $$d && eval echo $$base*`; do \
297 test -f $(distdir)/$$file \
298 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
299 || cp -p $$d/$$file $(distdir)/$$file; \
304 -rm -f as.aux as.cp as.cps as.dvi as.fn as.fns as.ky as.kys as.ps \
305 as.log as.pg as.toc as.tp as.tps as.vr as.vrs as.op as.tr \
312 maintainer-clean-aminfo:
313 for i in $(INFO_DEPS); do \
315 if test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \
319 clean-info: mostlyclean-aminfo
322 $(mkinstalldirs) $(DESTDIR)$(man1dir)
323 @list='$(man1_MANS)'; \
324 l2='$(man_MANS)'; for i in $$l2; do \
326 *.1*) list="$$list $$i" ;; \
329 for i in $$list; do \
330 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
332 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
333 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
334 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
335 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
336 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
340 @list='$(man1_MANS)'; \
341 l2='$(man_MANS)'; for i in $$l2; do \
343 *.1*) list="$$list $$i" ;; \
346 for i in $$list; do \
347 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
348 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
349 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
350 echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
351 rm -f $(DESTDIR)$(man1dir)/$$inst; \
355 $(MAKE) $(AM_MAKEFLAGS) install-man1
358 $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
363 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
367 distdir: $(DISTFILES)
368 @for file in $(DISTFILES); do \
369 if test -f $$file; then d=.; else d=$(srcdir); fi; \
370 if test -d $$d/$$file; then \
371 cp -pr $$d/$$file $(distdir)/$$file; \
373 test -f $(distdir)/$$file \
374 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
375 || cp -p $$d/$$file $(distdir)/$$file || :; \
378 $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-info
379 info-am: $(INFO_DEPS)
386 installcheck: installcheck-am
388 install-info: install-info-am
390 install-exec: install-exec-am
392 install-data-am: install-man
393 install-data: install-data-am
396 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
398 uninstall-am: uninstall-man
399 uninstall: uninstall-am
400 all-am: Makefile $(MANS)
403 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
405 $(mkinstalldirs) $(DESTDIR)$(mandir)/man1
413 -rm -f Makefile $(CONFIG_CLEAN_FILES)
414 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
415 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
417 maintainer-clean-generic:
418 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
419 mostlyclean-am: mostlyclean-aminfo mostlyclean-generic
421 mostlyclean: mostlyclean-am
423 clean-am: clean-aminfo clean-generic mostlyclean-am
427 distclean-am: distclean-aminfo distclean-generic clean-am
430 distclean: distclean-am
432 maintainer-clean-am: maintainer-clean-aminfo maintainer-clean-generic \
434 @echo "This command is intended for maintainers to use;"
435 @echo "it deletes files that may require special tools to rebuild."
437 maintainer-clean: maintainer-clean-am
439 .PHONY: install-info-am uninstall-info mostlyclean-aminfo \
440 distclean-aminfo clean-aminfo maintainer-clean-aminfo install-man1 \
441 uninstall-man1 install-man uninstall-man tags distdir info-am info \
442 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
443 install-info install-exec-am install-exec install-data-am install-data \
444 install-am install uninstall-am uninstall all-redirect all-am all \
445 installdirs mostlyclean-generic distclean-generic clean-generic \
446 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
449 asconfig.texi: $(CONFIG).texi
451 ln -s $(srcdir)/$(CONFIG).texi ./asconfig.texi >/dev/null 2>&1 \
452 || ln $(srcdir)/$(CONFIG).texi ./asconfig.texi >/dev/null 2>&1 \
453 || cp $(srcdir)/$(CONFIG).texi ./asconfig.texi
455 gasver.texi: Makefile
457 echo '@set VERSION $(VERSION)' > $@
459 as.info: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS)
460 as.dvi: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS)
462 # We want install to imply install-info as per GNU standards, despite the
464 install: install-info
468 # We need it for the taz target in ../../Makefile.in.
471 # Build the man page from the texinfo file
472 # The sed command removes the no-adjust Nroff command so that
473 # the man output looks standard.
474 as.1: $(srcdir)/as.texinfo
476 -$(TEXI2POD) $(MANCONF) < $(srcdir)/as.texinfo > as.pod
477 -($(POD2MAN) as.pod | \
483 # Tell versions [3.59,3.63) of GNU make to not export all variables.
484 # Otherwise a system limit (for SysV at least) may be exceeded.