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
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
37 pkgdatadir
= $(datadir)/@PACKAGE@
38 pkglibdir
= $(libdir)/@PACKAGE@
39 pkgincludedir
= $(includedir)/@PACKAGE@
46 AUTOHEADER
= @AUTOHEADER@
49 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
$(AM_INSTALL_PROGRAM_FLAGS
)
50 INSTALL_DATA
= @INSTALL_DATA@
51 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
52 transform
= @program_transform_name@
61 CATOBJEXT
= @CATOBJEXT@
64 DATADIRNAME
= @DATADIRNAME@
71 INCLUDE_LOCALE_H
= @INCLUDE_LOCALE_H@
72 INSTOBJEXT
= @INSTOBJEXT@
77 MKINSTALLDIRS
= @MKINSTALLDIRS@
79 MVDIR_PROG
= @MVDIR_PROG@
86 USE_INCLUDED_LIBINTL
= @USE_INCLUDED_LIBINTL@
92 info_TEXINFOS
= fileutils.texi
94 EXTRA_DIST
= perm.texi getdate.texi
96 # The following is necessary if the package name is 8 characters or longer.
97 # If the info documentation would be split into 10 or more separate files,
98 # then this is necessary even if the package name is 7 characters long.
100 # Tell makeinfo to put everything in a single info file: <package>.info.
101 # Otherwise, it would also generate files with names like <package>.info-[123],
102 # and those names all map to one 14-byte name (<package>.info-) on some crufty
104 MAKEINFO
= makeinfo --no-split
105 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/mkinstalldirs
106 CONFIG_HEADER
= ..
/config.h
109 INFO_DEPS
= fileutils.
info
111 TEXINFOS
= fileutils.texi
112 DIST_COMMON
= Makefile.am Makefile.in mdate-sh stamp-vti texinfo.
tex \
116 DISTFILES
= $(DIST_COMMON
) $(SOURCES
) $(HEADERS
) $(TEXINFOS
) $(EXTRA_DIST
)
122 .SUFFIXES
: .
dvi .
info .ps .texi .texinfo .txi
123 $(srcdir)/Makefile.in
: Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
124 cd
$(top_srcdir
) && $(AUTOMAKE
) --gnits doc
/Makefile
126 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
$(BUILT_SOURCES
)
128 && CONFIG_FILES
=$(subdir
)/$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
131 $(srcdir)/version.texi
: stamp-vti
134 $(srcdir)/stamp-vti
: fileutils.texi
$(top_srcdir
)/configure.in
135 @echo
"@set UPDATED `$(SHELL) $(srcdir)/mdate-sh $(srcdir)/fileutils.texi`" > vti.tmp
136 @echo
"@set EDITION $(VERSION)" >> vti.tmp
137 @echo
"@set VERSION $(VERSION)" >> vti.tmp
138 @cmp
-s vti.tmp
$(srcdir)/version.texi \
139 ||
(echo
"Updating $(srcdir)/version.texi"; \
140 cp vti.tmp
$(srcdir)/version.texi
)
142 @cp
$(srcdir)/version.texi
$@
151 maintainer-clean-vti
:
152 -rm -f
$(srcdir)/stamp-vti
$(srcdir)/version.texi
154 fileutils.
info: fileutils.texi version.texi
155 fileutils.
dvi: fileutils.texi version.texi
161 @cd
$(srcdir) && rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
163 && $(MAKEINFO
) `echo $< | sed 's,.*/,,'`
166 TEXINPUTS
=.
:$$TEXINPUTS \
167 MAKEINFO
='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI
) $<
170 @cd
$(srcdir) && rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
172 && $(MAKEINFO
) `echo $< | sed 's,.*/,,'`
175 @cd
$(srcdir) && rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
177 && $(MAKEINFO
) `echo $< | sed 's,.*/,,'`
180 @cd
$(srcdir) && rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
182 && $(MAKEINFO
) `echo $< | sed 's,.*/,,'`
185 TEXINPUTS
=.
:$$TEXINPUTS \
186 MAKEINFO
='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI
) $<
189 @cd
$(srcdir) && rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
191 && $(MAKEINFO
) `echo $< | sed 's,.*/,,'`
194 TEXINPUTS
=.
:$$TEXINPUTS \
195 MAKEINFO
='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI
) $<
198 @cd
$(srcdir) && rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
200 && $(MAKEINFO
) `echo $< | sed 's,.*/,,'`
204 install-info-am
: $(INFO_DEPS
)
206 $(mkinstalldirs
) $(DESTDIR
)$(infodir)
207 @list
='$(INFO_DEPS)'; \
208 for file in
$$list; do \
210 for ifile in
`cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
211 if
test -f
$$d/$$ifile; then \
212 echo
" $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile"; \
213 $(INSTALL_DATA
) $$d/$$ifile $(DESTDIR
)$(infodir)/$$ifile; \
218 @if
$(SHELL
) -c
'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev
/null
2>&1; then \
219 list
='$(INFO_DEPS)'; \
220 for file in
$$list; do \
221 echo
" install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
222 install-info
--info-dir
=$(DESTDIR
)$(infodir) $(DESTDIR
)$(infodir)/$$file ||
:;\
228 @if
$(SHELL
) -c
'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev
/null
2>&1; then \
231 list
='$(INFO_DEPS)'; \
232 for file in
$$list; do \
234 || install-info
--info-dir
=$(DESTDIR
)$(infodir) --remove
$$file; \
237 list
='$(INFO_DEPS)'; \
238 for file in
$$list; do \
239 (cd
$(DESTDIR
)$(infodir) && rm -f
$$file $$file-[0-9] $$file-[0-9][0-9]); \
242 dist-info
: $(INFO_DEPS
)
243 list
='$(INFO_DEPS)'; \
244 for base in
$$list; do \
246 for file in
`cd $$d && eval echo $$base*`; do \
247 test -f
$(distdir
)/$$file \
248 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
249 || cp
-p
$$d/$$file $(distdir
)/$$file; \
254 -rm -f fileutils.aux fileutils.cp fileutils.cps fileutils.
dvi \
255 fileutils.fn fileutils.fns fileutils.ky fileutils.kys \
256 fileutils.ps fileutils.log fileutils.pg fileutils.toc \
257 fileutils.tp fileutils.tps fileutils.vr fileutils.vrs \
258 fileutils.op fileutils.tr fileutils.cv fileutils.cn
264 maintainer-clean-aminfo
:
265 cd
$(srcdir) && for i in
$(INFO_DEPS
); do \
267 if
test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \
275 distdir
= $(top_builddir
)/$(PACKAGE
)-$(VERSION
)/$(subdir
)
279 distdir
: $(DISTFILES
)
280 here
=`cd $(top_builddir) && pwd`; \
281 top_distdir
=`cd $(top_distdir) && pwd`; \
282 distdir
=`cd $(distdir) && pwd`; \
284 && $(AUTOMAKE
) --include-deps
--build-dir
=$$here --srcdir-name
=$(top_srcdir
) --output-dir
=$$top_distdir --gnits doc
/Makefile
285 @for file in
$(DISTFILES
); do \
287 if
test -d
$$d/$$file; then \
288 cp
-pr
$$/$$file $(distdir
)/$$file; \
290 test -f
$(distdir
)/$$file \
291 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
292 || cp
-p
$$d/$$file $(distdir
)/$$file ||
:; \
295 $(MAKE
) $(AM_MAKEFLAGS
) top_distdir
="$(top_distdir)" distdir
="$(distdir)" dist-info
296 info-am
: $(INFO_DEPS
)
303 installcheck: installcheck-am
305 install-exec
: install-exec-am
307 install-data-am
: install-info-am
308 install-data
: install-data-am
311 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
313 uninstall-am
: uninstall-info
314 uninstall: uninstall-am
315 all-am
: Makefile
$(INFO_DEPS
)
318 $(MAKE
) $(AM_MAKEFLAGS
) AM_INSTALL_PROGRAM_FLAGS
=-s
install
320 $(mkinstalldirs
) $(DESTDIR
)$(infodir)
328 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
329 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
331 maintainer-clean-generic
:
332 mostlyclean-am
: mostlyclean-vti mostlyclean-aminfo mostlyclean-generic
334 mostlyclean: mostlyclean-am
336 clean-am
: clean-vti clean-aminfo clean-generic mostlyclean-am
340 distclean-am
: distclean-vti distclean-aminfo distclean-generic clean-am
342 distclean: distclean-am
344 maintainer-clean-am
: maintainer-clean-vti maintainer-clean-aminfo \
345 maintainer-clean-generic distclean-am
346 @echo
"This command is intended for maintainers to use;"
347 @echo
"it deletes files that may require special tools to rebuild."
349 maintainer-clean
: maintainer-clean-am
351 .PHONY
: mostlyclean-vti distclean-vti clean-vti maintainer-clean-vti \
352 install-info-am uninstall-info mostlyclean-aminfo distclean-aminfo \
353 clean-aminfo maintainer-clean-aminfo
tags distdir info-am
info dvi-am \
354 dvi check check-am installcheck-am
installcheck install-exec-am \
355 install-exec install-data-am install-data install-am
install \
356 uninstall-am
uninstall all-redirect all-am
all installdirs \
357 mostlyclean-generic distclean-generic clean-generic \
358 maintainer-clean-generic
clean mostlyclean distclean maintainer-clean
361 # Tell versions [3.59,3.63) of GNU make to not export all variables.
362 # Otherwise a system limit (for SysV at least) may be exceeded.