1# Makefile.in generated by automake 1.10.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008  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@
16VPATH = @srcdir@
17pkgdatadir = $(datadir)/@PACKAGE@
18pkglibdir = $(libdir)/@PACKAGE@
19pkgincludedir = $(includedir)/@PACKAGE@
20am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21install_sh_DATA = $(install_sh) -c -m 644
22install_sh_PROGRAM = $(install_sh) -c
23install_sh_SCRIPT = $(install_sh) -c
24INSTALL_HEADER = $(INSTALL_DATA)
25transform = $(program_transform_name)
26NORMAL_INSTALL = :
27PRE_INSTALL = :
28POST_INSTALL = :
29NORMAL_UNINSTALL = :
30PRE_UNINSTALL = :
31POST_UNINSTALL = :
32build_triplet = @build@
33host_triplet = @host@
34subdir = m4
35DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog
36ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
37am__aclocal_m4_deps = $(top_srcdir)/m4/autobuild.m4 \
38	$(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
39	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
40	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
41	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
42	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
43	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
44	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
45am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46	$(ACLOCAL_M4)
47mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
48CONFIG_HEADER = $(top_builddir)/config.h
49CONFIG_CLEAN_FILES =
50SOURCES =
51DIST_SOURCES =
52DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
53ACLOCAL = @ACLOCAL@
54AMTAR = @AMTAR@
55AR = @AR@
56AS = @AS@
57AUTOCONF = @AUTOCONF@
58AUTOHEADER = @AUTOHEADER@
59AUTOMAKE = @AUTOMAKE@
60AWK = @AWK@
61BUILD_FILEVERSION = @BUILD_FILEVERSION@
62BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
63CC = @CC@
64CCDEPMODE = @CCDEPMODE@
65CC_FOR_BUILD = @CC_FOR_BUILD@
66CFLAGS = @CFLAGS@
67CPP = @CPP@
68CPPFLAGS = @CPPFLAGS@
69CYGPATH_W = @CYGPATH_W@
70DEFS = @DEFS@
71DEPDIR = @DEPDIR@
72DLLTOOL = @DLLTOOL@
73DSYMUTIL = @DSYMUTIL@
74DUMPBIN = @DUMPBIN@
75ECHO_C = @ECHO_C@
76ECHO_N = @ECHO_N@
77ECHO_T = @ECHO_T@
78EGREP = @EGREP@
79EXEEXT = @EXEEXT@
80FGREP = @FGREP@
81GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
82GMSGFMT = @GMSGFMT@
83GMSGFMT_015 = @GMSGFMT_015@
84GPG_ERROR_CONFIG_CFLAGS = @GPG_ERROR_CONFIG_CFLAGS@
85GPG_ERROR_CONFIG_ISUBDIRAFTER = @GPG_ERROR_CONFIG_ISUBDIRAFTER@
86GPG_ERROR_CONFIG_LIBS = @GPG_ERROR_CONFIG_LIBS@
87GREP = @GREP@
88INSTALL = @INSTALL@
89INSTALL_DATA = @INSTALL_DATA@
90INSTALL_PROGRAM = @INSTALL_PROGRAM@
91INSTALL_SCRIPT = @INSTALL_SCRIPT@
92INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
93INTLLIBS = @INTLLIBS@
94INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
95LD = @LD@
96LDFLAGS = @LDFLAGS@
97LIBGPG_ERROR_LT_AGE = @LIBGPG_ERROR_LT_AGE@
98LIBGPG_ERROR_LT_CURRENT = @LIBGPG_ERROR_LT_CURRENT@
99LIBGPG_ERROR_LT_REVISION = @LIBGPG_ERROR_LT_REVISION@
100LIBICONV = @LIBICONV@
101LIBINTL = @LIBINTL@
102LIBOBJS = @LIBOBJS@
103LIBS = @LIBS@
104LIBTOOL = @LIBTOOL@
105LIPO = @LIPO@
106LN_S = @LN_S@
107LTLIBICONV = @LTLIBICONV@
108LTLIBINTL = @LTLIBINTL@
109LTLIBOBJS = @LTLIBOBJS@
110MAINT = @MAINT@
111MAKEINFO = @MAKEINFO@
112MKDIR_P = @MKDIR_P@
113MSGFMT = @MSGFMT@
114MSGFMT_015 = @MSGFMT_015@
115MSGMERGE = @MSGMERGE@
116NM = @NM@
117NMEDIT = @NMEDIT@
118OBJDUMP = @OBJDUMP@
119OBJEXT = @OBJEXT@
120OTOOL = @OTOOL@
121OTOOL64 = @OTOOL64@
122PACKAGE = @PACKAGE@
123PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
124PACKAGE_NAME = @PACKAGE_NAME@
125PACKAGE_STRING = @PACKAGE_STRING@
126PACKAGE_TARNAME = @PACKAGE_TARNAME@
127PACKAGE_URL = @PACKAGE_URL@
128PACKAGE_VERSION = @PACKAGE_VERSION@
129PATH_SEPARATOR = @PATH_SEPARATOR@
130POSUB = @POSUB@
131RANLIB = @RANLIB@
132RC = @RC@
133SED = @SED@
134SET_MAKE = @SET_MAKE@
135SHELL = @SHELL@
136STRIP = @STRIP@
137USE_NLS = @USE_NLS@
138VERSION = @VERSION@
139XGETTEXT = @XGETTEXT@
140XGETTEXT_015 = @XGETTEXT_015@
141XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
142abs_builddir = @abs_builddir@
143abs_srcdir = @abs_srcdir@
144abs_top_builddir = @abs_top_builddir@
145abs_top_srcdir = @abs_top_srcdir@
146ac_ct_CC = @ac_ct_CC@
147ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
148am__include = @am__include@
149am__leading_dot = @am__leading_dot@
150am__quote = @am__quote@
151am__tar = @am__tar@
152am__untar = @am__untar@
153bindir = @bindir@
154build = @build@
155build_alias = @build_alias@
156build_cpu = @build_cpu@
157build_os = @build_os@
158build_vendor = @build_vendor@
159builddir = @builddir@
160datadir = @datadir@
161datarootdir = @datarootdir@
162docdir = @docdir@
163dvidir = @dvidir@
164exec_prefix = @exec_prefix@
165host = @host@
166host_alias = @host_alias@
167host_cpu = @host_cpu@
168host_os = @host_os@
169host_vendor = @host_vendor@
170htmldir = @htmldir@
171includedir = @includedir@
172infodir = @infodir@
173install_sh = @install_sh@
174libdir = @libdir@
175libexecdir = @libexecdir@
176localedir = @localedir@
177localstatedir = @localstatedir@
178lt_ECHO = @lt_ECHO@
179mandir = @mandir@
180mkdir_p = @mkdir_p@
181oldincludedir = @oldincludedir@
182pdfdir = @pdfdir@
183prefix = @prefix@
184program_transform_name = @program_transform_name@
185psdir = @psdir@
186sbindir = @sbindir@
187sharedstatedir = @sharedstatedir@
188srcdir = @srcdir@
189sysconfdir = @sysconfdir@
190target_alias = @target_alias@
191top_build_prefix = @top_build_prefix@
192top_builddir = @top_builddir@
193top_srcdir = @top_srcdir@
194EXTRA_DIST = inttypes-h.m4 lock.m4 visibility.m4 glibc2.m4 intmax.m4 \
195	longdouble.m4 longlong.m4 printf-posix.m4 signed.m4 \
196	size_max.m4 wchar_t.m4 wint_t.m4 xsize.m4 \
197	ac_prog_cc_for_build.m4 nls.m4 po.m4 codeset.m4 gettext.m4 \
198	glibc21.m4 iconv.m4 intdiv0.m4 inttypes.m4 inttypes_h.m4 \
199	inttypes-pri.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 \
200	lib-link.m4 lib-prefix.m4 progtest.m4 stdint_h.m4 uintmax_t.m4 \
201	ulonglong.m4 autobuild.m4
202all: all-am
203
204.SUFFIXES:
205$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
206	@for dep in $?; do \
207	  case '$(am__configure_deps)' in \
208	    *$$dep*) \
209	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
210	        && { if test -f $@; then exit 0; else break; fi; }; \
211	      exit 1;; \
212	  esac; \
213	done; \
214	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  m4/Makefile'; \
215	cd $(top_srcdir) && \
216	  $(AUTOMAKE) --gnu  m4/Makefile
217.PRECIOUS: Makefile
218Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
219	@case '$?' in \
220	  *config.status*) \
221	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
222	  *) \
223	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
224	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
225	esac;
226
227$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
228	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
229
230$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
231	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
232$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
233	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
234
235mostlyclean-libtool:
236	-rm -f *.lo
237
238clean-libtool:
239	-rm -rf .libs _libs
240tags: TAGS
241TAGS:
242
243ctags: CTAGS
244CTAGS:
245
246
247distdir: $(DISTFILES)
248	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
249	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
250	list='$(DISTFILES)'; \
251	  dist_files=`for file in $$list; do echo $$file; done | \
252	  sed -e "s|^$$srcdirstrip/||;t" \
253	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
254	case $$dist_files in \
255	  */*) $(MKDIR_P) `echo "$$dist_files" | \
256			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
257			   sort -u` ;; \
258	esac; \
259	for file in $$dist_files; do \
260	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
261	  if test -d $$d/$$file; then \
262	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
263	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
264	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
265	    fi; \
266	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
267	  else \
268	    test -f $(distdir)/$$file \
269	    || cp -p $$d/$$file $(distdir)/$$file \
270	    || exit 1; \
271	  fi; \
272	done
273check-am: all-am
274check: check-am
275all-am: Makefile
276installdirs:
277install: install-am
278install-exec: install-exec-am
279install-data: install-data-am
280uninstall: uninstall-am
281
282install-am: all-am
283	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
284
285installcheck: installcheck-am
286install-strip:
287	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
288	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
289	  `test -z '$(STRIP)' || \
290	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
291mostlyclean-generic:
292
293clean-generic:
294
295distclean-generic:
296	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
297
298maintainer-clean-generic:
299	@echo "This command is intended for maintainers to use"
300	@echo "it deletes files that may require special tools to rebuild."
301clean: clean-am
302
303clean-am: clean-generic clean-libtool mostlyclean-am
304
305distclean: distclean-am
306	-rm -f Makefile
307distclean-am: clean-am distclean-generic
308
309dvi: dvi-am
310
311dvi-am:
312
313html: html-am
314
315info: info-am
316
317info-am:
318
319install-data-am:
320
321install-dvi: install-dvi-am
322
323install-exec-am:
324
325install-html: install-html-am
326
327install-info: install-info-am
328
329install-man:
330
331install-pdf: install-pdf-am
332
333install-ps: install-ps-am
334
335installcheck-am:
336
337maintainer-clean: maintainer-clean-am
338	-rm -f Makefile
339maintainer-clean-am: distclean-am maintainer-clean-generic
340
341mostlyclean: mostlyclean-am
342
343mostlyclean-am: mostlyclean-generic mostlyclean-libtool
344
345pdf: pdf-am
346
347pdf-am:
348
349ps: ps-am
350
351ps-am:
352
353uninstall-am:
354
355.MAKE: install-am install-strip
356
357.PHONY: all all-am check check-am clean clean-generic clean-libtool \
358	distclean distclean-generic distclean-libtool distdir dvi \
359	dvi-am html html-am info info-am install install-am \
360	install-data install-data-am install-dvi install-dvi-am \
361	install-exec install-exec-am install-html install-html-am \
362	install-info install-info-am install-man install-pdf \
363	install-pdf-am install-ps install-ps-am install-strip \
364	installcheck installcheck-am installdirs maintainer-clean \
365	maintainer-clean-generic mostlyclean mostlyclean-generic \
366	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
367
368# Tell versions [3.59,3.63) of GNU make to not export all variables.
369# Otherwise a system limit (for SysV at least) may be exceeded.
370.NOEXPORT:
371