masqmail

view src/Makefile.in @ 192:89f951be358f

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