masqmail

view src/Makefile.in @ 434:f2a7271746d1

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