annotate src/Makefile.in @ 323:29de6a1c4538

Fixed an important bug with folded headers! g_strconcat() returns a *copy* of the string, but hdr->value still pointed to the old header (which probably was a memory leak, too). If the folded part had been quite small it was likely that the new string was at the same position as the old one, thus making everything go well. But if pretty long headers were folded several times it was likely that the new string was allocated somewhere else in memory, thus breaking things. In result mails to lots of recipients (folded header) were frequently only sent to the ones in the first line. Sorry for the inconvenience.
author meillo@marmaro.de
date Fri, 03 Jun 2011 09:47:27 +0200
parents 116b0269c934
children 5781ba87df95
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2 # @configure_input@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
6 # Inc.
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
7 # This Makefile.in is free software; the Free Software Foundation
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
8 # gives unlimited permission to copy and/or distribute it,
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
9 # with or without modifications, as long as this notice is preserved.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
10
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
11 # This program is distributed in the hope that it will be useful,
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
14 # PARTICULAR PURPOSE.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
15
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
16 @SET_MAKE@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
17
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
18 VPATH = @srcdir@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
19 pkgdatadir = $(datadir)/@PACKAGE@
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
20 pkgincludedir = $(includedir)/@PACKAGE@
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
21 pkglibdir = $(libdir)/@PACKAGE@
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
24 install_sh_DATA = $(install_sh) -c -m 644
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
25 install_sh_PROGRAM = $(install_sh) -c
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
26 install_sh_SCRIPT = $(install_sh) -c
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
27 INSTALL_HEADER = $(INSTALL_DATA)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
28 transform = $(program_transform_name)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
29 NORMAL_INSTALL = :
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
30 PRE_INSTALL = :
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
31 POST_INSTALL = :
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
32 NORMAL_UNINSTALL = :
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
33 PRE_UNINSTALL = :
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
34 POST_UNINSTALL = :
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
35 sbin_PROGRAMS = masqmail$(EXEEXT)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
36 bin_PROGRAMS = mservdetect$(EXEEXT)
200
116b0269c934 reworked resolvtest; let it build; refactored in lookup.c
meillo@marmaro.de
parents: 192
diff changeset
37 noinst_PROGRAMS = smtpsend$(EXEEXT) readtest$(EXEEXT) \
116b0269c934 reworked resolvtest; let it build; refactored in lookup.c
meillo@marmaro.de
parents: 192
diff changeset
38 resolvtest$(EXEEXT)
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
39 subdir = src
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
40 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
42 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
43 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
44 $(ACLOCAL_M4)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
45 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
46 CONFIG_HEADER = $(top_builddir)/config.h
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
47 CONFIG_CLEAN_FILES =
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
48 CONFIG_CLEAN_VPATH_FILES =
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
49 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
50 PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) $(sbin_PROGRAMS)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
51 am_masqmail_OBJECTS = accept.$(OBJEXT) address.$(OBJEXT) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
52 alias.$(OBJEXT) child.$(OBJEXT) connect.$(OBJEXT) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
53 conf.$(OBJEXT) deliver.$(OBJEXT) dotlock.$(OBJEXT) \
192
89f951be358f REMOVED POP3 SUPPORT
meillo@marmaro.de
parents: 187
diff changeset
54 expand.$(OBJEXT) fail_msg.$(OBJEXT) header.$(OBJEXT) \
89f951be358f REMOVED POP3 SUPPORT
meillo@marmaro.de
parents: 187
diff changeset
55 interface.$(OBJEXT) local.$(OBJEXT) log.$(OBJEXT) \
89f951be358f REMOVED POP3 SUPPORT
meillo@marmaro.de
parents: 187
diff changeset
56 listen.$(OBJEXT) lookup.$(OBJEXT) masqmail.$(OBJEXT) \
89f951be358f REMOVED POP3 SUPPORT
meillo@marmaro.de
parents: 187
diff changeset
57 message.$(OBJEXT) online.$(OBJEXT) parse.$(OBJEXT) \
89f951be358f REMOVED POP3 SUPPORT
meillo@marmaro.de
parents: 187
diff changeset
58 peopen.$(OBJEXT) permissions.$(OBJEXT) readsock.$(OBJEXT) \
89f951be358f REMOVED POP3 SUPPORT
meillo@marmaro.de
parents: 187
diff changeset
59 rewrite.$(OBJEXT) route.$(OBJEXT) queue.$(OBJEXT) \
89f951be358f REMOVED POP3 SUPPORT
meillo@marmaro.de
parents: 187
diff changeset
60 smtp_in.$(OBJEXT) smtp_out.$(OBJEXT) spool.$(OBJEXT) \
89f951be358f REMOVED POP3 SUPPORT
meillo@marmaro.de
parents: 187
diff changeset
61 tables.$(OBJEXT) timeival.$(OBJEXT)
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
62 masqmail_OBJECTS = $(am_masqmail_OBJECTS)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
63 masqmail_DEPENDENCIES =
187
bd7c52a36b0c improved mservdetect in various ways
meillo@marmaro.de
parents: 164
diff changeset
64 am_mservdetect_OBJECTS = mservdetect.$(OBJEXT) readsock.$(OBJEXT) \
bd7c52a36b0c improved mservdetect in various ways
meillo@marmaro.de
parents: 164
diff changeset
65 peopen.$(OBJEXT)
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
66 mservdetect_OBJECTS = $(am_mservdetect_OBJECTS)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
67 mservdetect_DEPENDENCIES =
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
68 am_readtest_OBJECTS = readsock.$(OBJEXT) readtest.$(OBJEXT)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
69 readtest_OBJECTS = $(am_readtest_OBJECTS)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
70 readtest_DEPENDENCIES =
200
116b0269c934 reworked resolvtest; let it build; refactored in lookup.c
meillo@marmaro.de
parents: 192
diff changeset
71 am_resolvtest_OBJECTS = resolvtest.$(OBJEXT) lookup.$(OBJEXT)
116b0269c934 reworked resolvtest; let it build; refactored in lookup.c
meillo@marmaro.de
parents: 192
diff changeset
72 resolvtest_OBJECTS = $(am_resolvtest_OBJECTS)
116b0269c934 reworked resolvtest; let it build; refactored in lookup.c
meillo@marmaro.de
parents: 192
diff changeset
73 resolvtest_DEPENDENCIES =
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
74 am_smtpsend_OBJECTS = smtpsend.$(OBJEXT) accept.$(OBJEXT) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
75 address.$(OBJEXT) child.$(OBJEXT) connect.$(OBJEXT) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
76 header.$(OBJEXT) interface.$(OBJEXT) lookup.$(OBJEXT) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
77 message.$(OBJEXT) parse.$(OBJEXT) peopen.$(OBJEXT) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
78 readsock.$(OBJEXT) smtp_out.$(OBJEXT)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
79 smtpsend_OBJECTS = $(am_smtpsend_OBJECTS)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
80 smtpsend_DEPENDENCIES =
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
81 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
82 depcomp = $(SHELL) $(top_srcdir)/depcomp
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
83 am__depfiles_maybe = depfiles
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
84 am__mv = mv -f
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
85 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
86 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
87 CCLD = $(CC)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
88 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
89 SOURCES = $(masqmail_SOURCES) $(mservdetect_SOURCES) \
200
116b0269c934 reworked resolvtest; let it build; refactored in lookup.c
meillo@marmaro.de
parents: 192
diff changeset
90 $(readtest_SOURCES) $(resolvtest_SOURCES) $(smtpsend_SOURCES)
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
91 DIST_SOURCES = $(masqmail_SOURCES) $(mservdetect_SOURCES) \
200
116b0269c934 reworked resolvtest; let it build; refactored in lookup.c
meillo@marmaro.de
parents: 192
diff changeset
92 $(readtest_SOURCES) $(resolvtest_SOURCES) $(smtpsend_SOURCES)
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
93 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
94 html-recursive info-recursive install-data-recursive \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
95 install-dvi-recursive install-exec-recursive \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
96 install-html-recursive install-info-recursive \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
97 install-pdf-recursive install-ps-recursive install-recursive \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
98 installcheck-recursive installdirs-recursive pdf-recursive \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
99 ps-recursive uninstall-recursive
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
100 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
101 distclean-recursive maintainer-clean-recursive
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
102 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
103 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
104 distdir
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
105 ETAGS = etags
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
106 CTAGS = ctags
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
107 DIST_SUBDIRS = $(SUBDIRS)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
108 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
109 am__relativize = \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
110 dir0=`pwd`; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
111 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
112 sed_rest='s,^[^/]*/*,,'; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
113 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
114 sed_butlast='s,/*[^/]*$$,,'; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
115 while test -n "$$dir1"; do \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
116 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
117 if test "$$first" != "."; then \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
118 if test "$$first" = ".."; then \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
119 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
120 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
121 else \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
122 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
123 if test "$$first2" = "$$first"; then \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
124 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
125 else \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
126 dir2="../$$dir2"; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
127 fi; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
128 dir0="$$dir0"/"$$first"; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
129 fi; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
130 fi; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
131 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
132 done; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
133 reldir="$$dir2"
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
134 ACLOCAL = @ACLOCAL@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
135 AMTAR = @AMTAR@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
136 AUTOCONF = @AUTOCONF@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
137 AUTOHEADER = @AUTOHEADER@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
138 AUTOMAKE = @AUTOMAKE@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
139 AWK = @AWK@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
140 BASE64_LIBS = @BASE64_LIBS@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
141 CC = @CC@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
142 CCDEPMODE = @CCDEPMODE@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
143 CFLAGS = @CFLAGS@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
144 CPP = @CPP@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
145 CPPFLAGS = @CPPFLAGS@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
146 CYGPATH_W = @CYGPATH_W@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
147 DEFS = @DEFS@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
148 DEPDIR = @DEPDIR@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
149 ECHO_C = @ECHO_C@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
150 ECHO_N = @ECHO_N@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
151 ECHO_T = @ECHO_T@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
152 EGREP = @EGREP@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
153 EXEEXT = @EXEEXT@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
154 GLIB_CFLAGS = @GLIB_CFLAGS@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
155 GLIB_LIBS = @GLIB_LIBS@
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
156 GREP = @GREP@
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
157 IDENT_LIBS = @IDENT_LIBS@
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
158 INSTALL = @INSTALL@
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
159 INSTALL_DATA = @INSTALL_DATA@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
160 INSTALL_PROGRAM = @INSTALL_PROGRAM@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
161 INSTALL_SCRIPT = @INSTALL_SCRIPT@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
162 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
163 LDFLAGS = @LDFLAGS@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
164 LIBOBJS = @LIBOBJS@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
165 LIBS = @LIBS@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
166 LOCKFILE_LIBS = @LOCKFILE_LIBS@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
167 LTLIBOBJS = @LTLIBOBJS@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
168 MAKEINFO = @MAKEINFO@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
169 MD5_LIBS = @MD5_LIBS@
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
170 MKDIR_P = @MKDIR_P@
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
171 OBJEXT = @OBJEXT@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
172 PACKAGE = @PACKAGE@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
173 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
174 PACKAGE_NAME = @PACKAGE_NAME@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
175 PACKAGE_STRING = @PACKAGE_STRING@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
176 PACKAGE_TARNAME = @PACKAGE_TARNAME@
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
177 PACKAGE_URL = @PACKAGE_URL@
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
178 PACKAGE_VERSION = @PACKAGE_VERSION@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
179 PATH_SEPARATOR = @PATH_SEPARATOR@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
180 PKG_CONFIG = @PKG_CONFIG@
54
907fee7c081a changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents: 36
diff changeset
181 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
907fee7c081a changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents: 36
diff changeset
182 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
183 RANLIB = @RANLIB@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
184 RESOLV_LIBS = @RESOLV_LIBS@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
185 SET_MAKE = @SET_MAKE@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
186 SHELL = @SHELL@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
187 STRIP = @STRIP@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
188 USE_LIBLOCKFILE = @USE_LIBLOCKFILE@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
189 VERSION = @VERSION@
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
190 abs_builddir = @abs_builddir@
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
191 abs_srcdir = @abs_srcdir@
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
192 abs_top_builddir = @abs_top_builddir@
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
193 abs_top_srcdir = @abs_top_srcdir@
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
194 ac_ct_CC = @ac_ct_CC@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
195 am__include = @am__include@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
196 am__leading_dot = @am__leading_dot@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
197 am__quote = @am__quote@
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
198 am__tar = @am__tar@
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
199 am__untar = @am__untar@
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
200 bindir = @bindir@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
201 build_alias = @build_alias@
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
202 builddir = @builddir@
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
203 datadir = @datadir@
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
204 datarootdir = @datarootdir@
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
205 docdir = @docdir@
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
206 dvidir = @dvidir@
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
207 exec_prefix = @exec_prefix@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
208 has_ident = @has_ident@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
209 host_alias = @host_alias@
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
210 htmldir = @htmldir@
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
211 includedir = @includedir@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
212 infodir = @infodir@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
213 install_sh = @install_sh@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
214 libdir = @libdir@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
215 libexecdir = @libexecdir@
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
216 localedir = @localedir@
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
217 localstatedir = @localstatedir@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
218 mandir = @mandir@
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
219 mkdir_p = @mkdir_p@
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
220 oldincludedir = @oldincludedir@
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
221 pdfdir = @pdfdir@
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
222 prefix = @prefix@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
223 program_transform_name = @program_transform_name@
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
224 psdir = @psdir@
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
225 sbindir = @sbindir@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
226 sharedstatedir = @sharedstatedir@
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
227 srcdir = @srcdir@
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
228 sysconfdir = @sysconfdir@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
229 target_alias = @target_alias@
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
230 top_build_prefix = @top_build_prefix@
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
231 top_builddir = @top_builddir@
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
232 top_srcdir = @top_srcdir@
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
233 with_confdir = @with_confdir@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
234 with_group = @with_group@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
235 with_logdir = @with_logdir@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
236 with_spooldir = @with_spooldir@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
237 with_user = @with_user@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
238 SUBDIRS = base64 md5 libident
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
239 AM_CFLAGS = @CFLAGS@ @GLIB_CFLAGS@ -D_GNU_SOURCE -DG_DISABLE_DEPRECATED
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
240 masqmail_SOURCES = \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
241 dotlock.h\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
242 masqmail.h\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
243 readsock.h\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
244 smtp_out.h\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
245 lookup.h\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
246 accept.c\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
247 address.c\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
248 alias.c\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
249 child.c\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
250 connect.c\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
251 conf.c\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
252 deliver.c\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
253 dotlock.c\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
254 expand.c\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
255 fail_msg.c\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
256 header.c\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
257 interface.c\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
258 local.c\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
259 log.c\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
260 listen.c\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
261 lookup.c\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
262 masqmail.c\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
263 message.c\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
264 online.c\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
265 parse.c\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
266 peopen.c\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
267 peopen.h\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
268 permissions.c\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
269 readsock.c\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
270 rewrite.c\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
271 route.c\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
272 queue.c\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
273 smtp_in.c\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
274 smtp_out.c\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
275 spool.c\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
276 tables.c\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
277 timeival.c
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
278
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
279 smtpsend_SOURCES = \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
280 smtpsend.c\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
281 masqmail.h\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
282 readsock.h\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
283 smtp_out.h\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
284 lookup.h\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
285 accept.c\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
286 address.c\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
287 child.c\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
288 connect.c\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
289 header.c\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
290 interface.c\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
291 lookup.c\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
292 message.c\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
293 parse.c\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
294 peopen.c\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
295 readsock.c\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
296 smtp_out.c
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
297
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
298 mservdetect_SOURCES = \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
299 masqmail.h\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
300 readsock.h\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
301 mservdetect.c\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
302 readsock.c\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
303 peopen.c
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
304
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
305 readtest_SOURCES = \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
306 readsock.c\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
307 readsock.h\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
308 readtest.c
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
309
200
116b0269c934 reworked resolvtest; let it build; refactored in lookup.c
meillo@marmaro.de
parents: 192
diff changeset
310 resolvtest_SOURCES = \
116b0269c934 reworked resolvtest; let it build; refactored in lookup.c
meillo@marmaro.de
parents: 192
diff changeset
311 resolvtest.c\
116b0269c934 reworked resolvtest; let it build; refactored in lookup.c
meillo@marmaro.de
parents: 192
diff changeset
312 lookup.c
116b0269c934 reworked resolvtest; let it build; refactored in lookup.c
meillo@marmaro.de
parents: 192
diff changeset
313
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
314 masqmail_LDADD = @RESOLV_LIBS@ @GLIB_LIBS@ @LOCKFILE_LIBS@ @MD5_LIBS@ @BASE64_LIBS@ @IDENT_LIBS@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
315 smtpsend_LDADD = @RESOLV_LIBS@ @GLIB_LIBS@ @MD5_LIBS@ @BASE64_LIBS@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
316 mservdetect_LDADD = @GLIB_LIBS@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
317 readtest_LDADD = @GLIB_LIBS@
200
116b0269c934 reworked resolvtest; let it build; refactored in lookup.c
meillo@marmaro.de
parents: 192
diff changeset
318 resolvtest_LDADD = @RESOLV_LIBS@ @GLIB_LIBS@ @IDENT_LIBS@
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
319 all: all-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
320
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
321 .SUFFIXES:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
322 .SUFFIXES: .c .o .obj
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
323 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
324 @for dep in $?; do \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
325 case '$(am__configure_deps)' in \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
326 *$$dep*) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
327 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
328 && { if test -f $@; then exit 0; else break; fi; }; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
329 exit 1;; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
330 esac; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
331 done; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
332 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
333 $(am__cd) $(top_srcdir) && \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
334 $(AUTOMAKE) --gnu src/Makefile
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
335 .PRECIOUS: Makefile
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
336 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
337 @case '$?' in \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
338 *config.status*) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
339 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
340 *) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
341 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
342 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
343 esac;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
344
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
345 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
346 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
347
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
348 $(top_srcdir)/configure: $(am__configure_deps)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
349 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
350 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
351 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
352 $(am__aclocal_m4_deps):
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
353 install-binPROGRAMS: $(bin_PROGRAMS)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
354 @$(NORMAL_INSTALL)
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
355 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
356 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
357 for p in $$list; do echo "$$p $$p"; done | \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
358 sed 's/$(EXEEXT)$$//' | \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
359 while read p p1; do if test -f $$p; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
360 then echo "$$p"; echo "$$p"; else :; fi; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
361 done | \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
362 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
363 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
364 sed 'N;N;N;s,\n, ,g' | \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
365 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
366 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
367 if ($$2 == $$4) files[d] = files[d] " " $$1; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
368 else { print "f", $$3 "/" $$4, $$1; } } \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
369 END { for (d in files) print "f", d, files[d] }' | \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
370 while read type dir files; do \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
371 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
372 test -z "$$files" || { \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
373 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
374 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
375 } \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
376 ; done
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
377
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
378 uninstall-binPROGRAMS:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
379 @$(NORMAL_UNINSTALL)
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
380 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
381 files=`for p in $$list; do echo "$$p"; done | \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
382 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
383 -e 's/$$/$(EXEEXT)/' `; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
384 test -n "$$list" || exit 0; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
385 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
386 cd "$(DESTDIR)$(bindir)" && rm -f $$files
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
387
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
388 clean-binPROGRAMS:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
389 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
390
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
391 clean-noinstPROGRAMS:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
392 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
393 install-sbinPROGRAMS: $(sbin_PROGRAMS)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
394 @$(NORMAL_INSTALL)
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
395 test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
396 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
397 for p in $$list; do echo "$$p $$p"; done | \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
398 sed 's/$(EXEEXT)$$//' | \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
399 while read p p1; do if test -f $$p; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
400 then echo "$$p"; echo "$$p"; else :; fi; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
401 done | \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
402 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
403 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
404 sed 'N;N;N;s,\n, ,g' | \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
405 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
406 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
407 if ($$2 == $$4) files[d] = files[d] " " $$1; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
408 else { print "f", $$3 "/" $$4, $$1; } } \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
409 END { for (d in files) print "f", d, files[d] }' | \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
410 while read type dir files; do \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
411 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
412 test -z "$$files" || { \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
413 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
414 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
415 } \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
416 ; done
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
417
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
418 uninstall-sbinPROGRAMS:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
419 @$(NORMAL_UNINSTALL)
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
420 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
421 files=`for p in $$list; do echo "$$p"; done | \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
422 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
423 -e 's/$$/$(EXEEXT)/' `; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
424 test -n "$$list" || exit 0; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
425 echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
426 cd "$(DESTDIR)$(sbindir)" && rm -f $$files
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
427
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
428 clean-sbinPROGRAMS:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
429 -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
430 masqmail$(EXEEXT): $(masqmail_OBJECTS) $(masqmail_DEPENDENCIES)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
431 @rm -f masqmail$(EXEEXT)
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
432 $(LINK) $(masqmail_OBJECTS) $(masqmail_LDADD) $(LIBS)
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
433 mservdetect$(EXEEXT): $(mservdetect_OBJECTS) $(mservdetect_DEPENDENCIES)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
434 @rm -f mservdetect$(EXEEXT)
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
435 $(LINK) $(mservdetect_OBJECTS) $(mservdetect_LDADD) $(LIBS)
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
436 readtest$(EXEEXT): $(readtest_OBJECTS) $(readtest_DEPENDENCIES)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
437 @rm -f readtest$(EXEEXT)
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
438 $(LINK) $(readtest_OBJECTS) $(readtest_LDADD) $(LIBS)
200
116b0269c934 reworked resolvtest; let it build; refactored in lookup.c
meillo@marmaro.de
parents: 192
diff changeset
439 resolvtest$(EXEEXT): $(resolvtest_OBJECTS) $(resolvtest_DEPENDENCIES)
116b0269c934 reworked resolvtest; let it build; refactored in lookup.c
meillo@marmaro.de
parents: 192
diff changeset
440 @rm -f resolvtest$(EXEEXT)
116b0269c934 reworked resolvtest; let it build; refactored in lookup.c
meillo@marmaro.de
parents: 192
diff changeset
441 $(LINK) $(resolvtest_OBJECTS) $(resolvtest_LDADD) $(LIBS)
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
442 smtpsend$(EXEEXT): $(smtpsend_OBJECTS) $(smtpsend_DEPENDENCIES)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
443 @rm -f smtpsend$(EXEEXT)
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
444 $(LINK) $(smtpsend_OBJECTS) $(smtpsend_LDADD) $(LIBS)
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
445
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
446 mostlyclean-compile:
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
447 -rm -f *.$(OBJEXT)
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
448
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
449 distclean-compile:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
450 -rm -f *.tab.c
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
451
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
452 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/accept.Po@am__quote@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
453 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address.Po@am__quote@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
454 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alias.Po@am__quote@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
455 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/child.Po@am__quote@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
456 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf.Po@am__quote@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
457 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connect.Po@am__quote@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
458 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/deliver.Po@am__quote@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
459 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dotlock.Po@am__quote@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
460 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/expand.Po@am__quote@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
461 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fail_msg.Po@am__quote@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
462 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/header.Po@am__quote@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
463 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interface.Po@am__quote@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
464 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listen.Po@am__quote@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
465 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/local.Po@am__quote@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
466 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Po@am__quote@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
467 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lookup.Po@am__quote@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
468 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/masqmail.Po@am__quote@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
469 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/message.Po@am__quote@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
470 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mservdetect.Po@am__quote@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
471 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/online.Po@am__quote@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
472 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Po@am__quote@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
473 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/peopen.Po@am__quote@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
474 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/permissions.Po@am__quote@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
475 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/queue.Po@am__quote@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
476 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readsock.Po@am__quote@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
477 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readtest.Po@am__quote@
200
116b0269c934 reworked resolvtest; let it build; refactored in lookup.c
meillo@marmaro.de
parents: 192
diff changeset
478 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resolvtest.Po@am__quote@
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
479 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rewrite.Po@am__quote@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
480 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/route.Po@am__quote@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
481 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smtp_in.Po@am__quote@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
482 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smtp_out.Po@am__quote@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
483 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smtpsend.Po@am__quote@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
484 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spool.Po@am__quote@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
485 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tables.Po@am__quote@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
486 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timeival.Po@am__quote@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
487
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
488 .c.o:
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
489 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
490 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
491 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
492 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
493 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
494
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
495 .c.obj:
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
496 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
497 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
498 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
499 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
500 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
501
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
502 # This directory's subdirectories are mostly independent; you can cd
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
503 # into them and run `make' without going through this Makefile.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
504 # To change the values of `make' variables: instead of editing Makefiles,
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
505 # (1) if the variable is set in `config.status', edit `config.status'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
506 # (which will cause the Makefiles to be regenerated when you run `make');
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
507 # (2) otherwise, pass the desired values on the `make' command line.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
508 $(RECURSIVE_TARGETS):
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
509 @fail= failcom='exit 1'; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
510 for f in x $$MAKEFLAGS; do \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
511 case $$f in \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
512 *=* | --[!k]*);; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
513 *k*) failcom='fail=yes';; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
514 esac; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
515 done; \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
516 dot_seen=no; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
517 target=`echo $@ | sed s/-recursive//`; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
518 list='$(SUBDIRS)'; for subdir in $$list; do \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
519 echo "Making $$target in $$subdir"; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
520 if test "$$subdir" = "."; then \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
521 dot_seen=yes; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
522 local_target="$$target-am"; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
523 else \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
524 local_target="$$target"; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
525 fi; \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
526 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
527 || eval $$failcom; \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
528 done; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
529 if test "$$dot_seen" = "no"; then \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
530 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
531 fi; test -z "$$fail"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
532
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
533 $(RECURSIVE_CLEAN_TARGETS):
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
534 @fail= failcom='exit 1'; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
535 for f in x $$MAKEFLAGS; do \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
536 case $$f in \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
537 *=* | --[!k]*);; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
538 *k*) failcom='fail=yes';; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
539 esac; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
540 done; \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
541 dot_seen=no; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
542 case "$@" in \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
543 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
544 *) list='$(SUBDIRS)' ;; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
545 esac; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
546 rev=''; for subdir in $$list; do \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
547 if test "$$subdir" = "."; then :; else \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
548 rev="$$subdir $$rev"; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
549 fi; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
550 done; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
551 rev="$$rev ."; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
552 target=`echo $@ | sed s/-recursive//`; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
553 for subdir in $$rev; do \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
554 echo "Making $$target in $$subdir"; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
555 if test "$$subdir" = "."; then \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
556 local_target="$$target-am"; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
557 else \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
558 local_target="$$target"; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
559 fi; \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
560 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
561 || eval $$failcom; \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
562 done && test -z "$$fail"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
563 tags-recursive:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
564 list='$(SUBDIRS)'; for subdir in $$list; do \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
565 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
566 done
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
567 ctags-recursive:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
568 list='$(SUBDIRS)'; for subdir in $$list; do \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
569 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
570 done
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
571
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
572 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
573 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
574 unique=`for i in $$list; do \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
575 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
576 done | \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
577 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
578 END { if (nonempty) { for (i in files) print i; }; }'`; \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
579 mkid -fID $$unique
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
580 tags: TAGS
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
581
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
582 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
583 $(TAGS_FILES) $(LISP)
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
584 set x; \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
585 here=`pwd`; \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
586 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
587 include_option=--etags-include; \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
588 empty_fix=.; \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
589 else \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
590 include_option=--include; \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
591 empty_fix=; \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
592 fi; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
593 list='$(SUBDIRS)'; for subdir in $$list; do \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
594 if test "$$subdir" = .; then :; else \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
595 test ! -f $$subdir/TAGS || \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
596 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
597 fi; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
598 done; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
599 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
600 unique=`for i in $$list; do \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
601 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
602 done | \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
603 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
604 END { if (nonempty) { for (i in files) print i; }; }'`; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
605 shift; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
606 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
607 test -n "$$unique" || unique=$$empty_fix; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
608 if test $$# -gt 0; then \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
609 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
610 "$$@" $$unique; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
611 else \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
612 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
613 $$unique; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
614 fi; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
615 fi
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
616 ctags: CTAGS
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
617 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
618 $(TAGS_FILES) $(LISP)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
619 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
620 unique=`for i in $$list; do \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
621 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
622 done | \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
623 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
624 END { if (nonempty) { for (i in files) print i; }; }'`; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
625 test -z "$(CTAGS_ARGS)$$unique" \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
626 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
627 $$unique
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
628
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
629 GTAGS:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
630 here=`$(am__cd) $(top_builddir) && pwd` \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
631 && $(am__cd) $(top_srcdir) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
632 && gtags -i $(GTAGS_ARGS) "$$here"
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
633
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
634 distclean-tags:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
635 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
636
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
637 distdir: $(DISTFILES)
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
638 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
639 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
640 list='$(DISTFILES)'; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
641 dist_files=`for file in $$list; do echo $$file; done | \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
642 sed -e "s|^$$srcdirstrip/||;t" \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
643 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
644 case $$dist_files in \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
645 */*) $(MKDIR_P) `echo "$$dist_files" | \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
646 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
647 sort -u` ;; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
648 esac; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
649 for file in $$dist_files; do \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
650 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
651 if test -d $$d/$$file; then \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
652 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
653 if test -d "$(distdir)/$$file"; then \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
654 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
655 fi; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
656 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
657 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
658 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
659 fi; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
660 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
661 else \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
662 test -f "$(distdir)/$$file" \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
663 || cp -p $$d/$$file "$(distdir)/$$file" \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
664 || exit 1; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
665 fi; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
666 done
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
667 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
668 if test "$$subdir" = .; then :; else \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
669 test -d "$(distdir)/$$subdir" \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
670 || $(MKDIR_P) "$(distdir)/$$subdir" \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
671 || exit 1; \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
672 fi; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
673 done
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
674 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
675 if test "$$subdir" = .; then :; else \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
676 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
677 $(am__relativize); \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
678 new_distdir=$$reldir; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
679 dir1=$$subdir; dir2="$(top_distdir)"; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
680 $(am__relativize); \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
681 new_top_distdir=$$reldir; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
682 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
683 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
684 ($(am__cd) $$subdir && \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
685 $(MAKE) $(AM_MAKEFLAGS) \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
686 top_distdir="$$new_top_distdir" \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
687 distdir="$$new_distdir" \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
688 am__remove_distdir=: \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
689 am__skip_length_check=: \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
690 am__skip_mode_fix=: \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
691 distdir) \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
692 || exit 1; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
693 fi; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
694 done
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
695 check-am: all-am
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
696 check: check-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
697 all-am: Makefile $(PROGRAMS)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
698 installdirs: installdirs-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
699 installdirs-am:
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
700 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)"; do \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
701 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
702 done
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
703 install: install-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
704 install-exec: install-exec-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
705 install-data: install-data-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
706 uninstall: uninstall-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
707
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
708 install-am: all-am
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
709 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
710
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
711 installcheck: installcheck-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
712 install-strip:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
713 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
714 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
715 `test -z '$(STRIP)' || \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
716 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
717 mostlyclean-generic:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
718
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
719 clean-generic:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
720
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
721 distclean-generic:
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
722 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
723 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
724
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
725 maintainer-clean-generic:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
726 @echo "This command is intended for maintainers to use"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
727 @echo "it deletes files that may require special tools to rebuild."
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
728 clean: clean-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
729
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
730 clean-am: clean-binPROGRAMS clean-generic clean-noinstPROGRAMS \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
731 clean-sbinPROGRAMS mostlyclean-am
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
732
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
733 distclean: distclean-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
734 -rm -rf ./$(DEPDIR)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
735 -rm -f Makefile
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
736 distclean-am: clean-am distclean-compile distclean-generic \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
737 distclean-tags
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
738
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
739 dvi: dvi-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
740
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
741 dvi-am:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
742
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
743 html: html-recursive
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
744
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
745 html-am:
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
746
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
747 info: info-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
748
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
749 info-am:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
750
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
751 install-data-am:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
752
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
753 install-dvi: install-dvi-recursive
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
754
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
755 install-dvi-am:
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
756
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
757 install-exec-am: install-binPROGRAMS install-sbinPROGRAMS
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
758
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
759 install-html: install-html-recursive
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
760
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
761 install-html-am:
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
762
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
763 install-info: install-info-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
764
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
765 install-info-am:
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
766
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
767 install-man:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
768
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
769 install-pdf: install-pdf-recursive
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
770
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
771 install-pdf-am:
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
772
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
773 install-ps: install-ps-recursive
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
774
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
775 install-ps-am:
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
776
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
777 installcheck-am:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
778
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
779 maintainer-clean: maintainer-clean-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
780 -rm -rf ./$(DEPDIR)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
781 -rm -f Makefile
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
782 maintainer-clean-am: distclean-am maintainer-clean-generic
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
783
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
784 mostlyclean: mostlyclean-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
785
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
786 mostlyclean-am: mostlyclean-compile mostlyclean-generic
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
787
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
788 pdf: pdf-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
789
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
790 pdf-am:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
791
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
792 ps: ps-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
793
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
794 ps-am:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
795
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
796 uninstall-am: uninstall-binPROGRAMS uninstall-sbinPROGRAMS
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
797
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
798 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
799 install-am install-strip tags-recursive
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
800
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
801 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
802 all all-am check check-am clean clean-binPROGRAMS \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
803 clean-generic clean-noinstPROGRAMS clean-sbinPROGRAMS ctags \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
804 ctags-recursive distclean distclean-compile distclean-generic \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
805 distclean-tags distdir dvi dvi-am html html-am info info-am \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
806 install install-am install-binPROGRAMS install-data \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
807 install-data-am install-dvi install-dvi-am install-exec \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
808 install-exec-am install-html install-html-am install-info \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
809 install-info-am install-man install-pdf install-pdf-am \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
810 install-ps install-ps-am install-sbinPROGRAMS install-strip \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
811 installcheck installcheck-am installdirs installdirs-am \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
812 maintainer-clean maintainer-clean-generic mostlyclean \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
813 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
814 tags tags-recursive uninstall uninstall-am \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
815 uninstall-binPROGRAMS uninstall-sbinPROGRAMS
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 1
diff changeset
816
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
817
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
818 # Tell versions [3.59,3.63) of GNU make to not export all variables.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
819 # Otherwise a system limit (for SysV at least) may be exceeded.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
820 .NOEXPORT: