d0a061fa5d6597b0ec49e3320d835a0def586cff
[apps/madmutt.git] / imap / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
63 CATALOGS = @CATALOGS@
64 CATOBJEXT = @CATOBJEXT@
65 CC = @CC@
66 CPP = @CPP@
67 DATADIRNAME = @DATADIRNAME@
68 DBX = @DBX@
69 DEBUGGER = @DEBUGGER@
70 DOTLOCK_GROUP = @DOTLOCK_GROUP@
71 DOTLOCK_PERMISSION = @DOTLOCK_PERMISSION@
72 DOTLOCK_TARGET = @DOTLOCK_TARGET@
73 GDB = @GDB@
74 GENCAT = @GENCAT@
75 GLIBC21 = @GLIBC21@
76 GMOFILES = @GMOFILES@
77 GMSGFMT = @GMSGFMT@
78 GPGME_CONFIG = @GPGME_CONFIG@
79 HAVE_LIB = @HAVE_LIB@
80 INSTOBJEXT = @INSTOBJEXT@
81 INTLBISON = @INTLBISON@
82 INTLLIBS = @INTLLIBS@
83 INTLOBJS = @INTLOBJS@
84 INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
85 ISPELL = @ISPELL@
86 KRB5CFGPATH = @KRB5CFGPATH@
87 LIB = @LIB@
88 LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@
89 LIBGNUTLS_CONFIG = @LIBGNUTLS_CONFIG@
90 LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@
91 LIBGPGME_CFLAGS = @LIBGPGME_CFLAGS@
92 LIBGPGME_LIBS = @LIBGPGME_LIBS@
93 LIBICONV = @LIBICONV@
94 LIBIMAP = @LIBIMAP@
95 LIBIMAPDEPS = @LIBIMAPDEPS@
96 LTLIB = @LTLIB@
97 MAKEINFO = @MAKEINFO@
98 MKINSTALLDIRS = @MKINSTALLDIRS@
99 MSGFMT = @MSGFMT@
100 MUTTLIBS = @MUTTLIBS@
101 MUTT_LIB_OBJECTS = @MUTT_LIB_OBJECTS@
102 OPS = @OPS@
103 PACKAGE = @PACKAGE@
104 PGPAUX_TARGET = @PGPAUX_TARGET@
105 POFILES = @POFILES@
106 POSUB = @POSUB@
107 RANLIB = @RANLIB@
108 SDB = @SDB@
109 SENDMAIL = @SENDMAIL@
110 SGML2HTML_CMD = @SGML2HTML_CMD@
111 SGML2PS_CMD = @SGML2PS_CMD@
112 SGML2TXT_CMD = @SGML2TXT_CMD@
113 SMIMEAUX_TARGET = @SMIMEAUX_TARGET@
114 SUBVERSION = @SUBVERSION@
115 U = @U@
116 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
117 USE_NLS = @USE_NLS@
118 VERSION = @VERSION@
119 docdir = @docdir@
120 mutt_libesmtp_config_path = @mutt_libesmtp_config_path@
121
122 AR = @AR@
123
124 AUTOMAKE_OPTIONS = foreign
125
126 @USE_GSS_TRUE@GSSSOURCES = auth_gss.c
127 @USE_SASL_TRUE@AUTHENTICATORS = auth_sasl.c
128 @USE_SASL_FALSE@AUTHENTICATORS = auth_anon.c auth_cram.c
129
130 EXTRA_DIST = BUGS README TODO auth_anon.c auth_cram.c auth_gss.c auth_sasl.c
131
132 INCLUDES = -I$(top_srcdir) -I../intl
133
134 noinst_LIBRARIES = libimap.a
135 noinst_HEADERS = auth.h imap_private.h message.h
136
137 libimap_a_SOURCES = auth.c auth_login.c browse.c command.c imap.c imap.h        message.c utf7.c util.c $(AUTHENTICATORS) $(GSSSOURCES)
138
139 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
140 CONFIG_HEADER = ../config.h
141 CONFIG_CLEAN_FILES = 
142 LIBRARIES =  $(noinst_LIBRARIES)
143
144
145 DEFS = @DEFS@ -I. -I$(srcdir) -I..
146 CPPFLAGS = @CPPFLAGS@
147 LDFLAGS = @LDFLAGS@
148 LIBS = @LIBS@
149 libimap_a_LIBADD = 
150 @USE_GSS_TRUE@@USE_SASL_FALSE@libimap_a_OBJECTS =  auth.o auth_login.o \
151 @USE_GSS_TRUE@@USE_SASL_FALSE@browse.o command.o imap.o message.o \
152 @USE_GSS_TRUE@@USE_SASL_FALSE@utf7.o util.o auth_anon.o auth_cram.o \
153 @USE_GSS_TRUE@@USE_SASL_FALSE@auth_gss.o
154 @USE_GSS_FALSE@@USE_SASL_TRUE@libimap_a_OBJECTS =  auth.o auth_login.o \
155 @USE_GSS_FALSE@@USE_SASL_TRUE@browse.o command.o imap.o message.o \
156 @USE_GSS_FALSE@@USE_SASL_TRUE@utf7.o util.o auth_sasl.o
157 @USE_GSS_TRUE@@USE_SASL_TRUE@libimap_a_OBJECTS =  auth.o auth_login.o \
158 @USE_GSS_TRUE@@USE_SASL_TRUE@browse.o command.o imap.o message.o utf7.o \
159 @USE_GSS_TRUE@@USE_SASL_TRUE@util.o auth_sasl.o auth_gss.o
160 @USE_GSS_FALSE@@USE_SASL_FALSE@libimap_a_OBJECTS =  auth.o auth_login.o \
161 @USE_GSS_FALSE@@USE_SASL_FALSE@browse.o command.o imap.o message.o \
162 @USE_GSS_FALSE@@USE_SASL_FALSE@utf7.o util.o auth_anon.o auth_cram.o
163 CFLAGS = @CFLAGS@
164 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
165 CCLD = $(CC)
166 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
167 HEADERS =  $(noinst_HEADERS)
168
169 DIST_COMMON =  README Makefile.am Makefile.in TODO
170
171
172 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
173
174 TAR = tar
175 GZIP_ENV = --best
176 SOURCES = $(libimap_a_SOURCES)
177 OBJECTS = $(libimap_a_OBJECTS)
178
179 all: all-redirect
180 .SUFFIXES:
181 .SUFFIXES: .S .c .o .s
182 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
183         cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps imap/Makefile
184
185 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
186         cd $(top_builddir) \
187           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
188
189
190 mostlyclean-noinstLIBRARIES:
191
192 clean-noinstLIBRARIES:
193         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
194
195 distclean-noinstLIBRARIES:
196
197 maintainer-clean-noinstLIBRARIES:
198
199 .c.o:
200         $(COMPILE) -c $<
201
202 .s.o:
203         $(COMPILE) -c $<
204
205 .S.o:
206         $(COMPILE) -c $<
207
208 mostlyclean-compile:
209         -rm -f *.o core *.core
210
211 clean-compile:
212
213 distclean-compile:
214         -rm -f *.tab.c
215
216 maintainer-clean-compile:
217
218 libimap.a: $(libimap_a_OBJECTS) $(libimap_a_DEPENDENCIES)
219         -rm -f libimap.a
220         $(AR) cru libimap.a $(libimap_a_OBJECTS) $(libimap_a_LIBADD)
221         $(RANLIB) libimap.a
222
223 tags: TAGS
224
225 ID: $(HEADERS) $(SOURCES) $(LISP)
226         list='$(SOURCES) $(HEADERS)'; \
227         unique=`for i in $$list; do echo $$i; done | \
228           awk '    { files[$$0] = 1; } \
229                END { for (i in files) print i; }'`; \
230         here=`pwd` && cd $(srcdir) \
231           && mkid -f$$here/ID $$unique $(LISP)
232
233 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
234         tags=; \
235         here=`pwd`; \
236         list='$(SOURCES) $(HEADERS)'; \
237         unique=`for i in $$list; do echo $$i; done | \
238           awk '    { files[$$0] = 1; } \
239                END { for (i in files) print i; }'`; \
240         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
241           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
242
243 mostlyclean-tags:
244
245 clean-tags:
246
247 distclean-tags:
248         -rm -f TAGS ID
249
250 maintainer-clean-tags:
251
252 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
253
254 subdir = imap
255
256 distdir: $(DISTFILES)
257         @for file in $(DISTFILES); do \
258           d=$(srcdir); \
259           if test -d $$d/$$file; then \
260             cp -pr $$d/$$file $(distdir)/$$file; \
261           else \
262             test -f $(distdir)/$$file \
263             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
264             || cp -p $$d/$$file $(distdir)/$$file || :; \
265           fi; \
266         done
267 info-am:
268 info: info-am
269 dvi-am:
270 dvi: dvi-am
271 check-am: all-am
272 check: check-am
273 installcheck-am:
274 installcheck: installcheck-am
275 install-exec-am:
276 install-exec: install-exec-am
277
278 install-data-am:
279 install-data: install-data-am
280
281 install-am: all-am
282         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
283 install: install-am
284 uninstall-am:
285 uninstall: uninstall-am
286 all-am: Makefile $(LIBRARIES) $(HEADERS)
287 all-redirect: all-am
288 install-strip:
289         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
290 installdirs:
291
292
293 mostlyclean-generic:
294
295 clean-generic:
296
297 distclean-generic:
298         -rm -f Makefile $(CONFIG_CLEAN_FILES)
299         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
300
301 maintainer-clean-generic:
302 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
303                 mostlyclean-tags mostlyclean-generic
304
305 mostlyclean: mostlyclean-am
306
307 clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
308                 mostlyclean-am
309
310 clean: clean-am
311
312 distclean-am:  distclean-noinstLIBRARIES distclean-compile \
313                 distclean-tags distclean-generic clean-am
314
315 distclean: distclean-am
316
317 maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
318                 maintainer-clean-compile maintainer-clean-tags \
319                 maintainer-clean-generic distclean-am
320         @echo "This command is intended for maintainers to use;"
321         @echo "it deletes files that may require special tools to rebuild."
322
323 maintainer-clean: maintainer-clean-am
324
325 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
326 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
327 mostlyclean-compile distclean-compile clean-compile \
328 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
329 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
330 check-am installcheck-am installcheck install-exec-am install-exec \
331 install-data-am install-data install-am install uninstall-am uninstall \
332 all-redirect all-am all installdirs mostlyclean-generic \
333 distclean-generic clean-generic maintainer-clean-generic clean \
334 mostlyclean distclean maintainer-clean
335
336
337 # Tell versions [3.59,3.63) of GNU make to not export all variables.
338 # Otherwise a system limit (for SysV at least) may be exceeded.
339 .NOEXPORT: