1 # Makefile.in generated automatically by automake 1.2d from Makefile.am
3 # Copyright (C) 1994, 1995, 1996, 1997 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
35 pkgdatadir
= $(datadir)/@PACKAGE@
36 pkglibdir
= $(libdir)/@PACKAGE@
37 pkgincludedir
= $(includedir)/@PACKAGE@
44 AUTOHEADER
= @AUTOHEADER@
47 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
48 INSTALL_DATA
= @INSTALL_DATA@
49 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
50 transform
= @program_transform_name@
59 CATOBJEXT
= @CATOBJEXT@
62 DATADIRNAME
= @DATADIRNAME@
69 INSTOBJEXT
= @INSTOBJEXT@
75 MKINSTALLDIRS
= @MKINSTALLDIRS@
77 MVDIR_PROG
= @MVDIR_PROG@
84 USE_INCLUDED_LIBINTL
= @USE_INCLUDED_LIBINTL@
90 info_TEXINFOS
= fileutils.texi
92 EXTRA_DIST
= perm.texi getdate.texi
94 # Tell makeinfo to put everything in a single info file: sh-utils.info.
95 # Otherwise, it would also generate files with names like sh-utils.info-[123],
96 # and those names all map to one 14-byte name (sh-utils.info-) on some crufty
98 MAKEINFO
= makeinfo --no-split
99 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/mkinstalldirs
100 CONFIG_HEADER
= ..
/config.h
103 TEXINFO_TEX
= $(srcdir)/texinfo.
tex
104 INFO_DEPS
= fileutils.
info
106 TEXINFOS
= fileutils.texi
107 DIST_COMMON
= Makefile.am Makefile.in mdate-sh stamp-vti texinfo.
tex \
111 DISTFILES
= $(DIST_COMMON
) $(SOURCES
) $(HEADERS
) $(TEXINFOS
) $(EXTRA_DIST
)
118 .SUFFIXES
: .
dvi .
info .ps .texi .texinfo
119 $(srcdir)/Makefile.in
: @MAINT@ Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
120 cd
$(top_srcdir
) && $(AUTOMAKE
) --gnits doc
/Makefile
122 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
$(BUILT_SOURCES
)
124 && CONFIG_FILES
=$(subdir
)/$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
127 version.texi
: @MAINT@stamp-vti
128 cp
$(srcdir)/stamp-vti
$(srcdir)/version.texi
130 stamp-vti
: fileutils.texi
$(top_srcdir
)/configure.in
131 @echo
"@set UPDATED `cd $(srcdir) \
132 && $(SHELL) ./mdate-sh fileutils.texi`" > vti.tmp
133 @echo
"@set EDITION $(VERSION)" >> vti.tmp
134 @echo
"@set VERSION $(VERSION)" >> vti.tmp
135 @cmp
-s vti.tmp
$(srcdir)/stamp-vti \
136 ||
(echo
"Updating $(srcdir)/stamp-vti"; \
137 cp vti.tmp
$(srcdir)/stamp-vti
)
147 maintainer-clean-vti
:
148 -@MAINT@
rm -f stamp-vti version.texi
150 fileutils.
info: fileutils.texi version.texi
151 fileutils.
dvi: fileutils.texi version.texi
157 @cd
$(srcdir) && rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
159 && $(MAKEINFO
) `echo $< | sed 's,.*/,,'`
162 TEXINPUTS
=$(srcdir):$$TEXINPUTS \
163 MAKEINFO
='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI
) $<
166 @cd
$(srcdir) && rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
168 && $(MAKEINFO
) `echo $< | sed 's,.*/,,'`
171 @cd
$(srcdir) && rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
173 && $(MAKEINFO
) `echo $< | sed 's,.*/,,'`
176 @cd
$(srcdir) && rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
178 && $(MAKEINFO
) `echo $< | sed 's,.*/,,'`
181 TEXINPUTS
=$(srcdir):$$TEXINPUTS \
182 MAKEINFO
='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI
) $<
186 install-info-am
: $(INFO_DEPS
)
188 $(mkinstalldirs
) $(infodir)
189 @for file in
$(INFO_DEPS
); do \
191 for ifile in
`cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
192 if
test -f
$$d/$$ifile; then \
193 echo
" $(INSTALL_DATA) $$d/$$ifile $(infodir)/$$ifile"; \
194 $(INSTALL_DATA
) $$d/$$ifile $(infodir)/$$ifile; \
199 @if
$(SHELL
) -c
'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev
/null
2>&1; then \
200 for file in
$(INFO_DEPS
); do \
201 echo
" install-info --info-dir=$(infodir) $(infodir)/$$file";\
202 install-info
--info-dir
=$(infodir) $(infodir)/$$file ||
:;\
208 @if
$(SHELL
) -c
'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev
/null
2>&1; then \
211 for file in
$(INFO_DEPS
); do \
213 || install-info
--info-dir
=$(infodir) --remove
$$file; \
216 for file in
$(INFO_DEPS
); do \
217 (cd
$(infodir) && rm -f
$$file $$file-[0-9] $$file-[0-9][0-9]); \
220 dist-info
: $(INFO_DEPS
)
221 for base in
$(INFO_DEPS
); do \
223 for file in
`cd $$d && eval echo $$base*`; do \
224 test -f
$(distdir
)/$$file \
225 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
226 || cp
-p
$$d/$$file $(distdir
)/$$file; \
231 -rm -f fileutils.aux fileutils.cp fileutils.cps fileutils.
dvi \
232 fileutils.fn fileutils.fns fileutils.ky fileutils.kys \
233 fileutils.ps fileutils.log fileutils.pg fileutils.toc \
234 fileutils.tp fileutils.tps fileutils.vr fileutils.vrs \
235 fileutils.op fileutils.tr fileutils.cv fileutils.cn
241 maintainer-clean-aminfo
:
242 for i in
$(INFO_DEPS
); do \
244 if
test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \
252 distdir
= $(top_builddir
)/$(PACKAGE
)-$(VERSION
)/$(subdir
)
256 distdir
: $(DISTFILES
)
257 here
=`cd $(top_builddir) && pwd`; \
258 top_distdir
=`cd $(top_distdir) && pwd`; \
259 distdir
=`cd $(distdir) && pwd`; \
261 && $(AUTOMAKE
) --include-deps
--build-dir
=$$here --srcdir-name
=$(top_srcdir
) --output-dir
=$$top_distdir --gnits doc
/Makefile
262 @for file in
$(DISTFILES
); do \
264 test -f
$(distdir
)/$$file \
265 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
266 || cp
-p
$$d/$$file $(distdir
)/$$file; \
268 $(MAKE
) top_distdir
="$(top_distdir)" distdir
="$(distdir)" dist-info
277 install-data
: install-info-am
280 install: install-exec install-data
all
283 uninstall: uninstall-info
285 all: Makefile
$(INFO_DEPS
)
288 $(MAKE
) INSTALL_PROGRAM
='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT
='$(INSTALL_PROGRAM)' install
290 $(mkinstalldirs
) $(infodir)
294 -test -z
"$(MOSTLYCLEANFILES)" ||
rm -f
$(MOSTLYCLEANFILES
)
297 -test -z
"$(CLEANFILES)" ||
rm -f
$(CLEANFILES
)
300 -rm -f Makefile
$(DISTCLEANFILES
)
301 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
302 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
304 maintainer-clean-generic
:
305 -test -z
"$(MAINTAINERCLEANFILES)" ||
rm -f
$(MAINTAINERCLEANFILES
)
306 -test -z
"$(BUILT_SOURCES)" ||
rm -f
$(BUILT_SOURCES
)
307 mostlyclean: mostlyclean-vti mostlyclean-aminfo mostlyclean-generic
309 clean: clean-vti clean-aminfo clean-generic
mostlyclean
311 distclean: distclean-vti distclean-aminfo distclean-generic
clean
314 maintainer-clean
: maintainer-clean-vti maintainer-clean-aminfo \
315 maintainer-clean-generic
distclean
316 @echo
"This command is intended for maintainers to use;"
317 @echo
"it deletes files that may require special tools to rebuild."
319 .PHONY
: default mostlyclean-vti distclean-vti clean-vti \
320 maintainer-clean-vti install-info-am uninstall-info mostlyclean-aminfo \
321 distclean-aminfo clean-aminfo maintainer-clean-aminfo
tags distdir
info \
322 dvi installcheck install-exec install-data
install uninstall all \
323 installdirs mostlyclean-generic distclean-generic clean-generic \
324 maintainer-clean-generic
clean mostlyclean distclean maintainer-clean
327 # Tell versions [3.59,3.63) of GNU make to not export all variables.
328 # Otherwise a system limit (for SysV at least) may be exceeded.