# Generated automatically from Makefile.in by configure.
# Makefile.in generated automatically by automake 1.4 from Makefile.am

# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.


SHELL = /bin/sh

srcdir = .
top_srcdir = ..
prefix = /
exec_prefix = ${prefix}

bindir = ${exec_prefix}/bin
sbindir = ${exec_prefix}/sbin
libexecdir = ${exec_prefix}/libexec
datadir = ${prefix}/share
sysconfdir = ${prefix}/etc
sharedstatedir = ${prefix}/com
localstatedir = ${prefix}/var
libdir = ${exec_prefix}/lib
infodir = ${prefix}/info
guidedir = ${prefix}/guide
htmldir = ${prefix}/html
dvidir = ${prefix}/dvi
psdir = ${prefix}/ps
mandir = ${prefix}/man
includedir = ${prefix}/include
oldincludedir = /usr/include

DESTDIR =

pkgdatadir = $(datadir)/bison
pkglibdir = $(libdir)/bison
pkgincludedir = $(includedir)/bison

top_builddir = ..

ACLOCAL = /work/beos/source/exp/srcx/gnu/bison/missing aclocal
AUTOCONF = /work/beos/source/exp/srcx/gnu/bison/missing autoconf
AUTOMAKE = /work/beos/source/exp/srcx/gnu/bison/missing automake
AUTOHEADER = /work/beos/source/exp/srcx/gnu/bison/missing autoheader

INSTALL = /bin/install -c
INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_SCRIPT = ${INSTALL_PROGRAM}
transform = s,x,x,

NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
CATALOGS =  de.gmo es.gmo fr.gmo nl.gmo
CATOBJEXT = .gmo
CC = gcc
CPP = gcc -E
DATADIRNAME = share
GENCAT = 
GMOFILES =  de.gmo es.gmo fr.gmo nl.gmo
GMSGFMT = msgfmt
GT_NO = 
GT_YES = #YES#
INCLUDE_LOCALE_H = #include <locale.h>
INSTOBJEXT = .mo
INTLDEPS = $(top_builddir)/intl/libintl.a
INTLLIBS = $(top_builddir)/intl/libintl.a
INTLOBJS = $(GETTOBJS)
MAKEINFO = /work/beos/source/exp/srcx/gnu/bison/missing makeinfo
MKINSTALLDIRS = ./mkinstalldirs
MSGFMT = msgfmt
PACKAGE = bison
POFILES =  de.po es.po fr.po nl.po
POSUB = po
RANLIB = ranlib
U = 
USE_INCLUDED_LIBINTL = yes
USE_NLS = yes
VERSION = 1.28
l = 

AUTOMAKE_OPTIONS = 1.4

info_TEXINFOS = bison.texinfo
man_MANS = bison.1

EXTRA_DIST = FAQ bison.1 bison.rnh
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../config.h
CONFIG_CLEAN_FILES = 
TEXI2DVI = texi2dvi
INFO_DEPS = bison.info
DVIS = bison.dvi
TEXINFOS = bison.texinfo
GUIDES = bison.guide
GUIDE_DEPS = bison.guide
HTMLS = bison.html
HTML_DEPS = bison.html
PS_S = bison.ps
PS_DEPS = bison.ps
man1dir = $(mandir)/man1
MANS = $(man_MANS)

NROFF = nroff
DIST_COMMON =  ChangeLog Makefile.am Makefile.in mdate-sh stamp-vti \
texinfo.tex version.texi


DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
TAR = tar
GZIP_ENV = --best
all: all-redirect
.SUFFIXES:
.SUFFIXES: .dvi .guide .html .info .ps .texi .texinfo .txi
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
	cd $(top_srcdir) && $(AUTOMAKE) --geek --include-deps doc/Makefile

Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
	cd $(top_builddir) \
	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status


$(srcdir)/version.texi: stamp-vti
	@:

$(srcdir)/stamp-vti: bison.texinfo $(top_srcdir)/configure.in
	@echo "@set UPDATED `$(SHELL) $(srcdir)/mdate-sh $(srcdir)/bison.texinfo`" > vti.tmp
	@echo "@set EDITION $(VERSION)" >> vti.tmp
	@echo "@set VERSION $(VERSION)" >> vti.tmp
	@cmp -s vti.tmp $(srcdir)/version.texi \
	  || (echo "Updating $(srcdir)/version.texi"; \
	      cp vti.tmp $(srcdir)/version.texi)
	-@rm -f vti.tmp
	@cp $(srcdir)/version.texi $@

mostlyclean-vti:
	-rm -f vti.tmp

clean-vti:

distclean-vti:

maintainer-clean-vti:
	-rm -f $(srcdir)/stamp-vti $(srcdir)/version.texi

bison.info: bison.texinfo version.texi
bison.guide: bison.texinfo version.texi
bison.html: bison.texinfo version.texi
bison.ps: bison.dvi
bison.dvi: bison.texinfo version.texi


DVIPS = dvips

.texi.info:
	@rm -f $@ $@-[0-9] $@-[0-9][0-9]
	$(MAKEINFO) -I$(srcdir) $< --output=$@

.texi.dvi:
	TEXINPUTS=.:$$TEXINPUTS \
	  MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<

.texi:
	@rm -f $@ $@-[0-9] $@-[0-9][0-9]
	$(MAKEINFO) -I $(srcdir) $< --output=$@

.texinfo.info:
	@rm -f $@ $@-[0-9] $@-[0-9][0-9]
	$(MAKEINFO) -I $(srcdir) $< --output=$@

.texinfo:
	@rm -f $@ $@-[0-9] $@-[0-9][0-9]
	$(MAKEINFO) -I $(srcdir) $< --output=$@

.texinfo.dvi:
	TEXINPUTS=.:$$TEXINPUTS \
	  MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<

.txi.info:
	@rm -f $@ $@-[0-9] $@-[0-9][0-9]
	$(MAKEINFO) -I $(srcdir) $<

.txi.dvi:
	TEXINPUTS=.:$$TEXINPUTS \
	  MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<

.txi:
	@rm -f $@ $@-[0-9] $@-[0-9][0-9]
	$(MAKEINFO) -I $(srcdir) $<
.dvi.ps:
	$(DVIPS) $< -o $@

