1 # Makefile.in generated automatically by automake 1.4a from Makefile.am
3 # Copyright (C) 1994, 1995-9, 2000 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
34 pkgdatadir
= $(datadir)/@PACKAGE@
35 pkglibdir
= $(libdir)/@PACKAGE@
36 pkgincludedir
= $(includedir)/@PACKAGE@
43 AUTOHEADER
= @AUTOHEADER@
46 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
47 INSTALL_DATA
= @INSTALL_DATA@
48 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
50 transform
= @program_transform_name@
60 host_alias
= @host_alias@
66 CATOBJEXT
= @CATOBJEXT@
71 DATADIRNAME
= @DATADIRNAME@
78 GNU_PACKAGE
= @GNU_PACKAGE@
82 INCLUDE_LOCALE_H
= @INCLUDE_LOCALE_H@
83 INSTOBJEXT
= @INSTOBJEXT@
90 MKINSTALLDIRS
= @MKINSTALLDIRS@
92 OPTIONAL_BIN_PROGS
= @OPTIONAL_BIN_PROGS@
93 OPTIONAL_BIN_ZCRIPTS
= @OPTIONAL_BIN_ZCRIPTS@
99 USE_INCLUDED_LIBINTL
= @USE_INCLUDED_LIBINTL@
102 install_sh
= @install_sh@
106 info_TEXINFOS
= find.texi
107 find_TEXINFOS
= perm.texi
109 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/mkinstalldirs
110 CONFIG_HEADER
= ..
/config.h
114 INFO_DEPS
= find.
info
117 DIST_COMMON
= $(find_TEXINFOS
) Makefile.am Makefile.in mdate-sh \
118 stamp-vti texinfo.
tex version.texi
121 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
126 .SUFFIXES
: .
dvi .
info .ps .texi .texinfo .txi
127 $(srcdir)/Makefile.in
: Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
128 cd
$(top_srcdir
) && $(AUTOMAKE
) --gnu doc
/Makefile
130 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
132 && CONFIG_FILES
=$(subdir
)/$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
135 $(srcdir)/version.texi
: stamp-vti
138 $(srcdir)/stamp-vti
: find.texi
$(top_srcdir
)/configure.in
139 @
(set
`$(SHELL) $(srcdir)/mdate-sh $(srcdir)/find.texi`; \
140 echo
"@set UPDATED $$1 $$2 $$3"; \
141 echo
"@set UPDATED-MONTH $$2 $$3"; \
142 echo
"@set EDITION $(VERSION)"; \
143 echo
"@set VERSION $(VERSION)") > vti.tmp
144 @cmp
-s vti.tmp
$(srcdir)/version.texi \
145 ||
(echo
"Updating $(srcdir)/version.texi"; \
146 cp vti.tmp
$(srcdir)/version.texi
)
148 @cp
$(srcdir)/version.texi
$@
157 maintainer-clean-vti
:
158 -rm -f
$(srcdir)/stamp-vti
$(srcdir)/version.texi
160 find.
info: find.texi version.texi
$(find_TEXINFOS
)
161 find.
dvi: find.texi version.texi
$(find_TEXINFOS
)
167 @cd
$(srcdir) && rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
169 && $(MAKEINFO
) `echo $< | sed 's,.*/,,'`
172 TEXINPUTS
=$(srcdir):$$TEXINPUTS \
173 MAKEINFO
='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI
) $<
176 @cd
$(srcdir) && rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
178 && $(MAKEINFO
) `echo $< | sed 's,.*/,,'`
181 @cd
$(srcdir) && rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
183 && $(MAKEINFO
) `echo $< | sed 's,.*/,,'`
186 @cd
$(srcdir) && rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
188 && $(MAKEINFO
) `echo $< | sed 's,.*/,,'`
191 TEXINPUTS
=$(srcdir):$$TEXINPUTS \
192 MAKEINFO
='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI
) $<
195 @cd
$(srcdir) && rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
197 && $(MAKEINFO
) `echo $< | sed 's,.*/,,'`
200 TEXINPUTS
=$(srcdir):$$TEXINPUTS \
201 MAKEINFO
='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI
) $<
204 @cd
$(srcdir) && rm -f
$@
$@
-[0-9] $@
-[0-9][0-9]
206 && $(MAKEINFO
) `echo $< | sed 's,.*/,,'`
210 install-info-am
: $(INFO_DEPS
)
212 $(mkinstalldirs
) $(DESTDIR
)$(infodir)
213 @list
='$(INFO_DEPS)'; \
214 for file in
$$list; do \
216 for ifile in
`CDPATH=: && cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
217 if
test -f
$$d/$$ifile; then \
218 echo
" $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile"; \
219 $(INSTALL_DATA
) $$d/$$ifile $(DESTDIR
)$(infodir)/$$ifile; \
224 @if
$(SHELL
) -c
'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev
/null
2>&1; then \
225 list
='$(INFO_DEPS)'; \
226 for file in
$$list; do \
227 echo
" install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
228 install-info
--info-dir
=$(DESTDIR
)$(infodir) $(DESTDIR
)$(infodir)/$$file ||
:;\
234 @if
$(SHELL
) -c
'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev
/null
2>&1; then \
235 list
='$(INFO_DEPS)'; \
236 for file in
$$list; do \
237 echo
" install-info --info-dir=$(DESTDIR)$(infodir) --remove $(DESTDIR)$(infodir)/$$file"; \
238 install-info
--info-dir
=$(DESTDIR
)$(infodir) --remove
$(DESTDIR
)$(infodir)/$$file; \
242 @list
='$(INFO_DEPS)'; \
243 for file in
$$list; do \
244 (if cd
$(DESTDIR
)$(infodir); then \
245 echo
" rm -f $$file $$file-[0-9] $$file-[0-9][0-9])"; \
246 rm -f
$$file $$file-[0-9] $$file-[0-9][0-9]; \
250 dist-info
: $(INFO_DEPS
)
251 list
='$(INFO_DEPS)'; \
252 for base in
$$list; do \
254 for file in
`CDPATH=: && cd $$d && eval echo $$base*`; do \
255 test -f
$(distdir
)/$$file \
256 || cp
-p
$$d/$$file $(distdir
)/$$file; \
261 -rm -f find.aux find.cp find.cps find.
dvi find.fn find.fns find.pgs \
262 find.ky find.kys find.ps find.log find.pg find.toc find.tp \
263 find.tps find.vr find.vrs find.op find.tr find.cv find.cn \
270 maintainer-clean-aminfo
:
271 cd
$(srcdir) && for i in
$(INFO_DEPS
); do \
273 if
test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \
281 distdir
= $(top_builddir
)/$(PACKAGE
)-$(VERSION
)/$(subdir
)
283 distdir
: $(DISTFILES
)
284 @for file in
$(DISTFILES
); do \
286 if
test -d
$$d/$$file; then \
287 cp
-pR
$$d/$$file $(distdir
) \
290 test -f
$(distdir
)/$$file \
291 || 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
) INSTALL_STRIP_FLAG
=-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
:
333 mostlyclean-am
: mostlyclean-vti mostlyclean-aminfo mostlyclean-generic
335 mostlyclean: mostlyclean-am
337 clean-am
: clean-vti clean-aminfo clean-generic mostlyclean-am
341 distclean-am
: distclean-vti distclean-aminfo distclean-generic clean-am
343 distclean: distclean-am
345 maintainer-clean-am
: maintainer-clean-vti maintainer-clean-aminfo \
346 maintainer-clean-generic distclean-am
347 @echo
"This command is intended for maintainers to use;"
348 @echo
"it deletes files that may require special tools to rebuild."
350 maintainer-clean
: maintainer-clean-am
352 .PHONY
: mostlyclean-vti distclean-vti clean-vti maintainer-clean-vti \
353 install-info-am uninstall-info mostlyclean-aminfo distclean-aminfo \
354 clean-aminfo maintainer-clean-aminfo
tags distdir info-am
info dvi-am \
355 dvi check check-am installcheck-am
installcheck install-exec-am \
356 install-exec install-data-am install-data install-am
install \
357 uninstall-am
uninstall all-redirect all-am
all install-strip \
358 installdirs mostlyclean-generic distclean-generic clean-generic \
359 maintainer-clean-generic
clean mostlyclean distclean maintainer-clean
362 # Tell versions [3.59,3.63) of GNU make to not export all variables.
363 # Otherwise a system limit (for SysV at least) may be exceeded.