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