annotate Makefile.in @ 91:3e7136221104

correct masqmail path in rmail script; remove docs on uninstall on install the correct path to the masqmail executable gets inserted into the rmail script now. now documentation, examples, and the templates are removed on uninstall. Empty directories are the only thing that may remain if one installs masqmail into an unusual path.
author meillo@marmaro.de
date Mon, 21 Jun 2010 09:40:16 +0200
parents 92673a185add
children b3673777f52a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
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: 8
diff changeset
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
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 VPATH = @srcdir@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
18 pkgdatadir = $(datadir)/@PACKAGE@
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
19 pkgincludedir = $(includedir)/@PACKAGE@
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
20 pkglibdir = $(libdir)/@PACKAGE@
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
23 install_sh_DATA = $(install_sh) -c -m 644
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
24 install_sh_PROGRAM = $(install_sh) -c
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
25 install_sh_SCRIPT = $(install_sh) -c
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
26 INSTALL_HEADER = $(INSTALL_DATA)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
27 transform = $(program_transform_name)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
28 NORMAL_INSTALL = :
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
29 PRE_INSTALL = :
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
30 POST_INSTALL = :
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
31 NORMAL_UNINSTALL = :
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
32 PRE_UNINSTALL = :
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
33 POST_UNINSTALL = :
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
34 subdir = .
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
35 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
36 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
37 $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
38 TODO acconfig.h config.guess config.sub depcomp install-sh \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
39 missing mkinstalldirs
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
41 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
42 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
43 $(ACLOCAL_M4)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
44 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
45 configure.lineno config.status.lineno
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
46 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
47 CONFIG_HEADER = config.h
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
48 CONFIG_CLEAN_FILES =
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
49 CONFIG_CLEAN_VPATH_FILES =
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
50 SOURCES =
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
51 DIST_SOURCES =
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
52 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
53 html-recursive info-recursive install-data-recursive \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
54 install-dvi-recursive install-exec-recursive \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
55 install-html-recursive install-info-recursive \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
56 install-pdf-recursive install-ps-recursive install-recursive \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
57 installcheck-recursive installdirs-recursive pdf-recursive \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
58 ps-recursive uninstall-recursive
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
59 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
60 distclean-recursive maintainer-clean-recursive
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
61 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
62 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
63 distdir dist dist-all distcheck
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
64 ETAGS = etags
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
65 CTAGS = ctags
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
66 DIST_SUBDIRS = $(SUBDIRS)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
67 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
68 distdir = $(PACKAGE)-$(VERSION)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
69 top_distdir = $(distdir)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
70 am__remove_distdir = \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
71 { test ! -d "$(distdir)" \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
72 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
73 && rm -fr "$(distdir)"; }; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
74 am__relativize = \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
75 dir0=`pwd`; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
76 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
77 sed_rest='s,^[^/]*/*,,'; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
78 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
79 sed_butlast='s,/*[^/]*$$,,'; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
80 while test -n "$$dir1"; do \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
81 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
82 if test "$$first" != "."; then \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
83 if test "$$first" = ".."; then \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
84 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
85 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
86 else \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
87 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
88 if test "$$first2" = "$$first"; then \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
89 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
90 else \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
91 dir2="../$$dir2"; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
92 fi; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
93 dir0="$$dir0"/"$$first"; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
94 fi; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
95 fi; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
96 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
97 done; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
98 reldir="$$dir2"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
99 DIST_ARCHIVES = $(distdir).tar.gz
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
100 GZIP_ENV = --best
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
101 distuninstallcheck_listfiles = find . -type f -print
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
102 distcleancheck_listfiles = find . -type f -print
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
103 ACLOCAL = @ACLOCAL@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
104 AMTAR = @AMTAR@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
105 AUTOCONF = @AUTOCONF@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
106 AUTOHEADER = @AUTOHEADER@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
107 AUTOMAKE = @AUTOMAKE@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
108 AWK = @AWK@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
109 BASE64_LIBS = @BASE64_LIBS@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
110 CC = @CC@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
111 CCDEPMODE = @CCDEPMODE@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
112 CFLAGS = @CFLAGS@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
113 CPP = @CPP@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
114 CPPFLAGS = @CPPFLAGS@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
115 CYGPATH_W = @CYGPATH_W@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
116 DEFS = @DEFS@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
117 DEPDIR = @DEPDIR@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
118 ECHO_C = @ECHO_C@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
119 ECHO_N = @ECHO_N@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
120 ECHO_T = @ECHO_T@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
121 EGREP = @EGREP@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
122 EXEEXT = @EXEEXT@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
123 GLIB_CFLAGS = @GLIB_CFLAGS@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
124 GLIB_LIBS = @GLIB_LIBS@
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
125 GREP = @GREP@
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
126 IDENT_LIBS = @IDENT_LIBS@
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
127 INSTALL = @INSTALL@
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
128 INSTALL_DATA = @INSTALL_DATA@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
129 INSTALL_PROGRAM = @INSTALL_PROGRAM@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
130 INSTALL_SCRIPT = @INSTALL_SCRIPT@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
131 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
132 LDFLAGS = @LDFLAGS@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
133 LIBOBJS = @LIBOBJS@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
134 LIBS = @LIBS@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
135 LOCKFILE_LIBS = @LOCKFILE_LIBS@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
136 LTLIBOBJS = @LTLIBOBJS@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
137 MAKEINFO = @MAKEINFO@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
138 MD5_LIBS = @MD5_LIBS@
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
139 MKDIR_P = @MKDIR_P@
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
140 OBJEXT = @OBJEXT@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
141 PACKAGE = @PACKAGE@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
142 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
143 PACKAGE_NAME = @PACKAGE_NAME@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
144 PACKAGE_STRING = @PACKAGE_STRING@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
145 PACKAGE_TARNAME = @PACKAGE_TARNAME@
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
146 PACKAGE_URL = @PACKAGE_URL@
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
147 PACKAGE_VERSION = @PACKAGE_VERSION@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
148 PATH_SEPARATOR = @PATH_SEPARATOR@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
149 PKG_CONFIG = @PKG_CONFIG@
54
907fee7c081a changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents: 36
diff changeset
150 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
151 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
152 RANLIB = @RANLIB@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
153 RESOLV_LIBS = @RESOLV_LIBS@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
154 SET_MAKE = @SET_MAKE@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
155 SHELL = @SHELL@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
156 STRIP = @STRIP@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
157 USE_LIBLOCKFILE = @USE_LIBLOCKFILE@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
158 VERSION = @VERSION@
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
159 abs_builddir = @abs_builddir@
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
160 abs_srcdir = @abs_srcdir@
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
161 abs_top_builddir = @abs_top_builddir@
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
162 abs_top_srcdir = @abs_top_srcdir@
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
163 ac_ct_CC = @ac_ct_CC@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
164 am__include = @am__include@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
165 am__leading_dot = @am__leading_dot@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
166 am__quote = @am__quote@
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
167 am__tar = @am__tar@
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
168 am__untar = @am__untar@
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
169 bindir = @bindir@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
170 build_alias = @build_alias@
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
171 builddir = @builddir@
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
172 datadir = @datadir@
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
173 datarootdir = @datarootdir@
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
174 docdir = @docdir@
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
175 dvidir = @dvidir@
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
176 exec_prefix = @exec_prefix@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
177 has_ident = @has_ident@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
178 host_alias = @host_alias@
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
179 htmldir = @htmldir@
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
180 includedir = @includedir@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
181 infodir = @infodir@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
182 install_sh = @install_sh@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
183 libdir = @libdir@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
184 libexecdir = @libexecdir@
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
185 localedir = @localedir@
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
186 localstatedir = @localstatedir@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
187 mandir = @mandir@
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
188 mkdir_p = @mkdir_p@
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
189 oldincludedir = @oldincludedir@
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
190 pdfdir = @pdfdir@
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
191 prefix = @prefix@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
192 program_transform_name = @program_transform_name@
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
193 psdir = @psdir@
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
194 sbindir = @sbindir@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
195 sharedstatedir = @sharedstatedir@
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
196 srcdir = @srcdir@
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
197 sysconfdir = @sysconfdir@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
198 target_alias = @target_alias@
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
199 top_build_prefix = @top_build_prefix@
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
200 top_builddir = @top_builddir@
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
201 top_srcdir = @top_srcdir@
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
202 with_confdir = @with_confdir@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
203 with_group = @with_group@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
204 with_logdir = @with_logdir@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
205 with_spooldir = @with_spooldir@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
206 with_user = @with_user@
62
610cd4e09b91 better EXTRA_DIST value
meillo@marmaro.de
parents: 61
diff changeset
207 EXTRA_DIST = examples docs man tpl tests misc
57
ed34413652fc moved man pages from docs/ to man/
meillo@marmaro.de
parents: 55
diff changeset
208 SUBDIRS = src man
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
209 all: config.h
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
210 $(MAKE) $(AM_MAKEFLAGS) all-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
211
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
212 .SUFFIXES:
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
213 am--refresh:
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
214 @:
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
215 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
216 @for dep in $?; do \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
217 case '$(am__configure_deps)' in \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
218 *$$dep*) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
219 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
220 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
221 && exit 0; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
222 exit 1;; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
223 esac; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
224 done; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
225 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
226 $(am__cd) $(top_srcdir) && \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
227 $(AUTOMAKE) --gnu Makefile
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
228 .PRECIOUS: Makefile
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
229 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
230 @case '$?' in \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
231 *config.status*) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
232 echo ' $(SHELL) ./config.status'; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
233 $(SHELL) ./config.status;; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
234 *) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
235 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
236 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
237 esac;
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
238
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
239 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
240 $(SHELL) ./config.status --recheck
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
241
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
242 $(top_srcdir)/configure: $(am__configure_deps)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
243 $(am__cd) $(srcdir) && $(AUTOCONF)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
244 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
245 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
246 $(am__aclocal_m4_deps):
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
247
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
248 config.h: stamp-h1
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
249 @if test ! -f $@; then \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
250 rm -f stamp-h1; \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
251 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
252 else :; fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
253
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
254 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
255 @rm -f stamp-h1
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
256 cd $(top_builddir) && $(SHELL) ./config.status config.h
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
257 $(srcdir)/config.h.in: $(am__configure_deps) $(top_srcdir)/acconfig.h
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
258 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
259 rm -f stamp-h1
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
260 touch $@
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
261
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
262 distclean-hdr:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
263 -rm -f config.h stamp-h1
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
264
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
265 # 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
266 # 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
267 # 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
268 # (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
269 # (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
270 # (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
271 $(RECURSIVE_TARGETS):
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
272 @fail= failcom='exit 1'; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
273 for f in x $$MAKEFLAGS; do \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
274 case $$f in \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
275 *=* | --[!k]*);; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
276 *k*) failcom='fail=yes';; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
277 esac; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
278 done; \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
279 dot_seen=no; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
280 target=`echo $@ | sed s/-recursive//`; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
281 list='$(SUBDIRS)'; for subdir in $$list; do \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
282 echo "Making $$target in $$subdir"; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
283 if test "$$subdir" = "."; then \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
284 dot_seen=yes; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
285 local_target="$$target-am"; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
286 else \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
287 local_target="$$target"; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
288 fi; \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
289 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
290 || eval $$failcom; \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
291 done; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
292 if test "$$dot_seen" = "no"; then \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
293 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
294 fi; test -z "$$fail"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
295
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
296 $(RECURSIVE_CLEAN_TARGETS):
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
297 @fail= failcom='exit 1'; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
298 for f in x $$MAKEFLAGS; do \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
299 case $$f in \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
300 *=* | --[!k]*);; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
301 *k*) failcom='fail=yes';; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
302 esac; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
303 done; \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
304 dot_seen=no; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
305 case "$@" in \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
306 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
307 *) list='$(SUBDIRS)' ;; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
308 esac; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
309 rev=''; for subdir in $$list; do \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
310 if test "$$subdir" = "."; then :; else \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
311 rev="$$subdir $$rev"; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
312 fi; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
313 done; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
314 rev="$$rev ."; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
315 target=`echo $@ | sed s/-recursive//`; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
316 for subdir in $$rev; do \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
317 echo "Making $$target in $$subdir"; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
318 if test "$$subdir" = "."; then \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
319 local_target="$$target-am"; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
320 else \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
321 local_target="$$target"; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
322 fi; \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
323 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
324 || eval $$failcom; \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
325 done && test -z "$$fail"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
326 tags-recursive:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
327 list='$(SUBDIRS)'; for subdir in $$list; do \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
328 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
329 done
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
330 ctags-recursive:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
331 list='$(SUBDIRS)'; for subdir in $$list; do \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
332 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
333 done
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
334
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
335 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
336 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
337 unique=`for i in $$list; do \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
338 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
339 done | \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
340 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
341 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
342 mkid -fID $$unique
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
343 tags: TAGS
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
344
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
345 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
346 $(TAGS_FILES) $(LISP)
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
347 set x; \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
348 here=`pwd`; \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
349 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
350 include_option=--etags-include; \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
351 empty_fix=.; \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
352 else \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
353 include_option=--include; \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
354 empty_fix=; \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
355 fi; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
356 list='$(SUBDIRS)'; for subdir in $$list; do \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
357 if test "$$subdir" = .; then :; else \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
358 test ! -f $$subdir/TAGS || \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
359 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
360 fi; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
361 done; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
362 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
363 unique=`for i in $$list; do \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
364 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
365 done | \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
366 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
367 END { if (nonempty) { for (i in files) print i; }; }'`; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
368 shift; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
369 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
370 test -n "$$unique" || unique=$$empty_fix; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
371 if test $$# -gt 0; then \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
372 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
373 "$$@" $$unique; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
374 else \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
375 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
376 $$unique; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
377 fi; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
378 fi
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
379 ctags: CTAGS
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
380 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
381 $(TAGS_FILES) $(LISP)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
382 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
383 unique=`for i in $$list; do \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
384 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
385 done | \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
386 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
387 END { if (nonempty) { for (i in files) print i; }; }'`; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
388 test -z "$(CTAGS_ARGS)$$unique" \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
389 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
390 $$unique
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
391
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
392 GTAGS:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
393 here=`$(am__cd) $(top_builddir) && pwd` \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
394 && $(am__cd) $(top_srcdir) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
395 && gtags -i $(GTAGS_ARGS) "$$here"
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
396
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
397 distclean-tags:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
398 -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
399
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
400 distdir: $(DISTFILES)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
401 $(am__remove_distdir)
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
402 test -d "$(distdir)" || mkdir "$(distdir)"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
403 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
404 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
405 list='$(DISTFILES)'; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
406 dist_files=`for file in $$list; do echo $$file; done | \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
407 sed -e "s|^$$srcdirstrip/||;t" \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
408 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
409 case $$dist_files in \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
410 */*) $(MKDIR_P) `echo "$$dist_files" | \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
411 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
412 sort -u` ;; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
413 esac; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
414 for file in $$dist_files; do \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
415 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
416 if test -d $$d/$$file; then \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
417 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
418 if test -d "$(distdir)/$$file"; then \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
419 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
420 fi; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
421 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
422 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
423 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
424 fi; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
425 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
426 else \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
427 test -f "$(distdir)/$$file" \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
428 || cp -p $$d/$$file "$(distdir)/$$file" \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
429 || exit 1; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
430 fi; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
431 done
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
432 @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
433 if test "$$subdir" = .; then :; else \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
434 test -d "$(distdir)/$$subdir" \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
435 || $(MKDIR_P) "$(distdir)/$$subdir" \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
436 || exit 1; \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
437 fi; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
438 done
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
439 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
440 if test "$$subdir" = .; then :; else \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
441 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
442 $(am__relativize); \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
443 new_distdir=$$reldir; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
444 dir1=$$subdir; dir2="$(top_distdir)"; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
445 $(am__relativize); \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
446 new_top_distdir=$$reldir; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
447 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
448 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
449 ($(am__cd) $$subdir && \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
450 $(MAKE) $(AM_MAKEFLAGS) \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
451 top_distdir="$$new_top_distdir" \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
452 distdir="$$new_distdir" \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
453 am__remove_distdir=: \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
454 am__skip_length_check=: \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
455 am__skip_mode_fix=: \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
456 distdir) \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
457 || exit 1; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
458 fi; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
459 done
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
460 -test -n "$(am__skip_mode_fix)" \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
461 || find "$(distdir)" -type d ! -perm -755 \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
462 -exec chmod u+rwx,go+rx {} \; -o \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
463 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
464 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
465 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
466 || chmod -R a+r "$(distdir)"
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
467 dist-gzip: distdir
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
468 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
469 $(am__remove_distdir)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
470
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
471 dist-bzip2: distdir
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
472 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
473 $(am__remove_distdir)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
474
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
475 dist-lzma: distdir
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
476 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
477 $(am__remove_distdir)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
478
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
479 dist-xz: distdir
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
480 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
481 $(am__remove_distdir)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
482
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
483 dist-tarZ: distdir
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
484 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
485 $(am__remove_distdir)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
486
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
487 dist-shar: distdir
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
488 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
489 $(am__remove_distdir)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
490
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
491 dist-zip: distdir
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
492 -rm -f $(distdir).zip
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
493 zip -rq $(distdir).zip $(distdir)
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
494 $(am__remove_distdir)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
495
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
496 dist dist-all: distdir
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
497 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
498 $(am__remove_distdir)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
499
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
500 # This target untars the dist file and tries a VPATH configuration. Then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
501 # it guarantees that the distribution is self-contained by making another
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
502 # tarfile.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
503 distcheck: dist
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
504 case '$(DIST_ARCHIVES)' in \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
505 *.tar.gz*) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
506 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
507 *.tar.bz2*) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
508 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
509 *.tar.lzma*) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
510 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
511 *.tar.xz*) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
512 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
513 *.tar.Z*) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
514 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
515 *.shar.gz*) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
516 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
517 *.zip*) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
518 unzip $(distdir).zip ;;\
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
519 esac
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
520 chmod -R a-w $(distdir); chmod a+w $(distdir)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
521 mkdir $(distdir)/_build
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
522 mkdir $(distdir)/_inst
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
523 chmod a-w $(distdir)
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
524 test -d $(distdir)/_build || exit 0; \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
525 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
526 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
527 && am__cwd=`pwd` \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
528 && $(am__cd) $(distdir)/_build \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
529 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
530 $(DISTCHECK_CONFIGURE_FLAGS) \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
531 && $(MAKE) $(AM_MAKEFLAGS) \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
532 && $(MAKE) $(AM_MAKEFLAGS) dvi \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
533 && $(MAKE) $(AM_MAKEFLAGS) check \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
534 && $(MAKE) $(AM_MAKEFLAGS) install \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
535 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
536 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
537 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
538 distuninstallcheck \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
539 && chmod -R a-w "$$dc_install_base" \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
540 && ({ \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
541 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
542 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
543 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
544 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
545 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
546 } || { rm -rf "$$dc_destdir"; exit 1; }) \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
547 && rm -rf "$$dc_destdir" \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
548 && $(MAKE) $(AM_MAKEFLAGS) dist \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
549 && rm -rf $(DIST_ARCHIVES) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
550 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
551 && cd "$$am__cwd" \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
552 || exit 1
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
553 $(am__remove_distdir)
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
554 @(echo "$(distdir) archives ready for distribution: "; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
555 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
556 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
557 distuninstallcheck:
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
558 @$(am__cd) '$(distuninstallcheck_dir)' \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
559 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
560 || { echo "ERROR: files left after uninstall:" ; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
561 if test -n "$(DESTDIR)"; then \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
562 echo " (check DESTDIR support)"; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
563 fi ; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
564 $(distuninstallcheck_listfiles) ; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
565 exit 1; } >&2
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
566 distcleancheck: distclean
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
567 @if test '$(srcdir)' = . ; then \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
568 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
569 exit 1 ; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
570 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
571 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
572 || { echo "ERROR: files left in build directory after distclean:" ; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
573 $(distcleancheck_listfiles) ; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
574 exit 1; } >&2
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
575 check-am: all-am
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
576 check: check-recursive
91
3e7136221104 correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents: 86
diff changeset
577 all-am: Makefile config.h
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
578 installdirs: installdirs-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
579 installdirs-am:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
580 install: install-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
581 install-exec: install-exec-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
582 install-data: install-data-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
583 uninstall: uninstall-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
584
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
585 install-am: all-am
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
586 @$(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
587
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
588 installcheck: installcheck-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
589 install-strip:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
590 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
591 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
592 `test -z '$(STRIP)' || \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
593 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
594 mostlyclean-generic:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
595
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
596 clean-generic:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
597
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
598 distclean-generic:
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
599 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
600 -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
601
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
602 maintainer-clean-generic:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
603 @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
604 @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
605 clean: clean-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
606
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
607 clean-am: clean-generic mostlyclean-am
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
608
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
609 distclean: distclean-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
610 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
611 -rm -f Makefile
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
612 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
613
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
614 dvi: dvi-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
615
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
616 dvi-am:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
617
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
618 html: html-recursive
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
619
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
620 html-am:
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
621
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
622 info: info-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
623
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
624 info-am:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
625
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
626 install-data-am: install-data-local
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
627
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
628 install-dvi: install-dvi-recursive
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
629
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
630 install-dvi-am:
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
631
91
3e7136221104 correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents: 86
diff changeset
632 install-exec-am:
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
633
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
634 install-html: install-html-recursive
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
635
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
636 install-html-am:
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
637
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
638 install-info: install-info-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
639
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
640 install-info-am:
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
641
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
642 install-man:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
643
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
644 install-pdf: install-pdf-recursive
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
645
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
646 install-pdf-am:
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
647
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
648 install-ps: install-ps-recursive
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
649
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
650 install-ps-am:
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
651
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
652 installcheck-am:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
653
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
654 maintainer-clean: maintainer-clean-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
655 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
656 -rm -rf $(top_srcdir)/autom4te.cache
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
657 -rm -f Makefile
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
658 maintainer-clean-am: distclean-am maintainer-clean-generic
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
659
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
660 mostlyclean: mostlyclean-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
661
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
662 mostlyclean-am: mostlyclean-generic
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
663
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
664 pdf: pdf-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
665
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
666 pdf-am:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
667
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
668 ps: ps-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
669
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
670 ps-am:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
671
91
3e7136221104 correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents: 86
diff changeset
672 uninstall-am: uninstall-local
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
673
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
674 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
675 ctags-recursive install-am install-strip tags-recursive
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
676
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
677 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
678 all all-am am--refresh check check-am clean clean-generic \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
679 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
680 dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
681 distclean distclean-generic distclean-hdr distclean-tags \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
682 distcleancheck distdir distuninstallcheck dvi dvi-am html \
91
3e7136221104 correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents: 86
diff changeset
683 html-am info info-am install install-am install-data \
3e7136221104 correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents: 86
diff changeset
684 install-data-am install-data-local install-dvi install-dvi-am \
3e7136221104 correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents: 86
diff changeset
685 install-exec install-exec-am install-html install-html-am \
3e7136221104 correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents: 86
diff changeset
686 install-info install-info-am install-man install-pdf \
3e7136221104 correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents: 86
diff changeset
687 install-pdf-am install-ps install-ps-am install-strip \
3e7136221104 correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents: 86
diff changeset
688 installcheck installcheck-am installdirs installdirs-am \
3e7136221104 correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents: 86
diff changeset
689 maintainer-clean maintainer-clean-generic mostlyclean \
3e7136221104 correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents: 86
diff changeset
690 mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
3e7136221104 correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents: 86
diff changeset
691 uninstall uninstall-am uninstall-local
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
692
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
693
91
3e7136221104 correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents: 86
diff changeset
694 #bin_SCRIPTS = contrib/rmail
3e7136221104 correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents: 86
diff changeset
695
3e7136221104 correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents: 86
diff changeset
696 install-data-local: log_dir spool_dir uid_bit conf_dir tpl_dir run_dir doc_dir rmail
3e7136221104 correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents: 86
diff changeset
697
3e7136221104 correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents: 86
diff changeset
698 uninstall-local: rm-rmail rm-doc_dir rm-tpl_dir
3e7136221104 correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents: 86
diff changeset
699
3e7136221104 correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents: 86
diff changeset
700 rm-doc_dir:
3e7136221104 correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents: 86
diff changeset
701 cd $(DESTDIR)@docdir@ ;\
3e7136221104 correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents: 86
diff changeset
702 rm -rf docs examples ;\
3e7136221104 correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents: 86
diff changeset
703 rm -f ChangeLog NEWS AUTHORS COPYING README TODO
3e7136221104 correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents: 86
diff changeset
704 rmdir $(DESTDIR)@docdir@
3e7136221104 correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents: 86
diff changeset
705
3e7136221104 correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents: 86
diff changeset
706 rm-tpl_dir:
3e7136221104 correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents: 86
diff changeset
707 cd $(DESTDIR)@datadir@ ;\
3e7136221104 correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents: 86
diff changeset
708 rm -rf masqmail
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
709
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
710 conf_dir: $(DESTDIR)@with_confdir@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
711
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
712 $(DESTDIR)@with_confdir@:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
713 install -d $(DESTDIR)@with_confdir@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
714
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
715 tpl_dir: $(DESTDIR)@datadir@/tpl
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
716
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
717 $(DESTDIR)@datadir@/tpl: conf_dir
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
718 install -d $(DESTDIR)@datadir@/masqmail/tpl
61
bdef5f279fde refactoring in Makefile.am
meillo@marmaro.de
parents: 58
diff changeset
719 cp tpl/* $(DESTDIR)@datadir@/masqmail/tpl
bdef5f279fde refactoring in Makefile.am
meillo@marmaro.de
parents: 58
diff changeset
720 chmod 644 $(DESTDIR)@datadir@/masqmail/tpl/*
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
721
61
bdef5f279fde refactoring in Makefile.am
meillo@marmaro.de
parents: 58
diff changeset
722 doc_dir:
58
6ab62592cac4 install docs and examples too
meillo@marmaro.de
parents: 57
diff changeset
723 install -d $(DESTDIR)@docdir@
6ab62592cac4 install docs and examples too
meillo@marmaro.de
parents: 57
diff changeset
724 cp -r docs $(DESTDIR)@docdir@
6ab62592cac4 install docs and examples too
meillo@marmaro.de
parents: 57
diff changeset
725 cp -r examples $(DESTDIR)@docdir@
6ab62592cac4 install docs and examples too
meillo@marmaro.de
parents: 57
diff changeset
726 cp ChangeLog NEWS AUTHORS COPYING README TODO $(DESTDIR)@docdir@
6ab62592cac4 install docs and examples too
meillo@marmaro.de
parents: 57
diff changeset
727
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
728 uid_bit: $(DESTDIR)@prefix@/sbin/masqmail
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
729 chmod u+s $(DESTDIR)@prefix@/sbin/masqmail
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
730
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
731 run_dir:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
732 install -d -o @with_user@ -g @with_group@ $(DESTDIR)/var/run/masqmail
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
733
61
bdef5f279fde refactoring in Makefile.am
meillo@marmaro.de
parents: 58
diff changeset
734 log_dir: $(DESTDIR)@with_logdir@
bdef5f279fde refactoring in Makefile.am
meillo@marmaro.de
parents: 58
diff changeset
735
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
736 $(DESTDIR)@with_logdir@:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
737 [ -d `dirname $(DESTDIR)@with_logdir@` ] || \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
738 install -d `dirname $(DESTDIR)@with_logdir@`
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
739 install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_logdir@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
740
61
bdef5f279fde refactoring in Makefile.am
meillo@marmaro.de
parents: 58
diff changeset
741 spool_dir: $(DESTDIR)@with_spooldir@
bdef5f279fde refactoring in Makefile.am
meillo@marmaro.de
parents: 58
diff changeset
742
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
743 $(DESTDIR)@with_spooldir@:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
744 [ -d `dirname $(DESTDIR)@with_spooldir@` ] || \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
745 install -d `dirname $(DESTDIR)@with_spooldir@`
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
746 install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
747 install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@/lock
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
748 install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@/input
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
749 install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@/popuidl
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
750
91
3e7136221104 correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents: 86
diff changeset
751 rmail:
3e7136221104 correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents: 86
diff changeset
752 [ -d "$(DESTDIR)@prefix@/bin" ] || mkdir -p "$(DESTDIR)@prefix@/bin"
3e7136221104 correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents: 86
diff changeset
753 sed '/^SENDMAIL/s,/usr/sbin/sendmail,$(DESTDIR)@prefix@/sbin/masqmail,'\
3e7136221104 correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents: 86
diff changeset
754 contrib/rmail >$(DESTDIR)@prefix@/bin/rmail
3e7136221104 correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents: 86
diff changeset
755 chmod 755 $(DESTDIR)@prefix@/bin/rmail
3e7136221104 correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents: 86
diff changeset
756
3e7136221104 correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents: 86
diff changeset
757 rm-rmail:
3e7136221104 correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents: 86
diff changeset
758 rm -f $(DESTDIR)@prefix@/bin/rmail
3e7136221104 correct masqmail path in rmail script; remove docs on uninstall
meillo@marmaro.de
parents: 86
diff changeset
759
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
760 # 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
761 # 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
762 .NOEXPORT: