masqmail

view src/Makefile.in @ 386:13c9e0969054

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