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