install-info-am: $(INFO_DEPS)
	@$(NORMAL_INSTALL)
	$(mkinstalldirs) $(DESTDIR)$(infodir)
	@list='$(INFO_DEPS)'; \
	for file in $$list; do \
	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
	  for ifile in `cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
	    if test -f $$d/$$ifile; then \
	      echo " $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile"; \
	      $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile; \
	    else : ; fi; \
	  done; \
	done
	@$(POST_INSTALL)
	@if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
	  list='$(INFO_DEPS)'; \
	  for file in $$list; do \
	    echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
	    install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\
	  done; \
	else : ; fi

uninstall-info:
	$(PRE_UNINSTALL)
	@if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
	  ii=yes; \
	else ii=; fi; \
	list='$(INFO_DEPS)'; \
	for file in $$list; do \
	  test -z "$ii" \
	    || install-info --info-dir=$(DESTDIR)$(infodir) --remove $$file; \
	done
	@$(NORMAL_UNINSTALL)
	list='$(INFO_DEPS)'; \
	for file in $$list; do \
	  (cd $(DESTDIR)$(infodir) && rm -f $$file $$file-[0-9] $$file-[0-9][0-9]); \
	done

dist-info: $(INFO_DEPS)
	list='$(INFO_DEPS)'; \
	for base in $$list; do \
	  if test -f $$base; then d=.; else d=$(srcdir); fi; \
	  for file in `cd $$d && eval echo $$base*`; do \
	    test -f $(distdir)/$$file \
	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
	    || cp -p $$d/$$file $(distdir)/$$file; \
	  done; \
	done

MAKEGUIDE= $(MAKEINFO) --amiga

MAKEHTML = texi2html -number -split_chapter

.texi.guide:
	$(MAKEGUIDE) -I$(srcdir) $< -o $@

.texinfo.guide:
	$(MAKEGUIDE) -I$(srcdir) $< -o $@

.txi.guide:
	$(MAKEGUIDE) -I$(srcdir) $< -o $@

.texi.html:
	$(MAKEHTML) -I$(srcdir) $< 

.texinfo.html:
	$(MAKEHTML) -I$(srcdir) $< 

install-guide: $(GUIDE_DEPS)
	$(mkinstalldirs) $(guidedir)
	for file in $(GUIDE_DEPS); do		\
	  for ifile in `echo $$file*`; do \
	    $(INSTALL_DATA) $$ifile $(guidedir)/$$ifile; \
	  done;					\
	done

uninstall-guide:
	for file in *.guide*; do	\
	  rm -f $(guidedir)/$$file; \
	done

install-ps: $(PS_S)
	$(mkinstalldirs) $(psdir)
	for file in $(PS_DEPS); do		\
	  for ifile in `echo $$file*`; do \
	    $(INSTALL_DATA) $$ifile $(psdir)/$$ifile; \
	  done;					\
	done

uninstall-ps:
	for file in *.ps*; do	\
	  rm -f $(psdir)/$$file; \
	done

install-dvi: $(DVIS)
	$(mkinstalldirs) $(dvidir)
	for file in $(DVIS); do		\
	  for ifile in `echo $$file*`; do \
	    $(INSTALL_DATA) $$ifile $(dvidir)/$$ifile; \
	  done;					\
	done

uninstall-dvi:
	for file in *.dvi*; do	\
	  rm -f $(dvidir)/$$file; \
	done

install-html: $(HTML_DEPS)
	$(mkinstalldirs) $(htmldir)
	@touch $(HTML_DEPS)
	@for file in $(HTML_DEPS); do \
	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
	  bfile=`basename $$file .html`; \
	  for ifile in `cd $$d && echo $$file $$bfile'_toc.html' $$bfile'_foot.html' $$bfile'_[0-9].html' $$bfile'_[0-9][0-9].html'`; do \
	    if test -f $$d/$$ifile; then \
	      echo " $(INSTALL_DATA) $$d/$$ifile $(htmldir)/$$ifile"; \
	      $(INSTALL_DATA) $$d/$$ifile $(htmldir)/$$ifile; \
	    else : ; fi; \
	  done; \
	done
	@rm -f $(htmldir)/$(HTML_DEPS)

uninstall-html:
	@for file in $(HTML_DEPS); do \
	  bfile=`basename $$file .html`; \
	  for ifile in `cd $(htmldir) && echo $$file $$bfile'_toc.html' $$bfile'_foot.html' $$bfile'_[0-9].html' $$bfile'_[0-9][0-9].html'`; do \
	    echo "removing: $(htmldir)/$$ifile"; \
	    rm -f $(htmldir)/$$ifile; \
	  done; \
	done

mostlyclean-guide:
	rm -f bison.aux bison.cp bison.cps bison.dvi bison.fn bison.fns \
	  bison.ky bison.kys bison.ps bison.log bison.pg bison.toc \
	  bison.tp bison.tps bison.vr bison.vrs bison.op bison.tr \
	  bison.cv bison.cn bison.guide bison.html bison.ps

clean-guide:

distclean-guide:

maintainer-clean-guide:
	rm -f $(GUIDES)

mostlyclean-html:
	rm -f bison.aux bison.cp bison.cps bison.dvi bison.fn bison.fns \
	  bison.ky bison.kys bison.ps bison.log bison.pg bison.toc \
	  bison.tp bison.tps bison.vr bison.vrs bison.op bison.tr \
	  bison.cv bison.cn bison.guide bison.html bison.ps

clean-html:

distclean-html:

maintainer-clean-html:
	rm -f $(HTMLS)

mostlyclean-ps:
	rm -f bison.aux bison.cp bison.cps bison.dvi bison.fn bison.fns \
	  bison.ky bison.kys bison.ps bison.log bison.pg bison.toc \
	  bison.tp bison.tps bison.vr bison.vrs bison.op bison.tr \
	  bison.cv bison.cn bison.guide bison.html bison.ps

clean-ps:

distclean-ps:

maintainer-clean-ps:
	rm -f $(PS_S)

mostlyclean-dvi:
	rm -f bison.aux bison.cp bison.cps bison.dvi bison.fn bison.fns \
	  bison.ky bison.kys bison.ps bison.log bison.pg bison.toc \
	  bison.tp bison.tps bison.vr bison.vrs bison.op bison.tr \
	  bison.cv bison.cn bison.guide bison.html bison.ps

clean-dvi:

distclean-dvi:

maintainer-clean-dvi:
	rm -f $(DVIS)

mostlyclean-aminfo:
	-rm -f bison.aux bison.cp bison.cps bison.dvi bison.fn bison.fns \
	  bison.ky bison.kys bison.ps bison.log bison.pg bison.toc \
	  bison.tp bison.tps bison.vr bison.vrs bison.op bison.tr \
	  bison.cv bison.cn bison.guide bison.html bison.ps

clean-aminfo:

distclean-aminfo:

maintainer-clean-aminfo:
	cd $(srcdir) && for i in $(INFO_DEPS); do \
	  rm -f $$i; \
	  if test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \
	    rm -f $$i-[0-9]*; \
	  fi; \
	done

install-man1:
	$(mkinstalldirs) $(DESTDIR)$(man1dir)
	@list='$(man1_MANS)'; \
	l2='$(man_MANS)'; for i in $$l2; do \
	  case "$$i" in \
	    *.1*) list="$$list $$i" ;; \
	  esac; \
	done; \
	for i in $$list; do \
	  if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
	  else file=$$i; fi; \
	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
	  echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
	  $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
	done

uninstall-man1:
	@list='$(man1_MANS)'; \
	l2='$(man_MANS)'; for i in $$l2; do \
	  case "$$i" in \
	    *.1*) list="$$list $$i" ;; \
	  esac; \
	done; \
	for i in $$list; do \
	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
	  echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
	  rm -f $(DESTDIR)$(man1dir)/$$inst; \
	done
install-man: $(MANS)
	@$(NORMAL_INSTALL)
	$(MAKE) $(AM_MAKEFLAGS) install-man1
uninstall-man:
	@$(NORMAL_UNINSTALL)
	$(MAKE) $(AM_MAKEFLAGS) uninstall-man1
tags: TAGS
TAGS:


distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)

subdir = doc

distdir: $(DISTFILES)
	@for file in $(DISTFILES); do \
	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
	  if test -d $$d/$$file; then \
	    cp -pr $$/$$file $(distdir)/$$file; \
	  else \
	    test -f $(distdir)/$$file \
	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
	    || cp -p $$d/$$file $(distdir)/$$file || :; \
	  fi; \
	done
	$(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-info
info-am: $(INFO_DEPS)
info: info-am
guide-am: $(GUIDE_DEPS)
guide: guide-am
html-am: $(HTML_DEPS)
html: html-am
ps-am: $(PS_DEPS)
ps: ps-am
dvi-am: $(DVIS)
dvi: dvi-am
check-am: all-am
check: check-am
installcheck-am:
installcheck: installcheck-am
install-exec-am:
install-exec: install-exec-am

install-data-am: install-guide install-html install-dvi install-ps \
		install-info-am install-man
install-data: install-data-am

install-am: all-am
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
install: install-am
uninstall-am: uninstall-info uninstall-guide uninstall-html uninstall-ps \
		uninstall-dvi uninstall-man
uninstall: uninstall-am
all-am: Makefile $(DVIS) $(PS_DEPS) $(HTML_DEPS) $(GUIDE_DEPS) \
		$(INFO_DEPS) $(MANS)
all-redirect: all-am
install-strip:
	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
installdirs:
	$(mkinstalldirs)  $(DESTDIR)$(infodir) $(guidedir) $(htmldir) $(dvidir) \
		$(psdir) $(DESTDIR)$(mandir)/man1


mostlyclean-generic:

clean-generic:

distclean-generic:
	-rm -f Makefile $(CONFIG_CLEAN_FILES)
	-rm -f config.cache config.log stamp-h stamp-h[0-9]*

maintainer-clean-generic:
mostlyclean-am:  mostlyclean-vti mostlyclean-aminfo mostlyclean-guide \
		mostlyclean-html mostlyclean-dvi mostlyclean-ps \
		mostlyclean-generic

mostlyclean: mostlyclean-am

clean-am:  clean-vti clean-aminfo clean-guide clean-html clean-dvi \
		clean-ps clean-generic mostlyclean-am

clean: clean-am

distclean-am:  distclean-vti distclean-aminfo distclean-guide \
		distclean-html distclean-dvi distclean-ps \
		distclean-generic clean-am

distclean: distclean-am

maintainer-clean-am:  maintainer-clean-vti maintainer-clean-aminfo \
		maintainer-clean-guide maintainer-clean-html \
		maintainer-clean-dvi maintainer-clean-ps \
		maintainer-clean-generic distclean-am
	@echo "This command is intended for maintainers to use;"
	@echo "it deletes files that may require special tools to rebuild."

maintainer-clean: maintainer-clean-am

.PHONY: mostlyclean-vti distclean-vti clean-vti maintainer-clean-vti \
install-info-am uninstall-info install-guide uninstall-guide install-ps \
uninstall-ps install-html uninstall-html install-dvi uninstall-dvi \
mostlyclean-guide distclean-guide clean-guide maintainer-clean-guide \
mostlyclean-html distclean-html clean-html maintainer-clean-html \
mostlyclean-ps distclean-ps clean-ps maintainer-clean-ps \
mostlyclean-dvi distclean-dvi clean-dvi maintainer-clean-dvi \
mostlyclean-aminfo distclean-aminfo clean-aminfo \
maintainer-clean-aminfo install-man1 uninstall-man1 install-man \
uninstall-man tags distdir info-am info guide-am guide html-am html \
ps-am ps dvi-am dvi check check-am installcheck-am installcheck \
install-exec-am install-exec install-data-am install-data install-am \
install uninstall-am uninstall all-redirect all-am all installdirs \
mostlyclean-generic distclean-generic clean-generic \
maintainer-clean-generic clean mostlyclean distclean maintainer-clean


# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
