Makefile.in revision 91041
1# Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999 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.
7
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
11# PARTICULAR PURPOSE.
12
13
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = ..
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60build_alias = @build_alias@
61build_triplet = @build@
62host_alias = @host_alias@
63host_triplet = @host@
64target_alias = @target_alias@
65target_triplet = @target@
66ALL_OBJ_DEPS = @ALL_OBJ_DEPS@
67AS = @AS@
68BFDLIB = @BFDLIB@
69CATALOGS = @CATALOGS@
70CATOBJEXT = @CATOBJEXT@
71CC = @CC@
72CXX = @CXX@
73CXXCPP = @CXXCPP@
74DATADIRNAME = @DATADIRNAME@
75DLLTOOL = @DLLTOOL@
76EXEEXT = @EXEEXT@
77GCJ = @GCJ@
78GCJFLAGS = @GCJFLAGS@
79GDBINIT = @GDBINIT@
80GMOFILES = @GMOFILES@
81GMSGFMT = @GMSGFMT@
82GT_NO = @GT_NO@
83GT_YES = @GT_YES@
84INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
85INSTOBJEXT = @INSTOBJEXT@
86INTLDEPS = @INTLDEPS@
87INTLLIBS = @INTLLIBS@
88INTLOBJS = @INTLOBJS@
89LEX = @LEX@
90LIBM = @LIBM@
91LIBTOOL = @LIBTOOL@
92LN_S = @LN_S@
93MAINT = @MAINT@
94MAKEINFO = @MAKEINFO@
95MKINSTALLDIRS = @MKINSTALLDIRS@
96MSGFMT = @MSGFMT@
97OBJDUMP = @OBJDUMP@
98OBJEXT = @OBJEXT@
99OPCODES_LIB = @OPCODES_LIB@
100PACKAGE = @PACKAGE@
101POFILES = @POFILES@
102POSUB = @POSUB@
103RANLIB = @RANLIB@
104STRIP = @STRIP@
105USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
106USE_NLS = @USE_NLS@
107VERSION = @VERSION@
108WARN_CFLAGS = @WARN_CFLAGS@
109YACC = @YACC@
110atof = @atof@
111cgen_cpu_prefix = @cgen_cpu_prefix@
112extra_objects = @extra_objects@
113install_tooldir = @install_tooldir@
114l = @l@
115obj_format = @obj_format@
116target_cpu_type = @target_cpu_type@
117te_file = @te_file@
118
119AUTOMAKE_OPTIONS = cygnus
120
121# What version of the manual you want; "all" includes everything
122CONFIG = all
123
124# Options to extract the man page from as.texinfo
125MANCONF = -Dman
126
127TEXI2POD = perl $(top_srcdir)/../etc/texi2pod.pl
128
129POD2MAN = pod2man --center="GNU Development Tools" \
130	--release="binutils-$(VERSION)" --section=1
131
132
133man_MANS = as.1
134
135info_TEXINFOS = as.texinfo gasp.texi
136
137CPU_DOCS = \
138	c-a29k.texi \
139	c-alpha.texi \
140	c-arc.texi \
141	c-arm.texi \
142	c-d10v.texi \
143	c-cris.texi \
144	c-h8300.texi \
145	c-h8500.texi \
146	c-hppa.texi \
147	c-i370.texi \
148	c-i386.texi \
149	c-i860.texi \
150	c-i960.texi \
151	c-m32r.texi \
152	c-m68hc11.texi \
153	c-m68k.texi \
154	c-m88k.texi \
155	c-mips.texi \
156	c-mmix.texi \
157	c-ns32k.texi \
158	c-pdp11.texi \
159	c-pj.texi \
160	c-ppc.texi \
161	c-sh.texi \
162	c-sh64.texi \
163	c-sparc.texi \
164        c-tic54x.texi \
165	c-vax.texi \
166	c-v850.texi \
167	c-z8k.texi
168
169
170# This one isn't ready for prime time yet.  Not even a little bit.
171
172noinst_TEXINFOS = internals.texi
173
174DISTCLEANFILES = asconfig.texi
175
176MAINTAINERCLEANFILES = gasver.texi
177mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
178CONFIG_HEADER = ../config.h
179CONFIG_CLEAN_FILES = 
180TEXI2DVI = `if test -f $(top_srcdir)/../texinfo/util/texi2dvi; then echo $(top_srcdir)/../texinfo/util/texi2dvi; else echo texi2dvi; fi`
181TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex
182INFO_DEPS = as.info gasp.info
183DVIS = as.dvi gasp.dvi
184TEXINFOS = as.texinfo gasp.texi
185man1dir = $(mandir)/man1
186MANS = $(man_MANS)
187
188NROFF = nroff
189DIST_COMMON =  Makefile.am Makefile.in
190
191
192DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
193
194TAR = tar
195GZIP_ENV = --best
196all: all-redirect
197.SUFFIXES:
198.SUFFIXES: .dvi .info .ps .texi .texinfo .txi
199$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
200	cd $(top_srcdir) && $(AUTOMAKE) --cygnus doc/Makefile
201
202Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
203	cd $(top_builddir) \
204	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
205
206
207as.info: as.texinfo
208as.dvi: as.texinfo
209
210
211gasp.info: gasp.texi
212gasp.dvi: gasp.texi
213
214
215DVIPS = dvips
216
217.texi.info:
218	@rm -f $@ $@-[0-9] $@-[0-9][0-9]
219	$(MAKEINFO) -I $(srcdir) $<
220
221.texi.dvi:
222	TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
223	  MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
224
225.texi:
226	@rm -f $@ $@-[0-9] $@-[0-9][0-9]
227	$(MAKEINFO) -I $(srcdir) $<
228
229.texinfo.info:
230	@rm -f $@ $@-[0-9] $@-[0-9][0-9]
231	$(MAKEINFO) -I $(srcdir) $<
232
233.texinfo:
234	@rm -f $@ $@-[0-9] $@-[0-9][0-9]
235	$(MAKEINFO) -I $(srcdir) $<
236
237.texinfo.dvi:
238	TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
239	  MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
240
241.txi.info:
242	@rm -f $@ $@-[0-9] $@-[0-9][0-9]
243	$(MAKEINFO) -I $(srcdir) $<
244
245.txi.dvi:
246	TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
247	  MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
248
249.txi:
250	@rm -f $@ $@-[0-9] $@-[0-9][0-9]
251	$(MAKEINFO) -I $(srcdir) $<
252.dvi.ps:
253	$(DVIPS) $< -o $@
254
255install-info-am: $(INFO_DEPS)
256	@$(NORMAL_INSTALL)
257	$(mkinstalldirs) $(DESTDIR)$(infodir)
258	@list='$(INFO_DEPS)'; \
259	for file in $$list; do \
260	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
261	  for ifile in `cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
262	    if test -f $$d/$$ifile; then \
263	      echo " $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile"; \
264	      $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile; \
265	    else : ; fi; \
266	  done; \
267	done
268	@$(POST_INSTALL)
269	@if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
270	  list='$(INFO_DEPS)'; \
271	  for file in $$list; do \
272	    echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
273	    install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\
274	  done; \
275	else : ; fi
276
277uninstall-info:
278	$(PRE_UNINSTALL)
279	@if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
280	  ii=yes; \
281	else ii=; fi; \
282	list='$(INFO_DEPS)'; \
283	for file in $$list; do \
284	  test -z "$ii" \
285	    || install-info --info-dir=$(DESTDIR)$(infodir) --remove $$file; \
286	done
287	@$(NORMAL_UNINSTALL)
288	list='$(INFO_DEPS)'; \
289	for file in $$list; do \
290	  (cd $(DESTDIR)$(infodir) && rm -f $$file $$file-[0-9] $$file-[0-9][0-9]); \
291	done
292
293dist-info: $(INFO_DEPS)
294	list='$(INFO_DEPS)'; \
295	for base in $$list; do \
296	  if test -f $$base; then d=.; else d=$(srcdir); fi; \
297	  for file in `cd $$d && eval echo $$base*`; do \
298	    test -f $(distdir)/$$file \
299	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
300	    || cp -p $$d/$$file $(distdir)/$$file; \
301	  done; \
302	done
303
304mostlyclean-aminfo:
305	-rm -f as.aux as.cp as.cps as.dvi as.fn as.fns as.ky as.kys as.ps \
306	  as.log as.pg as.toc as.tp as.tps as.vr as.vrs as.op as.tr \
307	  as.cv as.cn gasp.aux gasp.cp gasp.cps gasp.dvi gasp.fn \
308	  gasp.fns gasp.ky gasp.kys gasp.ps gasp.log gasp.pg gasp.toc \
309	  gasp.tp gasp.tps gasp.vr gasp.vrs gasp.op gasp.tr gasp.cv \
310	  gasp.cn
311
312clean-aminfo:
313
314distclean-aminfo:
315
316maintainer-clean-aminfo:
317	for i in $(INFO_DEPS); do \
318	  rm -f $$i; \
319	  if test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \
320	    rm -f $$i-[0-9]*; \
321	  fi; \
322	done
323clean-info: mostlyclean-aminfo
324
325install-man1:
326	$(mkinstalldirs) $(DESTDIR)$(man1dir)
327	@list='$(man1_MANS)'; \
328	l2='$(man_MANS)'; for i in $$l2; do \
329	  case "$$i" in \
330	    *.1*) list="$$list $$i" ;; \
331	  esac; \
332	done; \
333	for i in $$list; do \
334	  if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
335	  else file=$$i; fi; \
336	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
337	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
338	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
339	  echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
340	  $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
341	done
342
343uninstall-man1:
344	@list='$(man1_MANS)'; \
345	l2='$(man_MANS)'; for i in $$l2; do \
346	  case "$$i" in \
347	    *.1*) list="$$list $$i" ;; \
348	  esac; \
349	done; \
350	for i in $$list; do \
351	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
352	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
353	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
354	  echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
355	  rm -f $(DESTDIR)$(man1dir)/$$inst; \
356	done
357install-man: $(MANS)
358	@$(NORMAL_INSTALL)
359	$(MAKE) $(AM_MAKEFLAGS) install-man1
360uninstall-man:
361	@$(NORMAL_UNINSTALL)
362	$(MAKE) $(AM_MAKEFLAGS) uninstall-man1
363tags: TAGS
364TAGS:
365
366
367distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
368
369subdir = doc
370
371distdir: $(DISTFILES)
372	@for file in $(DISTFILES); do \
373	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
374	  if test -d $$d/$$file; then \
375	    cp -pr $$d/$$file $(distdir)/$$file; \
376	  else \
377	    test -f $(distdir)/$$file \
378	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
379	    || cp -p $$d/$$file $(distdir)/$$file || :; \
380	  fi; \
381	done
382	$(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-info
383info-am: $(INFO_DEPS)
384info: info-am
385dvi-am: $(DVIS)
386dvi: dvi-am
387check-am:
388check: check-am
389installcheck-am:
390installcheck: installcheck-am
391install-info-am: 
392install-info: install-info-am
393install-exec-am:
394install-exec: install-exec-am
395
396install-data-am: install-man
397install-data: install-data-am
398
399install-am: all-am
400	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
401install: install-am
402uninstall-am: uninstall-man
403uninstall: uninstall-am
404all-am: Makefile $(MANS)
405all-redirect: all-am
406install-strip:
407	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
408installdirs:
409	$(mkinstalldirs)  $(DESTDIR)$(mandir)/man1
410
411
412mostlyclean-generic:
413
414clean-generic:
415
416distclean-generic:
417	-rm -f Makefile $(CONFIG_CLEAN_FILES)
418	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
419	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
420
421maintainer-clean-generic:
422	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
423mostlyclean-am:  mostlyclean-aminfo mostlyclean-generic
424
425mostlyclean: mostlyclean-am
426
427clean-am:  clean-aminfo clean-generic mostlyclean-am
428
429clean: clean-am
430
431distclean-am:  distclean-aminfo distclean-generic clean-am
432	-rm -f libtool
433
434distclean: distclean-am
435
436maintainer-clean-am:  maintainer-clean-aminfo maintainer-clean-generic \
437		distclean-am
438	@echo "This command is intended for maintainers to use;"
439	@echo "it deletes files that may require special tools to rebuild."
440
441maintainer-clean: maintainer-clean-am
442
443.PHONY: install-info-am uninstall-info mostlyclean-aminfo \
444distclean-aminfo clean-aminfo maintainer-clean-aminfo install-man1 \
445uninstall-man1 install-man uninstall-man tags distdir info-am info \
446dvi-am dvi check check-am installcheck-am installcheck install-info-am \
447install-info install-exec-am install-exec install-data-am install-data \
448install-am install uninstall-am uninstall all-redirect all-am all \
449installdirs mostlyclean-generic distclean-generic clean-generic \
450maintainer-clean-generic clean mostlyclean distclean maintainer-clean
451
452
453asconfig.texi: $(CONFIG).texi
454	rm -f asconfig.texi
455	ln -s $(srcdir)/$(CONFIG).texi ./asconfig.texi >/dev/null 2>&1 \
456	  || ln $(srcdir)/$(CONFIG).texi ./asconfig.texi >/dev/null 2>&1 \
457	  || cp $(srcdir)/$(CONFIG).texi ./asconfig.texi
458
459gasver.texi: Makefile
460	rm -f $@
461	echo '@set VERSION $(VERSION)' > $@
462
463as.info: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS)
464as.dvi: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS)
465
466# We want install to imply install-info as per GNU standards, despite the
467# cygnus option.
468install: install-info
469
470# Maintenance
471
472# We need it for the taz target in ../../Makefile.in.
473info: $(MANS)
474
475# Build the man page from the texinfo file
476# The sed command removes the no-adjust Nroff command so that
477# the man output looks standard.
478as.1: $(srcdir)/as.texinfo
479	touch $@
480	-$(TEXI2POD) $(MANCONF) < $(srcdir)/as.texinfo > as.pod
481	-($(POD2MAN) as.pod | \
482	        sed -e '/^.if n .na/d' > $@.T$$$$ && \
483	        mv -f $@.T$$$$ $@) || \
484	        (rm -f $@.T$$$$ && exit 1)
485	rm -f as.pod
486
487# Tell versions [3.59,3.63) of GNU make to not export all variables.
488# Otherwise a system limit (for SysV at least) may be exceeded.
489.NOEXPORT:
490