masqmail

view src/Makefile.in @ 164:5b621742b2e7

removed the mserver feature i.e. the functionality itself in the code the `mserver' value of online_detect and `mserver_iface' config options and the --enable-mserver configure option All functionality, however, is still available through mservdetect
author meillo@marmaro.de
date Thu, 08 Jul 2010 22:01:33 +0200
parents 907fee7c081a
children bd7c52a36b0c
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 sbin_PROGRAMS = masqmail$(EXEEXT)
36 bin_PROGRAMS = mservdetect$(EXEEXT)
37 noinst_PROGRAMS = smtpsend$(EXEEXT) readtest$(EXEEXT)
38 subdir = src
39 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
42 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43 $(ACLOCAL_M4)
44 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
45 CONFIG_HEADER = $(top_builddir)/config.h
46 CONFIG_CLEAN_FILES =
47 CONFIG_CLEAN_VPATH_FILES =
48 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)"
49 PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) $(sbin_PROGRAMS)
50 am_masqmail_OBJECTS = accept.$(OBJEXT) address.$(OBJEXT) \
51 alias.$(OBJEXT) child.$(OBJEXT) connect.$(OBJEXT) \
52 conf.$(OBJEXT) deliver.$(OBJEXT) dotlock.$(OBJEXT) \
53 expand.$(OBJEXT) fail_msg.$(OBJEXT) get.$(OBJEXT) \
54 header.$(OBJEXT) interface.$(OBJEXT) local.$(OBJEXT) \
55 log.$(OBJEXT) listen.$(OBJEXT) lookup.$(OBJEXT) \
56 masqmail.$(OBJEXT) message.$(OBJEXT) online.$(OBJEXT) \
57 parse.$(OBJEXT) peopen.$(OBJEXT) permissions.$(OBJEXT) \
58 pop3_in.$(OBJEXT) readsock.$(OBJEXT) rewrite.$(OBJEXT) \
59 route.$(OBJEXT) queue.$(OBJEXT) smtp_in.$(OBJEXT) \
60 smtp_out.$(OBJEXT) spool.$(OBJEXT) tables.$(OBJEXT) \
61 timeival.$(OBJEXT)
62 masqmail_OBJECTS = $(am_masqmail_OBJECTS)
63 masqmail_DEPENDENCIES =
64 am_mservdetect_OBJECTS = mservdetect.$(OBJEXT) interface.$(OBJEXT) \
65 readsock.$(OBJEXT) peopen.$(OBJEXT)
66 mservdetect_OBJECTS = $(am_mservdetect_OBJECTS)
67 mservdetect_DEPENDENCIES =
68 am_readtest_OBJECTS = readsock.$(OBJEXT) readtest.$(OBJEXT)
69 readtest_OBJECTS = $(am_readtest_OBJECTS)
70 readtest_DEPENDENCIES =
71 am_smtpsend_OBJECTS = smtpsend.$(OBJEXT) accept.$(OBJEXT) \
72 address.$(OBJEXT) child.$(OBJEXT) connect.$(OBJEXT) \
73 header.$(OBJEXT) interface.$(OBJEXT) lookup.$(OBJEXT) \
74 message.$(OBJEXT) parse.$(OBJEXT) peopen.$(OBJEXT) \
75 readsock.$(OBJEXT) smtp_out.$(OBJEXT)
76 smtpsend_OBJECTS = $(am_smtpsend_OBJECTS)
77 smtpsend_DEPENDENCIES =
78 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
79 depcomp = $(SHELL) $(top_srcdir)/depcomp
80 am__depfiles_maybe = depfiles
81 am__mv = mv -f
82 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
83 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
84 CCLD = $(CC)
85 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
86 SOURCES = $(masqmail_SOURCES) $(mservdetect_SOURCES) \
87 $(readtest_SOURCES) $(smtpsend_SOURCES)
88 DIST_SOURCES = $(masqmail_SOURCES) $(mservdetect_SOURCES) \
89 $(readtest_SOURCES) $(smtpsend_SOURCES)
90 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
91 html-recursive info-recursive install-data-recursive \
92 install-dvi-recursive install-exec-recursive \
93 install-html-recursive install-info-recursive \
94 install-pdf-recursive install-ps-recursive install-recursive \
95 installcheck-recursive installdirs-recursive pdf-recursive \
96 ps-recursive uninstall-recursive
97 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
98 distclean-recursive maintainer-clean-recursive
99 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
100 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
101 distdir
102 ETAGS = etags
103 CTAGS = ctags
104 DIST_SUBDIRS = $(SUBDIRS)
105 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
106 am__relativize = \
107 dir0=`pwd`; \
108 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
109 sed_rest='s,^[^/]*/*,,'; \
110 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
111 sed_butlast='s,/*[^/]*$$,,'; \
112 while test -n "$$dir1"; do \
113 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
114 if test "$$first" != "."; then \
115 if test "$$first" = ".."; then \
116 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
117 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
118 else \
119 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
120 if test "$$first2" = "$$first"; then \
121 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
122 else \
123 dir2="../$$dir2"; \
124 fi; \
125 dir0="$$dir0"/"$$first"; \
126 fi; \
127 fi; \
128 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
129 done; \
130 reldir="$$dir2"
131 ACLOCAL = @ACLOCAL@
132 AMTAR = @AMTAR@
133 AUTOCONF = @AUTOCONF@
134 AUTOHEADER = @AUTOHEADER@
135 AUTOMAKE = @AUTOMAKE@
136 AWK = @AWK@
137 BASE64_LIBS = @BASE64_LIBS@
138 CC = @CC@
139 CCDEPMODE = @CCDEPMODE@
140 CFLAGS = @CFLAGS@
141 CPP = @CPP@
142 CPPFLAGS = @CPPFLAGS@
143 CYGPATH_W = @CYGPATH_W@
144 DEFS = @DEFS@
145 DEPDIR = @DEPDIR@
146 ECHO_C = @ECHO_C@
147 ECHO_N = @ECHO_N@
148 ECHO_T = @ECHO_T@
149 EGREP = @EGREP@
150 EXEEXT = @EXEEXT@
151 GLIB_CFLAGS = @GLIB_CFLAGS@
152 GLIB_LIBS = @GLIB_LIBS@
153 GREP = @GREP@
154 IDENT_LIBS = @IDENT_LIBS@
155 INSTALL = @INSTALL@
156 INSTALL_DATA = @INSTALL_DATA@
157 INSTALL_PROGRAM = @INSTALL_PROGRAM@
158 INSTALL_SCRIPT = @INSTALL_SCRIPT@
159 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
160 LDFLAGS = @LDFLAGS@
161 LIBOBJS = @LIBOBJS@
162 LIBS = @LIBS@
163 LOCKFILE_LIBS = @LOCKFILE_LIBS@
164 LTLIBOBJS = @LTLIBOBJS@
165 MAKEINFO = @MAKEINFO@
166 MD5_LIBS = @MD5_LIBS@
167 MKDIR_P = @MKDIR_P@
168 OBJEXT = @OBJEXT@
169 PACKAGE = @PACKAGE@
170 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
171 PACKAGE_NAME = @PACKAGE_NAME@
172 PACKAGE_STRING = @PACKAGE_STRING@
173 PACKAGE_TARNAME = @PACKAGE_TARNAME@
174 PACKAGE_URL = @PACKAGE_URL@
175 PACKAGE_VERSION = @PACKAGE_VERSION@
176 PATH_SEPARATOR = @PATH_SEPARATOR@
177 PKG_CONFIG = @PKG_CONFIG@
178 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
179 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
180 RANLIB = @RANLIB@
181 RESOLV_LIBS = @RESOLV_LIBS@
182 SET_MAKE = @SET_MAKE@
183 SHELL = @SHELL@
184 STRIP = @STRIP@
185 USE_LIBLOCKFILE = @USE_LIBLOCKFILE@
186 VERSION = @VERSION@
187 abs_builddir = @abs_builddir@
188 abs_srcdir = @abs_srcdir@
189 abs_top_builddir = @abs_top_builddir@
190 abs_top_srcdir = @abs_top_srcdir@
191 ac_ct_CC = @ac_ct_CC@
192 am__include = @am__include@
193 am__leading_dot = @am__leading_dot@
194 am__quote = @am__quote@
195 am__tar = @am__tar@
196 am__untar = @am__untar@
197 bindir = @bindir@
198 build_alias = @build_alias@
199 builddir = @builddir@
200 datadir = @datadir@
201 datarootdir = @datarootdir@
202 docdir = @docdir@
203 dvidir = @dvidir@
204 exec_prefix = @exec_prefix@
205 has_ident = @has_ident@
206 host_alias = @host_alias@
207 htmldir = @htmldir@
208 includedir = @includedir@
209 infodir = @infodir@
210 install_sh = @install_sh@
211 libdir = @libdir@
212 libexecdir = @libexecdir@
213 localedir = @localedir@
214 localstatedir = @localstatedir@
215 mandir = @mandir@
216 mkdir_p = @mkdir_p@
217 oldincludedir = @oldincludedir@
218 pdfdir = @pdfdir@
219 prefix = @prefix@
220 program_transform_name = @program_transform_name@
221 psdir = @psdir@
222 sbindir = @sbindir@
223 sharedstatedir = @sharedstatedir@
224 srcdir = @srcdir@
225 sysconfdir = @sysconfdir@
226 target_alias = @target_alias@
227 top_build_prefix = @top_build_prefix@
228 top_builddir = @top_builddir@
229 top_srcdir = @top_srcdir@
230 with_confdir = @with_confdir@
231 with_group = @with_group@
232 with_logdir = @with_logdir@
233 with_spooldir = @with_spooldir@
234 with_user = @with_user@
235 SUBDIRS = base64 md5 libident
236 AM_CFLAGS = @CFLAGS@ @GLIB_CFLAGS@ -D_GNU_SOURCE -DG_DISABLE_DEPRECATED
237 masqmail_SOURCES = \
238 dotlock.h\
239 masqmail.h\
240 readsock.h\
241 smtp_out.h\
242 lookup.h\
243 accept.c\
244 address.c\
245 alias.c\
246 child.c\
247 connect.c\
248 conf.c\
249 deliver.c\
250 dotlock.c\
251 expand.c\
252 fail_msg.c\
253 get.c\
254 header.c\
255 interface.c\
256 local.c\
257 log.c\
258 listen.c\
259 lookup.c\
260 masqmail.c\
261 message.c\
262 online.c\
263 parse.c\
264 peopen.c\
265 peopen.h\
266 permissions.c\
267 pop3_in.c\
268 pop3_in.h\
269 readsock.c\
270 rewrite.c\
271 route.c\
272 queue.c\
273 smtp_in.c\
274 smtp_out.c\
275 spool.c\
276 tables.c\
277 timeival.c
279 smtpsend_SOURCES = \
280 smtpsend.c\
281 masqmail.h\
282 readsock.h\
283 smtp_out.h\
284 lookup.h\
285 accept.c\
286 address.c\
287 child.c\
288 connect.c\
289 header.c\
290 interface.c\
291 lookup.c\
292 message.c\
293 parse.c\
294 peopen.c\
295 readsock.c\
296 smtp_out.c
298 mservdetect_SOURCES = \
299 masqmail.h\
300 readsock.h\
301 mservdetect.c\
302 interface.c\
303 readsock.c\
304 peopen.c
306 readtest_SOURCES = \
307 readsock.c\
308 readsock.h\
309 readtest.c
311 masqmail_LDADD = @RESOLV_LIBS@ @GLIB_LIBS@ @LOCKFILE_LIBS@ @MD5_LIBS@ @BASE64_LIBS@ @IDENT_LIBS@
312 smtpsend_LDADD = @RESOLV_LIBS@ @GLIB_LIBS@ @MD5_LIBS@ @BASE64_LIBS@
313 mservdetect_LDADD = @GLIB_LIBS@
314 readtest_LDADD = @GLIB_LIBS@
315 all: all-recursive
317 .SUFFIXES:
318 .SUFFIXES: .c .o .obj
319 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
320 @for dep in $?; do \
321 case '$(am__configure_deps)' in \
322 *$$dep*) \
323 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
324 && { if test -f $@; then exit 0; else break; fi; }; \
325 exit 1;; \
326 esac; \
327 done; \
328 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
329 $(am__cd) $(top_srcdir) && \
330 $(AUTOMAKE) --gnu src/Makefile
331 .PRECIOUS: Makefile
332 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
333 @case '$?' in \
334 *config.status*) \
335 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
336 *) \
337 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
338 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
339 esac;
341 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
342 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
344 $(top_srcdir)/configure: $(am__configure_deps)
345 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
346 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
347 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
348 $(am__aclocal_m4_deps):
349 install-binPROGRAMS: $(bin_PROGRAMS)
350 @$(NORMAL_INSTALL)
351 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
352 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
353 for p in $$list; do echo "$$p $$p"; done | \
354 sed 's/$(EXEEXT)$$//' | \
355 while read p p1; do if test -f $$p; \
356 then echo "$$p"; echo "$$p"; else :; fi; \
357 done | \
358 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
359 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
360 sed 'N;N;N;s,\n, ,g' | \
361 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
362 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
363 if ($$2 == $$4) files[d] = files[d] " " $$1; \
364 else { print "f", $$3 "/" $$4, $$1; } } \
365 END { for (d in files) print "f", d, files[d] }' | \
366 while read type dir files; do \
367 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
368 test -z "$$files" || { \
369 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
370 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
371 } \
372 ; done
374 uninstall-binPROGRAMS:
375 @$(NORMAL_UNINSTALL)
376 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
377 files=`for p in $$list; do echo "$$p"; done | \
378 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
379 -e 's/$$/$(EXEEXT)/' `; \
380 test -n "$$list" || exit 0; \
381 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
382 cd "$(DESTDIR)$(bindir)" && rm -f $$files
384 clean-binPROGRAMS:
385 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
387 clean-noinstPROGRAMS:
388 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
389 install-sbinPROGRAMS: $(sbin_PROGRAMS)
390 @$(NORMAL_INSTALL)
391 test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
392 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
393 for p in $$list; do echo "$$p $$p"; done | \
394 sed 's/$(EXEEXT)$$//' | \
395 while read p p1; do if test -f $$p; \
396 then echo "$$p"; echo "$$p"; else :; fi; \
397 done | \
398 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
399 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
400 sed 'N;N;N;s,\n, ,g' | \
401 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
402 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
403 if ($$2 == $$4) files[d] = files[d] " " $$1; \
404 else { print "f", $$3 "/" $$4, $$1; } } \
405 END { for (d in files) print "f", d, files[d] }' | \
406 while read type dir files; do \
407 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
408 test -z "$$files" || { \
409 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
410 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
411 } \
412 ; done
414 uninstall-sbinPROGRAMS:
415 @$(NORMAL_UNINSTALL)
416 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
417 files=`for p in $$list; do echo "$$p"; done | \
418 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
419 -e 's/$$/$(EXEEXT)/' `; \
420 test -n "$$list" || exit 0; \
421 echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
422 cd "$(DESTDIR)$(sbindir)" && rm -f $$files
424 clean-sbinPROGRAMS:
425 -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
426 masqmail$(EXEEXT): $(masqmail_OBJECTS) $(masqmail_DEPENDENCIES)
427 @rm -f masqmail$(EXEEXT)
428 $(LINK) $(masqmail_OBJECTS) $(masqmail_LDADD) $(LIBS)
429 mservdetect$(EXEEXT): $(mservdetect_OBJECTS) $(mservdetect_DEPENDENCIES)
430 @rm -f mservdetect$(EXEEXT)
431 $(LINK) $(mservdetect_OBJECTS) $(mservdetect_LDADD) $(LIBS)
432 readtest$(EXEEXT): $(readtest_OBJECTS) $(readtest_DEPENDENCIES)
433 @rm -f readtest$(EXEEXT)
434 $(LINK) $(readtest_OBJECTS) $(readtest_LDADD) $(LIBS)
435 smtpsend$(EXEEXT): $(smtpsend_OBJECTS) $(smtpsend_DEPENDENCIES)
436 @rm -f smtpsend$(EXEEXT)
437 $(LINK) $(smtpsend_OBJECTS) $(smtpsend_LDADD) $(LIBS)
439 mostlyclean-compile:
440 -rm -f *.$(OBJEXT)
442 distclean-compile:
443 -rm -f *.tab.c
445 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/accept.Po@am__quote@
446 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address.Po@am__quote@
447 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alias.Po@am__quote@
448 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/child.Po@am__quote@
449 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf.Po@am__quote@
450 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connect.Po@am__quote@
451 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/deliver.Po@am__quote@
452 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dotlock.Po@am__quote@
453 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/expand.Po@am__quote@
454 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fail_msg.Po@am__quote@
455 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/get.Po@am__quote@
456 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/header.Po@am__quote@
457 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interface.Po@am__quote@
458 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listen.Po@am__quote@
459 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/local.Po@am__quote@
460 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Po@am__quote@
461 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lookup.Po@am__quote@
462 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/masqmail.Po@am__quote@
463 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/message.Po@am__quote@
464 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mservdetect.Po@am__quote@
465 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/online.Po@am__quote@
466 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Po@am__quote@
467 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/peopen.Po@am__quote@
468 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/permissions.Po@am__quote@
469 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pop3_in.Po@am__quote@
470 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/queue.Po@am__quote@
471 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readsock.Po@am__quote@
472 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readtest.Po@am__quote@
473 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rewrite.Po@am__quote@
474 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/route.Po@am__quote@
475 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smtp_in.Po@am__quote@
476 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smtp_out.Po@am__quote@
477 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smtpsend.Po@am__quote@
478 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spool.Po@am__quote@
479 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tables.Po@am__quote@
480 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timeival.Po@am__quote@
482 .c.o:
483 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
484 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
485 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
486 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
487 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
489 .c.obj:
490 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
491 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
492 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
493 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
494 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
496 # This directory's subdirectories are mostly independent; you can cd
497 # into them and run `make' without going through this Makefile.
498 # To change the values of `make' variables: instead of editing Makefiles,
499 # (1) if the variable is set in `config.status', edit `config.status'
500 # (which will cause the Makefiles to be regenerated when you run `make');
501 # (2) otherwise, pass the desired values on the `make' command line.
502 $(RECURSIVE_TARGETS):
503 @fail= failcom='exit 1'; \
504 for f in x $$MAKEFLAGS; do \
505 case $$f in \
506 *=* | --[!k]*);; \
507 *k*) failcom='fail=yes';; \
508 esac; \
509 done; \
510 dot_seen=no; \
511 target=`echo $@ | sed s/-recursive//`; \
512 list='$(SUBDIRS)'; for subdir in $$list; do \
513 echo "Making $$target in $$subdir"; \
514 if test "$$subdir" = "."; then \
515 dot_seen=yes; \
516 local_target="$$target-am"; \
517 else \
518 local_target="$$target"; \
519 fi; \
520 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
521 || eval $$failcom; \
522 done; \
523 if test "$$dot_seen" = "no"; then \
524 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
525 fi; test -z "$$fail"
527 $(RECURSIVE_CLEAN_TARGETS):
528 @fail= failcom='exit 1'; \
529 for f in x $$MAKEFLAGS; do \
530 case $$f in \
531 *=* | --[!k]*);; \
532 *k*) failcom='fail=yes';; \
533 esac; \
534 done; \
535 dot_seen=no; \
536 case "$@" in \
537 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
538 *) list='$(SUBDIRS)' ;; \
539 esac; \
540 rev=''; for subdir in $$list; do \
541 if test "$$subdir" = "."; then :; else \
542 rev="$$subdir $$rev"; \
543 fi; \
544 done; \
545 rev="$$rev ."; \
546 target=`echo $@ | sed s/-recursive//`; \
547 for subdir in $$rev; do \
548 echo "Making $$target in $$subdir"; \
549 if test "$$subdir" = "."; then \
550 local_target="$$target-am"; \
551 else \
552 local_target="$$target"; \
553 fi; \
554 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
555 || eval $$failcom; \
556 done && test -z "$$fail"
557 tags-recursive:
558 list='$(SUBDIRS)'; for subdir in $$list; do \
559 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
560 done
561 ctags-recursive:
562 list='$(SUBDIRS)'; for subdir in $$list; do \
563 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
564 done
566 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
567 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
568 unique=`for i in $$list; do \
569 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
570 done | \
571 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
572 END { if (nonempty) { for (i in files) print i; }; }'`; \
573 mkid -fID $$unique
574 tags: TAGS
576 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
577 $(TAGS_FILES) $(LISP)
578 set x; \
579 here=`pwd`; \
580 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
581 include_option=--etags-include; \
582 empty_fix=.; \
583 else \
584 include_option=--include; \
585 empty_fix=; \
586 fi; \
587 list='$(SUBDIRS)'; for subdir in $$list; do \
588 if test "$$subdir" = .; then :; else \
589 test ! -f $$subdir/TAGS || \
590 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
591 fi; \
592 done; \
593 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
594 unique=`for i in $$list; do \
595 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
596 done | \
597 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
598 END { if (nonempty) { for (i in files) print i; }; }'`; \
599 shift; \
600 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
601 test -n "$$unique" || unique=$$empty_fix; \
602 if test $$# -gt 0; then \
603 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
604 "$$@" $$unique; \
605 else \
606 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
607 $$unique; \
608 fi; \
609 fi
610 ctags: CTAGS
611 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
612 $(TAGS_FILES) $(LISP)
613 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
614 unique=`for i in $$list; do \
615 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
616 done | \
617 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
618 END { if (nonempty) { for (i in files) print i; }; }'`; \
619 test -z "$(CTAGS_ARGS)$$unique" \
620 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
621 $$unique
623 GTAGS:
624 here=`$(am__cd) $(top_builddir) && pwd` \
625 && $(am__cd) $(top_srcdir) \
626 && gtags -i $(GTAGS_ARGS) "$$here"
628 distclean-tags:
629 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
631 distdir: $(DISTFILES)
632 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
633 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
634 list='$(DISTFILES)'; \
635 dist_files=`for file in $$list; do echo $$file; done | \
636 sed -e "s|^$$srcdirstrip/||;t" \
637 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
638 case $$dist_files in \
639 */*) $(MKDIR_P) `echo "$$dist_files" | \
640 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
641 sort -u` ;; \
642 esac; \
643 for file in $$dist_files; do \
644 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
645 if test -d $$d/$$file; then \
646 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
647 if test -d "$(distdir)/$$file"; then \
648 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
649 fi; \
650 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
651 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
652 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
653 fi; \
654 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
655 else \
656 test -f "$(distdir)/$$file" \
657 || cp -p $$d/$$file "$(distdir)/$$file" \
658 || exit 1; \
659 fi; \
660 done
661 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
662 if test "$$subdir" = .; then :; else \
663 test -d "$(distdir)/$$subdir" \
664 || $(MKDIR_P) "$(distdir)/$$subdir" \
665 || exit 1; \
666 fi; \
667 done
668 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
669 if test "$$subdir" = .; then :; else \
670 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
671 $(am__relativize); \
672 new_distdir=$$reldir; \
673 dir1=$$subdir; dir2="$(top_distdir)"; \
674 $(am__relativize); \
675 new_top_distdir=$$reldir; \
676 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
677 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
678 ($(am__cd) $$subdir && \
679 $(MAKE) $(AM_MAKEFLAGS) \
680 top_distdir="$$new_top_distdir" \
681 distdir="$$new_distdir" \
682 am__remove_distdir=: \
683 am__skip_length_check=: \
684 am__skip_mode_fix=: \
685 distdir) \
686 || exit 1; \
687 fi; \
688 done
689 check-am: all-am
690 check: check-recursive
691 all-am: Makefile $(PROGRAMS)
692 installdirs: installdirs-recursive
693 installdirs-am:
694 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)"; do \
695 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
696 done
697 install: install-recursive
698 install-exec: install-exec-recursive
699 install-data: install-data-recursive
700 uninstall: uninstall-recursive
702 install-am: all-am
703 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
705 installcheck: installcheck-recursive
706 install-strip:
707 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
708 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
709 `test -z '$(STRIP)' || \
710 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
711 mostlyclean-generic:
713 clean-generic:
715 distclean-generic:
716 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
717 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
719 maintainer-clean-generic:
720 @echo "This command is intended for maintainers to use"
721 @echo "it deletes files that may require special tools to rebuild."
722 clean: clean-recursive
724 clean-am: clean-binPROGRAMS clean-generic clean-noinstPROGRAMS \
725 clean-sbinPROGRAMS mostlyclean-am
727 distclean: distclean-recursive
728 -rm -rf ./$(DEPDIR)
729 -rm -f Makefile
730 distclean-am: clean-am distclean-compile distclean-generic \
731 distclean-tags
733 dvi: dvi-recursive
735 dvi-am:
737 html: html-recursive
739 html-am:
741 info: info-recursive
743 info-am:
745 install-data-am:
747 install-dvi: install-dvi-recursive
749 install-dvi-am:
751 install-exec-am: install-binPROGRAMS install-sbinPROGRAMS
753 install-html: install-html-recursive
755 install-html-am:
757 install-info: install-info-recursive
759 install-info-am:
761 install-man:
763 install-pdf: install-pdf-recursive
765 install-pdf-am:
767 install-ps: install-ps-recursive
769 install-ps-am:
771 installcheck-am:
773 maintainer-clean: maintainer-clean-recursive
774 -rm -rf ./$(DEPDIR)
775 -rm -f Makefile
776 maintainer-clean-am: distclean-am maintainer-clean-generic
778 mostlyclean: mostlyclean-recursive
780 mostlyclean-am: mostlyclean-compile mostlyclean-generic
782 pdf: pdf-recursive
784 pdf-am:
786 ps: ps-recursive
788 ps-am:
790 uninstall-am: uninstall-binPROGRAMS uninstall-sbinPROGRAMS
792 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
793 install-am install-strip tags-recursive
795 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
796 all all-am check check-am clean clean-binPROGRAMS \
797 clean-generic clean-noinstPROGRAMS clean-sbinPROGRAMS ctags \
798 ctags-recursive distclean distclean-compile distclean-generic \
799 distclean-tags distdir dvi dvi-am html html-am info info-am \
800 install install-am install-binPROGRAMS install-data \
801 install-data-am install-dvi install-dvi-am install-exec \
802 install-exec-am install-html install-html-am install-info \
803 install-info-am install-man install-pdf install-pdf-am \
804 install-ps install-ps-am install-sbinPROGRAMS install-strip \
805 installcheck installcheck-am installdirs installdirs-am \
806 maintainer-clean maintainer-clean-generic mostlyclean \
807 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
808 tags tags-recursive uninstall uninstall-am \
809 uninstall-binPROGRAMS uninstall-sbinPROGRAMS
812 # Tell versions [3.59,3.63) of GNU make to not export all variables.
813 # Otherwise a system limit (for SysV at least) may be exceeded.
814 .NOEXPORT: