1 # Makefile.in generated automatically by automake 1.4b from Makefile.am
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000
4 # Free Software Foundation, Inc.
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # 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@
51 transform
= @program_transform_name@
61 host_alias
= @host_alias@
67 CATOBJEXT
= @CATOBJEXT@
72 DATADIRNAME
= @DATADIRNAME@
75 FESETROUND_LIBM
= @FESETROUND_LIBM@
77 GETLOADAVG_LIBS
= @GETLOADAVG_LIBS@
81 GNU_PACKAGE
= @GNU_PACKAGE@
84 INCLUDE_LOCALE_H
= @INCLUDE_LOCALE_H@
85 INSTOBJEXT
= @INSTOBJEXT@
89 KMEM_GROUP
= @KMEM_GROUP@
92 LIB_CLOCK_GETTIME
= @LIB_CLOCK_GETTIME@
93 LIB_CRYPT
= @LIB_CRYPT@
94 LIB_NANOSLEEP
= @LIB_NANOSLEEP@
97 MKINSTALLDIRS
= @MKINSTALLDIRS@
99 NEED_SETGID
= @NEED_SETGID@
100 OPTIONAL_BIN_PROGS
= @OPTIONAL_BIN_PROGS@
101 OPTIONAL_BIN_ZCRIPTS
= @OPTIONAL_BIN_ZCRIPTS@
106 POW_LIBM
= @POW_LIBM@
108 SEQ_LIBM
= @SEQ_LIBM@
109 SQRT_LIBM
= @SQRT_LIBM@
111 USE_INCLUDED_LIBINTL
= @USE_INCLUDED_LIBINTL@
115 install_sh
= @install_sh@
119 EXTRA_DIST
= README Makefile.am.in \
189 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/mkinstalldirs
190 CONFIG_HEADER
= ..
/config.h
193 DIST_COMMON
= README ChangeLog Makefile.am Makefile.in
196 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
201 $(srcdir)/Makefile.in
: Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
202 cd
$(top_srcdir
) && $(AUTOMAKE
) --gnits m4
/Makefile
204 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
206 && CONFIG_FILES
=$(subdir
)/$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
212 distdir
= $(top_builddir
)/$(PACKAGE
)-$(VERSION
)/$(subdir
)
214 distdir
: $(DISTFILES
)
215 @for file in
$(DISTFILES
); do \
217 if
test -d
$$d/$$file; then \
218 cp
-pR
$$d/$$file $(distdir
) \
221 test -f
$(distdir
)/$$file \
222 || cp
-p
$$d/$$file $(distdir
)/$$file \
233 installcheck: installcheck-am
235 install-exec
: install-exec-am
238 install-data
: install-data-am
241 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
244 uninstall: uninstall-am
248 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_STRIP_FLAG
=-s
install
257 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
258 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
260 maintainer-clean-generic
:
262 mostlyclean-am
: mostlyclean-generic
264 mostlyclean: mostlyclean-am
266 clean-am
: clean-generic mostlyclean-am
270 distclean-am
: distclean-generic clean-am
272 distclean: distclean-am
274 maintainer-clean-am
: maintainer-clean-generic distclean-am
275 @echo
"This command is intended for maintainers to use;"
276 @echo
"it deletes files that may require special tools to rebuild."
278 maintainer-clean
: maintainer-clean-am
280 .PHONY
: tags distdir info-am
info dvi-am
dvi check check-am \
281 installcheck-am
installcheck install-exec-am install-exec \
282 install-data-am install-data install-am
install uninstall-am
uninstall \
283 all-redirect all-am
all install-strip
installdirs mostlyclean-generic \
284 distclean-generic clean-generic maintainer-clean-generic
clean \
285 mostlyclean distclean maintainer-clean
288 Makefile.am
: Makefile.am.in
290 sed
-n
'1,/^##m4-files-begin/p' $< > $@t
291 ( (echo EXTRA_DIST
= README Makefile.am.in | tr
'\012' @
); \
292 (echo
*.m4|tr
' ' @
) ) \
293 |sed
's/@$$/%/;s/@/ \\@/g' |tr @
% '\012\012' \
295 sed
-n
'/^##m4-files-end/,$$p' $< >> $@t
299 # Tell versions [3.59,3.63) of GNU make to not export all variables.
300 # Otherwise a system limit (for SysV at least) may be exceeded.