masqmail

view src/Makefile.in @ 0:08114f7dcc23

this is masqmail-0.2.21 from oliver kurth
author meillo@marmaro.de
date Fri, 26 Sep 2008 17:05:23 +0200
parents
children af25f5c39d90
line source
1 # Makefile.in generated by automake 1.7.9 from Makefile.am.
2 # @configure_input@
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5 # Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
15 @SET_MAKE@
17 srcdir = @srcdir@
18 top_srcdir = @top_srcdir@
19 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkgincludedir = $(includedir)/@PACKAGE@
23 top_builddir = ..
25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26 INSTALL = @INSTALL@
27 install_sh_DATA = $(install_sh) -c -m 644
28 install_sh_PROGRAM = $(install_sh) -c
29 install_sh_SCRIPT = $(install_sh) -c
30 INSTALL_HEADER = $(INSTALL_DATA)
31 transform = $(program_transform_name)
32 NORMAL_INSTALL = :
33 PRE_INSTALL = :
34 POST_INSTALL = :
35 NORMAL_UNINSTALL = :
36 PRE_UNINSTALL = :
37 POST_UNINSTALL = :
38 ACLOCAL = @ACLOCAL@
39 AMDEP_FALSE = @AMDEP_FALSE@
40 AMDEP_TRUE = @AMDEP_TRUE@
41 AMTAR = @AMTAR@
42 AUTOCONF = @AUTOCONF@
43 AUTOHEADER = @AUTOHEADER@
44 AUTOMAKE = @AUTOMAKE@
45 AWK = @AWK@
46 BASE64_LIBS = @BASE64_LIBS@
47 CC = @CC@
48 CCDEPMODE = @CCDEPMODE@
49 CFLAGS = @CFLAGS@
50 CPP = @CPP@
51 CPPFLAGS = @CPPFLAGS@
52 CYGPATH_W = @CYGPATH_W@
53 DEFS = @DEFS@
54 DEPDIR = @DEPDIR@
55 ECHO_C = @ECHO_C@
56 ECHO_N = @ECHO_N@
57 ECHO_T = @ECHO_T@
58 EGREP = @EGREP@
59 EXEEXT = @EXEEXT@
60 GLIB_CFLAGS = @GLIB_CFLAGS@
61 GLIB_LIBS = @GLIB_LIBS@
62 IDENT_LIBS = @IDENT_LIBS@
63 INSTALL_DATA = @INSTALL_DATA@
64 INSTALL_PROGRAM = @INSTALL_PROGRAM@
65 INSTALL_SCRIPT = @INSTALL_SCRIPT@
66 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
67 LDFLAGS = @LDFLAGS@
68 LIBOBJS = @LIBOBJS@
69 LIBS = @LIBS@
70 LOCKFILE_LIBS = @LOCKFILE_LIBS@
71 LTLIBOBJS = @LTLIBOBJS@
72 MAKEINFO = @MAKEINFO@
73 MD5_LIBS = @MD5_LIBS@
74 OBJEXT = @OBJEXT@
75 PACKAGE = @PACKAGE@
76 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
77 PACKAGE_NAME = @PACKAGE_NAME@
78 PACKAGE_STRING = @PACKAGE_STRING@
79 PACKAGE_TARNAME = @PACKAGE_TARNAME@
80 PACKAGE_VERSION = @PACKAGE_VERSION@
81 PATH_SEPARATOR = @PATH_SEPARATOR@
82 PKG_CONFIG = @PKG_CONFIG@
83 RANLIB = @RANLIB@
84 RESOLV_LIBS = @RESOLV_LIBS@
85 SET_MAKE = @SET_MAKE@
86 SHELL = @SHELL@
87 STRIP = @STRIP@
88 USE_LIBLOCKFILE = @USE_LIBLOCKFILE@
89 VERSION = @VERSION@
90 ac_ct_CC = @ac_ct_CC@
91 ac_ct_RANLIB = @ac_ct_RANLIB@
92 ac_ct_STRIP = @ac_ct_STRIP@
93 ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
94 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
95 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
96 am__include = @am__include@
97 am__leading_dot = @am__leading_dot@
98 am__quote = @am__quote@
99 bindir = @bindir@
100 build_alias = @build_alias@
101 datadir = @datadir@
102 exec_prefix = @exec_prefix@
103 has_ident = @has_ident@
104 host_alias = @host_alias@
105 includedir = @includedir@
106 infodir = @infodir@
107 install_sh = @install_sh@
108 libdir = @libdir@
109 libexecdir = @libexecdir@
110 localstatedir = @localstatedir@
111 mandir = @mandir@
112 oldincludedir = @oldincludedir@
113 prefix = @prefix@
114 program_transform_name = @program_transform_name@
115 sbindir = @sbindir@
116 sharedstatedir = @sharedstatedir@
117 sysconfdir = @sysconfdir@
118 target_alias = @target_alias@
119 with_confdir = @with_confdir@
120 with_group = @with_group@
121 with_logdir = @with_logdir@
122 with_spooldir = @with_spooldir@
123 with_user = @with_user@
124 SUBDIRS = base64 md5 libident
126 AM_CFLAGS = @CFLAGS@ @GLIB_CFLAGS@ -D_GNU_SOURCE -DG_DISABLE_DEPRECATED
128 sbin_PROGRAMS = masqmail
129 bin_PROGRAMS = mservdetect
130 noinst_PROGRAMS = smtpsend readtest
132 masqmail_SOURCES = \
133 dotlock.h\
134 masqmail.h\
135 readsock.h\
136 smtp_out.h\
137 lookup.h\
138 mserver.h\
139 accept.c\
140 address.c\
141 alias.c\
142 child.c\
143 connect.c\
144 conf.c\
145 deliver.c\
146 dotlock.c\
147 expand.c\
148 fail_msg.c\
149 get.c\
150 header.c\
151 interface.c\
152 local.c\
153 log.c\
154 listen.c\
155 lookup.c\
156 masqmail.c\
157 message.c\
158 mserver.c\
159 online.c\
160 parse.c\
161 peopen.c\
162 peopen.h\
163 permissions.c\
164 pop3_in.c\
165 pop3_in.h\
166 readsock.c\
167 rewrite.c\
168 route.c\
169 queue.c\
170 smtp_in.c\
171 smtp_out.c\
172 spool.c\
173 tables.c\
174 timeival.c
177 smtpsend_SOURCES = \
178 smtpsend.c\
179 masqmail.h\
180 readsock.h\
181 smtp_out.h\
182 lookup.h\
183 accept.c\
184 address.c\
185 child.c\
186 connect.c\
187 header.c\
188 interface.c\
189 lookup.c\
190 message.c\
191 parse.c\
192 peopen.c\
193 readsock.c\
194 smtp_out.c
197 mservdetect_SOURCES = \
198 masqmail.h\
199 readsock.h\
200 mserver.h\
201 mservdetect.c\
202 interface.c\
203 mserver.c\
204 readsock.c\
205 peopen.c
208 readtest_SOURCES = \
209 readsock.c\
210 readsock.h\
211 readtest.c
214 masqmail_LDADD = @RESOLV_LIBS@ @GLIB_LIBS@ @LOCKFILE_LIBS@ @MD5_LIBS@ @BASE64_LIBS@ @IDENT_LIBS@
215 smtpsend_LDADD = @RESOLV_LIBS@ @GLIB_LIBS@ @MD5_LIBS@ @BASE64_LIBS@
216 mservdetect_LDADD = @GLIB_LIBS@
217 readtest_LDADD = @GLIB_LIBS@
218 subdir = src
219 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
220 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
221 CONFIG_HEADER = $(top_builddir)/config.h
222 CONFIG_CLEAN_FILES =
223 bin_PROGRAMS = mservdetect$(EXEEXT)
224 noinst_PROGRAMS = smtpsend$(EXEEXT) readtest$(EXEEXT)
225 sbin_PROGRAMS = masqmail$(EXEEXT)
226 PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) $(sbin_PROGRAMS)
228 am_masqmail_OBJECTS = accept.$(OBJEXT) address.$(OBJEXT) alias.$(OBJEXT) \
229 child.$(OBJEXT) connect.$(OBJEXT) conf.$(OBJEXT) \
230 deliver.$(OBJEXT) dotlock.$(OBJEXT) expand.$(OBJEXT) \
231 fail_msg.$(OBJEXT) get.$(OBJEXT) header.$(OBJEXT) \
232 interface.$(OBJEXT) local.$(OBJEXT) log.$(OBJEXT) \
233 listen.$(OBJEXT) lookup.$(OBJEXT) masqmail.$(OBJEXT) \
234 message.$(OBJEXT) mserver.$(OBJEXT) online.$(OBJEXT) \
235 parse.$(OBJEXT) peopen.$(OBJEXT) permissions.$(OBJEXT) \
236 pop3_in.$(OBJEXT) readsock.$(OBJEXT) rewrite.$(OBJEXT) \
237 route.$(OBJEXT) queue.$(OBJEXT) smtp_in.$(OBJEXT) \
238 smtp_out.$(OBJEXT) spool.$(OBJEXT) tables.$(OBJEXT) \
239 timeival.$(OBJEXT)
240 masqmail_OBJECTS = $(am_masqmail_OBJECTS)
241 masqmail_DEPENDENCIES =
242 masqmail_LDFLAGS =
243 am_mservdetect_OBJECTS = mservdetect.$(OBJEXT) interface.$(OBJEXT) \
244 mserver.$(OBJEXT) readsock.$(OBJEXT) peopen.$(OBJEXT)
245 mservdetect_OBJECTS = $(am_mservdetect_OBJECTS)
246 mservdetect_DEPENDENCIES =
247 mservdetect_LDFLAGS =
248 am_readtest_OBJECTS = readsock.$(OBJEXT) readtest.$(OBJEXT)
249 readtest_OBJECTS = $(am_readtest_OBJECTS)
250 readtest_DEPENDENCIES =
251 readtest_LDFLAGS =
252 am_smtpsend_OBJECTS = smtpsend.$(OBJEXT) accept.$(OBJEXT) \
253 address.$(OBJEXT) child.$(OBJEXT) connect.$(OBJEXT) \
254 header.$(OBJEXT) interface.$(OBJEXT) lookup.$(OBJEXT) \
255 message.$(OBJEXT) parse.$(OBJEXT) peopen.$(OBJEXT) \
256 readsock.$(OBJEXT) smtp_out.$(OBJEXT)
257 smtpsend_OBJECTS = $(am_smtpsend_OBJECTS)
258 smtpsend_DEPENDENCIES =
259 smtpsend_LDFLAGS =
261 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
262 depcomp = $(SHELL) $(top_srcdir)/depcomp
263 am__depfiles_maybe = depfiles
264 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/accept.Po ./$(DEPDIR)/address.Po \
265 @AMDEP_TRUE@ ./$(DEPDIR)/alias.Po ./$(DEPDIR)/child.Po \
266 @AMDEP_TRUE@ ./$(DEPDIR)/conf.Po ./$(DEPDIR)/connect.Po \
267 @AMDEP_TRUE@ ./$(DEPDIR)/deliver.Po ./$(DEPDIR)/dotlock.Po \
268 @AMDEP_TRUE@ ./$(DEPDIR)/expand.Po ./$(DEPDIR)/fail_msg.Po \
269 @AMDEP_TRUE@ ./$(DEPDIR)/get.Po ./$(DEPDIR)/header.Po \
270 @AMDEP_TRUE@ ./$(DEPDIR)/interface.Po ./$(DEPDIR)/listen.Po \
271 @AMDEP_TRUE@ ./$(DEPDIR)/local.Po ./$(DEPDIR)/log.Po \
272 @AMDEP_TRUE@ ./$(DEPDIR)/lookup.Po ./$(DEPDIR)/masqmail.Po \
273 @AMDEP_TRUE@ ./$(DEPDIR)/message.Po ./$(DEPDIR)/mservdetect.Po \
274 @AMDEP_TRUE@ ./$(DEPDIR)/mserver.Po ./$(DEPDIR)/online.Po \
275 @AMDEP_TRUE@ ./$(DEPDIR)/parse.Po ./$(DEPDIR)/peopen.Po \
276 @AMDEP_TRUE@ ./$(DEPDIR)/permissions.Po ./$(DEPDIR)/pop3_in.Po \
277 @AMDEP_TRUE@ ./$(DEPDIR)/queue.Po ./$(DEPDIR)/readsock.Po \
278 @AMDEP_TRUE@ ./$(DEPDIR)/readtest.Po ./$(DEPDIR)/rewrite.Po \
279 @AMDEP_TRUE@ ./$(DEPDIR)/route.Po ./$(DEPDIR)/smtp_in.Po \
280 @AMDEP_TRUE@ ./$(DEPDIR)/smtp_out.Po ./$(DEPDIR)/smtpsend.Po \
281 @AMDEP_TRUE@ ./$(DEPDIR)/spool.Po ./$(DEPDIR)/tables.Po \
282 @AMDEP_TRUE@ ./$(DEPDIR)/timeival.Po
283 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
284 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
285 CCLD = $(CC)
286 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
287 DIST_SOURCES = $(masqmail_SOURCES) $(mservdetect_SOURCES) \
288 $(readtest_SOURCES) $(smtpsend_SOURCES)
290 RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
291 ps-recursive install-info-recursive uninstall-info-recursive \
292 all-recursive install-data-recursive install-exec-recursive \
293 installdirs-recursive install-recursive uninstall-recursive \
294 check-recursive installcheck-recursive
295 DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
296 DIST_SUBDIRS = $(SUBDIRS)
297 SOURCES = $(masqmail_SOURCES) $(mservdetect_SOURCES) $(readtest_SOURCES) $(smtpsend_SOURCES)
299 all: all-recursive
301 .SUFFIXES:
302 .SUFFIXES: .c .o .obj
303 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
304 cd $(top_srcdir) && \
305 $(AUTOMAKE) --gnu src/Makefile
306 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
307 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
308 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
309 install-binPROGRAMS: $(bin_PROGRAMS)
310 @$(NORMAL_INSTALL)
311 $(mkinstalldirs) $(DESTDIR)$(bindir)
312 @list='$(bin_PROGRAMS)'; for p in $$list; do \
313 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
314 if test -f $$p \
315 ; then \
316 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
317 echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
318 $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f || exit 1; \
319 else :; fi; \
320 done
322 uninstall-binPROGRAMS:
323 @$(NORMAL_UNINSTALL)
324 @list='$(bin_PROGRAMS)'; for p in $$list; do \
325 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
326 echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
327 rm -f $(DESTDIR)$(bindir)/$$f; \
328 done
330 clean-binPROGRAMS:
331 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
333 clean-noinstPROGRAMS:
334 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
335 sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
336 install-sbinPROGRAMS: $(sbin_PROGRAMS)
337 @$(NORMAL_INSTALL)
338 $(mkinstalldirs) $(DESTDIR)$(sbindir)
339 @list='$(sbin_PROGRAMS)'; for p in $$list; do \
340 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
341 if test -f $$p \
342 ; then \
343 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
344 echo " $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) $$p $(DESTDIR)$(sbindir)/$$f"; \
345 $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) $$p $(DESTDIR)$(sbindir)/$$f || exit 1; \
346 else :; fi; \
347 done
349 uninstall-sbinPROGRAMS:
350 @$(NORMAL_UNINSTALL)
351 @list='$(sbin_PROGRAMS)'; for p in $$list; do \
352 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
353 echo " rm -f $(DESTDIR)$(sbindir)/$$f"; \
354 rm -f $(DESTDIR)$(sbindir)/$$f; \
355 done
357 clean-sbinPROGRAMS:
358 -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
359 masqmail$(EXEEXT): $(masqmail_OBJECTS) $(masqmail_DEPENDENCIES)
360 @rm -f masqmail$(EXEEXT)
361 $(LINK) $(masqmail_LDFLAGS) $(masqmail_OBJECTS) $(masqmail_LDADD) $(LIBS)
362 mservdetect$(EXEEXT): $(mservdetect_OBJECTS) $(mservdetect_DEPENDENCIES)
363 @rm -f mservdetect$(EXEEXT)
364 $(LINK) $(mservdetect_LDFLAGS) $(mservdetect_OBJECTS) $(mservdetect_LDADD) $(LIBS)
365 readtest$(EXEEXT): $(readtest_OBJECTS) $(readtest_DEPENDENCIES)
366 @rm -f readtest$(EXEEXT)
367 $(LINK) $(readtest_LDFLAGS) $(readtest_OBJECTS) $(readtest_LDADD) $(LIBS)
368 smtpsend$(EXEEXT): $(smtpsend_OBJECTS) $(smtpsend_DEPENDENCIES)
369 @rm -f smtpsend$(EXEEXT)
370 $(LINK) $(smtpsend_LDFLAGS) $(smtpsend_OBJECTS) $(smtpsend_LDADD) $(LIBS)
372 mostlyclean-compile:
373 -rm -f *.$(OBJEXT) core *.core
375 distclean-compile:
376 -rm -f *.tab.c
378 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/accept.Po@am__quote@
379 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address.Po@am__quote@
380 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alias.Po@am__quote@
381 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/child.Po@am__quote@
382 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf.Po@am__quote@
383 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connect.Po@am__quote@
384 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/deliver.Po@am__quote@
385 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dotlock.Po@am__quote@
386 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/expand.Po@am__quote@
387 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fail_msg.Po@am__quote@
388 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/get.Po@am__quote@
389 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/header.Po@am__quote@
390 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interface.Po@am__quote@
391 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listen.Po@am__quote@
392 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/local.Po@am__quote@
393 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Po@am__quote@
394 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lookup.Po@am__quote@
395 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/masqmail.Po@am__quote@
396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/message.Po@am__quote@
397 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mservdetect.Po@am__quote@
398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mserver.Po@am__quote@
399 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/online.Po@am__quote@
400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Po@am__quote@
401 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/peopen.Po@am__quote@
402 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/permissions.Po@am__quote@
403 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pop3_in.Po@am__quote@
404 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/queue.Po@am__quote@
405 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readsock.Po@am__quote@
406 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readtest.Po@am__quote@
407 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rewrite.Po@am__quote@
408 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/route.Po@am__quote@
409 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smtp_in.Po@am__quote@
410 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smtp_out.Po@am__quote@
411 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smtpsend.Po@am__quote@
412 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spool.Po@am__quote@
413 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tables.Po@am__quote@
414 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timeival.Po@am__quote@
416 .c.o:
417 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
418 @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
419 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
420 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
421 @am__fastdepCC_TRUE@ fi
422 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
423 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
424 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
425 @am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
427 .c.obj:
428 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
429 @am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
430 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
431 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
432 @am__fastdepCC_TRUE@ fi
433 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
434 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
435 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
436 @am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
437 uninstall-info-am:
439 # This directory's subdirectories are mostly independent; you can cd
440 # into them and run `make' without going through this Makefile.
441 # To change the values of `make' variables: instead of editing Makefiles,
442 # (1) if the variable is set in `config.status', edit `config.status'
443 # (which will cause the Makefiles to be regenerated when you run `make');
444 # (2) otherwise, pass the desired values on the `make' command line.
445 $(RECURSIVE_TARGETS):
446 @set fnord $$MAKEFLAGS; amf=$$2; \
447 dot_seen=no; \
448 target=`echo $@ | sed s/-recursive//`; \
449 list='$(SUBDIRS)'; for subdir in $$list; do \
450 echo "Making $$target in $$subdir"; \
451 if test "$$subdir" = "."; then \
452 dot_seen=yes; \
453 local_target="$$target-am"; \
454 else \
455 local_target="$$target"; \
456 fi; \
457 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
458 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
459 done; \
460 if test "$$dot_seen" = "no"; then \
461 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
462 fi; test -z "$$fail"
464 mostlyclean-recursive clean-recursive distclean-recursive \
465 maintainer-clean-recursive:
466 @set fnord $$MAKEFLAGS; amf=$$2; \
467 dot_seen=no; \
468 case "$@" in \
469 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
470 *) list='$(SUBDIRS)' ;; \
471 esac; \
472 rev=''; for subdir in $$list; do \
473 if test "$$subdir" = "."; then :; else \
474 rev="$$subdir $$rev"; \
475 fi; \
476 done; \
477 rev="$$rev ."; \
478 target=`echo $@ | sed s/-recursive//`; \
479 for subdir in $$rev; do \
480 echo "Making $$target in $$subdir"; \
481 if test "$$subdir" = "."; then \
482 local_target="$$target-am"; \
483 else \
484 local_target="$$target"; \
485 fi; \
486 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
487 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
488 done && test -z "$$fail"
489 tags-recursive:
490 list='$(SUBDIRS)'; for subdir in $$list; do \
491 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
492 done
493 ctags-recursive:
494 list='$(SUBDIRS)'; for subdir in $$list; do \
495 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
496 done
498 ETAGS = etags
499 ETAGSFLAGS =
501 CTAGS = ctags
502 CTAGSFLAGS =
504 tags: TAGS
506 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
507 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
508 unique=`for i in $$list; do \
509 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
510 done | \
511 $(AWK) ' { files[$$0] = 1; } \
512 END { for (i in files) print i; }'`; \
513 mkid -fID $$unique
515 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
516 $(TAGS_FILES) $(LISP)
517 tags=; \
518 here=`pwd`; \
519 if (etags --etags-include --version) >/dev/null 2>&1; then \
520 include_option=--etags-include; \
521 else \
522 include_option=--include; \
523 fi; \
524 list='$(SUBDIRS)'; for subdir in $$list; do \
525 if test "$$subdir" = .; then :; else \
526 test -f $$subdir/TAGS && \
527 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
528 fi; \
529 done; \
530 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
531 unique=`for i in $$list; do \
532 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
533 done | \
534 $(AWK) ' { files[$$0] = 1; } \
535 END { for (i in files) print i; }'`; \
536 test -z "$(ETAGS_ARGS)$$tags$$unique" \
537 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
538 $$tags $$unique
540 ctags: CTAGS
541 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
542 $(TAGS_FILES) $(LISP)
543 tags=; \
544 here=`pwd`; \
545 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
546 unique=`for i in $$list; do \
547 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
548 done | \
549 $(AWK) ' { files[$$0] = 1; } \
550 END { for (i in files) print i; }'`; \
551 test -z "$(CTAGS_ARGS)$$tags$$unique" \
552 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
553 $$tags $$unique
555 GTAGS:
556 here=`$(am__cd) $(top_builddir) && pwd` \
557 && cd $(top_srcdir) \
558 && gtags -i $(GTAGS_ARGS) $$here
560 distclean-tags:
561 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
562 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
564 top_distdir = ..
565 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
567 distdir: $(DISTFILES)
568 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
569 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
570 list='$(DISTFILES)'; for file in $$list; do \
571 case $$file in \
572 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
573 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
574 esac; \
575 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
576 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
577 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
578 dir="/$$dir"; \
579 $(mkinstalldirs) "$(distdir)$$dir"; \
580 else \
581 dir=''; \
582 fi; \
583 if test -d $$d/$$file; then \
584 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
585 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
586 fi; \
587 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
588 else \
589 test -f $(distdir)/$$file \
590 || cp -p $$d/$$file $(distdir)/$$file \
591 || exit 1; \
592 fi; \
593 done
594 list='$(SUBDIRS)'; for subdir in $$list; do \
595 if test "$$subdir" = .; then :; else \
596 test -d $(distdir)/$$subdir \
597 || mkdir $(distdir)/$$subdir \
598 || exit 1; \
599 (cd $$subdir && \
600 $(MAKE) $(AM_MAKEFLAGS) \
601 top_distdir="$(top_distdir)" \
602 distdir=../$(distdir)/$$subdir \
603 distdir) \
604 || exit 1; \
605 fi; \
606 done
607 check-am: all-am
608 check: check-recursive
609 all-am: Makefile $(PROGRAMS)
610 installdirs: installdirs-recursive
611 installdirs-am:
612 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(sbindir)
614 install: install-recursive
615 install-exec: install-exec-recursive
616 install-data: install-data-recursive
617 uninstall: uninstall-recursive
619 install-am: all-am
620 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
622 installcheck: installcheck-recursive
623 install-strip:
624 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
625 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
626 `test -z '$(STRIP)' || \
627 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
628 mostlyclean-generic:
630 clean-generic:
632 distclean-generic:
633 -rm -f $(CONFIG_CLEAN_FILES)
635 maintainer-clean-generic:
636 @echo "This command is intended for maintainers to use"
637 @echo "it deletes files that may require special tools to rebuild."
638 clean: clean-recursive
640 clean-am: clean-binPROGRAMS clean-generic clean-noinstPROGRAMS \
641 clean-sbinPROGRAMS mostlyclean-am
643 distclean: distclean-recursive
644 -rm -rf ./$(DEPDIR)
645 -rm -f Makefile
646 distclean-am: clean-am distclean-compile distclean-generic \
647 distclean-tags
649 dvi: dvi-recursive
651 dvi-am:
653 info: info-recursive
655 info-am:
657 install-data-am:
659 install-exec-am: install-binPROGRAMS install-sbinPROGRAMS
661 install-info: install-info-recursive
663 install-man:
665 installcheck-am:
667 maintainer-clean: maintainer-clean-recursive
668 -rm -rf ./$(DEPDIR)
669 -rm -f Makefile
670 maintainer-clean-am: distclean-am maintainer-clean-generic
672 mostlyclean: mostlyclean-recursive
674 mostlyclean-am: mostlyclean-compile mostlyclean-generic
676 pdf: pdf-recursive
678 pdf-am:
680 ps: ps-recursive
682 ps-am:
684 uninstall-am: uninstall-binPROGRAMS uninstall-info-am \
685 uninstall-sbinPROGRAMS
687 uninstall-info: uninstall-info-recursive
689 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
690 clean-binPROGRAMS clean-generic clean-noinstPROGRAMS \
691 clean-recursive clean-sbinPROGRAMS ctags ctags-recursive \
692 distclean distclean-compile distclean-generic \
693 distclean-recursive distclean-tags distdir dvi dvi-am \
694 dvi-recursive info info-am info-recursive install install-am \
695 install-binPROGRAMS install-data install-data-am \
696 install-data-recursive install-exec install-exec-am \
697 install-exec-recursive install-info install-info-am \
698 install-info-recursive install-man install-recursive \
699 install-sbinPROGRAMS install-strip installcheck installcheck-am \
700 installdirs installdirs-am installdirs-recursive \
701 maintainer-clean maintainer-clean-generic \
702 maintainer-clean-recursive mostlyclean mostlyclean-compile \
703 mostlyclean-generic mostlyclean-recursive pdf pdf-am \
704 pdf-recursive ps ps-am ps-recursive tags tags-recursive \
705 uninstall uninstall-am uninstall-binPROGRAMS uninstall-info-am \
706 uninstall-info-recursive uninstall-recursive \
707 uninstall-sbinPROGRAMS
709 # Tell versions [3.59,3.63) of GNU make to not export all variables.
710 # Otherwise a system limit (for SysV at least) may be exceeded.
711 .NOEXPORT: