masqmail-0.2

view src/Makefile.in @ 1:af25f5c39d90

added diff from debian (masqmail-0.2.21-4)
author meillo@marmaro.de
date Fri, 26 Sep 2008 20:56:23 +0200
parents 08114f7dcc23
children 9cb4031fa5e0
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 GREP = @GREP@
63 IDENT_LIBS = @IDENT_LIBS@
64 INSTALL_DATA = @INSTALL_DATA@
65 INSTALL_PROGRAM = @INSTALL_PROGRAM@
66 INSTALL_SCRIPT = @INSTALL_SCRIPT@
67 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
68 LDFLAGS = @LDFLAGS@
69 LIBOBJS = @LIBOBJS@
70 LIBS = @LIBS@
71 LOCKFILE_LIBS = @LOCKFILE_LIBS@
72 LTLIBOBJS = @LTLIBOBJS@
73 MAKEINFO = @MAKEINFO@
74 MD5_LIBS = @MD5_LIBS@
75 OBJEXT = @OBJEXT@
76 PACKAGE = @PACKAGE@
77 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
78 PACKAGE_NAME = @PACKAGE_NAME@
79 PACKAGE_STRING = @PACKAGE_STRING@
80 PACKAGE_TARNAME = @PACKAGE_TARNAME@
81 PACKAGE_VERSION = @PACKAGE_VERSION@
82 PATH_SEPARATOR = @PATH_SEPARATOR@
83 PKG_CONFIG = @PKG_CONFIG@
84 RANLIB = @RANLIB@
85 RESOLV_LIBS = @RESOLV_LIBS@
86 SET_MAKE = @SET_MAKE@
87 SHELL = @SHELL@
88 STRIP = @STRIP@
89 USE_LIBLOCKFILE = @USE_LIBLOCKFILE@
90 VERSION = @VERSION@
91 ac_ct_CC = @ac_ct_CC@
92 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
93 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
94 am__include = @am__include@
95 am__leading_dot = @am__leading_dot@
96 am__quote = @am__quote@
97 bindir = @bindir@
98 build_alias = @build_alias@
99 datadir = @datadir@
100 datarootdir = @datarootdir@
101 docdir = @docdir@
102 dvidir = @dvidir@
103 exec_prefix = @exec_prefix@
104 has_ident = @has_ident@
105 host_alias = @host_alias@
106 htmldir = @htmldir@
107 includedir = @includedir@
108 infodir = @infodir@
109 install_sh = @install_sh@
110 libdir = @libdir@
111 libexecdir = @libexecdir@
112 localedir = @localedir@
113 localstatedir = @localstatedir@
114 mandir = @mandir@
115 oldincludedir = @oldincludedir@
116 pdfdir = @pdfdir@
117 prefix = @prefix@
118 program_transform_name = @program_transform_name@
119 psdir = @psdir@
120 sbindir = @sbindir@
121 sharedstatedir = @sharedstatedir@
122 sysconfdir = @sysconfdir@
123 target_alias = @target_alias@
124 with_confdir = @with_confdir@
125 with_group = @with_group@
126 with_logdir = @with_logdir@
127 with_spooldir = @with_spooldir@
128 with_user = @with_user@
129 SUBDIRS = base64 md5 libident
131 AM_CFLAGS = @CFLAGS@ @GLIB_CFLAGS@ -D_GNU_SOURCE -DG_DISABLE_DEPRECATED
133 sbin_PROGRAMS = masqmail
134 bin_PROGRAMS = mservdetect
135 noinst_PROGRAMS = smtpsend readtest
137 masqmail_SOURCES = \
138 dotlock.h\
139 masqmail.h\
140 readsock.h\
141 smtp_out.h\
142 lookup.h\
143 mserver.h\
144 accept.c\
145 address.c\
146 alias.c\
147 child.c\
148 connect.c\
149 conf.c\
150 deliver.c\
151 dotlock.c\
152 expand.c\
153 fail_msg.c\
154 get.c\
155 header.c\
156 interface.c\
157 local.c\
158 log.c\
159 listen.c\
160 lookup.c\
161 masqmail.c\
162 message.c\
163 mserver.c\
164 online.c\
165 parse.c\
166 peopen.c\
167 peopen.h\
168 permissions.c\
169 pop3_in.c\
170 pop3_in.h\
171 readsock.c\
172 rewrite.c\
173 route.c\
174 queue.c\
175 smtp_in.c\
176 smtp_out.c\
177 spool.c\
178 tables.c\
179 timeival.c
182 smtpsend_SOURCES = \
183 smtpsend.c\
184 masqmail.h\
185 readsock.h\
186 smtp_out.h\
187 lookup.h\
188 accept.c\
189 address.c\
190 child.c\
191 connect.c\
192 header.c\
193 interface.c\
194 lookup.c\
195 message.c\
196 parse.c\
197 peopen.c\
198 readsock.c\
199 smtp_out.c
202 mservdetect_SOURCES = \
203 masqmail.h\
204 readsock.h\
205 mserver.h\
206 mservdetect.c\
207 interface.c\
208 mserver.c\
209 readsock.c\
210 peopen.c
213 readtest_SOURCES = \
214 readsock.c\
215 readsock.h\
216 readtest.c
219 masqmail_LDADD = @RESOLV_LIBS@ @GLIB_LIBS@ @LOCKFILE_LIBS@ @MD5_LIBS@ @BASE64_LIBS@ @IDENT_LIBS@
220 smtpsend_LDADD = @RESOLV_LIBS@ @GLIB_LIBS@ @MD5_LIBS@ @BASE64_LIBS@
221 mservdetect_LDADD = @GLIB_LIBS@
222 readtest_LDADD = @GLIB_LIBS@
223 subdir = src
224 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
225 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
226 CONFIG_HEADER = $(top_builddir)/config.h
227 CONFIG_CLEAN_FILES =
228 bin_PROGRAMS = mservdetect$(EXEEXT)
229 noinst_PROGRAMS = smtpsend$(EXEEXT) readtest$(EXEEXT)
230 sbin_PROGRAMS = masqmail$(EXEEXT)
231 PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) $(sbin_PROGRAMS)
233 am_masqmail_OBJECTS = accept.$(OBJEXT) address.$(OBJEXT) alias.$(OBJEXT) \
234 child.$(OBJEXT) connect.$(OBJEXT) conf.$(OBJEXT) \
235 deliver.$(OBJEXT) dotlock.$(OBJEXT) expand.$(OBJEXT) \
236 fail_msg.$(OBJEXT) get.$(OBJEXT) header.$(OBJEXT) \
237 interface.$(OBJEXT) local.$(OBJEXT) log.$(OBJEXT) \
238 listen.$(OBJEXT) lookup.$(OBJEXT) masqmail.$(OBJEXT) \
239 message.$(OBJEXT) mserver.$(OBJEXT) online.$(OBJEXT) \
240 parse.$(OBJEXT) peopen.$(OBJEXT) permissions.$(OBJEXT) \
241 pop3_in.$(OBJEXT) readsock.$(OBJEXT) rewrite.$(OBJEXT) \
242 route.$(OBJEXT) queue.$(OBJEXT) smtp_in.$(OBJEXT) \
243 smtp_out.$(OBJEXT) spool.$(OBJEXT) tables.$(OBJEXT) \
244 timeival.$(OBJEXT)
245 masqmail_OBJECTS = $(am_masqmail_OBJECTS)
246 masqmail_DEPENDENCIES =
247 masqmail_LDFLAGS =
248 am_mservdetect_OBJECTS = mservdetect.$(OBJEXT) interface.$(OBJEXT) \
249 mserver.$(OBJEXT) readsock.$(OBJEXT) peopen.$(OBJEXT)
250 mservdetect_OBJECTS = $(am_mservdetect_OBJECTS)
251 mservdetect_DEPENDENCIES =
252 mservdetect_LDFLAGS =
253 am_readtest_OBJECTS = readsock.$(OBJEXT) readtest.$(OBJEXT)
254 readtest_OBJECTS = $(am_readtest_OBJECTS)
255 readtest_DEPENDENCIES =
256 readtest_LDFLAGS =
257 am_smtpsend_OBJECTS = smtpsend.$(OBJEXT) accept.$(OBJEXT) \
258 address.$(OBJEXT) child.$(OBJEXT) connect.$(OBJEXT) \
259 header.$(OBJEXT) interface.$(OBJEXT) lookup.$(OBJEXT) \
260 message.$(OBJEXT) parse.$(OBJEXT) peopen.$(OBJEXT) \
261 readsock.$(OBJEXT) smtp_out.$(OBJEXT)
262 smtpsend_OBJECTS = $(am_smtpsend_OBJECTS)
263 smtpsend_DEPENDENCIES =
264 smtpsend_LDFLAGS =
266 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
267 depcomp = $(SHELL) $(top_srcdir)/depcomp
268 am__depfiles_maybe = depfiles
269 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/accept.Po ./$(DEPDIR)/address.Po \
270 @AMDEP_TRUE@ ./$(DEPDIR)/alias.Po ./$(DEPDIR)/child.Po \
271 @AMDEP_TRUE@ ./$(DEPDIR)/conf.Po ./$(DEPDIR)/connect.Po \
272 @AMDEP_TRUE@ ./$(DEPDIR)/deliver.Po ./$(DEPDIR)/dotlock.Po \
273 @AMDEP_TRUE@ ./$(DEPDIR)/expand.Po ./$(DEPDIR)/fail_msg.Po \
274 @AMDEP_TRUE@ ./$(DEPDIR)/get.Po ./$(DEPDIR)/header.Po \
275 @AMDEP_TRUE@ ./$(DEPDIR)/interface.Po ./$(DEPDIR)/listen.Po \
276 @AMDEP_TRUE@ ./$(DEPDIR)/local.Po ./$(DEPDIR)/log.Po \
277 @AMDEP_TRUE@ ./$(DEPDIR)/lookup.Po ./$(DEPDIR)/masqmail.Po \
278 @AMDEP_TRUE@ ./$(DEPDIR)/message.Po ./$(DEPDIR)/mservdetect.Po \
279 @AMDEP_TRUE@ ./$(DEPDIR)/mserver.Po ./$(DEPDIR)/online.Po \
280 @AMDEP_TRUE@ ./$(DEPDIR)/parse.Po ./$(DEPDIR)/peopen.Po \
281 @AMDEP_TRUE@ ./$(DEPDIR)/permissions.Po ./$(DEPDIR)/pop3_in.Po \
282 @AMDEP_TRUE@ ./$(DEPDIR)/queue.Po ./$(DEPDIR)/readsock.Po \
283 @AMDEP_TRUE@ ./$(DEPDIR)/readtest.Po ./$(DEPDIR)/rewrite.Po \
284 @AMDEP_TRUE@ ./$(DEPDIR)/route.Po ./$(DEPDIR)/smtp_in.Po \
285 @AMDEP_TRUE@ ./$(DEPDIR)/smtp_out.Po ./$(DEPDIR)/smtpsend.Po \
286 @AMDEP_TRUE@ ./$(DEPDIR)/spool.Po ./$(DEPDIR)/tables.Po \
287 @AMDEP_TRUE@ ./$(DEPDIR)/timeival.Po
288 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
289 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
290 CCLD = $(CC)
291 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
292 DIST_SOURCES = $(masqmail_SOURCES) $(mservdetect_SOURCES) \
293 $(readtest_SOURCES) $(smtpsend_SOURCES)
295 RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
296 ps-recursive install-info-recursive uninstall-info-recursive \
297 all-recursive install-data-recursive install-exec-recursive \
298 installdirs-recursive install-recursive uninstall-recursive \
299 check-recursive installcheck-recursive
300 DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
301 DIST_SUBDIRS = $(SUBDIRS)
302 SOURCES = $(masqmail_SOURCES) $(mservdetect_SOURCES) $(readtest_SOURCES) $(smtpsend_SOURCES)
304 all: all-recursive
306 .SUFFIXES:
307 .SUFFIXES: .c .o .obj
308 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
309 cd $(top_srcdir) && \
310 $(AUTOMAKE) --gnu src/Makefile
311 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
312 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
313 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
314 install-binPROGRAMS: $(bin_PROGRAMS)
315 @$(NORMAL_INSTALL)
316 $(mkinstalldirs) $(DESTDIR)$(bindir)
317 @list='$(bin_PROGRAMS)'; for p in $$list; do \
318 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
319 if test -f $$p \
320 ; then \
321 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
322 echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
323 $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f || exit 1; \
324 else :; fi; \
325 done
327 uninstall-binPROGRAMS:
328 @$(NORMAL_UNINSTALL)
329 @list='$(bin_PROGRAMS)'; for p in $$list; do \
330 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
331 echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
332 rm -f $(DESTDIR)$(bindir)/$$f; \
333 done
335 clean-binPROGRAMS:
336 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
338 clean-noinstPROGRAMS:
339 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
340 sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
341 install-sbinPROGRAMS: $(sbin_PROGRAMS)
342 @$(NORMAL_INSTALL)
343 $(mkinstalldirs) $(DESTDIR)$(sbindir)
344 @list='$(sbin_PROGRAMS)'; for p in $$list; do \
345 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
346 if test -f $$p \
347 ; then \
348 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
349 echo " $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) $$p $(DESTDIR)$(sbindir)/$$f"; \
350 $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) $$p $(DESTDIR)$(sbindir)/$$f || exit 1; \
351 else :; fi; \
352 done
354 uninstall-sbinPROGRAMS:
355 @$(NORMAL_UNINSTALL)
356 @list='$(sbin_PROGRAMS)'; for p in $$list; do \
357 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
358 echo " rm -f $(DESTDIR)$(sbindir)/$$f"; \
359 rm -f $(DESTDIR)$(sbindir)/$$f; \
360 done
362 clean-sbinPROGRAMS:
363 -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
364 masqmail$(EXEEXT): $(masqmail_OBJECTS) $(masqmail_DEPENDENCIES)
365 @rm -f masqmail$(EXEEXT)
366 $(LINK) $(masqmail_LDFLAGS) $(masqmail_OBJECTS) $(masqmail_LDADD) $(LIBS)
367 mservdetect$(EXEEXT): $(mservdetect_OBJECTS) $(mservdetect_DEPENDENCIES)
368 @rm -f mservdetect$(EXEEXT)
369 $(LINK) $(mservdetect_LDFLAGS) $(mservdetect_OBJECTS) $(mservdetect_LDADD) $(LIBS)
370 readtest$(EXEEXT): $(readtest_OBJECTS) $(readtest_DEPENDENCIES)
371 @rm -f readtest$(EXEEXT)
372 $(LINK) $(readtest_LDFLAGS) $(readtest_OBJECTS) $(readtest_LDADD) $(LIBS)
373 smtpsend$(EXEEXT): $(smtpsend_OBJECTS) $(smtpsend_DEPENDENCIES)
374 @rm -f smtpsend$(EXEEXT)
375 $(LINK) $(smtpsend_LDFLAGS) $(smtpsend_OBJECTS) $(smtpsend_LDADD) $(LIBS)
377 mostlyclean-compile:
378 -rm -f *.$(OBJEXT) core *.core
380 distclean-compile:
381 -rm -f *.tab.c
383 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/accept.Po@am__quote@
384 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address.Po@am__quote@
385 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alias.Po@am__quote@
386 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/child.Po@am__quote@
387 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf.Po@am__quote@
388 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connect.Po@am__quote@
389 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/deliver.Po@am__quote@
390 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dotlock.Po@am__quote@
391 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/expand.Po@am__quote@
392 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fail_msg.Po@am__quote@
393 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/get.Po@am__quote@
394 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/header.Po@am__quote@
395 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interface.Po@am__quote@
396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listen.Po@am__quote@
397 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/local.Po@am__quote@
398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Po@am__quote@
399 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lookup.Po@am__quote@
400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/masqmail.Po@am__quote@
401 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/message.Po@am__quote@
402 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mservdetect.Po@am__quote@
403 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mserver.Po@am__quote@
404 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/online.Po@am__quote@
405 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Po@am__quote@
406 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/peopen.Po@am__quote@
407 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/permissions.Po@am__quote@
408 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pop3_in.Po@am__quote@
409 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/queue.Po@am__quote@
410 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readsock.Po@am__quote@
411 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readtest.Po@am__quote@
412 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rewrite.Po@am__quote@
413 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/route.Po@am__quote@
414 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smtp_in.Po@am__quote@
415 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smtp_out.Po@am__quote@
416 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smtpsend.Po@am__quote@
417 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spool.Po@am__quote@
418 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tables.Po@am__quote@
419 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timeival.Po@am__quote@
421 .c.o:
422 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
423 @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
424 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
425 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
426 @am__fastdepCC_TRUE@ fi
427 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
428 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
429 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
430 @am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
432 .c.obj:
433 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
434 @am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
435 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
436 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
437 @am__fastdepCC_TRUE@ fi
438 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
439 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
440 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
441 @am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
442 uninstall-info-am:
444 # This directory's subdirectories are mostly independent; you can cd
445 # into them and run `make' without going through this Makefile.
446 # To change the values of `make' variables: instead of editing Makefiles,
447 # (1) if the variable is set in `config.status', edit `config.status'
448 # (which will cause the Makefiles to be regenerated when you run `make');
449 # (2) otherwise, pass the desired values on the `make' command line.
450 $(RECURSIVE_TARGETS):
451 @set fnord $$MAKEFLAGS; amf=$$2; \
452 dot_seen=no; \
453 target=`echo $@ | sed s/-recursive//`; \
454 list='$(SUBDIRS)'; for subdir in $$list; do \
455 echo "Making $$target in $$subdir"; \
456 if test "$$subdir" = "."; then \
457 dot_seen=yes; \
458 local_target="$$target-am"; \
459 else \
460 local_target="$$target"; \
461 fi; \
462 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
463 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
464 done; \
465 if test "$$dot_seen" = "no"; then \
466 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
467 fi; test -z "$$fail"
469 mostlyclean-recursive clean-recursive distclean-recursive \
470 maintainer-clean-recursive:
471 @set fnord $$MAKEFLAGS; amf=$$2; \
472 dot_seen=no; \
473 case "$@" in \
474 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
475 *) list='$(SUBDIRS)' ;; \
476 esac; \
477 rev=''; for subdir in $$list; do \
478 if test "$$subdir" = "."; then :; else \
479 rev="$$subdir $$rev"; \
480 fi; \
481 done; \
482 rev="$$rev ."; \
483 target=`echo $@ | sed s/-recursive//`; \
484 for subdir in $$rev; do \
485 echo "Making $$target in $$subdir"; \
486 if test "$$subdir" = "."; then \
487 local_target="$$target-am"; \
488 else \
489 local_target="$$target"; \
490 fi; \
491 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
492 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
493 done && test -z "$$fail"
494 tags-recursive:
495 list='$(SUBDIRS)'; for subdir in $$list; do \
496 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
497 done
498 ctags-recursive:
499 list='$(SUBDIRS)'; for subdir in $$list; do \
500 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
501 done
503 ETAGS = etags
504 ETAGSFLAGS =
506 CTAGS = ctags
507 CTAGSFLAGS =
509 tags: TAGS
511 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
512 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
513 unique=`for i in $$list; do \
514 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
515 done | \
516 $(AWK) ' { files[$$0] = 1; } \
517 END { for (i in files) print i; }'`; \
518 mkid -fID $$unique
520 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
521 $(TAGS_FILES) $(LISP)
522 tags=; \
523 here=`pwd`; \
524 if (etags --etags-include --version) >/dev/null 2>&1; then \
525 include_option=--etags-include; \
526 else \
527 include_option=--include; \
528 fi; \
529 list='$(SUBDIRS)'; for subdir in $$list; do \
530 if test "$$subdir" = .; then :; else \
531 test -f $$subdir/TAGS && \
532 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
533 fi; \
534 done; \
535 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
536 unique=`for i in $$list; do \
537 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
538 done | \
539 $(AWK) ' { files[$$0] = 1; } \
540 END { for (i in files) print i; }'`; \
541 test -z "$(ETAGS_ARGS)$$tags$$unique" \
542 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
543 $$tags $$unique
545 ctags: CTAGS
546 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
547 $(TAGS_FILES) $(LISP)
548 tags=; \
549 here=`pwd`; \
550 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
551 unique=`for i in $$list; do \
552 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
553 done | \
554 $(AWK) ' { files[$$0] = 1; } \
555 END { for (i in files) print i; }'`; \
556 test -z "$(CTAGS_ARGS)$$tags$$unique" \
557 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
558 $$tags $$unique
560 GTAGS:
561 here=`$(am__cd) $(top_builddir) && pwd` \
562 && cd $(top_srcdir) \
563 && gtags -i $(GTAGS_ARGS) $$here
565 distclean-tags:
566 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
567 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
569 top_distdir = ..
570 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
572 distdir: $(DISTFILES)
573 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
574 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
575 list='$(DISTFILES)'; for file in $$list; do \
576 case $$file in \
577 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
578 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
579 esac; \
580 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
581 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
582 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
583 dir="/$$dir"; \
584 $(mkinstalldirs) "$(distdir)$$dir"; \
585 else \
586 dir=''; \
587 fi; \
588 if test -d $$d/$$file; then \
589 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
590 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
591 fi; \
592 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
593 else \
594 test -f $(distdir)/$$file \
595 || cp -p $$d/$$file $(distdir)/$$file \
596 || exit 1; \
597 fi; \
598 done
599 list='$(SUBDIRS)'; for subdir in $$list; do \
600 if test "$$subdir" = .; then :; else \
601 test -d $(distdir)/$$subdir \
602 || mkdir $(distdir)/$$subdir \
603 || exit 1; \
604 (cd $$subdir && \
605 $(MAKE) $(AM_MAKEFLAGS) \
606 top_distdir="$(top_distdir)" \
607 distdir=../$(distdir)/$$subdir \
608 distdir) \
609 || exit 1; \
610 fi; \
611 done
612 check-am: all-am
613 check: check-recursive
614 all-am: Makefile $(PROGRAMS)
615 installdirs: installdirs-recursive
616 installdirs-am:
617 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(sbindir)
619 install: install-recursive
620 install-exec: install-exec-recursive
621 install-data: install-data-recursive
622 uninstall: uninstall-recursive
624 install-am: all-am
625 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
627 installcheck: installcheck-recursive
628 install-strip:
629 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
630 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
631 `test -z '$(STRIP)' || \
632 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
633 mostlyclean-generic:
635 clean-generic:
637 distclean-generic:
638 -rm -f $(CONFIG_CLEAN_FILES)
640 maintainer-clean-generic:
641 @echo "This command is intended for maintainers to use"
642 @echo "it deletes files that may require special tools to rebuild."
643 clean: clean-recursive
645 clean-am: clean-binPROGRAMS clean-generic clean-noinstPROGRAMS \
646 clean-sbinPROGRAMS mostlyclean-am
648 distclean: distclean-recursive
649 -rm -rf ./$(DEPDIR)
650 -rm -f Makefile
651 distclean-am: clean-am distclean-compile distclean-generic \
652 distclean-tags
654 dvi: dvi-recursive
656 dvi-am:
658 info: info-recursive
660 info-am:
662 install-data-am:
664 install-exec-am: install-binPROGRAMS install-sbinPROGRAMS
666 install-info: install-info-recursive
668 install-man:
670 installcheck-am:
672 maintainer-clean: maintainer-clean-recursive
673 -rm -rf ./$(DEPDIR)
674 -rm -f Makefile
675 maintainer-clean-am: distclean-am maintainer-clean-generic
677 mostlyclean: mostlyclean-recursive
679 mostlyclean-am: mostlyclean-compile mostlyclean-generic
681 pdf: pdf-recursive
683 pdf-am:
685 ps: ps-recursive
687 ps-am:
689 uninstall-am: uninstall-binPROGRAMS uninstall-info-am \
690 uninstall-sbinPROGRAMS
692 uninstall-info: uninstall-info-recursive
694 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
695 clean-binPROGRAMS clean-generic clean-noinstPROGRAMS \
696 clean-recursive clean-sbinPROGRAMS ctags ctags-recursive \
697 distclean distclean-compile distclean-generic \
698 distclean-recursive distclean-tags distdir dvi dvi-am \
699 dvi-recursive info info-am info-recursive install install-am \
700 install-binPROGRAMS install-data install-data-am \
701 install-data-recursive install-exec install-exec-am \
702 install-exec-recursive install-info install-info-am \
703 install-info-recursive install-man install-recursive \
704 install-sbinPROGRAMS install-strip installcheck installcheck-am \
705 installdirs installdirs-am installdirs-recursive \
706 maintainer-clean maintainer-clean-generic \
707 maintainer-clean-recursive mostlyclean mostlyclean-compile \
708 mostlyclean-generic mostlyclean-recursive pdf pdf-am \
709 pdf-recursive ps ps-am ps-recursive tags tags-recursive \
710 uninstall uninstall-am uninstall-binPROGRAMS uninstall-info-am \
711 uninstall-info-recursive uninstall-recursive \
712 uninstall-sbinPROGRAMS
714 # Tell versions [3.59,3.63) of GNU make to not export all variables.
715 # Otherwise a system limit (for SysV at least) may be exceeded.
716 .NOEXPORT: