# Makefile.in generated automatically by automake 1.2e from Makefile.am # Copyright (C) 1994, 1995, 1996, 1997, 1998 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. # Makefile for GNU tar documentation. # Copyright (C) 1994, 1995, 1996, 1997, 1998 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@ top_builddir = .. ACLOCAL = @ACLOCAL@ AUTOCONF = @AUTOCONF@ AUTOMAKE = @AUTOMAKE@ AUTOHEADER = @AUTOHEADER@ INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ transform = @program_transform_name@ NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : ALL_LINGUAS = @ALL_LINGUAS@ ALL_MOFILES = @ALL_MOFILES@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ DATADIRNAME = @DATADIRNAME@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ GENCAT = @GENCAT@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GT_NO = @GT_NO@ GT_YES = @GT_YES@ INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@ INSTOBJEXT = @INSTOBJEXT@ INTLDEPS = @INTLDEPS@ INTLLIBS = @INTLLIBS@ INTLOBJS = @INTLOBJS@ LINGUAS = @LINGUAS@ MAKEINFO = @MAKEINFO@ MKINSTALLDIRS = @MKINSTALLDIRS@ MOFILES = @MOFILES@ MSGFMT = @MSGFMT@ PACKAGE = @PACKAGE@ POFILES = @POFILES@ POSUB = @POSUB@ RANLIB = @RANLIB@ RMT = @RMT@ U = @U@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ YACC = @YACC@ l = @l@ AUTOMAKE_OPTIONS = gnits info_TEXINFOS = tar.texi man_MANS = tar.1 EXTRA_DIST = convtexi.pl getdate.texi header.texi help2man helptoman.pl $(MANS) PERL = perl CLEANFILES = tmp-* # The rendering level is anyone of PUBLISH, DISTRIB or PROOF. # Just call `make dvi RENDITION=PROOF' if you want PROOF rendition. RENDITION = DISTRIB mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h CONFIG_CLEAN_FILES = TEXI2DVI = texi2dvi TEXINFO_TEX = $(srcdir)/texinfo.tex INFO_DEPS = tar.info DVIS = tar.dvi TEXINFOS = tar.texi MANS = tar.1 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 = --best default: all .SUFFIXES: .SUFFIXES: .dvi .info .ps .texi .texinfo $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnits --include-deps doc/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status version.texi: stamp-vti cp $(srcdir)/stamp-vti $(srcdir)/version.texi stamp-vti: tar.texi $(top_srcdir)/configure.in @echo "@set UPDATED `cd $(srcdir) \ && $(SHELL) ./mdate-sh tar.texi`" > vti.tmp @echo "@set EDITION $(VERSION)" >> vti.tmp @echo "@set VERSION $(VERSION)" >> vti.tmp @cmp -s vti.tmp $(srcdir)/stamp-vti \ || (echo "Updating $(srcdir)/stamp-vti"; \ cp vti.tmp $(srcdir)/stamp-vti) -@rm -f vti.tmp mostlyclean-vti: -rm -f vti.tmp clean-vti: distclean-vti: maintainer-clean-vti: -rm -f stamp-vti version.texi tar.info: tar.texi version.texi tar.dvi: tar.texi version.texi DVIPS = dvips .texi.info: @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9] cd $(srcdir) \ && $(MAKEINFO) `echo $< | sed 's,.*/,,'` .texi.dvi: TEXINPUTS=$(srcdir):$$TEXINPUTS \ MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $< .texi: @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9] cd $(srcdir) \ && $(MAKEINFO) `echo $< | sed 's,.*/,,'` .texinfo.info: @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9] cd $(srcdir) \ && $(MAKEINFO) `echo $< | sed 's,.*/,,'` .texinfo: @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9] cd $(srcdir) \ && $(MAKEINFO) `echo $< | sed 's,.*/,,'` .texinfo.dvi: TEXINPUTS=$(srcdir):$$TEXINPUTS \ MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $< .dvi.ps: $(DVIPS) $< -o $@ install-info-am: $(INFO_DEPS) @$(NORMAL_INSTALL) $(mkinstalldirs) $(infodir) @for file in $(INFO_DEPS); do \ d=$(srcdir); \ 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 $(infodir)/$$ifile"; \ $(INSTALL_DATA) $$d/$$ifile $(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 \ for file in $(INFO_DEPS); do \ echo " install-info --info-dir=$(infodir) $(infodir)/$$file";\ install-info --info-dir=$(infodir) $(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; \ for file in $(INFO_DEPS); do \ test -z "$ii" \ || install-info --info-dir=$(infodir) --remove $$file; \ done $(NORMAL_UNINSTALL) for file in $(INFO_DEPS); do \ (cd $(infodir) && rm -f $$file $$file-[0-9] $$file-[0-9][0-9]); \ done dist-info: $(INFO_DEPS) for base in $(INFO_DEPS); do \ d=$(srcdir); \ 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 mostlyclean-aminfo: -rm -f tar.aux tar.cp tar.cps tar.dvi tar.fn tar.fns tar.ky tar.kys \ tar.ps tar.log tar.pg tar.toc tar.tp tar.tps tar.vr tar.vrs \ tar.op tar.tr tar.cv tar.cn clean-aminfo: distclean-aminfo: maintainer-clean-aminfo: 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-man: $(MANS) $(NORMAL_INSTALL) $(mkinstalldirs) $(mandir)/man1 @sect=1; \ inst=`echo "tar" | sed '$(transform)'`.1; \ if test -f $(srcdir)/tar.1; then file=$(srcdir)/tar.1; \ else file=tar.1; fi; \ echo " $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst"; \ $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst uninstall-man: $(NORMAL_UNINSTALL) -inst=`echo "tar" | sed '$(transform)'`.1; \ rm -f $(mandir)/man1/$$inst tags: TAGS TAGS: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = doc distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ || cp -p $$d/$$file $(distdir)/$$file; \ done $(MAKE) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-info info: $(INFO_DEPS) dvi: $(DVIS) check: all $(MAKE) installcheck: install-exec: @$(NORMAL_INSTALL) install-data: install-info-am install-man @$(NORMAL_INSTALL) install: install-exec install-data all @: uninstall: uninstall-info uninstall-man all: Makefile $(INFO_DEPS) $(MANS) install-strip: $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install installdirs: $(mkinstalldirs) $(infodir) $(mandir)/man1 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 stamp-h stamp-h[0-9]* -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) maintainer-clean-generic: -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) mostlyclean: mostlyclean-vti mostlyclean-aminfo mostlyclean-generic clean: clean-vti clean-aminfo clean-generic mostlyclean distclean: distclean-vti distclean-aminfo distclean-generic clean -rm -f config.status maintainer-clean: maintainer-clean-vti maintainer-clean-aminfo \ maintainer-clean-generic distclean @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." .PHONY: default mostlyclean-vti distclean-vti clean-vti \ maintainer-clean-vti install-info-am uninstall-info mostlyclean-aminfo \ distclean-aminfo clean-aminfo maintainer-clean-aminfo install-man \ uninstall-man tags distdir info dvi installcheck install-exec \ install-data install uninstall all installdirs mostlyclean-generic \ distclean-generic clean-generic maintainer-clean-generic clean \ mostlyclean distclean maintainer-clean tar.info: tar.texi getdate.texi header.texi version.texi @echo "WARNING: \`makeinfo' will not preprocess Texinfo input properly" @echo " for expanding Texinfo macros, if it comes from a" @echo " Texinfo distribution which is earlier than version 3.7." cd $(srcdir) && $(MAKEINFO) -D$(RENDITION) tar.texi \ || ( rm $@ && exit 1 ) tar.dvi: tar.texi getdate.texi header.texi version.texi @echo "WARNING: \`makeinfo' will not preprocess Texinfo input properly" @echo " for expanding Texinfo macros, if it comes from a" @echo " Texinfo distribution which is earlier than version 3.7." $(MAKEINFO) -D$(RENDITION) -Etmp-tar.tmp -otmp-tar.info \ -I$(srcdir) tar.texi rm -f tmp-tar.sed tmp-tar.info* test $(RENDITION) = DISTRIB \ || echo >>tmp-tar.sed 's/^@set DISTRIB/@set $(RENDITION)/' test $(RENDITION) = PUBLISH \ || echo >>tmp-tar.sed '/^@smallbook/d' sed -f tmp-tar.sed tmp-tar.tmp > tmp-tar.texi rm -f tmp-tar.sed tmp-tar.tmp TEXINPUTS=$(srcdir):$$TEXINPUTS $(TEXI2DVI) tmp-tar.texi mv tmp-tar.dvi $@ header.texi: $(top_srcdir)/src/tar.h sed -n '/Archive Format/,/End of Format/p' $(top_srcdir)/src/tar.h \ | expand | sed 's/\([{}]\)/@\1/g' > $(srcdir)/header.texi # Removing the `LANGUAGE=C...' line produces a translated man page!! tar.1: helptoman.pl $(top_srcdir)/src/tar.c @if test -f ../src/tar; then \ echo "Updating the \`man' page"; \ LANGUAGE=C \ $(PERL) $(srcdir)/helptoman.pl ../src/tar > tar.1-tmp; \ if test -s tar.1-tmp; then \ mv tar.1-tmp $(srcdir)/tar.1; \ else \ rm -f tar.1-tmp; \ fi \ else \ echo "WARNING: The \`man' page cannot be updated yet."; \ echo " Retry once the program executable will be ready."; \ fi # 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: