1 | # Makefile.in generated by automake 1.9.6 from Makefile.am.
|
---|
2 | # @configure_input@
|
---|
3 |
|
---|
4 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
---|
5 | # 2003, 2004, 2005 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.
|
---|
9 |
|
---|
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
|
---|
13 | # PARTICULAR PURPOSE.
|
---|
14 |
|
---|
15 | @SET_MAKE@
|
---|
16 |
|
---|
17 | # -*-Makefile-*-, or close enough
|
---|
18 | # Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
|
---|
19 | # This file is part of GNU Make.
|
---|
20 | #
|
---|
21 | # GNU Make is free software; you can redistribute it and/or modify it under the
|
---|
22 | # terms of the GNU General Public License as published by the Free Software
|
---|
23 | # Foundation; either version 2, or (at your option) any later version.
|
---|
24 | #
|
---|
25 | # GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY
|
---|
26 | # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
---|
27 | # A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
---|
28 | #
|
---|
29 | # You should have received a copy of the GNU General Public License along with
|
---|
30 | # GNU Make; see the file COPYING. If not, write to the Free Software
|
---|
31 | # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
---|
32 | srcdir = @srcdir@
|
---|
33 | top_srcdir = @top_srcdir@
|
---|
34 | VPATH = @srcdir@
|
---|
35 | pkgdatadir = $(datadir)/@PACKAGE@
|
---|
36 | pkglibdir = $(libdir)/@PACKAGE@
|
---|
37 | pkgincludedir = $(includedir)/@PACKAGE@
|
---|
38 | top_builddir = ..
|
---|
39 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
---|
40 | INSTALL = @INSTALL@
|
---|
41 | install_sh_DATA = $(install_sh) -c -m 644
|
---|
42 | install_sh_PROGRAM = $(install_sh) -c
|
---|
43 | install_sh_SCRIPT = $(install_sh) -c
|
---|
44 | INSTALL_HEADER = $(INSTALL_DATA)
|
---|
45 | transform = $(program_transform_name)
|
---|
46 | NORMAL_INSTALL = :
|
---|
47 | PRE_INSTALL = :
|
---|
48 | POST_INSTALL = :
|
---|
49 | NORMAL_UNINSTALL = :
|
---|
50 | PRE_UNINSTALL = :
|
---|
51 | POST_UNINSTALL = :
|
---|
52 | build_triplet = @build@
|
---|
53 | host_triplet = @host@
|
---|
54 | subdir = config
|
---|
55 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog \
|
---|
56 | compile config.guess config.rpath config.sub depcomp \
|
---|
57 | install-sh mdate-sh missing mkinstalldirs texinfo.tex
|
---|
58 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
---|
59 | am__aclocal_m4_deps = $(top_srcdir)/config/dospaths.m4 \
|
---|
60 | $(top_srcdir)/config/gettext.m4 $(top_srcdir)/config/iconv.m4 \
|
---|
61 | $(top_srcdir)/config/lib-ld.m4 \
|
---|
62 | $(top_srcdir)/config/lib-link.m4 \
|
---|
63 | $(top_srcdir)/config/lib-prefix.m4 $(top_srcdir)/config/nls.m4 \
|
---|
64 | $(top_srcdir)/config/po.m4 $(top_srcdir)/config/progtest.m4 \
|
---|
65 | $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
|
---|
66 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
---|
67 | $(ACLOCAL_M4)
|
---|
68 | mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
|
---|
69 | CONFIG_HEADER = $(top_builddir)/config.h
|
---|
70 | CONFIG_CLEAN_FILES =
|
---|
71 | SOURCES =
|
---|
72 | DIST_SOURCES =
|
---|
73 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
---|
74 | ACLOCAL = @ACLOCAL@
|
---|
75 | ALLOCA = @ALLOCA@
|
---|
76 | AMDEP_FALSE = @AMDEP_FALSE@
|
---|
77 | AMDEP_TRUE = @AMDEP_TRUE@
|
---|
78 | AMTAR = @AMTAR@
|
---|
79 | AR = @AR@
|
---|
80 | AUTOCONF = @AUTOCONF@
|
---|
81 | AUTOHEADER = @AUTOHEADER@
|
---|
82 | AUTOMAKE = @AUTOMAKE@
|
---|
83 | AWK = @AWK@
|
---|
84 | CC = @CC@
|
---|
85 | CCDEPMODE = @CCDEPMODE@
|
---|
86 | CFLAGS = @CFLAGS@
|
---|
87 | CPP = @CPP@
|
---|
88 | CPPFLAGS = @CPPFLAGS@
|
---|
89 | CYGPATH_W = @CYGPATH_W@
|
---|
90 | DEFS = @DEFS@
|
---|
91 | DEPDIR = @DEPDIR@
|
---|
92 | ECHO_C = @ECHO_C@
|
---|
93 | ECHO_N = @ECHO_N@
|
---|
94 | ECHO_T = @ECHO_T@
|
---|
95 | EGREP = @EGREP@
|
---|
96 | EXEEXT = @EXEEXT@
|
---|
97 | GETLOADAVG_LIBS = @GETLOADAVG_LIBS@
|
---|
98 | GLOBINC = @GLOBINC@
|
---|
99 | GLOBLIB = @GLOBLIB@
|
---|
100 | GMSGFMT = @GMSGFMT@
|
---|
101 | INSTALL_DATA = @INSTALL_DATA@
|
---|
102 | INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
---|
103 | INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
---|
104 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
---|
105 | INTLLIBS = @INTLLIBS@
|
---|
106 | KMEM_GROUP = @KMEM_GROUP@
|
---|
107 | LDFLAGS = @LDFLAGS@
|
---|
108 | LIBICONV = @LIBICONV@
|
---|
109 | LIBINTL = @LIBINTL@
|
---|
110 | LIBOBJS = @LIBOBJS@
|
---|
111 | LIBS = @LIBS@
|
---|
112 | LTLIBICONV = @LTLIBICONV@
|
---|
113 | LTLIBINTL = @LTLIBINTL@
|
---|
114 | LTLIBOBJS = @LTLIBOBJS@
|
---|
115 | MAKEINFO = @MAKEINFO@
|
---|
116 | MAKE_HOST = @MAKE_HOST@
|
---|
117 | MKINSTALLDIRS = @MKINSTALLDIRS@
|
---|
118 | MSGFMT = @MSGFMT@
|
---|
119 | MSGMERGE = @MSGMERGE@
|
---|
120 | NEED_SETGID = @NEED_SETGID@
|
---|
121 | OBJEXT = @OBJEXT@
|
---|
122 | PACKAGE = @PACKAGE@
|
---|
123 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
---|
124 | PACKAGE_NAME = @PACKAGE_NAME@
|
---|
125 | PACKAGE_STRING = @PACKAGE_STRING@
|
---|
126 | PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
---|
127 | PACKAGE_VERSION = @PACKAGE_VERSION@
|
---|
128 | PATH_SEPARATOR = @PATH_SEPARATOR@
|
---|
129 | PERL = @PERL@
|
---|
130 | POSUB = @POSUB@
|
---|
131 | RANLIB = @RANLIB@
|
---|
132 | REMOTE = @REMOTE@
|
---|
133 | SET_MAKE = @SET_MAKE@
|
---|
134 | SHELL = @SHELL@
|
---|
135 | STRIP = @STRIP@
|
---|
136 | U = @U@
|
---|
137 | USE_CUSTOMS_FALSE = @USE_CUSTOMS_FALSE@
|
---|
138 | USE_CUSTOMS_TRUE = @USE_CUSTOMS_TRUE@
|
---|
139 | USE_LOCAL_GLOB_FALSE = @USE_LOCAL_GLOB_FALSE@
|
---|
140 | USE_LOCAL_GLOB_TRUE = @USE_LOCAL_GLOB_TRUE@
|
---|
141 | USE_NLS = @USE_NLS@
|
---|
142 | VERSION = @VERSION@
|
---|
143 | WINDOWSENV_FALSE = @WINDOWSENV_FALSE@
|
---|
144 | WINDOWSENV_TRUE = @WINDOWSENV_TRUE@
|
---|
145 | XGETTEXT = @XGETTEXT@
|
---|
146 | ac_ct_CC = @ac_ct_CC@
|
---|
147 | ac_ct_RANLIB = @ac_ct_RANLIB@
|
---|
148 | ac_ct_STRIP = @ac_ct_STRIP@
|
---|
149 | am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
|
---|
150 | am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
|
---|
151 | am__include = @am__include@
|
---|
152 | am__leading_dot = @am__leading_dot@
|
---|
153 | am__quote = @am__quote@
|
---|
154 | am__tar = @am__tar@
|
---|
155 | am__untar = @am__untar@
|
---|
156 | bindir = @bindir@
|
---|
157 | build = @build@
|
---|
158 | build_alias = @build_alias@
|
---|
159 | build_cpu = @build_cpu@
|
---|
160 | build_os = @build_os@
|
---|
161 | build_vendor = @build_vendor@
|
---|
162 | datadir = @datadir@
|
---|
163 | exec_prefix = @exec_prefix@
|
---|
164 | host = @host@
|
---|
165 | host_alias = @host_alias@
|
---|
166 | host_cpu = @host_cpu@
|
---|
167 | host_os = @host_os@
|
---|
168 | host_vendor = @host_vendor@
|
---|
169 | includedir = @includedir@
|
---|
170 | infodir = @infodir@
|
---|
171 | install_sh = @install_sh@
|
---|
172 | libdir = @libdir@
|
---|
173 | libexecdir = @libexecdir@
|
---|
174 | localstatedir = @localstatedir@
|
---|
175 | mandir = @mandir@
|
---|
176 | mkdir_p = @mkdir_p@
|
---|
177 | oldincludedir = @oldincludedir@
|
---|
178 | prefix = @prefix@
|
---|
179 | program_transform_name = @program_transform_name@
|
---|
180 | sbindir = @sbindir@
|
---|
181 | sharedstatedir = @sharedstatedir@
|
---|
182 | sysconfdir = @sysconfdir@
|
---|
183 | target_alias = @target_alias@
|
---|
184 | EXTRA_DIST = codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 nls.m4 \
|
---|
185 | intdiv0.m4 inttypes-pri.m4 inttypes.m4 inttypes_h.m4 \
|
---|
186 | isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 \
|
---|
187 | progtest.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4 longlong.m4 \
|
---|
188 | dospaths.m4 po.m4 signed.m4 longdouble.m4 wchar_t.m4 \
|
---|
189 | wint_t.m4 intmax.m4 printf-posix.m4 xsize.m4 size_max.m4
|
---|
190 |
|
---|
191 | all: all-am
|
---|
192 |
|
---|
193 | .SUFFIXES:
|
---|
194 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
---|
195 | @for dep in $?; do \
|
---|
196 | case '$(am__configure_deps)' in \
|
---|
197 | *$$dep*) \
|
---|
198 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
---|
199 | && exit 0; \
|
---|
200 | exit 1;; \
|
---|
201 | esac; \
|
---|
202 | done; \
|
---|
203 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu config/Makefile'; \
|
---|
204 | cd $(top_srcdir) && \
|
---|
205 | $(AUTOMAKE) --gnu config/Makefile
|
---|
206 | .PRECIOUS: Makefile
|
---|
207 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
---|
208 | @case '$?' in \
|
---|
209 | *config.status*) \
|
---|
210 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
---|
211 | *) \
|
---|
212 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
---|
213 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
---|
214 | esac;
|
---|
215 |
|
---|
216 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
---|
217 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
---|
218 |
|
---|
219 | $(top_srcdir)/configure: $(am__configure_deps)
|
---|
220 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
---|
221 | $(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
---|
222 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
---|
223 | uninstall-info-am:
|
---|
224 | tags: TAGS
|
---|
225 | TAGS:
|
---|
226 |
|
---|
227 | ctags: CTAGS
|
---|
228 | CTAGS:
|
---|
229 |
|
---|
230 |
|
---|
231 | distdir: $(DISTFILES)
|
---|
232 | @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
---|
233 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
---|
234 | list='$(DISTFILES)'; for file in $$list; do \
|
---|
235 | case $$file in \
|
---|
236 | $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
|
---|
237 | $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
|
---|
238 | esac; \
|
---|
239 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
---|
240 | dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
---|
241 | if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
---|
242 | dir="/$$dir"; \
|
---|
243 | $(mkdir_p) "$(distdir)$$dir"; \
|
---|
244 | else \
|
---|
245 | dir=''; \
|
---|
246 | fi; \
|
---|
247 | if test -d $$d/$$file; then \
|
---|
248 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
---|
249 | cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
---|
250 | fi; \
|
---|
251 | cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
---|
252 | else \
|
---|
253 | test -f $(distdir)/$$file \
|
---|
254 | || cp -p $$d/$$file $(distdir)/$$file \
|
---|
255 | || exit 1; \
|
---|
256 | fi; \
|
---|
257 | done
|
---|
258 | check-am: all-am
|
---|
259 | check: check-am
|
---|
260 | all-am: Makefile
|
---|
261 | installdirs:
|
---|
262 | install: install-am
|
---|
263 | install-exec: install-exec-am
|
---|
264 | install-data: install-data-am
|
---|
265 | uninstall: uninstall-am
|
---|
266 |
|
---|
267 | install-am: all-am
|
---|
268 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
---|
269 |
|
---|
270 | installcheck: installcheck-am
|
---|
271 | install-strip:
|
---|
272 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
---|
273 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
---|
274 | `test -z '$(STRIP)' || \
|
---|
275 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
---|
276 | mostlyclean-generic:
|
---|
277 |
|
---|
278 | clean-generic:
|
---|
279 |
|
---|
280 | distclean-generic:
|
---|
281 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
---|
282 |
|
---|
283 | maintainer-clean-generic:
|
---|
284 | @echo "This command is intended for maintainers to use"
|
---|
285 | @echo "it deletes files that may require special tools to rebuild."
|
---|
286 | clean: clean-am
|
---|
287 |
|
---|
288 | clean-am: clean-generic mostlyclean-am
|
---|
289 |
|
---|
290 | distclean: distclean-am
|
---|
291 | -rm -f Makefile
|
---|
292 | distclean-am: clean-am distclean-generic
|
---|
293 |
|
---|
294 | dvi: dvi-am
|
---|
295 |
|
---|
296 | dvi-am:
|
---|
297 |
|
---|
298 | html: html-am
|
---|
299 |
|
---|
300 | info: info-am
|
---|
301 |
|
---|
302 | info-am:
|
---|
303 |
|
---|
304 | install-data-am:
|
---|
305 |
|
---|
306 | install-exec-am:
|
---|
307 |
|
---|
308 | install-info: install-info-am
|
---|
309 |
|
---|
310 | install-man:
|
---|
311 |
|
---|
312 | installcheck-am:
|
---|
313 |
|
---|
314 | maintainer-clean: maintainer-clean-am
|
---|
315 | -rm -f Makefile
|
---|
316 | maintainer-clean-am: distclean-am maintainer-clean-generic
|
---|
317 |
|
---|
318 | mostlyclean: mostlyclean-am
|
---|
319 |
|
---|
320 | mostlyclean-am: mostlyclean-generic
|
---|
321 |
|
---|
322 | pdf: pdf-am
|
---|
323 |
|
---|
324 | pdf-am:
|
---|
325 |
|
---|
326 | ps: ps-am
|
---|
327 |
|
---|
328 | ps-am:
|
---|
329 |
|
---|
330 | uninstall-am: uninstall-info-am
|
---|
331 |
|
---|
332 | .PHONY: all all-am check check-am clean clean-generic distclean \
|
---|
333 | distclean-generic distdir dvi dvi-am html html-am info info-am \
|
---|
334 | install install-am install-data install-data-am install-exec \
|
---|
335 | install-exec-am install-info install-info-am install-man \
|
---|
336 | install-strip installcheck installcheck-am installdirs \
|
---|
337 | maintainer-clean maintainer-clean-generic mostlyclean \
|
---|
338 | mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
|
---|
339 | uninstall-info-am
|
---|
340 |
|
---|
341 | # Tell versions [3.59,3.63) of GNU make to not export all variables.
|
---|
342 | # Otherwise a system limit (for SysV at least) may be exceeded.
|
---|
343 | .NOEXPORT:
|
---|