masqmail
view src/md5/Makefile.in @ 75:257a9e6d1a8e
fixed correct processing of mails with data lines longer 4096 chars
Mail messages with lines longer than 4096 chars were already read
correctly, i.e. the spool files were correct. This commit fixes the
reading of spool files with long lines.
The old behavior was that the message body was truncated right
before the first line longer 4096 chars. The number comes from
MAX_DATALINE.
author | meillo@marmaro.de |
---|---|
date | Wed, 16 Jun 2010 19:06:34 +0200 |
parents | 9cb4031fa5e0 |
children | 10da50168dab |
line source
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
16 @SET_MAKE@
19 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 pkglibdir = $(libdir)/@PACKAGE@
23 pkglibexecdir = $(libexecdir)/@PACKAGE@
24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25 install_sh_DATA = $(install_sh) -c -m 644
26 install_sh_PROGRAM = $(install_sh) -c
27 install_sh_SCRIPT = $(install_sh) -c
28 INSTALL_HEADER = $(INSTALL_DATA)
29 transform = $(program_transform_name)
30 NORMAL_INSTALL = :
31 PRE_INSTALL = :
32 POST_INSTALL = :
33 NORMAL_UNINSTALL = :
34 PRE_UNINSTALL = :
35 POST_UNINSTALL = :
36 noinst_PROGRAMS = hmactest$(EXEEXT)
37 subdir = src/md5
38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
41 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42 $(ACLOCAL_M4)
43 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
44 CONFIG_HEADER = $(top_builddir)/config.h
45 CONFIG_CLEAN_FILES =
46 CONFIG_CLEAN_VPATH_FILES =
47 LIBRARIES = $(noinst_LIBRARIES)
48 AR = ar
49 ARFLAGS = cru
50 libmd5c_a_AR = $(AR) $(ARFLAGS)
51 libmd5c_a_LIBADD =
52 am_libmd5c_a_OBJECTS = md5c.$(OBJEXT) hmac_md5.$(OBJEXT)
53 libmd5c_a_OBJECTS = $(am_libmd5c_a_OBJECTS)
54 PROGRAMS = $(noinst_PROGRAMS)
55 am_hmactest_OBJECTS = md5c.$(OBJEXT) hmac_md5.$(OBJEXT) \
56 hmactest.$(OBJEXT)
57 hmactest_OBJECTS = $(am_hmactest_OBJECTS)
58 hmactest_LDADD = $(LDADD)
59 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
60 depcomp = $(SHELL) $(top_srcdir)/depcomp
61 am__depfiles_maybe = depfiles
62 am__mv = mv -f
63 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
64 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
65 CCLD = $(CC)
66 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
67 SOURCES = $(libmd5c_a_SOURCES) $(hmactest_SOURCES)
68 DIST_SOURCES = $(libmd5c_a_SOURCES) $(hmactest_SOURCES)
69 ETAGS = etags
70 CTAGS = ctags
71 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
72 ACLOCAL = @ACLOCAL@
73 AMTAR = @AMTAR@
74 AUTOCONF = @AUTOCONF@
75 AUTOHEADER = @AUTOHEADER@
76 AUTOMAKE = @AUTOMAKE@
77 AWK = @AWK@
78 BASE64_LIBS = @BASE64_LIBS@
79 CC = @CC@
80 CCDEPMODE = @CCDEPMODE@
81 CFLAGS = @CFLAGS@
82 CPP = @CPP@
83 CPPFLAGS = @CPPFLAGS@
84 CYGPATH_W = @CYGPATH_W@
85 DEFS = @DEFS@
86 DEPDIR = @DEPDIR@
87 ECHO_C = @ECHO_C@
88 ECHO_N = @ECHO_N@
89 ECHO_T = @ECHO_T@
90 EGREP = @EGREP@
91 EXEEXT = @EXEEXT@
92 GLIB_CFLAGS = @GLIB_CFLAGS@
93 GLIB_LIBS = @GLIB_LIBS@
94 GREP = @GREP@
95 IDENT_LIBS = @IDENT_LIBS@
96 INSTALL = @INSTALL@
97 INSTALL_DATA = @INSTALL_DATA@
98 INSTALL_PROGRAM = @INSTALL_PROGRAM@
99 INSTALL_SCRIPT = @INSTALL_SCRIPT@
100 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
101 LDFLAGS = @LDFLAGS@
102 LIBOBJS = @LIBOBJS@
103 LIBS = @LIBS@
104 LOCKFILE_LIBS = @LOCKFILE_LIBS@
105 LTLIBOBJS = @LTLIBOBJS@
106 MAKEINFO = @MAKEINFO@
107 MD5_LIBS = @MD5_LIBS@
108 MKDIR_P = @MKDIR_P@
109 OBJEXT = @OBJEXT@
110 PACKAGE = @PACKAGE@
111 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
112 PACKAGE_NAME = @PACKAGE_NAME@
113 PACKAGE_STRING = @PACKAGE_STRING@
114 PACKAGE_TARNAME = @PACKAGE_TARNAME@
115 PACKAGE_URL = @PACKAGE_URL@
116 PACKAGE_VERSION = @PACKAGE_VERSION@
117 PATH_SEPARATOR = @PATH_SEPARATOR@
118 PKG_CONFIG = @PKG_CONFIG@
119 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
120 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
121 RANLIB = @RANLIB@
122 RESOLV_LIBS = @RESOLV_LIBS@
123 SET_MAKE = @SET_MAKE@
124 SHELL = @SHELL@
125 STRIP = @STRIP@
126 USE_LIBLOCKFILE = @USE_LIBLOCKFILE@
127 VERSION = @VERSION@
128 abs_builddir = @abs_builddir@
129 abs_srcdir = @abs_srcdir@
130 abs_top_builddir = @abs_top_builddir@
131 abs_top_srcdir = @abs_top_srcdir@
132 ac_ct_CC = @ac_ct_CC@
133 am__include = @am__include@
134 am__leading_dot = @am__leading_dot@
135 am__quote = @am__quote@
136 am__tar = @am__tar@
137 am__untar = @am__untar@
138 bindir = @bindir@
139 build_alias = @build_alias@
140 builddir = @builddir@
141 datadir = @datadir@
142 datarootdir = @datarootdir@
143 docdir = @docdir@
144 dvidir = @dvidir@
145 exec_prefix = @exec_prefix@
146 has_ident = @has_ident@
147 host_alias = @host_alias@
148 htmldir = @htmldir@
149 includedir = @includedir@
150 infodir = @infodir@
151 install_sh = @install_sh@
152 libdir = @libdir@
153 libexecdir = @libexecdir@
154 localedir = @localedir@
155 localstatedir = @localstatedir@
156 mandir = @mandir@
157 mkdir_p = @mkdir_p@
158 oldincludedir = @oldincludedir@
159 pdfdir = @pdfdir@
160 prefix = @prefix@
161 program_transform_name = @program_transform_name@
162 psdir = @psdir@
163 sbindir = @sbindir@
164 sharedstatedir = @sharedstatedir@
165 srcdir = @srcdir@
166 sysconfdir = @sysconfdir@
167 target_alias = @target_alias@
168 top_build_prefix = @top_build_prefix@
169 top_builddir = @top_builddir@
170 top_srcdir = @top_srcdir@
171 with_confdir = @with_confdir@
172 with_group = @with_group@
173 with_logdir = @with_logdir@
174 with_spooldir = @with_spooldir@
175 with_user = @with_user@
176 AM_CFLAGS = @CFLAGS@ @GLIB_CFLAGS@ -D_GNU_SOURCE
177 noinst_LIBRARIES = libmd5c.a
178 hmactest_SOURCES = \
179 md5.h\
180 global.h\
181 md5c.c\
182 hmac_md5.h\
183 hmac_md5.c\
184 hmactest.c
186 libmd5c_a_SOURCES = \
187 md5.h\
188 global.h\
189 md5c.c\
190 hmac_md5.h\
191 hmac_md5.c
193 all: all-am
195 .SUFFIXES:
196 .SUFFIXES: .c .o .obj
197 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
198 @for dep in $?; do \
199 case '$(am__configure_deps)' in \
200 *$$dep*) \
201 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
202 && { if test -f $@; then exit 0; else break; fi; }; \
203 exit 1;; \
204 esac; \
205 done; \
206 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/md5/Makefile'; \
207 $(am__cd) $(top_srcdir) && \
208 $(AUTOMAKE) --gnu src/md5/Makefile
209 .PRECIOUS: Makefile
210 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
211 @case '$?' in \
212 *config.status*) \
213 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
214 *) \
215 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
216 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
217 esac;
219 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
220 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
222 $(top_srcdir)/configure: $(am__configure_deps)
223 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
224 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
225 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
226 $(am__aclocal_m4_deps):
228 clean-noinstLIBRARIES:
229 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
230 libmd5c.a: $(libmd5c_a_OBJECTS) $(libmd5c_a_DEPENDENCIES)
231 -rm -f libmd5c.a
232 $(libmd5c_a_AR) libmd5c.a $(libmd5c_a_OBJECTS) $(libmd5c_a_LIBADD)
233 $(RANLIB) libmd5c.a
235 clean-noinstPROGRAMS:
236 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
237 hmactest$(EXEEXT): $(hmactest_OBJECTS) $(hmactest_DEPENDENCIES)
238 @rm -f hmactest$(EXEEXT)
239 $(LINK) $(hmactest_OBJECTS) $(hmactest_LDADD) $(LIBS)
241 mostlyclean-compile:
242 -rm -f *.$(OBJEXT)
244 distclean-compile:
245 -rm -f *.tab.c
247 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hmac_md5.Po@am__quote@
248 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hmactest.Po@am__quote@
249 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5c.Po@am__quote@
251 .c.o:
252 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
253 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
254 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
255 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
256 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
258 .c.obj:
259 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
260 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
261 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
262 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
263 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
265 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
266 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
267 unique=`for i in $$list; do \
268 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
269 done | \
270 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
271 END { if (nonempty) { for (i in files) print i; }; }'`; \
272 mkid -fID $$unique
273 tags: TAGS
275 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
276 $(TAGS_FILES) $(LISP)
277 set x; \
278 here=`pwd`; \
279 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
280 unique=`for i in $$list; do \
281 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
282 done | \
283 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
284 END { if (nonempty) { for (i in files) print i; }; }'`; \
285 shift; \
286 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
287 test -n "$$unique" || unique=$$empty_fix; \
288 if test $$# -gt 0; then \
289 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
290 "$$@" $$unique; \
291 else \
292 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
293 $$unique; \
294 fi; \
295 fi
296 ctags: CTAGS
297 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
298 $(TAGS_FILES) $(LISP)
299 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
300 unique=`for i in $$list; do \
301 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
302 done | \
303 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
304 END { if (nonempty) { for (i in files) print i; }; }'`; \
305 test -z "$(CTAGS_ARGS)$$unique" \
306 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
307 $$unique
309 GTAGS:
310 here=`$(am__cd) $(top_builddir) && pwd` \
311 && $(am__cd) $(top_srcdir) \
312 && gtags -i $(GTAGS_ARGS) "$$here"
314 distclean-tags:
315 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
317 distdir: $(DISTFILES)
318 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
319 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
320 list='$(DISTFILES)'; \
321 dist_files=`for file in $$list; do echo $$file; done | \
322 sed -e "s|^$$srcdirstrip/||;t" \
323 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
324 case $$dist_files in \
325 */*) $(MKDIR_P) `echo "$$dist_files" | \
326 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
327 sort -u` ;; \
328 esac; \
329 for file in $$dist_files; do \
330 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
331 if test -d $$d/$$file; then \
332 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
333 if test -d "$(distdir)/$$file"; then \
334 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
335 fi; \
336 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
337 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
338 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
339 fi; \
340 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
341 else \
342 test -f "$(distdir)/$$file" \
343 || cp -p $$d/$$file "$(distdir)/$$file" \
344 || exit 1; \
345 fi; \
346 done
347 check-am: all-am
348 check: check-am
349 all-am: Makefile $(LIBRARIES) $(PROGRAMS)
350 installdirs:
351 install: install-am
352 install-exec: install-exec-am
353 install-data: install-data-am
354 uninstall: uninstall-am
356 install-am: all-am
357 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
359 installcheck: installcheck-am
360 install-strip:
361 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
362 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
363 `test -z '$(STRIP)' || \
364 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
365 mostlyclean-generic:
367 clean-generic:
369 distclean-generic:
370 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
371 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
373 maintainer-clean-generic:
374 @echo "This command is intended for maintainers to use"
375 @echo "it deletes files that may require special tools to rebuild."
376 clean: clean-am
378 clean-am: clean-generic clean-noinstLIBRARIES clean-noinstPROGRAMS \
379 mostlyclean-am
381 distclean: distclean-am
382 -rm -rf ./$(DEPDIR)
383 -rm -f Makefile
384 distclean-am: clean-am distclean-compile distclean-generic \
385 distclean-tags
387 dvi: dvi-am
389 dvi-am:
391 html: html-am
393 html-am:
395 info: info-am
397 info-am:
399 install-data-am:
401 install-dvi: install-dvi-am
403 install-dvi-am:
405 install-exec-am:
407 install-html: install-html-am
409 install-html-am:
411 install-info: install-info-am
413 install-info-am:
415 install-man:
417 install-pdf: install-pdf-am
419 install-pdf-am:
421 install-ps: install-ps-am
423 install-ps-am:
425 installcheck-am:
427 maintainer-clean: maintainer-clean-am
428 -rm -rf ./$(DEPDIR)
429 -rm -f Makefile
430 maintainer-clean-am: distclean-am maintainer-clean-generic
432 mostlyclean: mostlyclean-am
434 mostlyclean-am: mostlyclean-compile mostlyclean-generic
436 pdf: pdf-am
438 pdf-am:
440 ps: ps-am
442 ps-am:
444 uninstall-am:
446 .MAKE: install-am install-strip
448 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
449 clean-noinstLIBRARIES clean-noinstPROGRAMS ctags distclean \
450 distclean-compile distclean-generic distclean-tags distdir dvi \
451 dvi-am html html-am info info-am install install-am \
452 install-data install-data-am install-dvi install-dvi-am \
453 install-exec install-exec-am install-html install-html-am \
454 install-info install-info-am install-man install-pdf \
455 install-pdf-am install-ps install-ps-am install-strip \
456 installcheck installcheck-am installdirs maintainer-clean \
457 maintainer-clean-generic mostlyclean mostlyclean-compile \
458 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
459 uninstall-am
462 # Tell versions [3.59,3.63) of GNU make to not export all variables.
463 # Otherwise a system limit (for SysV at least) may be exceeded.
464 .NOEXPORT: