# Makefile.in generated automatically by automake 0.25 from Makefile.am # Copyright (C) 1994, 1995 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. SHELL = /bin/sh srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ sbindir = @sbindir@ libexecdir = @libexecdir@ datadir = @datadir@ sysconfdir = @sysconfdir@ sharedstatedir = @sharedstatedir@ localstatedir = @localstatedir@ libdir = @libdir@ infodir = @infodir@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ transform = @program_transform_name@ TEXINFOS = fileutils.texi DIST_OTHER = mdate-sh MAKEINFO = makeinfo TEXI2DVI = texi2dvi TEXFILES = *.aux *.cp *.cps *.dvi *.fn *.fns *.ky *.log *.pg \ *.toc *.tp *.vr *.op INFOS = fileutils.info* INFO_DEPS = fileutils.info DVIS = fileutils.dvi DIST_COMMON = mdate-sh texinfo.tex stamp-vti Makefile.in version.texi Makefile.am PACKAGE = @PACKAGE@ VERSION = @VERSION@ DISTFILES = $(SOURCES) $(HEADERS) $(TEXINFOS) $(INFOS) $(MANS) \ $(DIST_OTHER) $(DIST_COMMON) $(DATA) subdir = doc default: all version.texi: stamp-vti stamp-vti: fileutils.texi $(top_srcdir)/configure.in echo "@set UPDATED `cd $(srcdir) && $(SHELL) mdate-sh fileutils.texi`" \ > version.tmp echo "@set EDITION $(VERSION)" >> version.tmp echo "@set VERSION $(VERSION)" >> version.tmp if cmp -s version.tmp $(srcdir)/version.texi; then \ rm version.tmp; \ else \ mv version.tmp $(srcdir)/version.texi; \ fi echo timestamp > $(srcdir)/stamp-vti mostlyclean-vti: rm -f *.tmp clean-vti: distclean-vti: maintainer-clean-vti: rm -f stamp-vti version.texi fileutils.info: fileutils.texi version.texi .texi.info: $(MAKEINFO) -I$(srcdir) $< .texi.dvi: TEXINPUTS=$(srcdir):$$TEXINPUTS $(TEXI2DVI) $< install-info: $(INFO_DEPS) $(top_srcdir)/mkinstalldirs $(infodir) for file in $(INFO_DEPS); do \ if test -f $$file; then \ d=.; \ else \ d=$(srcdir); \ fi; \ for ifile in $${file}*; do \ $(INSTALL_DATA) $$d/$$ifile $(infodir)/$$ifile; \ done; \ done uninstall-info: cd $(srcdir) && for file in *.info*; do rm -f $(infodir)/$$file; \ done mostlyclean-info: rm -f fileutils.aux fileutils.cp fileutils.cps fileutils.dvi rm -f fileutils.fn fileutils.fns fileutils.ky fileutils.log rm -f fileutils.pg fileutils.toc fileutils.tp fileutils.vr fileutils.op clean-info: distclean-info: maintainer-clean-info: rm -f $(INFOS) $(srcdir)/Makefile.in: Makefile.am cd $(top_srcdir) && automake $(subdir)/Makefile Makefile: ../config.status Makefile.in cd .. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status tags: TAGS TAGS: distdir = ../$(PACKAGE)-$(VERSION)/$(subdir) dist: $(DISTFILES) @for file in $(DISTFILES); do \ test -f $(distdir)/$$file || { \ echo linking $$file; \ ln $(srcdir)/$$file $(distdir)/$$file; \ } || { \ echo copying $$file instead; \ cp -p $(srcdir)/$$file $(distdir)/$$file; \ }; \ done all: info info: $(INFO_DEPS) dvi: $(DVIS) check: installcheck: install-data: install-info install: install-data uninstall: uninstall-info installdirs: $(top_srcdir)/mkinstalldirs $(infodir) mostlyclean-generic: test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) clean-generic: test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: rm -f Makefile $(DISTCLEANFILES) rm -f config.cache config.log $(CONFIG_HEADER) stamp-h maintainer-clean-generic: test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) mostlyclean: mostlyclean-vti mostlyclean-info mostlyclean-generic clean: mostlyclean clean-vti clean-info clean-generic distclean: clean distclean-vti distclean-info distclean-generic rm -f config.status maintainer-clean: distclean maintainer-clean-vti maintainer-clean-info maintainer-clean-generic @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." .SUFFIXES: .SUFFIXES: .texi .info .dvi # 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: