]> git.donarmstrong.com Git - deb_pkgs/spamass-milter.git/blob - Makefile.in
Imported Upstream version 0.4.0
[deb_pkgs/spamass-milter.git] / Makefile.in
1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
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
17 VPATH = @srcdir@
18 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19 am__make_running_with_option = \
20   case $${target_option-} in \
21       ?) ;; \
22       *) echo "am__make_running_with_option: internal error: invalid" \
23               "target option '$${target_option-}' specified" >&2; \
24          exit 1;; \
25   esac; \
26   has_opt=no; \
27   sane_makeflags=$$MAKEFLAGS; \
28   if $(am__is_gnu_make); then \
29     sane_makeflags=$$MFLAGS; \
30   else \
31     case $$MAKEFLAGS in \
32       *\\[\ \   ]*) \
33         bs=\\; \
34         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
36     esac; \
37   fi; \
38   skip_next=no; \
39   strip_trailopt () \
40   { \
41     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42   }; \
43   for flg in $$sane_makeflags; do \
44     test $$skip_next = yes && { skip_next=no; continue; }; \
45     case $$flg in \
46       *=*|--*) continue;; \
47         -*I) strip_trailopt 'I'; skip_next=yes;; \
48       -*I?*) strip_trailopt 'I';; \
49         -*O) strip_trailopt 'O'; skip_next=yes;; \
50       -*O?*) strip_trailopt 'O';; \
51         -*l) strip_trailopt 'l'; skip_next=yes;; \
52       -*l?*) strip_trailopt 'l';; \
53       -[dEDm]) skip_next=yes;; \
54       -[JT]) skip_next=yes;; \
55     esac; \
56     case $$flg in \
57       *$$target_option*) has_opt=yes; break;; \
58     esac; \
59   done; \
60   test $$has_opt = yes
61 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63 pkgdatadir = $(datadir)/@PACKAGE@
64 pkgincludedir = $(includedir)/@PACKAGE@
65 pkglibdir = $(libdir)/@PACKAGE@
66 pkglibexecdir = $(libexecdir)/@PACKAGE@
67 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68 install_sh_DATA = $(install_sh) -c -m 644
69 install_sh_PROGRAM = $(install_sh) -c
70 install_sh_SCRIPT = $(install_sh) -c
71 INSTALL_HEADER = $(INSTALL_DATA)
72 transform = $(program_transform_name)
73 NORMAL_INSTALL = :
74 PRE_INSTALL = :
75 POST_INSTALL = :
76 NORMAL_UNINSTALL = :
77 PRE_UNINSTALL = :
78 POST_UNINSTALL = :
79 build_triplet = @build@
80 host_triplet = @host@
81 sbin_PROGRAMS = spamass-milter$(EXEEXT)
82 subdir = .
83 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
84         $(top_srcdir)/configure $(am__configure_deps) \
85         $(srcdir)/config.h.in \
86         $(top_srcdir)/contrib/spamass-milter.spec.in \
87         $(srcdir)/spamass-milter.1.in strsep.c daemon.c poll.c AUTHORS \
88         ChangeLog NEWS README TODO compile config.guess config.sub \
89         install-sh missing
90 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
91 am__aclocal_m4_deps = $(top_srcdir)/ac_acx_pthread.m4 \
92         $(top_srcdir)/ac_cf_gnu_source.m4 \
93         $(top_srcdir)/ac_cxx_exceptions.m4 \
94         $(top_srcdir)/ac_cxx_namespaces.m4 \
95         $(top_srcdir)/ac_cxx_verbose_terminate_handler.m4 \
96         $(top_srcdir)/ac_dmalloc.m4 \
97         $(top_srcdir)/ac_pike_compiler_flag.m4 \
98         $(top_srcdir)/ac_vl_prog_cc_warnings.m4 \
99         $(top_srcdir)/configure.in
100 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
101         $(ACLOCAL_M4)
102 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
103  configure.lineno config.status.lineno
104 mkinstalldirs = $(install_sh) -d
105 CONFIG_HEADER = config.h
106 CONFIG_CLEAN_FILES = contrib/spamass-milter.spec spamass-milter.1
107 CONFIG_CLEAN_VPATH_FILES =
108 am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)"
109 PROGRAMS = $(sbin_PROGRAMS)
110 am_spamass_milter_OBJECTS = spamass-milter.$(OBJEXT)
111 spamass_milter_OBJECTS = $(am_spamass_milter_OBJECTS)
112 spamass_milter_DEPENDENCIES = @LIBOBJS@
113 AM_V_P = $(am__v_P_@AM_V@)
114 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
115 am__v_P_0 = false
116 am__v_P_1 = :
117 AM_V_GEN = $(am__v_GEN_@AM_V@)
118 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
119 am__v_GEN_0 = @echo "  GEN     " $@;
120 am__v_GEN_1 = 
121 AM_V_at = $(am__v_at_@AM_V@)
122 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
123 am__v_at_0 = @
124 am__v_at_1 = 
125 DEFAULT_INCLUDES = -I.@am__isrc@
126 depcomp =
127 am__depfiles_maybe =
128 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
129         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
130 AM_V_CC = $(am__v_CC_@AM_V@)
131 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
132 am__v_CC_0 = @echo "  CC      " $@;
133 am__v_CC_1 = 
134 CCLD = $(CC)
135 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
136 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
137 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
138 am__v_CCLD_0 = @echo "  CCLD    " $@;
139 am__v_CCLD_1 = 
140 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
141         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
142 AM_V_CXX = $(am__v_CXX_@AM_V@)
143 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
144 am__v_CXX_0 = @echo "  CXX     " $@;
145 am__v_CXX_1 = 
146 CXXLD = $(CXX)
147 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
148         -o $@
149 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
150 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
151 am__v_CXXLD_0 = @echo "  CXXLD   " $@;
152 am__v_CXXLD_1 = 
153 SOURCES = $(spamass_milter_SOURCES)
154 DIST_SOURCES = $(spamass_milter_SOURCES)
155 am__can_run_installinfo = \
156   case $$AM_UPDATE_INFO_DIR in \
157     n|no|NO) false;; \
158     *) (install-info --version) >/dev/null 2>&1;; \
159   esac
160 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
161 am__vpath_adj = case $$p in \
162     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
163     *) f=$$p;; \
164   esac;
165 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
166 am__install_max = 40
167 am__nobase_strip_setup = \
168   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
169 am__nobase_strip = \
170   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
171 am__nobase_list = $(am__nobase_strip_setup); \
172   for p in $$list; do echo "$$p $$p"; done | \
173   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
174   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
175     if (++n[$$2] == $(am__install_max)) \
176       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
177     END { for (dir in files) print dir, files[dir] }'
178 am__base_list = \
179   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
180   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
181 am__uninstall_files_from_dir = { \
182   test -z "$$files" \
183     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
184     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
185          $(am__cd) "$$dir" && rm -f $$files; }; \
186   }
187 man1dir = $(mandir)/man1
188 MANS = $(man1_MANS) $(man_MANS)
189 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
190         $(LISP)config.h.in
191 # Read a list of newline-separated strings from the standard input,
192 # and print each of them once, without duplicates.  Input order is
193 # *not* preserved.
194 am__uniquify_input = $(AWK) '\
195   BEGIN { nonempty = 0; } \
196   { items[$$0] = 1; nonempty = 1; } \
197   END { if (nonempty) { for (i in items) print i; }; } \
198 '
199 # Make sure the list of sources is unique.  This is necessary because,
200 # e.g., the same source file might be shared among _SOURCES variables
201 # for different programs/libraries.
202 am__define_uniq_tagged_files = \
203   list='$(am__tagged_files)'; \
204   unique=`for i in $$list; do \
205     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
206   done | $(am__uniquify_input)`
207 ETAGS = etags
208 CTAGS = ctags
209 CSCOPE = cscope
210 AM_RECURSIVE_TARGETS = cscope
211 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
212 distdir = $(PACKAGE)-$(VERSION)
213 top_distdir = $(distdir)
214 am__remove_distdir = \
215   if test -d "$(distdir)"; then \
216     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
217       && rm -rf "$(distdir)" \
218       || { sleep 5 && rm -rf "$(distdir)"; }; \
219   else :; fi
220 am__post_remove_distdir = $(am__remove_distdir)
221 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
222 GZIP_ENV = --best
223 DIST_TARGETS = dist-bzip2 dist-gzip
224 distuninstallcheck_listfiles = find . -type f -print
225 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
226   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
227 distcleancheck_listfiles = find . -type f -print
228 ACLOCAL = @ACLOCAL@
229 AMTAR = @AMTAR@
230 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
231 AUTOCONF = @AUTOCONF@
232 AUTOHEADER = @AUTOHEADER@
233 AUTOMAKE = @AUTOMAKE@
234 AWK = @AWK@
235 CC = @CC@
236 CCDEPMODE = @CCDEPMODE@
237 CFLAGS = @CFLAGS@
238 CPPFLAGS = @CPPFLAGS@
239 CXX = @CXX@
240 CXXCPP = @CXXCPP@
241 CXXDEPMODE = @CXXDEPMODE@
242 CXXFLAGS = @CXXFLAGS@
243 CYGPATH_W = @CYGPATH_W@
244 DEFS = @DEFS@
245 DEPDIR = @DEPDIR@
246 ECHO_C = @ECHO_C@
247 ECHO_N = @ECHO_N@
248 ECHO_T = @ECHO_T@
249 EGREP = @EGREP@
250 EXEEXT = @EXEEXT@
251 GREP = @GREP@
252 INSTALL = @INSTALL@
253 INSTALL_DATA = @INSTALL_DATA@
254 INSTALL_PROGRAM = @INSTALL_PROGRAM@
255 INSTALL_SCRIPT = @INSTALL_SCRIPT@
256 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
257 LDFLAGS = @LDFLAGS@
258 LIBOBJS = @LIBOBJS@
259 LIBS = @LIBS@
260 LTLIBOBJS = @LTLIBOBJS@
261 MAKEINFO = @MAKEINFO@
262 MKDIR_P = @MKDIR_P@
263 NROFF = @NROFF@
264 OBJEXT = @OBJEXT@
265 PACKAGE = @PACKAGE@
266 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
267 PACKAGE_NAME = @PACKAGE_NAME@
268 PACKAGE_STRING = @PACKAGE_STRING@
269 PACKAGE_TARNAME = @PACKAGE_TARNAME@
270 PACKAGE_URL = @PACKAGE_URL@
271 PACKAGE_VERSION = @PACKAGE_VERSION@
272 PATH_SEPARATOR = @PATH_SEPARATOR@
273 PTHREAD_CC = @PTHREAD_CC@
274 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
275 PTHREAD_LIBS = @PTHREAD_LIBS@
276 SENDMAIL = @SENDMAIL@
277 SET_MAKE = @SET_MAKE@
278 SHELL = @SHELL@
279 SPAMC = @SPAMC@
280 STRIP = @STRIP@
281 VERSION = @VERSION@
282 abs_builddir = @abs_builddir@
283 abs_srcdir = @abs_srcdir@
284 abs_top_builddir = @abs_top_builddir@
285 abs_top_srcdir = @abs_top_srcdir@
286 ac_ct_CC = @ac_ct_CC@
287 ac_ct_CXX = @ac_ct_CXX@
288 acx_pthread_config = @acx_pthread_config@
289 am__include = @am__include@
290 am__leading_dot = @am__leading_dot@
291 am__quote = @am__quote@
292 am__tar = @am__tar@
293 am__untar = @am__untar@
294 bindir = @bindir@
295 build = @build@
296 build_alias = @build_alias@
297 build_cpu = @build_cpu@
298 build_os = @build_os@
299 build_vendor = @build_vendor@
300 builddir = @builddir@
301 datadir = @datadir@
302 datarootdir = @datarootdir@
303 docdir = @docdir@
304 dvidir = @dvidir@
305 exec_prefix = @exec_prefix@
306 host = @host@
307 host_alias = @host_alias@
308 host_cpu = @host_cpu@
309 host_os = @host_os@
310 host_vendor = @host_vendor@
311 htmldir = @htmldir@
312 includedir = @includedir@
313 infodir = @infodir@
314 install_sh = @install_sh@
315 libdir = @libdir@
316 libexecdir = @libexecdir@
317 localedir = @localedir@
318 localstatedir = @localstatedir@
319 mandir = @mandir@
320 mkdir_p = @mkdir_p@
321 oldincludedir = @oldincludedir@
322 pdfdir = @pdfdir@
323 prefix = @prefix@
324 program_transform_name = @program_transform_name@
325 psdir = @psdir@
326 sbindir = @sbindir@
327 sharedstatedir = @sharedstatedir@
328 srcdir = @srcdir@
329 sysconfdir = @sysconfdir@
330 target_alias = @target_alias@
331 top_build_prefix = @top_build_prefix@
332 top_builddir = @top_builddir@
333 top_srcdir = @top_srcdir@
334 AUTOMAKE_OPTIONS = no-dependencies foreign dist-bzip2
335
336 # The number of files autoconf leaves lying around after a clean is amazing.
337 CLEANFILES = *~ .libs/* .libs spamass-milter.man
338 MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.h.in \
339         config.log config.status configure configure.lineno stamp-h.in \
340         COPYING INSTALL config.guess config.sub install-sh missing mkinstalldirs \
341         ${DIST_ARCHIVES} ${DIST_ARCHIVE_SIGS}
342
343 DIST_ARCHIVE_SIGS = ${DIST_ARCHIVES:S/$/.sig/}
344 @HAVE_MDOC_TRUE@man_MANS = spamass-milter.1
345 @HAVE_MDOC_FALSE@man1_MANS = spamass-milter.man
346 DEB_CONTRIB = contrib/spamass-milter
347 RH_CONTRIB = contrib/spamass-milter-redhat.rc \
348                 contrib/spamass-milter.spec \
349                 contrib/spamass-milter.spec.in
350
351 FBSD_CONTRIB = contrib/spamass-milter.sh
352 MISC_CONTRIB = contrib/README.gnus
353 spamass_milter_SOURCES = spamass-milter.cpp spamass-milter.h 
354 spamass_milter_LDADD = @LIBOBJS@
355 EXTRA_DIST = $(DEB_CONTRIB) \
356                 $(RH_CONTRIB) \
357                 $(FBSD_CONTRIB) \
358                 $(MISC_CONTRIB) \
359                 mdoc2man.awk \
360                 spamass-milter.1.in \
361                 subst_poll.h
362
363 all: config.h
364         $(MAKE) $(AM_MAKEFLAGS) all-am
365
366 .SUFFIXES:
367 .SUFFIXES: .1 .c .cpp .man .o .obj
368 am--refresh: Makefile
369         @:
370 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
371         @for dep in $?; do \
372           case '$(am__configure_deps)' in \
373             *$$dep*) \
374               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
375               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
376                 && exit 0; \
377               exit 1;; \
378           esac; \
379         done; \
380         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
381         $(am__cd) $(top_srcdir) && \
382           $(AUTOMAKE) --foreign Makefile
383 .PRECIOUS: Makefile
384 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
385         @case '$?' in \
386           *config.status*) \
387             echo ' $(SHELL) ./config.status'; \
388             $(SHELL) ./config.status;; \
389           *) \
390             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
391             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
392         esac;
393
394 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
395         $(SHELL) ./config.status --recheck
396
397 $(top_srcdir)/configure:  $(am__configure_deps)
398         $(am__cd) $(srcdir) && $(AUTOCONF)
399 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
400         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
401 $(am__aclocal_m4_deps):
402
403 config.h: stamp-h1
404         @test -f $@ || rm -f stamp-h1
405         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
406
407 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
408         @rm -f stamp-h1
409         cd $(top_builddir) && $(SHELL) ./config.status config.h
410 $(srcdir)/config.h.in:  $(am__configure_deps) 
411         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
412         rm -f stamp-h1
413         touch $@
414
415 distclean-hdr:
416         -rm -f config.h stamp-h1
417 contrib/spamass-milter.spec: $(top_builddir)/config.status $(top_srcdir)/contrib/spamass-milter.spec.in
418         cd $(top_builddir) && $(SHELL) ./config.status $@
419 spamass-milter.1: $(top_builddir)/config.status $(srcdir)/spamass-milter.1.in
420         cd $(top_builddir) && $(SHELL) ./config.status $@
421 install-sbinPROGRAMS: $(sbin_PROGRAMS)
422         @$(NORMAL_INSTALL)
423         @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
424         if test -n "$$list"; then \
425           echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
426           $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
427         fi; \
428         for p in $$list; do echo "$$p $$p"; done | \
429         sed 's/$(EXEEXT)$$//' | \
430         while read p p1; do if test -f $$p \
431           ; then echo "$$p"; echo "$$p"; else :; fi; \
432         done | \
433         sed -e 'p;s,.*/,,;n;h' \
434             -e 's|.*|.|' \
435             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
436         sed 'N;N;N;s,\n, ,g' | \
437         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
438           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
439             if ($$2 == $$4) files[d] = files[d] " " $$1; \
440             else { print "f", $$3 "/" $$4, $$1; } } \
441           END { for (d in files) print "f", d, files[d] }' | \
442         while read type dir files; do \
443             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
444             test -z "$$files" || { \
445               echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
446               $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
447             } \
448         ; done
449
450 uninstall-sbinPROGRAMS:
451         @$(NORMAL_UNINSTALL)
452         @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
453         files=`for p in $$list; do echo "$$p"; done | \
454           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
455               -e 's/$$/$(EXEEXT)/' \
456         `; \
457         test -n "$$list" || exit 0; \
458         echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
459         cd "$(DESTDIR)$(sbindir)" && rm -f $$files
460
461 clean-sbinPROGRAMS:
462         -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
463
464 spamass-milter$(EXEEXT): $(spamass_milter_OBJECTS) $(spamass_milter_DEPENDENCIES) $(EXTRA_spamass_milter_DEPENDENCIES) 
465         @rm -f spamass-milter$(EXEEXT)
466         $(AM_V_CXXLD)$(CXXLINK) $(spamass_milter_OBJECTS) $(spamass_milter_LDADD) $(LIBS)
467
468 mostlyclean-compile:
469         -rm -f *.$(OBJEXT)
470
471 distclean-compile:
472         -rm -f *.tab.c
473
474 .c.o:
475         $(AM_V_CC)$(COMPILE) -c -o $@ $<
476
477 .c.obj:
478         $(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
479
480 .cpp.o:
481         $(AM_V_CXX)$(CXXCOMPILE) -c -o $@ $<
482
483 .cpp.obj:
484         $(AM_V_CXX)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
485 install-man1: $(man1_MANS) $(man_MANS)
486         @$(NORMAL_INSTALL)
487         @list1='$(man1_MANS)'; \
488         list2='$(man_MANS)'; \
489         test -n "$(man1dir)" \
490           && test -n "`echo $$list1$$list2`" \
491           || exit 0; \
492         echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
493         $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
494         { for i in $$list1; do echo "$$i"; done;  \
495         if test -n "$$list2"; then \
496           for i in $$list2; do echo "$$i"; done \
497             | sed -n '/\.1[a-z]*$$/p'; \
498         fi; \
499         } | while read p; do \
500           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
501           echo "$$d$$p"; echo "$$p"; \
502         done | \
503         sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
504               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
505         sed 'N;N;s,\n, ,g' | { \
506         list=; while read file base inst; do \
507           if test "$$base" = "$$inst"; then list="$$list $$file"; else \
508             echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
509             $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
510           fi; \
511         done; \
512         for i in $$list; do echo "$$i"; done | $(am__base_list) | \
513         while read files; do \
514           test -z "$$files" || { \
515             echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
516             $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
517         done; }
518
519 uninstall-man1:
520         @$(NORMAL_UNINSTALL)
521         @list='$(man1_MANS)'; test -n "$(man1dir)" || exit 0; \
522         files=`{ for i in $$list; do echo "$$i"; done; \
523         l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
524           sed -n '/\.1[a-z]*$$/p'; \
525         } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
526               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
527         dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
528
529 ID: $(am__tagged_files)
530         $(am__define_uniq_tagged_files); mkid -fID $$unique
531 tags: tags-am
532 TAGS: tags
533
534 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
535         set x; \
536         here=`pwd`; \
537         $(am__define_uniq_tagged_files); \
538         shift; \
539         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
540           test -n "$$unique" || unique=$$empty_fix; \
541           if test $$# -gt 0; then \
542             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
543               "$$@" $$unique; \
544           else \
545             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
546               $$unique; \
547           fi; \
548         fi
549 ctags: ctags-am
550
551 CTAGS: ctags
552 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
553         $(am__define_uniq_tagged_files); \
554         test -z "$(CTAGS_ARGS)$$unique" \
555           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
556              $$unique
557
558 GTAGS:
559         here=`$(am__cd) $(top_builddir) && pwd` \
560           && $(am__cd) $(top_srcdir) \
561           && gtags -i $(GTAGS_ARGS) "$$here"
562 cscope: cscope.files
563         test ! -s cscope.files \
564           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
565 clean-cscope:
566         -rm -f cscope.files
567 cscope.files: clean-cscope cscopelist
568 cscopelist: cscopelist-am
569
570 cscopelist-am: $(am__tagged_files)
571         list='$(am__tagged_files)'; \
572         case "$(srcdir)" in \
573           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
574           *) sdir=$(subdir)/$(srcdir) ;; \
575         esac; \
576         for i in $$list; do \
577           if test -f "$$i"; then \
578             echo "$(subdir)/$$i"; \
579           else \
580             echo "$$sdir/$$i"; \
581           fi; \
582         done >> $(top_builddir)/cscope.files
583
584 distclean-tags:
585         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
586         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
587
588 distdir: $(DISTFILES)
589         $(am__remove_distdir)
590         test -d "$(distdir)" || mkdir "$(distdir)"
591         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
592         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
593         list='$(DISTFILES)'; \
594           dist_files=`for file in $$list; do echo $$file; done | \
595           sed -e "s|^$$srcdirstrip/||;t" \
596               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
597         case $$dist_files in \
598           */*) $(MKDIR_P) `echo "$$dist_files" | \
599                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
600                            sort -u` ;; \
601         esac; \
602         for file in $$dist_files; do \
603           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
604           if test -d $$d/$$file; then \
605             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
606             if test -d "$(distdir)/$$file"; then \
607               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
608             fi; \
609             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
610               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
611               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
612             fi; \
613             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
614           else \
615             test -f "$(distdir)/$$file" \
616             || cp -p $$d/$$file "$(distdir)/$$file" \
617             || exit 1; \
618           fi; \
619         done
620         $(MAKE) $(AM_MAKEFLAGS) \
621           top_distdir="$(top_distdir)" distdir="$(distdir)" \
622           dist-hook
623         -test -n "$(am__skip_mode_fix)" \
624         || find "$(distdir)" -type d ! -perm -755 \
625                 -exec chmod u+rwx,go+rx {} \; -o \
626           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
627           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
628           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
629         || chmod -R a+r "$(distdir)"
630 dist-gzip: distdir
631         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
632         $(am__post_remove_distdir)
633 dist-bzip2: distdir
634         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
635         $(am__post_remove_distdir)
636
637 dist-lzip: distdir
638         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
639         $(am__post_remove_distdir)
640
641 dist-xz: distdir
642         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
643         $(am__post_remove_distdir)
644
645 dist-tarZ: distdir
646         @echo WARNING: "Support for shar distribution archives is" \
647                        "deprecated." >&2
648         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
649         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
650         $(am__post_remove_distdir)
651
652 dist-shar: distdir
653         @echo WARNING: "Support for distribution archives compressed with" \
654                        "legacy program 'compress' is deprecated." >&2
655         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
656         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
657         $(am__post_remove_distdir)
658
659 dist-zip: distdir
660         -rm -f $(distdir).zip
661         zip -rq $(distdir).zip $(distdir)
662         $(am__post_remove_distdir)
663
664 dist dist-all:
665         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
666         $(am__post_remove_distdir)
667
668 # This target untars the dist file and tries a VPATH configuration.  Then
669 # it guarantees that the distribution is self-contained by making another
670 # tarfile.
671 distcheck: dist
672         case '$(DIST_ARCHIVES)' in \
673         *.tar.gz*) \
674           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
675         *.tar.bz2*) \
676           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
677         *.tar.lz*) \
678           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
679         *.tar.xz*) \
680           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
681         *.tar.Z*) \
682           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
683         *.shar.gz*) \
684           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
685         *.zip*) \
686           unzip $(distdir).zip ;;\
687         esac
688         chmod -R a-w $(distdir)
689         chmod u+w $(distdir)
690         mkdir $(distdir)/_build $(distdir)/_inst
691         chmod a-w $(distdir)
692         test -d $(distdir)/_build || exit 0; \
693         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
694           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
695           && am__cwd=`pwd` \
696           && $(am__cd) $(distdir)/_build \
697           && ../configure \
698             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
699             $(DISTCHECK_CONFIGURE_FLAGS) \
700             --srcdir=.. --prefix="$$dc_install_base" \
701           && $(MAKE) $(AM_MAKEFLAGS) \
702           && $(MAKE) $(AM_MAKEFLAGS) dvi \
703           && $(MAKE) $(AM_MAKEFLAGS) check \
704           && $(MAKE) $(AM_MAKEFLAGS) install \
705           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
706           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
707           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
708                 distuninstallcheck \
709           && chmod -R a-w "$$dc_install_base" \
710           && ({ \
711                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
712                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
713                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
714                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
715                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
716               } || { rm -rf "$$dc_destdir"; exit 1; }) \
717           && rm -rf "$$dc_destdir" \
718           && $(MAKE) $(AM_MAKEFLAGS) dist \
719           && rm -rf $(DIST_ARCHIVES) \
720           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
721           && cd "$$am__cwd" \
722           || exit 1
723         $(am__post_remove_distdir)
724         @(echo "$(distdir) archives ready for distribution: "; \
725           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
726           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
727 distuninstallcheck:
728         @test -n '$(distuninstallcheck_dir)' || { \
729           echo 'ERROR: trying to run $@ with an empty' \
730                '$$(distuninstallcheck_dir)' >&2; \
731           exit 1; \
732         }; \
733         $(am__cd) '$(distuninstallcheck_dir)' || { \
734           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
735           exit 1; \
736         }; \
737         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
738            || { echo "ERROR: files left after uninstall:" ; \
739                 if test -n "$(DESTDIR)"; then \
740                   echo "  (check DESTDIR support)"; \
741                 fi ; \
742                 $(distuninstallcheck_listfiles) ; \
743                 exit 1; } >&2
744 distcleancheck: distclean
745         @if test '$(srcdir)' = . ; then \
746           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
747           exit 1 ; \
748         fi
749         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
750           || { echo "ERROR: files left in build directory after distclean:" ; \
751                $(distcleancheck_listfiles) ; \
752                exit 1; } >&2
753 check-am: all-am
754 check: check-am
755 all-am: Makefile $(PROGRAMS) $(MANS) config.h
756 installdirs:
757         for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)"; do \
758           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
759         done
760 install: install-am
761 install-exec: install-exec-am
762 install-data: install-data-am
763 uninstall: uninstall-am
764
765 install-am: all-am
766         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
767
768 installcheck: installcheck-am
769 install-strip:
770         if test -z '$(STRIP)'; then \
771           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
772             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
773               install; \
774         else \
775           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
776             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
777             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
778         fi
779 mostlyclean-generic:
780
781 clean-generic:
782         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
783
784 distclean-generic:
785         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
786         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
787
788 maintainer-clean-generic:
789         @echo "This command is intended for maintainers to use"
790         @echo "it deletes files that may require special tools to rebuild."
791         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
792 clean: clean-am
793
794 clean-am: clean-generic clean-sbinPROGRAMS mostlyclean-am
795
796 distclean: distclean-am
797         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
798         -rm -f Makefile
799 distclean-am: clean-am distclean-compile distclean-generic \
800         distclean-hdr distclean-local distclean-tags
801
802 dvi: dvi-am
803
804 dvi-am:
805
806 html: html-am
807
808 html-am:
809
810 info: info-am
811
812 info-am:
813
814 install-data-am: install-man
815
816 install-dvi: install-dvi-am
817
818 install-dvi-am:
819
820 install-exec-am: install-sbinPROGRAMS
821
822 install-html: install-html-am
823
824 install-html-am:
825
826 install-info: install-info-am
827
828 install-info-am:
829
830 install-man: install-man1
831
832 install-pdf: install-pdf-am
833
834 install-pdf-am:
835
836 install-ps: install-ps-am
837
838 install-ps-am:
839
840 installcheck-am:
841
842 maintainer-clean: maintainer-clean-am
843         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
844         -rm -rf $(top_srcdir)/autom4te.cache
845         -rm -f Makefile
846 maintainer-clean-am: distclean-am maintainer-clean-generic \
847         maintainer-clean-local
848
849 mostlyclean: mostlyclean-am
850
851 mostlyclean-am: mostlyclean-compile mostlyclean-generic
852
853 pdf: pdf-am
854
855 pdf-am:
856
857 ps: ps-am
858
859 ps-am:
860
861 uninstall-am: uninstall-man uninstall-sbinPROGRAMS
862
863 uninstall-man: uninstall-man1
864
865 .MAKE: all install-am install-strip
866
867 .PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
868         clean-cscope clean-generic clean-sbinPROGRAMS cscope \
869         cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
870         dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \
871         dist-zip distcheck distclean distclean-compile \
872         distclean-generic distclean-hdr distclean-local distclean-tags \
873         distcleancheck distdir distuninstallcheck dvi dvi-am html \
874         html-am info info-am install install-am install-data \
875         install-data-am install-dvi install-dvi-am install-exec \
876         install-exec-am install-html install-html-am install-info \
877         install-info-am install-man install-man1 install-pdf \
878         install-pdf-am install-ps install-ps-am install-sbinPROGRAMS \
879         install-strip installcheck installcheck-am installdirs \
880         maintainer-clean maintainer-clean-generic \
881         maintainer-clean-local mostlyclean mostlyclean-compile \
882         mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
883         uninstall-am uninstall-man uninstall-man1 \
884         uninstall-sbinPROGRAMS
885
886
887 maintainer-clean-local:
888         -chmod -R +w autom4te* $(distdir)
889         rm -rf autom4te* $(distdir)
890 distclean-local:
891         rm -f configure.lineno
892
893 # rebuild ChangeLog during dist, but only if it's a zero-byte file
894 # (i.e. clean CVS co)
895 dist-hook: 
896         if test ! -s $(distdir)/ChangeLog ; then \
897                 cvs2cl --no-wrap -S -U contrib/users --stdout > $(distdir)/ChangeLog ; \
898         fi
899
900 .PHONY: sign upload changelog dist-hook
901
902 # Bah. Automake does not have a dist-local hook which would let me
903 # create the PGP sigs when the distfiles themselves are built.  So
904 # build them just before upload.
905 sign: dist-all
906         rm -f ${DIST_ARCHIVE_SIGS}
907         for file in ${DIST_ARCHIVES} ; \
908         do \
909                 gpg -b -a -u 6B56A1DD -o $$file.sig $$file ; \
910         done
911
912 upload: dist-all sign
913         rsync -a --progress ${DIST_ARCHIVES} ${DIST_ARCHIVE_SIGS} dl.sv.nongnu.org:/releases/spamass-milt/
914
915 # ftp got disabled at some point?
916 #upload: dist-all sign
917 #       ncftpput savannah.gnu.org incoming/savannah/spamass-milt \
918 #               ${DIST_ARCHIVES} ${DIST_ARCHIVE_SIGS}
919
920 # The good old way
921 #upload: dist-all
922 #       rsync -a --progress $(distdir).tar.bz2 $(distdir).tar.gz subversions.gnu.org:/upload/spamass-milt/
923
924 changelog:
925         cvs2cl --no-wrap -S -U contrib/users 
926
927 .1.man: mdoc2man.awk
928         $(AWK) -f mdoc2man.awk $< > $@
929
930 spamass-milter.cpp: spamass-milter.h
931
932 # Tell versions [3.59,3.63) of GNU make to not export all variables.
933 # Otherwise a system limit (for SysV at least) may be exceeded.
934 .NOEXPORT: