Imported Debian patch 0.66.1-1
[hcoop/debian/courier-authlib.git] / libs / rfc822 / Makefile.in
CommitLineData
b0322a85 1# Makefile.in generated by automake 1.13.4 from Makefile.am.
d9898ee8 2# @configure_input@
3
b0322a85
CE
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
d9898ee8 6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
d9898ee8 17#
8d138742 18# Copyright 1998 - 2009 Double Precision, Inc. See COPYING for
d9898ee8 19# distribution information.
20
21
22
d9898ee8 23VPATH = @srcdir@
b0322a85
CE
24am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
25am__make_running_with_option = \
26 case $${target_option-} in \
27 ?) ;; \
28 *) echo "am__make_running_with_option: internal error: invalid" \
29 "target option '$${target_option-}' specified" >&2; \
30 exit 1;; \
31 esac; \
32 has_opt=no; \
33 sane_makeflags=$$MAKEFLAGS; \
34 if $(am__is_gnu_make); then \
35 sane_makeflags=$$MFLAGS; \
36 else \
37 case $$MAKEFLAGS in \
38 *\\[\ \ ]*) \
39 bs=\\; \
40 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
41 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
42 esac; \
43 fi; \
44 skip_next=no; \
45 strip_trailopt () \
46 { \
47 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
48 }; \
49 for flg in $$sane_makeflags; do \
50 test $$skip_next = yes && { skip_next=no; continue; }; \
51 case $$flg in \
52 *=*|--*) continue;; \
53 -*I) strip_trailopt 'I'; skip_next=yes;; \
54 -*I?*) strip_trailopt 'I';; \
55 -*O) strip_trailopt 'O'; skip_next=yes;; \
56 -*O?*) strip_trailopt 'O';; \
57 -*l) strip_trailopt 'l'; skip_next=yes;; \
58 -*l?*) strip_trailopt 'l';; \
59 -[dEDm]) skip_next=yes;; \
60 -[JT]) skip_next=yes;; \
61 esac; \
62 case $$flg in \
63 *$$target_option*) has_opt=yes; break;; \
64 esac; \
65 done; \
66 test $$has_opt = yes
67am__make_dryrun = (target_option=n; $(am__make_running_with_option))
68am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
d9898ee8 69pkgdatadir = $(datadir)/@PACKAGE@
d9898ee8 70pkgincludedir = $(includedir)/@PACKAGE@
8d138742
CE
71pkglibdir = $(libdir)/@PACKAGE@
72pkglibexecdir = $(libexecdir)/@PACKAGE@
d9898ee8 73am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
d9898ee8 74install_sh_DATA = $(install_sh) -c -m 644
75install_sh_PROGRAM = $(install_sh) -c
76install_sh_SCRIPT = $(install_sh) -c
77INSTALL_HEADER = $(INSTALL_DATA)
78transform = $(program_transform_name)
79NORMAL_INSTALL = :
80PRE_INSTALL = :
81POST_INSTALL = :
82NORMAL_UNINSTALL = :
83PRE_UNINSTALL = :
84POST_UNINSTALL = :
85build_triplet = @build@
86host_triplet = @host@
87noinst_PROGRAMS = testsuite$(EXEEXT) reftest$(EXEEXT)
dd184caf 88subdir = .
b0322a85
CE
89DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
90 $(top_srcdir)/configure $(am__configure_deps) \
91 $(srcdir)/config.h.in $(top_srcdir)/../../depcomp \
92 ../../AUTHORS ../../COPYING ChangeLog ../../ChangeLog \
93 ../../config.guess ../../config.sub ../../depcomp \
94 ../../install-sh ../../missing ../../ltmain.sh \
95 $(top_srcdir)/../../config.guess \
96 $(top_srcdir)/../../config.sub $(top_srcdir)/../../install-sh \
97 $(top_srcdir)/../../ltmain.sh $(top_srcdir)/../../missing
d9898ee8 98ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
b0322a85 99am__aclocal_m4_deps = $(top_srcdir)/configure.ac
d9898ee8 100am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
101 $(ACLOCAL_M4)
102am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
dd184caf 103 configure.lineno config.status.lineno
d9898ee8 104mkinstalldirs = $(install_sh) -d
105CONFIG_HEADER = config.h
106CONFIG_CLEAN_FILES =
8d138742 107CONFIG_CLEAN_VPATH_FILES =
d9898ee8 108LTLIBRARIES = $(noinst_LTLIBRARIES)
109libencode_la_LIBADD =
110am_libencode_la_OBJECTS = encode.lo
111libencode_la_OBJECTS = $(am_libencode_la_OBJECTS)
b0322a85
CE
112AM_V_lt = $(am__v_lt_@AM_V@)
113am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
114am__v_lt_0 = --silent
115am__v_lt_1 =
8d138742
CE
116am__DEPENDENCIES_1 =
117librfc822_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
d9898ee8 118am_librfc822_la_OBJECTS = rfc822.lo rfc822hdr.lo rfc822_getaddr.lo \
119 rfc822_getaddrs.lo rfc822_mkdate.lo rfc822_parsedt.lo \
120 rfc2047u.lo rfc2047.lo imapsubj.lo imaprefs.lo \
121 encodeautodetect.lo
122librfc822_la_OBJECTS = $(am_librfc822_la_OBJECTS)
123PROGRAMS = $(noinst_PROGRAMS)
124am_reftest_OBJECTS = reftest.$(OBJEXT)
125reftest_OBJECTS = $(am_reftest_OBJECTS)
b0322a85
CE
126reftest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
127 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
128 $(reftest_LDFLAGS) $(LDFLAGS) -o $@
d9898ee8 129am_testsuite_OBJECTS = testsuite.$(OBJEXT)
130testsuite_OBJECTS = $(am_testsuite_OBJECTS)
b0322a85 131testsuite_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
dd184caf 132 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
133 $(testsuite_LDFLAGS) $(LDFLAGS) -o $@
b0322a85
CE
134AM_V_P = $(am__v_P_@AM_V@)
135am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
136am__v_P_0 = false
137am__v_P_1 = :
138AM_V_GEN = $(am__v_GEN_@AM_V@)
139am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
140am__v_GEN_0 = @echo " GEN " $@;
141am__v_GEN_1 =
142AM_V_at = $(am__v_at_@AM_V@)
143am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
144am__v_at_0 = @
145am__v_at_1 =
dd184caf 146DEFAULT_INCLUDES = -I.@am__isrc@
b0322a85 147depcomp = $(SHELL) $(top_srcdir)/../../depcomp
d9898ee8 148am__depfiles_maybe = depfiles
8d138742 149am__mv = mv -f
d9898ee8 150COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
151 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
b0322a85
CE
152LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
153 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
154 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
155 $(AM_CFLAGS) $(CFLAGS)
156AM_V_CC = $(am__v_CC_@AM_V@)
157am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
158am__v_CC_0 = @echo " CC " $@;
159am__v_CC_1 =
d9898ee8 160CCLD = $(CC)
b0322a85
CE
161LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
162 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
163 $(AM_LDFLAGS) $(LDFLAGS) -o $@
164AM_V_CCLD = $(am__v_CCLD_@AM_V@)
165am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
166am__v_CCLD_0 = @echo " CCLD " $@;
167am__v_CCLD_1 =
d9898ee8 168SOURCES = $(libencode_la_SOURCES) $(librfc822_la_SOURCES) \
169 $(reftest_SOURCES) $(testsuite_SOURCES)
170DIST_SOURCES = $(libencode_la_SOURCES) $(librfc822_la_SOURCES) \
171 $(reftest_SOURCES) $(testsuite_SOURCES)
b0322a85
CE
172am__can_run_installinfo = \
173 case $$AM_UPDATE_INFO_DIR in \
174 n|no|NO) false;; \
175 *) (install-info --version) >/dev/null 2>&1;; \
176 esac
d9898ee8 177DATA = $(noinst_DATA)
b0322a85
CE
178am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
179 $(LISP)config.h.in
180# Read a list of newline-separated strings from the standard input,
181# and print each of them once, without duplicates. Input order is
182# *not* preserved.
183am__uniquify_input = $(AWK) '\
184 BEGIN { nonempty = 0; } \
185 { items[$$0] = 1; nonempty = 1; } \
186 END { if (nonempty) { for (i in items) print i; }; } \
187'
188# Make sure the list of sources is unique. This is necessary because,
189# e.g., the same source file might be shared among _SOURCES variables
190# for different programs/libraries.
191am__define_uniq_tagged_files = \
192 list='$(am__tagged_files)'; \
193 unique=`for i in $$list; do \
194 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
195 done | $(am__uniquify_input)`
d9898ee8 196ETAGS = etags
197CTAGS = ctags
b0322a85
CE
198CSCOPE = cscope
199AM_RECURSIVE_TARGETS = cscope
d9898ee8 200DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
201distdir = $(PACKAGE)-$(VERSION)
202top_distdir = $(distdir)
203am__remove_distdir = \
b0322a85
CE
204 if test -d "$(distdir)"; then \
205 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
206 && rm -rf "$(distdir)" \
207 || { sleep 5 && rm -rf "$(distdir)"; }; \
208 else :; fi
209am__post_remove_distdir = $(am__remove_distdir)
d9898ee8 210DIST_ARCHIVES = $(distdir).tar.gz
211GZIP_ENV = --best
b0322a85 212DIST_TARGETS = dist-gzip
d9898ee8 213distuninstallcheck_listfiles = find . -type f -print
b0322a85
CE
214am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
215 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
d9898ee8 216distcleancheck_listfiles = find . -type f -print
217ACLOCAL = @ACLOCAL@
d9898ee8 218AMTAR = @AMTAR@
b0322a85 219AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
d9898ee8 220AR = @AR@
221AUTOCONF = @AUTOCONF@
222AUTOHEADER = @AUTOHEADER@
dd184caf 223AUTOMAKE = @AUTOMAKE@
d9898ee8 224AWK = @AWK@
225CC = @CC@
226CCDEPMODE = @CCDEPMODE@
227CFLAGS = @CFLAGS@
228CPP = @CPP@
229CPPFLAGS = @CPPFLAGS@
d9898ee8 230CYGPATH_W = @CYGPATH_W@
231DEFS = @DEFS@
232DEPDIR = @DEPDIR@
b0322a85 233DLLTOOL = @DLLTOOL@
8d138742
CE
234DSYMUTIL = @DSYMUTIL@
235DUMPBIN = @DUMPBIN@
d9898ee8 236ECHO_C = @ECHO_C@
237ECHO_N = @ECHO_N@
238ECHO_T = @ECHO_T@
239EGREP = @EGREP@
240EXEEXT = @EXEEXT@
8d138742 241FGREP = @FGREP@
dd184caf 242GREP = @GREP@
243INSTALL = @INSTALL@
d9898ee8 244INSTALL_DATA = @INSTALL_DATA@
245INSTALL_PROGRAM = @INSTALL_PROGRAM@
246INSTALL_SCRIPT = @INSTALL_SCRIPT@
247INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
8d138742 248LD = @LD@
d9898ee8 249LDFLAGS = @LDFLAGS@
8d138742
CE
250LIBIDN_CFLAGS = @LIBIDN_CFLAGS@
251LIBIDN_LIBS = @LIBIDN_LIBS@
d9898ee8 252LIBOBJS = @LIBOBJS@
253LIBS = @LIBS@
254LIBTOOL = @LIBTOOL@
8d138742 255LIPO = @LIPO@
d9898ee8 256LN_S = @LN_S@
257LTLIBOBJS = @LTLIBOBJS@
258MAKEINFO = @MAKEINFO@
b0322a85 259MANIFEST_TOOL = @MANIFEST_TOOL@
dd184caf 260MKDIR_P = @MKDIR_P@
8d138742
CE
261NM = @NM@
262NMEDIT = @NMEDIT@
263OBJDUMP = @OBJDUMP@
d9898ee8 264OBJEXT = @OBJEXT@
8d138742
CE
265OTOOL = @OTOOL@
266OTOOL64 = @OTOOL64@
d9898ee8 267PACKAGE = @PACKAGE@
268PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
269PACKAGE_NAME = @PACKAGE_NAME@
270PACKAGE_STRING = @PACKAGE_STRING@
271PACKAGE_TARNAME = @PACKAGE_TARNAME@
b0322a85 272PACKAGE_URL = @PACKAGE_URL@
d9898ee8 273PACKAGE_VERSION = @PACKAGE_VERSION@
274PATH_SEPARATOR = @PATH_SEPARATOR@
8d138742 275PKG_CONFIG = @PKG_CONFIG@
b0322a85
CE
276PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
277PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
d9898ee8 278RANLIB = @RANLIB@
279SED = @SED@
280SET_MAKE = @SET_MAKE@
281SHELL = @SHELL@
282STRIP = @STRIP@
283VERSION = @VERSION@
dd184caf 284abs_builddir = @abs_builddir@
285abs_srcdir = @abs_srcdir@
286abs_top_builddir = @abs_top_builddir@
287abs_top_srcdir = @abs_top_srcdir@
b0322a85 288ac_ct_AR = @ac_ct_AR@
d9898ee8 289ac_ct_CC = @ac_ct_CC@
8d138742 290ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
d9898ee8 291am__include = @am__include@
292am__leading_dot = @am__leading_dot@
293am__quote = @am__quote@
294am__tar = @am__tar@
295am__untar = @am__untar@
296bindir = @bindir@
297build = @build@
298build_alias = @build_alias@
299build_cpu = @build_cpu@
300build_os = @build_os@
301build_vendor = @build_vendor@
dd184caf 302builddir = @builddir@
d9898ee8 303datadir = @datadir@
dd184caf 304datarootdir = @datarootdir@
305docdir = @docdir@
306dvidir = @dvidir@
d9898ee8 307exec_prefix = @exec_prefix@
308host = @host@
309host_alias = @host_alias@
310host_cpu = @host_cpu@
311host_os = @host_os@
312host_vendor = @host_vendor@
dd184caf 313htmldir = @htmldir@
d9898ee8 314includedir = @includedir@
315infodir = @infodir@
316install_sh = @install_sh@
317libdir = @libdir@
318libexecdir = @libexecdir@
dd184caf 319localedir = @localedir@
d9898ee8 320localstatedir = @localstatedir@
321mandir = @mandir@
322mkdir_p = @mkdir_p@
323oldincludedir = @oldincludedir@
dd184caf 324pdfdir = @pdfdir@
d9898ee8 325prefix = @prefix@
326program_transform_name = @program_transform_name@
dd184caf 327psdir = @psdir@
d9898ee8 328sbindir = @sbindir@
329sharedstatedir = @sharedstatedir@
dd184caf 330srcdir = @srcdir@
d9898ee8 331sysconfdir = @sysconfdir@
332target_alias = @target_alias@
8d138742 333top_build_prefix = @top_build_prefix@
dd184caf 334top_builddir = @top_builddir@
335top_srcdir = @top_srcdir@
d9898ee8 336noinst_LTLIBRARIES = libencode.la librfc822.la
337librfc822_la_SOURCES = rfc822.c rfc822.h rfc822hdr.c rfc822hdr.h \
338 rfc822_getaddr.c rfc822_getaddrs.c \
339 rfc822_mkdate.c rfc822_parsedt.c rfc2047u.c \
340 rfc2047.c rfc2047.h imapsubj.c imaprefs.h imaprefs.c \
341 encodeautodetect.c
342
8d138742 343librfc822_la_LIBADD = $(LIBIDN_LIBS)
b0322a85 344DISTCLEANFILES = rfc822.config
8d138742 345AM_CFLAGS = $(LIBIDN_CFLAGS)
d9898ee8 346libencode_la_SOURCES = encode.c encode.h
347BUILT_SOURCES = rfc822.3 rfc822.html
348noinst_DATA = $(BUILT_SOURCES)
349testsuite_SOURCES = testsuite.c
b0322a85
CE
350testsuite_DEPENDENCIES = librfc822.la ../unicode/libunicode.la
351testsuite_LDADD = librfc822.la ../unicode/libunicode.la
d9898ee8 352testsuite_LDFLAGS = -static
353reftest_SOURCES = reftest.c imaprefs.h
8d138742
CE
354reftest_DEPENDENCIES = librfc822.la ../unicode/libunicode.la
355reftest_LDADD = librfc822.la ../unicode/libunicode.la
d9898ee8 356reftest_LDFLAGS = -static
357EXTRA_DIST = testsuite.txt reftest.txt $(BUILT_SOURCES)
358all: $(BUILT_SOURCES) config.h
359 $(MAKE) $(AM_MAKEFLAGS) all-am
360
361.SUFFIXES:
362.SUFFIXES: .c .lo .o .obj
b0322a85 363am--refresh: Makefile
d9898ee8 364 @:
365$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
366 @for dep in $?; do \
367 case '$(am__configure_deps)' in \
368 *$$dep*) \
8d138742
CE
369 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
370 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
d9898ee8 371 && exit 0; \
372 exit 1;; \
373 esac; \
374 done; \
8d138742
CE
375 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
376 $(am__cd) $(top_srcdir) && \
377 $(AUTOMAKE) --foreign Makefile
d9898ee8 378.PRECIOUS: Makefile
379Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
380 @case '$?' in \
381 *config.status*) \
382 echo ' $(SHELL) ./config.status'; \
383 $(SHELL) ./config.status;; \
384 *) \
385 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
386 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
387 esac;
388
389$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
390 $(SHELL) ./config.status --recheck
391
392$(top_srcdir)/configure: $(am__configure_deps)
8d138742 393 $(am__cd) $(srcdir) && $(AUTOCONF)
d9898ee8 394$(ACLOCAL_M4): $(am__aclocal_m4_deps)
8d138742
CE
395 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
396$(am__aclocal_m4_deps):
d9898ee8 397
398config.h: stamp-h1
b0322a85
CE
399 @if test ! -f $@; then rm -f stamp-h1; else :; fi
400 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
d9898ee8 401
402stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
403 @rm -f stamp-h1
404 cd $(top_builddir) && $(SHELL) ./config.status config.h
405$(srcdir)/config.h.in: $(am__configure_deps)
8d138742 406 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
d9898ee8 407 rm -f stamp-h1
408 touch $@
409
410distclean-hdr:
411 -rm -f config.h stamp-h1
412
413clean-noinstLTLIBRARIES:
414 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
b0322a85
CE
415 @list='$(noinst_LTLIBRARIES)'; \
416 locs=`for p in $$list; do echo $$p; done | \
417 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
418 sort -u`; \
419 test -z "$$locs" || { \
420 echo rm -f $${locs}; \
421 rm -f $${locs}; \
422 }
423
424libencode.la: $(libencode_la_OBJECTS) $(libencode_la_DEPENDENCIES) $(EXTRA_libencode_la_DEPENDENCIES)
425 $(AM_V_CCLD)$(LINK) $(libencode_la_OBJECTS) $(libencode_la_LIBADD) $(LIBS)
426
427librfc822.la: $(librfc822_la_OBJECTS) $(librfc822_la_DEPENDENCIES) $(EXTRA_librfc822_la_DEPENDENCIES)
428 $(AM_V_CCLD)$(LINK) $(librfc822_la_OBJECTS) $(librfc822_la_LIBADD) $(LIBS)
d9898ee8 429
430clean-noinstPROGRAMS:
8d138742
CE
431 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
432 echo " rm -f" $$list; \
433 rm -f $$list || exit $$?; \
434 test -n "$(EXEEXT)" || exit 0; \
435 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
436 echo " rm -f" $$list; \
437 rm -f $$list
b0322a85
CE
438
439reftest$(EXEEXT): $(reftest_OBJECTS) $(reftest_DEPENDENCIES) $(EXTRA_reftest_DEPENDENCIES)
d9898ee8 440 @rm -f reftest$(EXEEXT)
b0322a85
CE
441 $(AM_V_CCLD)$(reftest_LINK) $(reftest_OBJECTS) $(reftest_LDADD) $(LIBS)
442
443testsuite$(EXEEXT): $(testsuite_OBJECTS) $(testsuite_DEPENDENCIES) $(EXTRA_testsuite_DEPENDENCIES)
d9898ee8 444 @rm -f testsuite$(EXEEXT)
b0322a85 445 $(AM_V_CCLD)$(testsuite_LINK) $(testsuite_OBJECTS) $(testsuite_LDADD) $(LIBS)
d9898ee8 446
447mostlyclean-compile:
448 -rm -f *.$(OBJEXT)
449
450distclean-compile:
451 -rm -f *.tab.c
452
453@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/encode.Plo@am__quote@
454@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/encodeautodetect.Plo@am__quote@
455@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imaprefs.Plo@am__quote@
456@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imapsubj.Plo@am__quote@
457@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reftest.Po@am__quote@
458@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rfc2047.Plo@am__quote@
459@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rfc2047u.Plo@am__quote@
460@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rfc822.Plo@am__quote@
461@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rfc822_getaddr.Plo@am__quote@
462@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rfc822_getaddrs.Plo@am__quote@
463@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rfc822_mkdate.Plo@am__quote@
464@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rfc822_parsedt.Plo@am__quote@
465@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rfc822hdr.Plo@am__quote@
466@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testsuite.Po@am__quote@
467
468.c.o:
b0322a85
CE
469@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
470@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
471@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
d9898ee8 472@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
b0322a85 473@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
d9898ee8 474
475.c.obj:
b0322a85
CE
476@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
477@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
478@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
d9898ee8 479@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
b0322a85 480@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
d9898ee8 481
482.c.lo:
b0322a85
CE
483@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
484@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
485@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
d9898ee8 486@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
b0322a85 487@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
d9898ee8 488
489mostlyclean-libtool:
490 -rm -f *.lo
491
492clean-libtool:
493 -rm -rf .libs _libs
494
495distclean-libtool:
8d138742 496 -rm -f libtool config.lt
d9898ee8 497
b0322a85
CE
498ID: $(am__tagged_files)
499 $(am__define_uniq_tagged_files); mkid -fID $$unique
500tags: tags-am
501TAGS: tags
502
503tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
8d138742 504 set x; \
d9898ee8 505 here=`pwd`; \
b0322a85 506 $(am__define_uniq_tagged_files); \
8d138742
CE
507 shift; \
508 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
d9898ee8 509 test -n "$$unique" || unique=$$empty_fix; \
8d138742
CE
510 if test $$# -gt 0; then \
511 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
512 "$$@" $$unique; \
513 else \
514 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
515 $$unique; \
516 fi; \
d9898ee8 517 fi
b0322a85
CE
518ctags: ctags-am
519
520CTAGS: ctags
521ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
522 $(am__define_uniq_tagged_files); \
8d138742 523 test -z "$(CTAGS_ARGS)$$unique" \
d9898ee8 524 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
8d138742 525 $$unique
d9898ee8 526
527GTAGS:
528 here=`$(am__cd) $(top_builddir) && pwd` \
8d138742
CE
529 && $(am__cd) $(top_srcdir) \
530 && gtags -i $(GTAGS_ARGS) "$$here"
b0322a85
CE
531cscope: cscope.files
532 test ! -s cscope.files \
533 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
534clean-cscope:
535 -rm -f cscope.files
536cscope.files: clean-cscope cscopelist
537cscopelist: cscopelist-am
538
539cscopelist-am: $(am__tagged_files)
540 list='$(am__tagged_files)'; \
541 case "$(srcdir)" in \
542 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
543 *) sdir=$(subdir)/$(srcdir) ;; \
544 esac; \
545 for i in $$list; do \
546 if test -f "$$i"; then \
547 echo "$(subdir)/$$i"; \
548 else \
549 echo "$$sdir/$$i"; \
550 fi; \
551 done >> $(top_builddir)/cscope.files
d9898ee8 552
553distclean-tags:
554 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
b0322a85 555 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
d9898ee8 556
557distdir: $(DISTFILES)
558 $(am__remove_distdir)
8d138742 559 test -d "$(distdir)" || mkdir "$(distdir)"
dd184caf 560 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
561 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
562 list='$(DISTFILES)'; \
563 dist_files=`for file in $$list; do echo $$file; done | \
564 sed -e "s|^$$srcdirstrip/||;t" \
565 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
566 case $$dist_files in \
567 */*) $(MKDIR_P) `echo "$$dist_files" | \
568 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
569 sort -u` ;; \
570 esac; \
571 for file in $$dist_files; do \
d9898ee8 572 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
d9898ee8 573 if test -d $$d/$$file; then \
dd184caf 574 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
8d138742
CE
575 if test -d "$(distdir)/$$file"; then \
576 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
577 fi; \
d9898ee8 578 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
8d138742
CE
579 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
580 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
d9898ee8 581 fi; \
8d138742 582 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
d9898ee8 583 else \
8d138742
CE
584 test -f "$(distdir)/$$file" \
585 || cp -p $$d/$$file "$(distdir)/$$file" \
d9898ee8 586 || exit 1; \
587 fi; \
588 done
8d138742 589 -test -n "$(am__skip_mode_fix)" \
b0322a85
CE
590 || find "$(distdir)" -type d ! -perm -755 \
591 -exec chmod u+rwx,go+rx {} \; -o \
d9898ee8 592 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
593 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
dd184caf 594 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
8d138742 595 || chmod -R a+r "$(distdir)"
d9898ee8 596dist-gzip: distdir
597 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
b0322a85 598 $(am__post_remove_distdir)
d9898ee8 599
600dist-bzip2: distdir
b0322a85
CE
601 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
602 $(am__post_remove_distdir)
d9898ee8 603
b0322a85
CE
604dist-lzip: distdir
605 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
606 $(am__post_remove_distdir)
ac40fd9e 607
8d138742 608dist-xz: distdir
b0322a85
CE
609 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
610 $(am__post_remove_distdir)
8d138742 611
d9898ee8 612dist-tarZ: distdir
613 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
b0322a85 614 $(am__post_remove_distdir)
d9898ee8 615
616dist-shar: distdir
617 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
b0322a85 618 $(am__post_remove_distdir)
d9898ee8 619
620dist-zip: distdir
621 -rm -f $(distdir).zip
622 zip -rq $(distdir).zip $(distdir)
b0322a85 623 $(am__post_remove_distdir)
d9898ee8 624
b0322a85
CE
625dist dist-all:
626 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
627 $(am__post_remove_distdir)
d9898ee8 628
629# This target untars the dist file and tries a VPATH configuration. Then
630# it guarantees that the distribution is self-contained by making another
631# tarfile.
632distcheck: dist
633 case '$(DIST_ARCHIVES)' in \
634 *.tar.gz*) \
b0322a85 635 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
d9898ee8 636 *.tar.bz2*) \
b0322a85
CE
637 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
638 *.tar.lz*) \
639 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
8d138742
CE
640 *.tar.xz*) \
641 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
d9898ee8 642 *.tar.Z*) \
643 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
644 *.shar.gz*) \
b0322a85 645 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
d9898ee8 646 *.zip*) \
647 unzip $(distdir).zip ;;\
648 esac
b0322a85
CE
649 chmod -R a-w $(distdir)
650 chmod u+w $(distdir)
651 mkdir $(distdir)/_build $(distdir)/_inst
d9898ee8 652 chmod a-w $(distdir)
8d138742 653 test -d $(distdir)/_build || exit 0; \
d9898ee8 654 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
655 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
8d138742
CE
656 && am__cwd=`pwd` \
657 && $(am__cd) $(distdir)/_build \
d9898ee8 658 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
b0322a85 659 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
d9898ee8 660 $(DISTCHECK_CONFIGURE_FLAGS) \
661 && $(MAKE) $(AM_MAKEFLAGS) \
662 && $(MAKE) $(AM_MAKEFLAGS) dvi \
663 && $(MAKE) $(AM_MAKEFLAGS) check \
664 && $(MAKE) $(AM_MAKEFLAGS) install \
665 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
666 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
667 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
668 distuninstallcheck \
669 && chmod -R a-w "$$dc_install_base" \
670 && ({ \
671 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
672 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
673 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
674 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
675 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
676 } || { rm -rf "$$dc_destdir"; exit 1; }) \
677 && rm -rf "$$dc_destdir" \
678 && $(MAKE) $(AM_MAKEFLAGS) dist \
679 && rm -rf $(DIST_ARCHIVES) \
8d138742
CE
680 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
681 && cd "$$am__cwd" \
682 || exit 1
b0322a85 683 $(am__post_remove_distdir)
d9898ee8 684 @(echo "$(distdir) archives ready for distribution: "; \
685 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
dd184caf 686 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
d9898ee8 687distuninstallcheck:
b0322a85
CE
688 @test -n '$(distuninstallcheck_dir)' || { \
689 echo 'ERROR: trying to run $@ with an empty' \
690 '$$(distuninstallcheck_dir)' >&2; \
691 exit 1; \
692 }; \
693 $(am__cd) '$(distuninstallcheck_dir)' || { \
694 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
695 exit 1; \
696 }; \
697 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
d9898ee8 698 || { echo "ERROR: files left after uninstall:" ; \
699 if test -n "$(DESTDIR)"; then \
700 echo " (check DESTDIR support)"; \
701 fi ; \
702 $(distuninstallcheck_listfiles) ; \
703 exit 1; } >&2
704distcleancheck: distclean
705 @if test '$(srcdir)' = . ; then \
706 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
707 exit 1 ; \
708 fi
709 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
710 || { echo "ERROR: files left in build directory after distclean:" ; \
711 $(distcleancheck_listfiles) ; \
712 exit 1; } >&2
713check-am: all-am
714check: $(BUILT_SOURCES)
715 $(MAKE) $(AM_MAKEFLAGS) check-am
716all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) config.h
717installdirs:
718install: $(BUILT_SOURCES)
719 $(MAKE) $(AM_MAKEFLAGS) install-am
720install-exec: install-exec-am
721install-data: install-data-am
722uninstall: uninstall-am
723
724install-am: all-am
725 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
726
727installcheck: installcheck-am
728install-strip:
b0322a85
CE
729 if test -z '$(STRIP)'; then \
730 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
731 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
732 install; \
733 else \
734 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
735 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
736 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
737 fi
d9898ee8 738mostlyclean-generic:
739
740clean-generic:
741
742distclean-generic:
743 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
8d138742 744 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
b0322a85 745 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
d9898ee8 746
747maintainer-clean-generic:
748 @echo "This command is intended for maintainers to use"
749 @echo "it deletes files that may require special tools to rebuild."
750 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
751clean: clean-am
752
753clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
754 clean-noinstPROGRAMS mostlyclean-am
755
756distclean: distclean-am
757 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
758 -rm -rf ./$(DEPDIR)
759 -rm -f Makefile
760distclean-am: clean-am distclean-compile distclean-generic \
761 distclean-hdr distclean-libtool distclean-tags
762
763dvi: dvi-am
764
765dvi-am:
766
767html: html-am
768
8d138742
CE
769html-am:
770
d9898ee8 771info: info-am
772
773info-am:
774
775install-data-am:
776
dd184caf 777install-dvi: install-dvi-am
778
8d138742
CE
779install-dvi-am:
780
d9898ee8 781install-exec-am:
782
dd184caf 783install-html: install-html-am
784
8d138742
CE
785install-html-am:
786
d9898ee8 787install-info: install-info-am
788
8d138742
CE
789install-info-am:
790
d9898ee8 791install-man:
792
dd184caf 793install-pdf: install-pdf-am
794
8d138742
CE
795install-pdf-am:
796
dd184caf 797install-ps: install-ps-am
798
8d138742
CE
799install-ps-am:
800
d9898ee8 801installcheck-am:
802
803maintainer-clean: maintainer-clean-am
804 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
805 -rm -rf $(top_srcdir)/autom4te.cache
806 -rm -rf ./$(DEPDIR)
807 -rm -f Makefile
808maintainer-clean-am: distclean-am maintainer-clean-generic
809
810mostlyclean: mostlyclean-am
811
812mostlyclean-am: mostlyclean-compile mostlyclean-generic \
813 mostlyclean-libtool
814
815pdf: pdf-am
816
817pdf-am:
818
819ps: ps-am
820
821ps-am:
822
dd184caf 823uninstall-am:
824
8d138742 825.MAKE: all check install install-am install-strip
d9898ee8 826
b0322a85
CE
827.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
828 clean-cscope clean-generic clean-libtool \
829 clean-noinstLTLIBRARIES clean-noinstPROGRAMS cscope \
830 cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
831 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
832 distcheck distclean distclean-compile distclean-generic \
833 distclean-hdr distclean-libtool distclean-tags distcleancheck \
834 distdir distuninstallcheck dvi dvi-am html html-am info \
835 info-am install install-am install-data install-data-am \
836 install-dvi install-dvi-am install-exec install-exec-am \
837 install-html install-html-am install-info install-info-am \
838 install-man install-pdf install-pdf-am install-ps \
839 install-ps-am install-strip installcheck installcheck-am \
840 installdirs maintainer-clean maintainer-clean-generic \
841 mostlyclean mostlyclean-compile mostlyclean-generic \
842 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
843 uninstall-am
d9898ee8 844
845
846@HAVE_SGML_TRUE@rfc822.html: rfc822.sgml ../docbook/sgml2html
847@HAVE_SGML_TRUE@ ../docbook/sgml2html rfc822.sgml rfc822.html
848
849@HAVE_SGML_TRUE@rfc822.3: rfc822.sgml ../docbook/sgml2html
850@HAVE_SGML_TRUE@ ../docbook/sgml2man rfc822.sgml rfc822.3
851
852check-am:
853 ./testsuite | cmp -s - $(srcdir)/testsuite.txt
854 ./reftest | cmp -s - $(srcdir)/reftest.txt
8d138742 855
d9898ee8 856# Tell versions [3.59,3.63) of GNU make to not export all variables.
857# Otherwise a system limit (for SysV at least) may be exceeded.
858.NOEXPORT: