1 # Makefile.in generated by automake 1.7 from Makefile.am.
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5 # Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
18 top_srcdir
= @top_srcdir@
20 pkgdatadir
= $(datadir)/@PACKAGE@
21 pkglibdir
= $(libdir)/@PACKAGE@
22 pkgincludedir
= $(includedir)/@PACKAGE@
25 am__cd
= CDPATH
="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27 install_sh_DATA
= $(install_sh
) -c
-m
644
28 install_sh_PROGRAM
= $(install_sh
) -c
29 install_sh_SCRIPT
= $(install_sh
) -c
30 INSTALL_HEADER
= $(INSTALL_DATA
)
31 transform
= $(program_transform_name
)
41 AMDEP_FALSE
= @AMDEP_FALSE@
42 AMDEP_TRUE
= @AMDEP_TRUE@
46 AUTOHEADER
= @AUTOHEADER@
50 CCDEPMODE
= @CCDEPMODE@
54 CYGPATH_W
= @CYGPATH_W@
62 GETLOADAVG_LIBS
= @GETLOADAVG_LIBS@
66 INSTALL_DATA
= @INSTALL_DATA@
67 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
68 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
69 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
71 KMEM_GROUP
= @KMEM_GROUP@
76 LTLIBICONV
= @LTLIBICONV@
77 LTLIBINTL
= @LTLIBINTL@
78 LTLIBOBJS
= @LTLIBOBJS@
80 MAKE_HOST
= @MAKE_HOST@
81 MKINSTALLDIRS
= @MKINSTALLDIRS@
84 NEED_SETGID
= @NEED_SETGID@
87 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
88 PACKAGE_NAME
= @PACKAGE_NAME@
89 PACKAGE_STRING
= @PACKAGE_STRING@
90 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
91 PACKAGE_VERSION
= @PACKAGE_VERSION@
92 PATH_SEPARATOR
= @PATH_SEPARATOR@
99 USE_CUSTOMS_FALSE
= @USE_CUSTOMS_FALSE@
100 USE_CUSTOMS_TRUE
= @USE_CUSTOMS_TRUE@
101 USE_LOCAL_GLOB_FALSE
= @USE_LOCAL_GLOB_FALSE@
102 USE_LOCAL_GLOB_TRUE
= @USE_LOCAL_GLOB_TRUE@
105 XGETTEXT
= @XGETTEXT@
106 ac_ct_CC
= @ac_ct_CC@
107 ac_ct_RANLIB
= @ac_ct_RANLIB@
108 ac_ct_STRIP
= @ac_ct_STRIP@
109 am__fastdepCC_FALSE
= @am__fastdepCC_FALSE@
110 am__fastdepCC_TRUE
= @am__fastdepCC_TRUE@
111 am__include
= @am__include@
112 am__quote
= @am__quote@
115 build_alias
= @build_alias@
116 build_cpu
= @build_cpu@
117 build_os
= @build_os@
118 build_vendor
= @build_vendor@
120 exec_prefix = @
exec_prefix@
122 host_alias
= @host_alias@
123 host_cpu
= @host_cpu@
125 host_vendor
= @host_vendor@
126 includedir = @
includedir@
128 install_sh
= @install_sh@
130 libexecdir
= @libexecdir@
131 localstatedir
= @localstatedir@
133 oldincludedir = @
oldincludedir@
135 program_transform_name
= @program_transform_name@
137 sharedstatedir
= @sharedstatedir@
138 sysconfdir
= @sysconfdir@
139 target_alias
= @target_alias@
140 EXTRA_DIST
= codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 \
141 intdiv0.m4 inttypes-pri.m4 inttypes.m4 inttypes_h.m4 \
142 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 \
143 progtest.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4
146 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/config
/mkinstalldirs
147 CONFIG_HEADER
= $(top_builddir
)/config.h
150 DIST_COMMON
= ChangeLog Makefile.am Makefile.in compile config.guess \
151 config.rpath config.sub depcomp install-sh missing \
152 mkinstalldirs texinfo.
tex
156 $(srcdir)/Makefile.in
: Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
157 cd
$(top_srcdir
) && \
158 $(AUTOMAKE
) --gnu config
/Makefile
159 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
160 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$(subdir
)/$@
$(am__depfiles_maybe
)
168 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
171 distdir
= $(top_distdir
)/$(PACKAGE
)-$(VERSION
)
173 distdir
: $(DISTFILES
)
174 @srcdirstrip
=`echo "$(srcdir)" | sed 's|.|.|g'`; \
175 list
='$(DISTFILES)'; for file in
$$list; do \
177 $(srcdir)/*) file
=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
179 if
test -f
$$file ||
test -d
$$file; then d
=.
; else d
=$(srcdir); fi
; \
180 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
181 if
test "$$dir" != "$$file" && test "$$dir" != "."; then \
183 $(mkinstalldirs
) "$(distdir)$$dir"; \
187 if
test -d
$$d/$$file; then \
188 if
test -d
$(srcdir)/$$file && test $$d != $(srcdir); then \
189 cp
-pR
$(srcdir)/$$file $(distdir
)$$dir || exit
1; \
191 cp
-pR
$$d/$$file $(distdir
)$$dir || exit
1; \
193 test -f
$(distdir
)/$$file \
194 || cp
-p
$$d/$$file $(distdir
)/$$file \
205 install-exec
: install-exec-am
206 install-data
: install-data-am
207 uninstall: uninstall-am
210 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
212 installcheck: installcheck-am
214 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
215 INSTALL_STRIP_FLAG
=-s \
216 `test -z '$(STRIP)' || \
217 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
223 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
225 maintainer-clean-generic
:
226 @echo
"This command is intended for maintainers to use"
227 @echo
"it deletes files that may require special tools to rebuild."
230 clean-am
: clean-generic mostlyclean-am
232 distclean: distclean-am
234 distclean-am
: clean-am distclean-generic
248 install-info
: install-info-am
254 maintainer-clean
: maintainer-clean-am
256 maintainer-clean-am
: distclean-am maintainer-clean-generic
258 mostlyclean: mostlyclean-am
260 mostlyclean-am
: mostlyclean-generic
270 uninstall-am
: uninstall-info-am
272 .PHONY
: all all-am
check check-am
clean clean-generic
distclean \
273 distclean-generic distdir
dvi dvi-am
info info-am
install \
274 install-am install-data install-data-am install-exec \
275 install-exec-am install-info install-info-am install-man \
276 install-strip
installcheck installcheck-am
installdirs \
277 maintainer-clean maintainer-clean-generic
mostlyclean \
278 mostlyclean-generic pdf pdf-am ps ps-am
uninstall uninstall-am \
281 # Tell versions [3.59,3.63) of GNU make to not export all variables.
282 # Otherwise a system limit (for SysV at least) may be exceeded.