Andreas Krennmair:
[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 SMIMEAUX_TARGET = @SMIMEAUX_TARGET@
111 SUBVERSION = @SUBVERSION@
112 U = @U@
113 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
114 USE_NLS = @USE_NLS@
115 VERSION = @VERSION@
116 docdir = @docdir@
117 mutt_libesmtp_config_path = @mutt_libesmtp_config_path@
118
119 AR = @AR@
120
121 AUTOMAKE_OPTIONS = foreign
122
123 @USE_GSS_TRUE@GSSSOURCES = auth_gss.c
124 @USE_SASL_TRUE@AUTHENTICATORS = auth_sasl.c
125 @USE_SASL_FALSE@AUTHENTICATORS = auth_anon.c auth_cram.c
126
127 EXTRA_DIST = BUGS README TODO auth_anon.c auth_cram.c auth_gss.c auth_sasl.c
128
129 INCLUDES = -I$(top_srcdir) -I../intl
130
131 noinst_LIBRARIES = libimap.a
132 noinst_HEADERS = auth.h imap_private.h message.h
133
134 libimap_a_SOURCES = auth.c auth_login.c browse.c command.c imap.c imap.h        message.c utf7.c util.c $(AUTHENTICATORS) $(GSSSOURCES)
135
136 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
137 CONFIG_HEADER = ../config.h
138 CONFIG_CLEAN_FILES = 
139 LIBRARIES =  $(noinst_LIBRARIES)
140
141
142 DEFS = @DEFS@ -I. -I$(srcdir) -I..
143 CPPFLAGS = @CPPFLAGS@
144 LDFLAGS = @LDFLAGS@
145 LIBS = @LIBS@
146 libimap_a_LIBADD = 
147 @USE_GSS_TRUE@@USE_SASL_FALSE@libimap_a_OBJECTS =  auth.o auth_login.o \
148 @USE_GSS_TRUE@@USE_SASL_FALSE@browse.o command.o imap.o message.o \
149 @USE_GSS_TRUE@@USE_SASL_FALSE@utf7.o util.o auth_anon.o auth_cram.o \
150 @USE_GSS_TRUE@@USE_SASL_FALSE@auth_gss.o
151 @USE_GSS_FALSE@@USE_SASL_TRUE@libimap_a_OBJECTS =  auth.o auth_login.o \
152 @USE_GSS_FALSE@@USE_SASL_TRUE@browse.o command.o imap.o message.o \
153 @USE_GSS_FALSE@@USE_SASL_TRUE@utf7.o util.o auth_sasl.o
154 @USE_GSS_TRUE@@USE_SASL_TRUE@libimap_a_OBJECTS =  auth.o auth_login.o \
155 @USE_GSS_TRUE@@USE_SASL_TRUE@browse.o command.o imap.o message.o utf7.o \
156 @USE_GSS_TRUE@@USE_SASL_TRUE@util.o auth_sasl.o auth_gss.o
157 @USE_GSS_FALSE@@USE_SASL_FALSE@libimap_a_OBJECTS =  auth.o auth_login.o \
158 @USE_GSS_FALSE@@USE_SASL_FALSE@browse.o command.o imap.o message.o \
159 @USE_GSS_FALSE@@USE_SASL_FALSE@utf7.o util.o auth_anon.o auth_cram.o
160 CFLAGS = @CFLAGS@
161 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
162 CCLD = $(CC)
163 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
164 HEADERS =  $(noinst_HEADERS)
165
166 DIST_COMMON =  README Makefile.am Makefile.in TODO
167
168
169 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
170
171 TAR = tar
172 GZIP_ENV = --best
173 SOURCES = $(libimap_a_SOURCES)
174 OBJECTS = $(libimap_a_OBJECTS)
175
176 all: all-redirect
177 .SUFFIXES:
178 .SUFFIXES: .S .c .o .s
179 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
180         cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps imap/Makefile
181
182 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
183         cd $(top_builddir) \
184           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
185
186
187 mostlyclean-noinstLIBRARIES:
188
189 clean-noinstLIBRARIES:
190         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
191
192 distclean-noinstLIBRARIES:
193
194 maintainer-clean-noinstLIBRARIES:
195
196 .c.o:
197         $(COMPILE) -c $<
198
199 .s.o:
200         $(COMPILE) -c $<
201
202 .S.o:
203         $(COMPILE) -c $<
204
205 mostlyclean-compile:
206         -rm -f *.o core *.core
207
208 clean-compile:
209
210 distclean-compile:
211         -rm -f *.tab.c
212
213 maintainer-clean-compile:
214
215 libimap.a: $(libimap_a_OBJECTS) $(libimap_a_DEPENDENCIES)
216         -rm -f libimap.a
217         $(AR) cru libimap.a $(libimap_a_OBJECTS) $(libimap_a_LIBADD)
218         $(RANLIB) libimap.a
219
220 tags: TAGS
221
222 ID: $(HEADERS) $(SOURCES) $(LISP)
223         list='$(SOURCES) $(HEADERS)'; \
224         unique=`for i in $$list; do echo $$i; done | \
225           awk '    { files[$$0] = 1; } \
226                END { for (i in files) print i; }'`; \
227         here=`pwd` && cd $(srcdir) \
228           && mkid -f$$here/ID $$unique $(LISP)
229
230 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
231         tags=; \
232         here=`pwd`; \
233         list='$(SOURCES) $(HEADERS)'; \
234         unique=`for i in $$list; do echo $$i; done | \
235           awk '    { files[$$0] = 1; } \
236                END { for (i in files) print i; }'`; \
237         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
238           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
239
240 mostlyclean-tags:
241
242 clean-tags:
243
244 distclean-tags:
245         -rm -f TAGS ID
246
247 maintainer-clean-tags:
248
249 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
250
251 subdir = imap
252
253 distdir: $(DISTFILES)
254         @for file in $(DISTFILES); do \
255           d=$(srcdir); \
256           if test -d $$d/$$file; then \
257             cp -pr $$d/$$file $(distdir)/$$file; \
258           else \
259             test -f $(distdir)/$$file \
260             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
261             || cp -p $$d/$$file $(distdir)/$$file || :; \
262           fi; \
263         done
264 info-am:
265 info: info-am
266 dvi-am:
267 dvi: dvi-am
268 check-am: all-am
269 check: check-am
270 installcheck-am:
271 installcheck: installcheck-am
272 install-exec-am:
273 install-exec: install-exec-am
274
275 install-data-am:
276 install-data: install-data-am
277
278 install-am: all-am
279         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
280 install: install-am
281 uninstall-am:
282 uninstall: uninstall-am
283 all-am: Makefile $(LIBRARIES) $(HEADERS)
284 all-redirect: all-am
285 install-strip:
286         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
287 installdirs:
288
289
290 mostlyclean-generic:
291
292 clean-generic:
293
294 distclean-generic:
295         -rm -f Makefile $(CONFIG_CLEAN_FILES)
296         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
297
298 maintainer-clean-generic:
299 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
300                 mostlyclean-tags mostlyclean-generic
301
302 mostlyclean: mostlyclean-am
303
304 clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
305                 mostlyclean-am
306
307 clean: clean-am
308
309 distclean-am:  distclean-noinstLIBRARIES distclean-compile \
310                 distclean-tags distclean-generic clean-am
311
312 distclean: distclean-am
313
314 maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
315                 maintainer-clean-compile maintainer-clean-tags \
316                 maintainer-clean-generic distclean-am
317         @echo "This command is intended for maintainers to use;"
318         @echo "it deletes files that may require special tools to rebuild."
319
320 maintainer-clean: maintainer-clean-am
321
322 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
323 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
324 mostlyclean-compile distclean-compile clean-compile \
325 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
326 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
327 check-am installcheck-am installcheck install-exec-am install-exec \
328 install-data-am install-data install-am install uninstall-am uninstall \
329 all-redirect all-am all installdirs mostlyclean-generic \
330 distclean-generic clean-generic maintainer-clean-generic clean \
331 mostlyclean distclean maintainer-clean
332
333
334 # Tell versions [3.59,3.63) of GNU make to not export all variables.
335 # Otherwise a system limit (for SysV at least) may be exceeded.
336 .NOEXPORT: