masqmail-0.2

view src/libident/Makefile.in @ 179:ec3fe72a3e99

Fixed an important bug with folded headers! g_strconcat() returns a *copy* of the string, but hdr->value still pointed to the old header (which probably was a memory leak, too). If the folded part had been quite small it was likely that the new string was at the same position as the old one, thus making everything go well. But if pretty long headers were folded several times it was likely that the new string was allocated somewhere else in memory, thus breaking things. In result mails to lots of recipients (folded header) were frequently only sent to the ones in the first line. Sorry for the inconvenience.
author meillo@marmaro.de
date Fri, 03 Jun 2011 09:52:17 +0200
parents 9cb4031fa5e0
children
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@
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 subdir = src/libident
36 DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
37 INSTALL
38 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
40 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41 $(ACLOCAL_M4)
42 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
43 CONFIG_HEADER = $(top_builddir)/config.h
44 CONFIG_CLEAN_FILES =
45 CONFIG_CLEAN_VPATH_FILES =
46 LIBRARIES = $(noinst_LIBRARIES)
47 AR = ar
48 ARFLAGS = cru
49 libident_a_AR = $(AR) $(ARFLAGS)
50 libident_a_LIBADD =
51 am_libident_a_OBJECTS = ident.$(OBJEXT) id_open.$(OBJEXT) \
52 id_close.$(OBJEXT) id_query.$(OBJEXT) id_parse.$(OBJEXT) \
53 support.$(OBJEXT) version.$(OBJEXT)
54 libident_a_OBJECTS = $(am_libident_a_OBJECTS)
55 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
56 depcomp = $(SHELL) $(top_srcdir)/depcomp
57 am__depfiles_maybe = depfiles
58 am__mv = mv -f
59 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
60 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
61 CCLD = $(CC)
62 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
63 SOURCES = $(libident_a_SOURCES)
64 DIST_SOURCES = $(libident_a_SOURCES)
65 ETAGS = etags
66 CTAGS = ctags
67 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
68 ACLOCAL = @ACLOCAL@
69 AMTAR = @AMTAR@
70 AUTOCONF = @AUTOCONF@
71 AUTOHEADER = @AUTOHEADER@
72 AUTOMAKE = @AUTOMAKE@
73 AWK = @AWK@
74 BASE64_LIBS = @BASE64_LIBS@
75 CC = @CC@
76 CCDEPMODE = @CCDEPMODE@
77 CFLAGS = @CFLAGS@
78 CPP = @CPP@
79 CPPFLAGS = @CPPFLAGS@
80 CYGPATH_W = @CYGPATH_W@
81 DEFS = @DEFS@
82 DEPDIR = @DEPDIR@
83 ECHO_C = @ECHO_C@
84 ECHO_N = @ECHO_N@
85 ECHO_T = @ECHO_T@
86 EGREP = @EGREP@
87 EXEEXT = @EXEEXT@
88 GLIB_CFLAGS = @GLIB_CFLAGS@
89 GLIB_LIBS = @GLIB_LIBS@
90 GREP = @GREP@
91 IDENT_LIBS = @IDENT_LIBS@
92 INSTALL = @INSTALL@
93 INSTALL_DATA = @INSTALL_DATA@
94 INSTALL_PROGRAM = @INSTALL_PROGRAM@
95 INSTALL_SCRIPT = @INSTALL_SCRIPT@
96 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
97 LDFLAGS = @LDFLAGS@
98 LIBOBJS = @LIBOBJS@
99 LIBS = @LIBS@
100 LOCKFILE_LIBS = @LOCKFILE_LIBS@
101 LTLIBOBJS = @LTLIBOBJS@
102 MAKEINFO = @MAKEINFO@
103 MD5_LIBS = @MD5_LIBS@
104 MKDIR_P = @MKDIR_P@
105 OBJEXT = @OBJEXT@
106 PACKAGE = @PACKAGE@
107 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
108 PACKAGE_NAME = @PACKAGE_NAME@
109 PACKAGE_STRING = @PACKAGE_STRING@
110 PACKAGE_TARNAME = @PACKAGE_TARNAME@
111 PACKAGE_URL = @PACKAGE_URL@
112 PACKAGE_VERSION = @PACKAGE_VERSION@
113 PATH_SEPARATOR = @PATH_SEPARATOR@
114 PKG_CONFIG = @PKG_CONFIG@
115 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
116 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
117 RANLIB = @RANLIB@
118 RESOLV_LIBS = @RESOLV_LIBS@
119 SET_MAKE = @SET_MAKE@
120 SHELL = @SHELL@
121 STRIP = @STRIP@
122 USE_LIBLOCKFILE = @USE_LIBLOCKFILE@
123 VERSION = @VERSION@
124 abs_builddir = @abs_builddir@
125 abs_srcdir = @abs_srcdir@
126 abs_top_builddir = @abs_top_builddir@
127 abs_top_srcdir = @abs_top_srcdir@
128 ac_ct_CC = @ac_ct_CC@
129 am__include = @am__include@
130 am__leading_dot = @am__leading_dot@
131 am__quote = @am__quote@
132 am__tar = @am__tar@
133 am__untar = @am__untar@
134 bindir = @bindir@
135 build_alias = @build_alias@
136 builddir = @builddir@
137 datadir = @datadir@
138 datarootdir = @datarootdir@
139 docdir = @docdir@
140 dvidir = @dvidir@
141 exec_prefix = @exec_prefix@
142 has_ident = @has_ident@
143 host_alias = @host_alias@
144 htmldir = @htmldir@
145 includedir = @includedir@
146 infodir = @infodir@
147 install_sh = @install_sh@
148 libdir = @libdir@
149 libexecdir = @libexecdir@
150 localedir = @localedir@
151 localstatedir = @localstatedir@
152 mandir = @mandir@
153 mkdir_p = @mkdir_p@
154 oldincludedir = @oldincludedir@
155 pdfdir = @pdfdir@
156 prefix = @prefix@
157 program_transform_name = @program_transform_name@
158 psdir = @psdir@
159 sbindir = @sbindir@
160 sharedstatedir = @sharedstatedir@
161 srcdir = @srcdir@
162 sysconfdir = @sysconfdir@
163 target_alias = @target_alias@
164 top_build_prefix = @top_build_prefix@
165 top_builddir = @top_builddir@
166 top_srcdir = @top_srcdir@
167 with_confdir = @with_confdir@
168 with_group = @with_group@
169 with_logdir = @with_logdir@
170 with_spooldir = @with_spooldir@
171 with_user = @with_user@
172 EXTRA_DIST = README_MASQMAIL
173 AM_CFLAGS = @CFLAGS@ -D_GNU_SOURCE -DHAVE_ANSIHEADERS
174 noinst_LIBRARIES = libident.a
175 libident_a_SOURCES = \
176 ident.h\
177 ident.c\
178 id_open.c\
179 id_close.c\
180 id_query.c\
181 id_parse.c\
182 support.c\
183 version.c
185 all: all-am
187 .SUFFIXES:
188 .SUFFIXES: .c .o .obj
189 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
190 @for dep in $?; do \
191 case '$(am__configure_deps)' in \
192 *$$dep*) \
193 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
194 && { if test -f $@; then exit 0; else break; fi; }; \
195 exit 1;; \
196 esac; \
197 done; \
198 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/libident/Makefile'; \
199 $(am__cd) $(top_srcdir) && \
200 $(AUTOMAKE) --gnu src/libident/Makefile
201 .PRECIOUS: Makefile
202 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
203 @case '$?' in \
204 *config.status*) \
205 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
206 *) \
207 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
208 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
209 esac;
211 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
212 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
214 $(top_srcdir)/configure: $(am__configure_deps)
215 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
216 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
217 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
218 $(am__aclocal_m4_deps):
220 clean-noinstLIBRARIES:
221 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
222 libident.a: $(libident_a_OBJECTS) $(libident_a_DEPENDENCIES)
223 -rm -f libident.a
224 $(libident_a_AR) libident.a $(libident_a_OBJECTS) $(libident_a_LIBADD)
225 $(RANLIB) libident.a
227 mostlyclean-compile:
228 -rm -f *.$(OBJEXT)
230 distclean-compile:
231 -rm -f *.tab.c
233 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/id_close.Po@am__quote@
234 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/id_open.Po@am__quote@
235 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/id_parse.Po@am__quote@
236 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/id_query.Po@am__quote@
237 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ident.Po@am__quote@
238 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/support.Po@am__quote@
239 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Po@am__quote@
241 .c.o:
242 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
243 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
244 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
245 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
246 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
248 .c.obj:
249 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
250 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
251 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
252 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
253 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
255 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
256 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
257 unique=`for i in $$list; do \
258 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
259 done | \
260 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
261 END { if (nonempty) { for (i in files) print i; }; }'`; \
262 mkid -fID $$unique
263 tags: TAGS
265 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
266 $(TAGS_FILES) $(LISP)
267 set x; \
268 here=`pwd`; \
269 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
270 unique=`for i in $$list; do \
271 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
272 done | \
273 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
274 END { if (nonempty) { for (i in files) print i; }; }'`; \
275 shift; \
276 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
277 test -n "$$unique" || unique=$$empty_fix; \
278 if test $$# -gt 0; then \
279 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
280 "$$@" $$unique; \
281 else \
282 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
283 $$unique; \
284 fi; \
285 fi
286 ctags: CTAGS
287 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
288 $(TAGS_FILES) $(LISP)
289 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
290 unique=`for i in $$list; do \
291 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
292 done | \
293 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
294 END { if (nonempty) { for (i in files) print i; }; }'`; \
295 test -z "$(CTAGS_ARGS)$$unique" \
296 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
297 $$unique
299 GTAGS:
300 here=`$(am__cd) $(top_builddir) && pwd` \
301 && $(am__cd) $(top_srcdir) \
302 && gtags -i $(GTAGS_ARGS) "$$here"
304 distclean-tags:
305 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
307 distdir: $(DISTFILES)
308 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
309 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
310 list='$(DISTFILES)'; \
311 dist_files=`for file in $$list; do echo $$file; done | \
312 sed -e "s|^$$srcdirstrip/||;t" \
313 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
314 case $$dist_files in \
315 */*) $(MKDIR_P) `echo "$$dist_files" | \
316 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
317 sort -u` ;; \
318 esac; \
319 for file in $$dist_files; do \
320 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
321 if test -d $$d/$$file; then \
322 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
323 if test -d "$(distdir)/$$file"; then \
324 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
325 fi; \
326 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
327 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
328 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
329 fi; \
330 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
331 else \
332 test -f "$(distdir)/$$file" \
333 || cp -p $$d/$$file "$(distdir)/$$file" \
334 || exit 1; \
335 fi; \
336 done
337 check-am: all-am
338 check: check-am
339 all-am: Makefile $(LIBRARIES)
340 installdirs:
341 install: install-am
342 install-exec: install-exec-am
343 install-data: install-data-am
344 uninstall: uninstall-am
346 install-am: all-am
347 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
349 installcheck: installcheck-am
350 install-strip:
351 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
352 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
353 `test -z '$(STRIP)' || \
354 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
355 mostlyclean-generic:
357 clean-generic:
359 distclean-generic:
360 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
361 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
363 maintainer-clean-generic:
364 @echo "This command is intended for maintainers to use"
365 @echo "it deletes files that may require special tools to rebuild."
366 clean: clean-am
368 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
370 distclean: distclean-am
371 -rm -rf ./$(DEPDIR)
372 -rm -f Makefile
373 distclean-am: clean-am distclean-compile distclean-generic \
374 distclean-tags
376 dvi: dvi-am
378 dvi-am:
380 html: html-am
382 html-am:
384 info: info-am
386 info-am:
388 install-data-am:
390 install-dvi: install-dvi-am
392 install-dvi-am:
394 install-exec-am:
396 install-html: install-html-am
398 install-html-am:
400 install-info: install-info-am
402 install-info-am:
404 install-man:
406 install-pdf: install-pdf-am
408 install-pdf-am:
410 install-ps: install-ps-am
412 install-ps-am:
414 installcheck-am:
416 maintainer-clean: maintainer-clean-am
417 -rm -rf ./$(DEPDIR)
418 -rm -f Makefile
419 maintainer-clean-am: distclean-am maintainer-clean-generic
421 mostlyclean: mostlyclean-am
423 mostlyclean-am: mostlyclean-compile mostlyclean-generic
425 pdf: pdf-am
427 pdf-am:
429 ps: ps-am
431 ps-am:
433 uninstall-am:
435 .MAKE: install-am install-strip
437 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
438 clean-noinstLIBRARIES ctags distclean distclean-compile \
439 distclean-generic distclean-tags distdir dvi dvi-am html \
440 html-am info info-am install install-am install-data \
441 install-data-am install-dvi install-dvi-am install-exec \
442 install-exec-am install-html install-html-am install-info \
443 install-info-am install-man install-pdf install-pdf-am \
444 install-ps install-ps-am install-strip installcheck \
445 installcheck-am installdirs maintainer-clean \
446 maintainer-clean-generic mostlyclean mostlyclean-compile \
447 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
448 uninstall-am
451 # Tell versions [3.59,3.63) of GNU make to not export all variables.
452 # Otherwise a system limit (for SysV at least) may be exceeded.
453 .NOEXPORT: