1 # Makefile.in generated automatically by automake 1.4a from Makefile.am
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.
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
16 top_srcdir
= @top_srcdir@
19 exec_prefix = @
exec_prefix@
23 libexecdir
= @libexecdir@
25 sysconfdir
= @sysconfdir@
26 sharedstatedir
= @sharedstatedir@
27 localstatedir
= @localstatedir@
31 includedir = @
includedir@
32 oldincludedir = /usr
/include
36 pkgdatadir
= $(datadir)/@PACKAGE@
37 pkglibdir
= $(libdir)/@PACKAGE@
38 pkgincludedir
= $(includedir)/@PACKAGE@
45 AUTOHEADER
= @AUTOHEADER@
48 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
49 INSTALL_DATA
= @INSTALL_DATA@
50 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
52 transform
= @program_transform_name@
60 host_alias
= @host_alias@
65 CATOBJEXT
= @CATOBJEXT@
70 DATADIRNAME
= @DATADIRNAME@
77 GNU_PACKAGE
= @GNU_PACKAGE@
80 INCLUDE_LOCALE_H
= @INCLUDE_LOCALE_H@
81 INSTOBJEXT
= @INSTOBJEXT@
86 MKINSTALLDIRS
= @MKINSTALLDIRS@
94 USE_INCLUDED_LIBINTL
= @USE_INCLUDED_LIBINTL@
101 info_TEXINFOS
= fileutils.texi
103 EXTRA_DIST
= perm.texi getdate.texi
105 # The following is necessary if the package name is 8 characters or longer.
106 # If the info documentation would be split into 10 or more separate files,
107 # then this is necessary even if the package name is 7 characters long.
109 # Tell makeinfo to put everything in a single info file: <package>.info.
110 # Otherwise, it would also generate files with names like <package>.info-[123],
111 # and those names all map to one 14-byte name (<package>.info-) on some crufty
113 MAKEINFO
= makeinfo --no-split
114 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/mkinstalldirs
115 CONFIG_HEADER
= ..
/config.h
119 INFO_DEPS
= fileutils.
info
121 TEXINFOS
= fileutils.texi
122 DIST_COMMON
= Makefile.am Makefile.in mdate-sh stamp-vti texinfo.
tex \
126 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
131 .SUFFIXES
: .
dvi .
info .ps .texi .texinfo .txi
132 $(srcdir)/Makefile.in
: Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
133 cd
$(top_srcdir
) && $(AUTOMAKE
) --gnits doc
/Makefile
135 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
$(BUILT_SOURCES
)
137 && CONFIG_FILES
=$(subdir
)/$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
140 $(srcdir)/version.texi
: stamp-vti
143 $(srcdir)/stamp-vti
: fileutils.texi
$(top_srcdir
)/configure.in
144 @echo
"@set UPDATED `$(SHELL) $(srcdir)/mdate-sh $(srcdir)/fileutils.texi`" > vti.tmp
145 @echo
"@set EDITION $(VERSION)" >> vti.tmp
146 @echo
"@set VERSION $(VERSION)" >> vti.tmp
147 @cmp
-s vti.tmp
$(srcdir)/version.texi \
148 ||
(echo
"Updating $(srcdir)/version.texi"; \
149 cp vti.tmp
$(srcdir)/version.texi
)
151 @cp
$(srcdir)/version.texi
$@
160 maintainer-clean-vti
:
161 -rm -f
$(srcdir)/stamp-vti
$(srcdir)/version.texi
163 fileutils.
info: fileutils.texi version.texi
164 fileutils.
dvi: fileutils.texi version.texi
170 @cd
$(srcdir) && rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
172 && $(MAKEINFO
) `echo $< | sed 's,.*/,,'`
175 TEXINPUTS
=$(srcdir):$$TEXINPUTS \
176 MAKEINFO
='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI
) $<
179 @cd
$(srcdir) && rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
181 && $(MAKEINFO
) `echo $< | sed 's,.*/,,'`
184 @cd
$(srcdir) && rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
186 && $(MAKEINFO
) `echo $< | sed 's,.*/,,'`
189 @cd
$(srcdir) && rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
191 && $(MAKEINFO
) `echo $< | sed 's,.*/,,'`
194 TEXINPUTS
=$(srcdir):$$TEXINPUTS \
195 MAKEINFO
='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI
) $<
198 @cd
$(srcdir) && rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
200 && $(MAKEINFO
) `echo $< | sed 's,.*/,,'`
203 TEXINPUTS
=$(srcdir):$$TEXINPUTS \
204 MAKEINFO
='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI
) $<
207 @cd
$(srcdir) && rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
209 && $(MAKEINFO
) `echo $< | sed 's,.*/,,'`
213 install-info-am
: $(INFO_DEPS
)
215 $(mkinstalldirs
) $(DESTDIR
)$(infodir)
216 @list
='$(INFO_DEPS)'; \
217 for file in
$$list; do \
219 for ifile in
`CDPATH=: && cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
220 if
test -f
$$d/$$ifile; then \
221 echo
" $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile"; \
222 $(INSTALL_DATA
) $$d/$$ifile $(DESTDIR
)$(infodir)/$$ifile; \
227 @if
$(SHELL
) -c
'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev
/null
2>&1; then \
228 list
='$(INFO_DEPS)'; \
229 for file in
$$list; do \
230 echo
" install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
231 install-info
--info-dir
=$(DESTDIR
)$(infodir) $(DESTDIR
)$(infodir)/$$file ||
:;\
237 @if
$(SHELL
) -c
'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev
/null
2>&1; then \
238 list
='$(INFO_DEPS)'; \
239 for file in
$$list; do \
240 echo
" install-info --info-dir=$(DESTDIR)$(infodir) --remove $$file"; \
241 install-info
--info-dir
=$(DESTDIR
)$(infodir) --remove
$$file; \
245 @list
='$(INFO_DEPS)'; \
246 for file in
$$list; do \
247 (if cd
$(DESTDIR
)$(infodir); then \
248 echo
" rm -f $$file $$file-[0-9] $$file-[0-9][0-9])"; \
249 rm -f
$$file $$file-[0-9] $$file-[0-9][0-9]; \
253 dist-info
: $(INFO_DEPS
)
254 list
='$(INFO_DEPS)'; \
255 for base in
$$list; do \
257 for file in
`CDPATH=: && cd $$d && eval echo $$base*`; do \
258 test -f
$(distdir
)/$$file \
259 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
260 || cp
-p
$$d/$$file $(distdir
)/$$file; \
265 -rm -f fileutils.aux fileutils.cp fileutils.cps fileutils.
dvi \
266 fileutils.fn fileutils.fns fileutils.pgs fileutils.ky \
267 fileutils.kys fileutils.ps fileutils.log fileutils.pg \
268 fileutils.toc fileutils.tp fileutils.tps fileutils.vr \
269 fileutils.vrs fileutils.op fileutils.tr fileutils.cv \
276 maintainer-clean-aminfo
:
277 cd
$(srcdir) && for i in
$(INFO_DEPS
); do \
279 if
test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \
287 distdir
= $(top_builddir
)/$(PACKAGE
)-$(VERSION
)/$(subdir
)
291 distdir
: $(DISTFILES
)
292 @for file in
$(DISTFILES
); do \
294 if
test -d
$$d/$$file; then \
295 cp
-pr
$$d/$$file $(distdir
)/$$file; \
297 test -f
$(distdir
)/$$file \
298 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
299 || cp
-p
$$d/$$file $(distdir
)/$$file ||
:; \
302 $(MAKE
) $(AM_MAKEFLAGS
) top_distdir
="$(top_distdir)" distdir
="$(distdir)" dist-info
303 info-am
: $(INFO_DEPS
)
310 installcheck: installcheck-am
312 install-exec
: install-exec-am
314 install-data-am
: install-info-am
315 install-data
: install-data-am
318 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
320 uninstall-am
: uninstall-info
321 uninstall: uninstall-am
322 all-am
: Makefile
$(INFO_DEPS
)
325 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_STRIP_FLAG
=-s
install
327 $(mkinstalldirs
) $(DESTDIR
)$(infodir)
335 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
336 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
338 maintainer-clean-generic
:
339 mostlyclean-am
: mostlyclean-vti mostlyclean-aminfo mostlyclean-generic
341 mostlyclean: mostlyclean-am
343 clean-am
: clean-vti clean-aminfo clean-generic mostlyclean-am
347 distclean-am
: distclean-vti distclean-aminfo distclean-generic clean-am
349 distclean: distclean-am
351 maintainer-clean-am
: maintainer-clean-vti maintainer-clean-aminfo \
352 maintainer-clean-generic distclean-am
353 @echo
"This command is intended for maintainers to use;"
354 @echo
"it deletes files that may require special tools to rebuild."
356 maintainer-clean
: maintainer-clean-am
358 .PHONY
: mostlyclean-vti distclean-vti clean-vti maintainer-clean-vti \
359 install-info-am uninstall-info mostlyclean-aminfo distclean-aminfo \
360 clean-aminfo maintainer-clean-aminfo
tags distdir info-am
info dvi-am \
361 dvi check check-am installcheck-am
installcheck install-exec-am \
362 install-exec install-data-am install-data install-am
install \
363 uninstall-am
uninstall all-redirect all-am
all install-strip \
364 installdirs mostlyclean-generic distclean-generic clean-generic \
365 maintainer-clean-generic
clean mostlyclean distclean maintainer-clean
368 # Tell versions [3.59,3.63) of GNU make to not export all variables.
369 # Otherwise a system limit (for SysV at least) may be exceeded.