1 # Makefile.in generated by automake 1.7.6 from Makefile.am.
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
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@
47 AUTOHEADER = @AUTOHEADER@
50 BUILD_IMAP_FALSE = @BUILD_IMAP_FALSE@
51 BUILD_IMAP_TRUE = @BUILD_IMAP_TRUE@
52 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
54 CATOBJEXT = @CATOBJEXT@
56 CCDEPMODE = @CCDEPMODE@
60 CYGPATH_W = @CYGPATH_W@
61 DATADIRNAME = @DATADIRNAME@
66 DOTLOCK_GROUP = @DOTLOCK_GROUP@
67 DOTLOCK_PERMISSION = @DOTLOCK_PERMISSION@
68 DOTLOCK_TARGET = @DOTLOCK_TARGET@
79 GPGME_CONFIG = @GPGME_CONFIG@
80 INSTALL_DATA = @INSTALL_DATA@
81 INSTALL_PROGRAM = @INSTALL_PROGRAM@
82 INSTALL_SCRIPT = @INSTALL_SCRIPT@
83 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
84 INSTOBJEXT = @INSTOBJEXT@
85 INTLBISON = @INTLBISON@
88 INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
90 KRB5CFGPATH = @KRB5CFGPATH@
92 LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@
93 LIBGNUTLS_CONFIG = @LIBGNUTLS_CONFIG@
94 LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@
95 LIBGPGME_CFLAGS = @LIBGPGME_CFLAGS@
96 LIBGPGME_LIBS = @LIBGPGME_LIBS@
99 LIBIMAPDEPS = @LIBIMAPDEPS@
102 LTLIBOBJS = @LTLIBOBJS@
103 MAKEINFO = @MAKEINFO@
104 MKINSTALLDIRS = @MKINSTALLDIRS@
106 MUTTLIBS = @MUTTLIBS@
107 MUTT_LIB_OBJECTS = @MUTT_LIB_OBJECTS@
111 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
112 PACKAGE_NAME = @PACKAGE_NAME@
113 PACKAGE_STRING = @PACKAGE_STRING@
114 PACKAGE_TARNAME = @PACKAGE_TARNAME@
115 PACKAGE_VERSION = @PACKAGE_VERSION@
116 PATH_SEPARATOR = @PATH_SEPARATOR@
117 PGPAUX_TARGET = @PGPAUX_TARGET@
122 SENDMAIL = @SENDMAIL@
123 SET_MAKE = @SET_MAKE@
125 SMIMEAUX_TARGET = @SMIMEAUX_TARGET@
127 SUBVERSION = @SUBVERSION@
129 USE_GSS_FALSE = @USE_GSS_FALSE@
130 USE_GSS_TRUE = @USE_GSS_TRUE@
131 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
133 USE_SASL_FALSE = @USE_SASL_FALSE@
134 USE_SASL_TRUE = @USE_SASL_TRUE@
135 USE_SSL_FALSE = @USE_SSL_FALSE@
136 USE_SSL_TRUE = @USE_SSL_TRUE@
138 XGETTEXT = @XGETTEXT@
139 ac_ct_AR = @ac_ct_AR@
140 ac_ct_CC = @ac_ct_CC@
141 ac_ct_RANLIB = @ac_ct_RANLIB@
142 ac_ct_STRIP = @ac_ct_STRIP@
143 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
144 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
145 am__include = @am__include@
146 am__leading_dot = @am__leading_dot@
147 am__quote = @am__quote@
150 build_alias = @build_alias@
151 build_cpu = @build_cpu@
152 build_os = @build_os@
153 build_vendor = @build_vendor@
156 exec_prefix = @exec_prefix@
158 host_alias = @host_alias@
159 host_cpu = @host_cpu@
161 host_vendor = @host_vendor@
162 includedir = @includedir@
164 install_sh = @install_sh@
166 libexecdir = @libexecdir@
167 localstatedir = @localstatedir@
169 mutt_libesmtp_config_path = @mutt_libesmtp_config_path@
170 oldincludedir = @oldincludedir@
172 program_transform_name = @program_transform_name@
174 sharedstatedir = @sharedstatedir@
175 sysconfdir = @sysconfdir@
176 target_alias = @target_alias@
178 AUTOMAKE_OPTIONS = foreign
180 @USE_GSS_TRUE@GSSSOURCES = auth_gss.c
181 @USE_SASL_FALSE@AUTHENTICATORS = auth_anon.c auth_cram.c
183 @USE_SASL_TRUE@AUTHENTICATORS = auth_sasl.c
185 EXTRA_DIST = BUGS README TODO auth_anon.c auth_cram.c auth_gss.c auth_sasl.c
187 INCLUDES = -I$(top_srcdir) -I../intl
189 noinst_LIBRARIES = libimap.a
190 noinst_HEADERS = auth.h imap_private.h message.h
192 libimap_a_SOURCES = auth.c auth_login.c browse.c command.c imap.c imap.h \
193 message.c utf7.c util.c $(AUTHENTICATORS) $(GSSSOURCES)
196 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
197 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
198 CONFIG_HEADER = $(top_builddir)/config.h
200 LIBRARIES = $(noinst_LIBRARIES)
202 libimap_a_AR = $(AR) cru
204 am__libimap_a_SOURCES_DIST = auth.c auth_login.c browse.c command.c \
205 imap.c imap.h message.c utf7.c util.c auth_anon.c auth_cram.c \
206 auth_sasl.c auth_gss.c
207 @USE_SASL_TRUE@am__objects_1 = auth_sasl.$(OBJEXT)
208 @USE_SASL_FALSE@am__objects_1 = auth_anon.$(OBJEXT) auth_cram.$(OBJEXT)
209 @USE_GSS_TRUE@am__objects_2 = auth_gss.$(OBJEXT)
210 am_libimap_a_OBJECTS = auth.$(OBJEXT) auth_login.$(OBJEXT) \
211 browse.$(OBJEXT) command.$(OBJEXT) imap.$(OBJEXT) \
212 message.$(OBJEXT) utf7.$(OBJEXT) util.$(OBJEXT) \
213 $(am__objects_1) $(am__objects_2)
214 libimap_a_OBJECTS = $(am_libimap_a_OBJECTS)
216 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
219 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
220 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
222 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
223 DIST_SOURCES = $(am__libimap_a_SOURCES_DIST)
224 HEADERS = $(noinst_HEADERS)
226 DIST_COMMON = README $(noinst_HEADERS) Makefile.am Makefile.in TODO
227 SOURCES = $(libimap_a_SOURCES)
232 .SUFFIXES: .c .o .obj
233 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
234 cd $(top_srcdir) && \
235 $(AUTOMAKE) --foreign --ignore-deps imap/Makefile
236 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
237 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
239 clean-noinstLIBRARIES:
240 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
241 libimap.a: $(libimap_a_OBJECTS) $(libimap_a_DEPENDENCIES)
243 $(libimap_a_AR) libimap.a $(libimap_a_OBJECTS) $(libimap_a_LIBADD)
247 -rm -f *.$(OBJEXT) core *.core
253 $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
256 $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
267 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
268 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
269 unique=`for i in $$list; do \
270 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
272 $(AWK) ' { files[$$0] = 1; } \
273 END { for (i in files) print i; }'`; \
276 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
277 $(TAGS_FILES) $(LISP)
280 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
281 unique=`for i in $$list; do \
282 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
284 $(AWK) ' { files[$$0] = 1; } \
285 END { for (i in files) print i; }'`; \
286 test -z "$(ETAGS_ARGS)$$tags$$unique" \
287 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
291 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
292 $(TAGS_FILES) $(LISP)
295 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
296 unique=`for i in $$list; do \
297 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
299 $(AWK) ' { files[$$0] = 1; } \
300 END { for (i in files) print i; }'`; \
301 test -z "$(CTAGS_ARGS)$$tags$$unique" \
302 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
306 here=`$(am__cd) $(top_builddir) && pwd` \
307 && cd $(top_srcdir) \
308 && gtags -i $(GTAGS_ARGS) $$here
311 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
312 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
315 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
317 distdir: $(DISTFILES)
318 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
319 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
320 list='$(DISTFILES)'; for file in $$list; do \
322 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
323 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
325 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
326 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
327 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
329 $(mkinstalldirs) "$(distdir)$$dir"; \
333 if test -d $$d/$$file; then \
334 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
335 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
337 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
339 test -f $(distdir)/$$file \
340 || cp -p $$d/$$file $(distdir)/$$file \
346 all-am: Makefile $(LIBRARIES) $(HEADERS)
350 install-exec: install-exec-am
351 install-data: install-data-am
352 uninstall: uninstall-am
355 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
357 installcheck: installcheck-am
359 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
360 INSTALL_STRIP_FLAG=-s \
361 `test -z '$(STRIP)' || \
362 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
368 -rm -f Makefile $(CONFIG_CLEAN_FILES)
370 maintainer-clean-generic:
371 @echo "This command is intended for maintainers to use"
372 @echo "it deletes files that may require special tools to rebuild."
375 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
377 distclean: distclean-am
379 distclean-am: clean-am distclean-compile distclean-generic \
394 install-info: install-info-am
400 maintainer-clean: maintainer-clean-am
402 maintainer-clean-am: distclean-am maintainer-clean-generic
404 mostlyclean: mostlyclean-am
406 mostlyclean-am: mostlyclean-compile mostlyclean-generic
416 uninstall-am: uninstall-info-am
418 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
419 clean-noinstLIBRARIES ctags distclean distclean-compile \
420 distclean-generic distclean-tags distdir dvi dvi-am info \
421 info-am install install-am install-data install-data-am \
422 install-exec install-exec-am install-info install-info-am \
423 install-man install-strip installcheck installcheck-am \
424 installdirs maintainer-clean maintainer-clean-generic \
425 mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
426 ps ps-am tags uninstall uninstall-am uninstall-info-am
428 # Tell versions [3.59,3.63) of GNU make to not export all variables.
429 # Otherwise a system limit (for SysV at least) may be exceeded.