annotate Makefile.in @ 59:941413084f56

updated docs; moved files around updated the INSTALL file with content from the old website moved *agenda* and *ipaq files to docs (are they still relevant?)
author meillo@marmaro.de
date Sat, 29 May 2010 22:53:42 +0200
parents 6ab62592cac4
children bdef5f279fde
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@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
207 EXTRA_DIST = \
57
ed34413652fc moved man pages from docs/ to man/
meillo@marmaro.de
parents: 55
diff changeset
208 examples/* docs/* man/* tpl/* \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
209 INSTALL.agenda INSTALL.ipaq agenda-config.site
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
210
57
ed34413652fc moved man pages from docs/ to man/
meillo@marmaro.de
parents: 55
diff changeset
211 SUBDIRS = src man
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
212 all: config.h
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
213 $(MAKE) $(AM_MAKEFLAGS) all-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
214
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
215 .SUFFIXES:
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
216 am--refresh:
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
217 @:
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
218 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
219 @for dep in $?; do \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
220 case '$(am__configure_deps)' in \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
221 *$$dep*) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
222 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
223 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
224 && exit 0; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
225 exit 1;; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
226 esac; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
227 done; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
228 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
229 $(am__cd) $(top_srcdir) && \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
230 $(AUTOMAKE) --gnu Makefile
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
231 .PRECIOUS: Makefile
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
232 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
233 @case '$?' in \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
234 *config.status*) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
235 echo ' $(SHELL) ./config.status'; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
236 $(SHELL) ./config.status;; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
237 *) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
238 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
239 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
240 esac;
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_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
243 $(SHELL) ./config.status --recheck
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
244
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
245 $(top_srcdir)/configure: $(am__configure_deps)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
246 $(am__cd) $(srcdir) && $(AUTOCONF)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
247 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
248 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
249 $(am__aclocal_m4_deps):
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
250
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
251 config.h: stamp-h1
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
252 @if test ! -f $@; then \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
253 rm -f stamp-h1; \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
254 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
255 else :; fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
256
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
257 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
258 @rm -f stamp-h1
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
259 cd $(top_builddir) && $(SHELL) ./config.status config.h
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
260 $(srcdir)/config.h.in: $(am__configure_deps) $(top_srcdir)/acconfig.h
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
261 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
262 rm -f stamp-h1
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
263 touch $@
0
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 distclean-hdr:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
266 -rm -f config.h stamp-h1
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
267
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
268 # 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
269 # 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
270 # 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
271 # (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
272 # (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
273 # (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
274 $(RECURSIVE_TARGETS):
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
275 @fail= failcom='exit 1'; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
276 for f in x $$MAKEFLAGS; do \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
277 case $$f in \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
278 *=* | --[!k]*);; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
279 *k*) failcom='fail=yes';; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
280 esac; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
281 done; \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
282 dot_seen=no; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
283 target=`echo $@ | sed s/-recursive//`; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
284 list='$(SUBDIRS)'; for subdir in $$list; do \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
285 echo "Making $$target in $$subdir"; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
286 if test "$$subdir" = "."; then \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
287 dot_seen=yes; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
288 local_target="$$target-am"; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
289 else \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
290 local_target="$$target"; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
291 fi; \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
292 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
293 || eval $$failcom; \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
294 done; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
295 if test "$$dot_seen" = "no"; then \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
296 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
297 fi; test -z "$$fail"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
298
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
299 $(RECURSIVE_CLEAN_TARGETS):
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
300 @fail= failcom='exit 1'; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
301 for f in x $$MAKEFLAGS; do \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
302 case $$f in \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
303 *=* | --[!k]*);; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
304 *k*) failcom='fail=yes';; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
305 esac; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
306 done; \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
307 dot_seen=no; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
308 case "$@" in \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
309 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
310 *) list='$(SUBDIRS)' ;; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
311 esac; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
312 rev=''; for subdir in $$list; do \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
313 if test "$$subdir" = "."; then :; else \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
314 rev="$$subdir $$rev"; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
315 fi; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
316 done; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
317 rev="$$rev ."; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
318 target=`echo $@ | sed s/-recursive//`; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
319 for subdir in $$rev; do \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
320 echo "Making $$target in $$subdir"; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
321 if test "$$subdir" = "."; then \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
322 local_target="$$target-am"; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
323 else \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
324 local_target="$$target"; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
325 fi; \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
326 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
327 || eval $$failcom; \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
328 done && test -z "$$fail"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
329 tags-recursive:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
330 list='$(SUBDIRS)'; for subdir in $$list; do \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
331 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
332 done
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
333 ctags-recursive:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
334 list='$(SUBDIRS)'; for subdir in $$list; do \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
335 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
336 done
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
337
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
338 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
339 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
340 unique=`for i in $$list; do \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
341 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
342 done | \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
343 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
344 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
345 mkid -fID $$unique
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
346 tags: TAGS
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
347
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
348 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
349 $(TAGS_FILES) $(LISP)
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
350 set x; \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
351 here=`pwd`; \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
352 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
353 include_option=--etags-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 else \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
356 include_option=--include; \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
357 empty_fix=; \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
358 fi; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
359 list='$(SUBDIRS)'; for subdir in $$list; do \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
360 if test "$$subdir" = .; then :; else \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
361 test ! -f $$subdir/TAGS || \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
362 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
363 fi; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
364 done; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
365 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
366 unique=`for i in $$list; do \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
367 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
368 done | \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
369 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
370 END { if (nonempty) { for (i in files) print i; }; }'`; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
371 shift; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
372 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
373 test -n "$$unique" || unique=$$empty_fix; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
374 if test $$# -gt 0; then \
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 else \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
378 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
379 $$unique; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
380 fi; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
381 fi
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
382 ctags: CTAGS
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
383 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
384 $(TAGS_FILES) $(LISP)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
385 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
386 unique=`for i in $$list; do \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
387 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
388 done | \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
389 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
390 END { if (nonempty) { for (i in files) print i; }; }'`; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
391 test -z "$(CTAGS_ARGS)$$unique" \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
392 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
393 $$unique
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
394
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
395 GTAGS:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
396 here=`$(am__cd) $(top_builddir) && pwd` \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
397 && $(am__cd) $(top_srcdir) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
398 && gtags -i $(GTAGS_ARGS) "$$here"
0
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 distclean-tags:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
401 -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
402
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
403 distdir: $(DISTFILES)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
404 $(am__remove_distdir)
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
405 test -d "$(distdir)" || mkdir "$(distdir)"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
406 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
407 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
408 list='$(DISTFILES)'; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
409 dist_files=`for file in $$list; do echo $$file; done | \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
410 sed -e "s|^$$srcdirstrip/||;t" \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
411 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
412 case $$dist_files in \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
413 */*) $(MKDIR_P) `echo "$$dist_files" | \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
414 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
415 sort -u` ;; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
416 esac; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
417 for file in $$dist_files; do \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
418 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
419 if test -d $$d/$$file; then \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
420 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
421 if test -d "$(distdir)/$$file"; then \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
422 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
423 fi; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
424 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
425 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
426 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
427 fi; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
428 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
429 else \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
430 test -f "$(distdir)/$$file" \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
431 || cp -p $$d/$$file "$(distdir)/$$file" \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
432 || exit 1; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
433 fi; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
434 done
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
435 @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
436 if test "$$subdir" = .; then :; else \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
437 test -d "$(distdir)/$$subdir" \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
438 || $(MKDIR_P) "$(distdir)/$$subdir" \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
439 || exit 1; \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
440 fi; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
441 done
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
442 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
443 if test "$$subdir" = .; then :; else \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
444 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
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_distdir=$$reldir; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
447 dir1=$$subdir; dir2="$(top_distdir)"; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
448 $(am__relativize); \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
449 new_top_distdir=$$reldir; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
450 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
451 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
452 ($(am__cd) $$subdir && \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
453 $(MAKE) $(AM_MAKEFLAGS) \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
454 top_distdir="$$new_top_distdir" \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
455 distdir="$$new_distdir" \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
456 am__remove_distdir=: \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
457 am__skip_length_check=: \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
458 am__skip_mode_fix=: \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
459 distdir) \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
460 || exit 1; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
461 fi; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
462 done
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
463 -test -n "$(am__skip_mode_fix)" \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
464 || find "$(distdir)" -type d ! -perm -755 \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
465 -exec chmod u+rwx,go+rx {} \; -o \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
466 ! -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
467 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
468 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
469 || chmod -R a+r "$(distdir)"
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
470 dist-gzip: distdir
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
471 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
472 $(am__remove_distdir)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
473
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
474 dist-bzip2: distdir
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
475 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
476 $(am__remove_distdir)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
477
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
478 dist-lzma: distdir
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
479 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
480 $(am__remove_distdir)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
481
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
482 dist-xz: distdir
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
483 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
484 $(am__remove_distdir)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
485
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
486 dist-tarZ: distdir
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
487 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
488 $(am__remove_distdir)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
489
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
490 dist-shar: distdir
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
491 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
492 $(am__remove_distdir)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
493
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
494 dist-zip: distdir
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
495 -rm -f $(distdir).zip
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
496 zip -rq $(distdir).zip $(distdir)
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
497 $(am__remove_distdir)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
498
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
499 dist dist-all: distdir
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
500 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
501 $(am__remove_distdir)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
502
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
503 # 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
504 # 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
505 # tarfile.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
506 distcheck: dist
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
507 case '$(DIST_ARCHIVES)' in \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
508 *.tar.gz*) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
509 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
510 *.tar.bz2*) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
511 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
512 *.tar.lzma*) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
513 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
514 *.tar.xz*) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
515 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
516 *.tar.Z*) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
517 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
518 *.shar.gz*) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
519 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
520 *.zip*) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
521 unzip $(distdir).zip ;;\
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
522 esac
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
523 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
524 mkdir $(distdir)/_build
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
525 mkdir $(distdir)/_inst
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
526 chmod a-w $(distdir)
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
527 test -d $(distdir)/_build || exit 0; \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
528 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
529 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
530 && am__cwd=`pwd` \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
531 && $(am__cd) $(distdir)/_build \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
532 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
533 $(DISTCHECK_CONFIGURE_FLAGS) \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
534 && $(MAKE) $(AM_MAKEFLAGS) \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
535 && $(MAKE) $(AM_MAKEFLAGS) dvi \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
536 && $(MAKE) $(AM_MAKEFLAGS) check \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
537 && $(MAKE) $(AM_MAKEFLAGS) install \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
538 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
539 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
540 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
541 distuninstallcheck \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
542 && chmod -R a-w "$$dc_install_base" \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
543 && ({ \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
544 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
545 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
546 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
547 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
548 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
549 } || { rm -rf "$$dc_destdir"; exit 1; }) \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
550 && rm -rf "$$dc_destdir" \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
551 && $(MAKE) $(AM_MAKEFLAGS) dist \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
552 && rm -rf $(DIST_ARCHIVES) \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
553 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
554 && cd "$$am__cwd" \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
555 || exit 1
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
556 $(am__remove_distdir)
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
557 @(echo "$(distdir) archives ready for distribution: "; \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
558 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
559 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
560 distuninstallcheck:
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
561 @$(am__cd) '$(distuninstallcheck_dir)' \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
562 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
563 || { echo "ERROR: files left after uninstall:" ; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
564 if test -n "$(DESTDIR)"; then \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
565 echo " (check DESTDIR support)"; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
566 fi ; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
567 $(distuninstallcheck_listfiles) ; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
568 exit 1; } >&2
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
569 distcleancheck: distclean
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
570 @if test '$(srcdir)' = . ; then \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
571 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
572 exit 1 ; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
573 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
574 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
575 || { 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
576 $(distcleancheck_listfiles) ; \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
577 exit 1; } >&2
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
578 check-am: all-am
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
579 check: check-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
580 all-am: Makefile config.h
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
581 installdirs: installdirs-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
582 installdirs-am:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
583 install: install-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
584 install-exec: install-exec-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
585 install-data: install-data-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
586 uninstall: uninstall-recursive
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 install-am: all-am
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
589 @$(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
590
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
591 installcheck: installcheck-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
592 install-strip:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
593 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
594 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
595 `test -z '$(STRIP)' || \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
596 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
597 mostlyclean-generic:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
598
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
599 clean-generic:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
600
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
601 distclean-generic:
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
602 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
603 -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
604
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
605 maintainer-clean-generic:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
606 @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
607 @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
608 clean: clean-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
609
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
610 clean-am: clean-generic mostlyclean-am
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
611
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
612 distclean: distclean-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
613 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
614 -rm -f Makefile
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
615 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
616
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
617 dvi: dvi-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
618
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
619 dvi-am:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
620
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
621 html: html-recursive
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
622
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
623 html-am:
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
624
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
625 info: info-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
626
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
627 info-am:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
628
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
629 install-data-am: install-data-local
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
630
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
631 install-dvi: install-dvi-recursive
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
632
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
633 install-dvi-am:
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
634
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
635 install-exec-am:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
636
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
637 install-html: install-html-recursive
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
638
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
639 install-html-am:
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
640
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
641 install-info: install-info-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
642
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
643 install-info-am:
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
644
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
645 install-man:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
646
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
647 install-pdf: install-pdf-recursive
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
648
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
649 install-pdf-am:
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
650
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
651 install-ps: install-ps-recursive
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
652
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
653 install-ps-am:
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
654
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
655 installcheck-am:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
656
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
657 maintainer-clean: maintainer-clean-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
658 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
659 -rm -rf $(top_srcdir)/autom4te.cache
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
660 -rm -f Makefile
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
661 maintainer-clean-am: distclean-am maintainer-clean-generic
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
662
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
663 mostlyclean: mostlyclean-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
664
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
665 mostlyclean-am: mostlyclean-generic
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
666
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
667 pdf: pdf-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
668
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
669 pdf-am:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
670
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
671 ps: ps-recursive
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
672
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
673 ps-am:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
674
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
675 uninstall-am:
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 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
678 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
679
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
680 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
681 all all-am am--refresh check check-am clean clean-generic \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
682 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
683 dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
684 distclean distclean-generic distclean-hdr distclean-tags \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
685 distcleancheck distdir distuninstallcheck dvi dvi-am html \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
686 html-am info info-am install install-am install-data \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
687 install-data-am install-data-local install-dvi install-dvi-am \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
688 install-exec install-exec-am install-html install-html-am \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
689 install-info install-info-am install-man install-pdf \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
690 install-pdf-am install-ps install-ps-am install-strip \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
691 installcheck installcheck-am installdirs installdirs-am \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
692 maintainer-clean maintainer-clean-generic mostlyclean \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
693 mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 8
diff changeset
694 uninstall uninstall-am
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
695
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
696
58
6ab62592cac4 install docs and examples too
meillo@marmaro.de
parents: 57
diff changeset
697 install-data-local: log_dir spool_dir uid_bit conf_dir tpl_dir run_dir doc_dir
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
698
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
699 conf_dir: $(DESTDIR)@with_confdir@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
700
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
701 $(DESTDIR)@with_confdir@:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
702 install -d $(DESTDIR)@with_confdir@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
703
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
704 tpl_dir: $(DESTDIR)@datadir@/tpl
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
705
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
706 $(DESTDIR)@datadir@/tpl: conf_dir
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
707 install -d $(DESTDIR)@datadir@/masqmail/tpl
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
708 install -m 644 tpl/failmsg.tpl $(DESTDIR)@datadir@/masqmail/tpl
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
709 install -m 644 tpl/failmsg.tpl.* $(DESTDIR)@datadir@/masqmail/tpl
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
710 install -m 644 tpl/warnmsg.tpl $(DESTDIR)@datadir@/masqmail/tpl
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
711 install -m 644 tpl/warnmsg.tpl.* $(DESTDIR)@datadir@/masqmail/tpl
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
712
58
6ab62592cac4 install docs and examples too
meillo@marmaro.de
parents: 57
diff changeset
713 doc_dir: conf_dir
6ab62592cac4 install docs and examples too
meillo@marmaro.de
parents: 57
diff changeset
714 install -d $(DESTDIR)@docdir@
6ab62592cac4 install docs and examples too
meillo@marmaro.de
parents: 57
diff changeset
715 cp -r docs $(DESTDIR)@docdir@
6ab62592cac4 install docs and examples too
meillo@marmaro.de
parents: 57
diff changeset
716 cp -r examples $(DESTDIR)@docdir@
6ab62592cac4 install docs and examples too
meillo@marmaro.de
parents: 57
diff changeset
717 cp ChangeLog NEWS AUTHORS COPYING README TODO $(DESTDIR)@docdir@
6ab62592cac4 install docs and examples too
meillo@marmaro.de
parents: 57
diff changeset
718
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
719 log_dir: $(DESTDIR)@with_logdir@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
720
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
721 spool_dir: $(DESTDIR)@with_spooldir@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
722
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
723 uid_bit: $(DESTDIR)@prefix@/sbin/masqmail
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
724 chmod u+s $(DESTDIR)@prefix@/sbin/masqmail
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
725
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
726 run_dir:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
727 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
728
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
729 $(DESTDIR)@with_logdir@:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
730 [ -d `dirname $(DESTDIR)@with_logdir@` ] || \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
731 install -d `dirname $(DESTDIR)@with_logdir@`
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)@with_logdir@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
733
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
734 $(DESTDIR)@with_spooldir@:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
735 [ -d `dirname $(DESTDIR)@with_spooldir@` ] || \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
736 install -d `dirname $(DESTDIR)@with_spooldir@`
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
737 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
738 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
739 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
740 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
741
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
742 # 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
743 # 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
744 .NOEXPORT: