masqmail

view src/Makefile.in @ 419:d209b4846f2b

The pid files goes to /var/run/masqmail.pid now. Added --with-piddir. Now we can change the pid dir to /run on system that did this transition.
author markus schnalke <meillo@marmaro.de>
date Tue, 29 May 2012 21:35:17 +0200
parents 13c9e0969054
children f37384470855
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_piddir = @with_piddir@
235 with_spooldir = @with_spooldir@
236 with_user = @with_user@
237 SUBDIRS = base64 md5
238 AM_CFLAGS = -Wno-pointer-sign @CFLAGS@ @GLIB_CFLAGS@ -D_GNU_SOURCE -DG_DISABLE_DEPRECATED
239 masqmail_SOURCES = \
240 dotlock.h\
241 masqmail.h\
242 readsock.h\
243 smtp_out.h\
244 lookup.h\
245 accept.c\
246 address.c\
247 alias.c\
248 child.c\
249 connect.c\
250 conf.c\
251 deliver.c\
252 dotlock.c\
253 expand.c\
254 fail_msg.c\
255 header.c\
256 interface.c\
257 local.c\
258 log.c\
259 listen.c\
260 lookup.c\
261 masqmail.c\
262 message.c\
263 online.c\
264 parse.c\
265 peopen.c\
266 peopen.h\
267 permissions.c\
268 readsock.c\
269 rewrite.c\
270 route.c\
271 queue.c\
272 smtp_in.c\
273 smtp_out.c\
274 spool.c\
275 tables.c\
276 timeival.c
278 smtpsend_SOURCES = \
279 smtpsend.c\
280 masqmail.h\
281 readsock.h\
282 smtp_out.h\
283 lookup.h\
284 accept.c\
285 address.c\
286 child.c\
287 connect.c\
288 header.c\
289 interface.c\
290 lookup.c\
291 message.c\
292 parse.c\
293 peopen.c\
294 readsock.c\
295 smtp_out.c
297 mservdetect_SOURCES = \
298 masqmail.h\
299 readsock.h\
300 mservdetect.c\
301 readsock.c\
302 peopen.c
304 readtest_SOURCES = \
305 readsock.c\
306 readsock.h\
307 readtest.c
309 resolvtest_SOURCES = \
310 resolvtest.c\
311 lookup.c
313 masqmail_LDADD = @RESOLV_LIBS@ @GLIB_LIBS@ @LOCKFILE_LIBS@ @MD5_LIBS@ @BASE64_LIBS@
314 smtpsend_LDADD = @RESOLV_LIBS@ @GLIB_LIBS@ @MD5_LIBS@ @BASE64_LIBS@
315 mservdetect_LDADD = @GLIB_LIBS@
316 readtest_LDADD = @GLIB_LIBS@
317 resolvtest_LDADD = @RESOLV_LIBS@ @GLIB_LIBS@
318 all: all-recursive
320 .SUFFIXES:
321 .SUFFIXES: .c .o .obj
322 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
323 @for dep in $?; do \
324 case '$(am__configure_deps)' in \
325 *$$dep*) \
326 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
327 && { if test -f $@; then exit 0; else break; fi; }; \
328 exit 1;; \
329 esac; \
330 done; \
331 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
332 $(am__cd) $(top_srcdir) && \
333 $(AUTOMAKE) --gnu src/Makefile
334 .PRECIOUS: Makefile
335 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
336 @case '$?' in \
337 *config.status*) \
338 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
339 *) \
340 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
341 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
342 esac;
344 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
345 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
347 $(top_srcdir)/configure: $(am__configure_deps)
348 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
349 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
350 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
351 $(am__aclocal_m4_deps):
352 install-binPROGRAMS: $(bin_PROGRAMS)
353 @$(NORMAL_INSTALL)
354 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
355 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
356 for p in $$list; do echo "$$p $$p"; done | \
357 sed 's/$(EXEEXT)$$//' | \
358 while read p p1; do if test -f $$p; \
359 then echo "$$p"; echo "$$p"; else :; fi; \
360 done | \
361 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
362 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
363 sed 'N;N;N;s,\n, ,g' | \
364 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
365 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
366 if ($$2 == $$4) files[d] = files[d] " " $$1; \
367 else { print "f", $$3 "/" $$4, $$1; } } \
368 END { for (d in files) print "f", d, files[d] }' | \
369 while read type dir files; do \
370 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
371 test -z "$$files" || { \
372 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
373 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
374 } \
375 ; done
377 uninstall-binPROGRAMS:
378 @$(NORMAL_UNINSTALL)
379 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
380 files=`for p in $$list; do echo "$$p"; done | \
381 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
382 -e 's/$$/$(EXEEXT)/' `; \
383 test -n "$$list" || exit 0; \
384 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
385 cd "$(DESTDIR)$(bindir)" && rm -f $$files
387 clean-binPROGRAMS:
388 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
390 clean-noinstPROGRAMS:
391 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
392 install-sbinPROGRAMS: $(sbin_PROGRAMS)
393 @$(NORMAL_INSTALL)
394 test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
395 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
396 for p in $$list; do echo "$$p $$p"; done | \
397 sed 's/$(EXEEXT)$$//' | \
398 while read p p1; do if test -f $$p; \
399 then echo "$$p"; echo "$$p"; else :; fi; \
400 done | \
401 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
402 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
403 sed 'N;N;N;s,\n, ,g' | \
404 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
405 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
406 if ($$2 == $$4) files[d] = files[d] " " $$1; \
407 else { print "f", $$3 "/" $$4, $$1; } } \
408 END { for (d in files) print "f", d, files[d] }' | \
409 while read type dir files; do \
410 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
411 test -z "$$files" || { \
412 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
413 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
414 } \
415 ; done
417 uninstall-sbinPROGRAMS:
418 @$(NORMAL_UNINSTALL)
419 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
420 files=`for p in $$list; do echo "$$p"; done | \
421 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
422 -e 's/$$/$(EXEEXT)/' `; \
423 test -n "$$list" || exit 0; \
424 echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
425 cd "$(DESTDIR)$(sbindir)" && rm -f $$files
427 clean-sbinPROGRAMS:
428 -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
429 masqmail$(EXEEXT): $(masqmail_OBJECTS) $(masqmail_DEPENDENCIES)
430 @rm -f masqmail$(EXEEXT)
431 $(LINK) $(masqmail_OBJECTS) $(masqmail_LDADD) $(LIBS)
432 mservdetect$(EXEEXT): $(mservdetect_OBJECTS) $(mservdetect_DEPENDENCIES)
433 @rm -f mservdetect$(EXEEXT)
434 $(LINK) $(mservdetect_OBJECTS) $(mservdetect_LDADD) $(LIBS)
435 readtest$(EXEEXT): $(readtest_OBJECTS) $(readtest_DEPENDENCIES)
436 @rm -f readtest$(EXEEXT)
437 $(LINK) $(readtest_OBJECTS) $(readtest_LDADD) $(LIBS)
438 resolvtest$(EXEEXT): $(resolvtest_OBJECTS) $(resolvtest_DEPENDENCIES)
439 @rm -f resolvtest$(EXEEXT)
440 $(LINK) $(resolvtest_OBJECTS) $(resolvtest_LDADD) $(LIBS)
441 smtpsend$(EXEEXT): $(smtpsend_OBJECTS) $(smtpsend_DEPENDENCIES)
442 @rm -f smtpsend$(EXEEXT)
443 $(LINK) $(smtpsend_OBJECTS) $(smtpsend_LDADD) $(LIBS)
445 mostlyclean-compile:
446 -rm -f *.$(OBJEXT)
448 distclean-compile:
449 -rm -f *.tab.c
451 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/accept.Po@am__quote@
452 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address.Po@am__quote@
453 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alias.Po@am__quote@
454 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/child.Po@am__quote@
455 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf.Po@am__quote@
456 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connect.Po@am__quote@
457 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/deliver.Po@am__quote@
458 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dotlock.Po@am__quote@
459 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/expand.Po@am__quote@
460 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fail_msg.Po@am__quote@
461 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/header.Po@am__quote@
462 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interface.Po@am__quote@
463 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listen.Po@am__quote@
464 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/local.Po@am__quote@
465 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Po@am__quote@
466 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lookup.Po@am__quote@
467 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/masqmail.Po@am__quote@
468 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/message.Po@am__quote@
469 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mservdetect.Po@am__quote@
470 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/online.Po@am__quote@
471 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Po@am__quote@
472 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/peopen.Po@am__quote@
473 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/permissions.Po@am__quote@
474 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/queue.Po@am__quote@
475 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readsock.Po@am__quote@
476 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readtest.Po@am__quote@
477 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resolvtest.Po@am__quote@
478 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rewrite.Po@am__quote@
479 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/route.Po@am__quote@
480 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smtp_in.Po@am__quote@
481 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smtp_out.Po@am__quote@
482 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smtpsend.Po@am__quote@
483 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spool.Po@am__quote@
484 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tables.Po@am__quote@
485 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timeival.Po@am__quote@
487 .c.o:
488 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
489 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
490 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
491 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
492 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
494 .c.obj:
495 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
496 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
497 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
498 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
499 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
501 # This directory's subdirectories are mostly independent; you can cd
502 # into them and run `make' without going through this Makefile.
503 # To change the values of `make' variables: instead of editing Makefiles,
504 # (1) if the variable is set in `config.status', edit `config.status'
505 # (which will cause the Makefiles to be regenerated when you run `make');
506 # (2) otherwise, pass the desired values on the `make' command line.
507 $(RECURSIVE_TARGETS):
508 @fail= failcom='exit 1'; \
509 for f in x $$MAKEFLAGS; do \
510 case $$f in \
511 *=* | --[!k]*);; \
512 *k*) failcom='fail=yes';; \
513 esac; \
514 done; \
515 dot_seen=no; \
516 target=`echo $@ | sed s/-recursive//`; \
517 list='$(SUBDIRS)'; for subdir in $$list; do \
518 echo "Making $$target in $$subdir"; \
519 if test "$$subdir" = "."; then \
520 dot_seen=yes; \
521 local_target="$$target-am"; \
522 else \
523 local_target="$$target"; \
524 fi; \
525 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
526 || eval $$failcom; \
527 done; \
528 if test "$$dot_seen" = "no"; then \
529 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
530 fi; test -z "$$fail"
532 $(RECURSIVE_CLEAN_TARGETS):
533 @fail= failcom='exit 1'; \
534 for f in x $$MAKEFLAGS; do \
535 case $$f in \
536 *=* | --[!k]*);; \
537 *k*) failcom='fail=yes';; \
538 esac; \
539 done; \
540 dot_seen=no; \
541 case "$@" in \
542 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
543 *) list='$(SUBDIRS)' ;; \
544 esac; \
545 rev=''; for subdir in $$list; do \
546 if test "$$subdir" = "."; then :; else \
547 rev="$$subdir $$rev"; \
548 fi; \
549 done; \
550 rev="$$rev ."; \
551 target=`echo $@ | sed s/-recursive//`; \
552 for subdir in $$rev; do \
553 echo "Making $$target in $$subdir"; \
554 if test "$$subdir" = "."; then \
555 local_target="$$target-am"; \
556 else \
557 local_target="$$target"; \
558 fi; \
559 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
560 || eval $$failcom; \
561 done && test -z "$$fail"
562 tags-recursive:
563 list='$(SUBDIRS)'; for subdir in $$list; do \
564 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
565 done
566 ctags-recursive:
567 list='$(SUBDIRS)'; for subdir in $$list; do \
568 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
569 done
571 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
572 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
573 unique=`for i in $$list; do \
574 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
575 done | \
576 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
577 END { if (nonempty) { for (i in files) print i; }; }'`; \
578 mkid -fID $$unique
579 tags: TAGS
581 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
582 $(TAGS_FILES) $(LISP)
583 set x; \
584 here=`pwd`; \
585 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
586 include_option=--etags-include; \
587 empty_fix=.; \
588 else \
589 include_option=--include; \
590 empty_fix=; \
591 fi; \
592 list='$(SUBDIRS)'; for subdir in $$list; do \
593 if test "$$subdir" = .; then :; else \
594 test ! -f $$subdir/TAGS || \
595 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
596 fi; \
597 done; \
598 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
599 unique=`for i in $$list; do \
600 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
601 done | \
602 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
603 END { if (nonempty) { for (i in files) print i; }; }'`; \
604 shift; \
605 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
606 test -n "$$unique" || unique=$$empty_fix; \
607 if test $$# -gt 0; then \
608 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
609 "$$@" $$unique; \
610 else \
611 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
612 $$unique; \
613 fi; \
614 fi
615 ctags: CTAGS
616 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
617 $(TAGS_FILES) $(LISP)
618 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
619 unique=`for i in $$list; do \
620 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
621 done | \
622 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
623 END { if (nonempty) { for (i in files) print i; }; }'`; \
624 test -z "$(CTAGS_ARGS)$$unique" \
625 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
626 $$unique
628 GTAGS:
629 here=`$(am__cd) $(top_builddir) && pwd` \
630 && $(am__cd) $(top_srcdir) \
631 && gtags -i $(GTAGS_ARGS) "$$here"
633 distclean-tags:
634 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
636 distdir: $(DISTFILES)
637 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
638 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
639 list='$(DISTFILES)'; \
640 dist_files=`for file in $$list; do echo $$file; done | \
641 sed -e "s|^$$srcdirstrip/||;t" \
642 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
643 case $$dist_files in \
644 */*) $(MKDIR_P) `echo "$$dist_files" | \
645 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
646 sort -u` ;; \
647 esac; \
648 for file in $$dist_files; do \
649 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
650 if test -d $$d/$$file; then \
651 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
652 if test -d "$(distdir)/$$file"; then \
653 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
654 fi; \
655 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
656 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
657 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
658 fi; \
659 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
660 else \
661 test -f "$(distdir)/$$file" \
662 || cp -p $$d/$$file "$(distdir)/$$file" \
663 || exit 1; \
664 fi; \
665 done
666 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
667 if test "$$subdir" = .; then :; else \
668 test -d "$(distdir)/$$subdir" \
669 || $(MKDIR_P) "$(distdir)/$$subdir" \
670 || exit 1; \
671 fi; \
672 done
673 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
674 if test "$$subdir" = .; then :; else \
675 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
676 $(am__relativize); \
677 new_distdir=$$reldir; \
678 dir1=$$subdir; dir2="$(top_distdir)"; \
679 $(am__relativize); \
680 new_top_distdir=$$reldir; \
681 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
682 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
683 ($(am__cd) $$subdir && \
684 $(MAKE) $(AM_MAKEFLAGS) \
685 top_distdir="$$new_top_distdir" \
686 distdir="$$new_distdir" \
687 am__remove_distdir=: \
688 am__skip_length_check=: \
689 am__skip_mode_fix=: \
690 distdir) \
691 || exit 1; \
692 fi; \
693 done
694 check-am: all-am
695 check: check-recursive
696 all-am: Makefile $(PROGRAMS)
697 installdirs: installdirs-recursive
698 installdirs-am:
699 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)"; do \
700 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
701 done
702 install: install-recursive
703 install-exec: install-exec-recursive
704 install-data: install-data-recursive
705 uninstall: uninstall-recursive
707 install-am: all-am
708 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
710 installcheck: installcheck-recursive
711 install-strip:
712 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
713 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
714 `test -z '$(STRIP)' || \
715 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
716 mostlyclean-generic:
718 clean-generic:
720 distclean-generic:
721 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
722 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
724 maintainer-clean-generic:
725 @echo "This command is intended for maintainers to use"
726 @echo "it deletes files that may require special tools to rebuild."
727 clean: clean-recursive
729 clean-am: clean-binPROGRAMS clean-generic clean-noinstPROGRAMS \
730 clean-sbinPROGRAMS mostlyclean-am
732 distclean: distclean-recursive
733 -rm -rf ./$(DEPDIR)
734 -rm -f Makefile
735 distclean-am: clean-am distclean-compile distclean-generic \
736 distclean-tags
738 dvi: dvi-recursive
740 dvi-am:
742 html: html-recursive
744 html-am:
746 info: info-recursive
748 info-am:
750 install-data-am:
752 install-dvi: install-dvi-recursive
754 install-dvi-am:
756 install-exec-am: install-binPROGRAMS install-sbinPROGRAMS
758 install-html: install-html-recursive
760 install-html-am:
762 install-info: install-info-recursive
764 install-info-am:
766 install-man:
768 install-pdf: install-pdf-recursive
770 install-pdf-am:
772 install-ps: install-ps-recursive
774 install-ps-am:
776 installcheck-am:
778 maintainer-clean: maintainer-clean-recursive
779 -rm -rf ./$(DEPDIR)
780 -rm -f Makefile
781 maintainer-clean-am: distclean-am maintainer-clean-generic
783 mostlyclean: mostlyclean-recursive
785 mostlyclean-am: mostlyclean-compile mostlyclean-generic
787 pdf: pdf-recursive
789 pdf-am:
791 ps: ps-recursive
793 ps-am:
795 uninstall-am: uninstall-binPROGRAMS uninstall-sbinPROGRAMS
797 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
798 install-am install-strip tags-recursive
800 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
801 all all-am check check-am clean clean-binPROGRAMS \
802 clean-generic clean-noinstPROGRAMS clean-sbinPROGRAMS ctags \
803 ctags-recursive distclean distclean-compile distclean-generic \
804 distclean-tags distdir dvi dvi-am html html-am info info-am \
805 install install-am install-binPROGRAMS install-data \
806 install-data-am install-dvi install-dvi-am install-exec \
807 install-exec-am install-html install-html-am install-info \
808 install-info-am install-man install-pdf install-pdf-am \
809 install-ps install-ps-am install-sbinPROGRAMS install-strip \
810 installcheck installcheck-am installdirs installdirs-am \
811 maintainer-clean maintainer-clean-generic mostlyclean \
812 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
813 tags tags-recursive uninstall uninstall-am \
814 uninstall-binPROGRAMS uninstall-sbinPROGRAMS
817 # Tell versions [3.59,3.63) of GNU make to not export all variables.
818 # Otherwise a system limit (for SysV at least) may be exceeded.
819 .NOEXPORT: