Crap from running automake again; remove when merging.
[hcoop/debian/courier-authlib.git] / Makefile.in
1 # Makefile.in generated by automake 1.10 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 # $Id: Makefile.am,v 1.123 2007/10/07 02:50:45 mrsam Exp $
18 #
19 # Copyright 1998 - 2007 Double Precision, Inc. See COPYING for
20 # distribution information.
21
22
23
24
25
26 VPATH = @srcdir@
27 pkgdatadir = $(datadir)/@PACKAGE@
28 pkglibdir = $(libdir)/@PACKAGE@
29 pkgincludedir = $(includedir)/@PACKAGE@
30 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
31 install_sh_DATA = $(install_sh) -c -m 644
32 install_sh_PROGRAM = $(install_sh) -c
33 install_sh_SCRIPT = $(install_sh) -c
34 INSTALL_HEADER = $(INSTALL_DATA)
35 transform = $(program_transform_name)
36 NORMAL_INSTALL = :
37 PRE_INSTALL = :
38 POST_INSTALL = :
39 NORMAL_UNINSTALL = :
40 PRE_UNINSTALL = :
41 POST_UNINSTALL = :
42 build_triplet = @build@
43 host_triplet = @host@
44 sbin_PROGRAMS = authtest$(EXEEXT) authenumerate$(EXEEXT) \
45 authpasswd$(EXEEXT)
46 bin_PROGRAMS = courierauthconfig$(EXEEXT)
47 noinst_PROGRAMS = authdaemontest$(EXEEXT) authmksock$(EXEEXT) \
48 authdaemondprog$(EXEEXT)
49 subdir = .
50 DIST_COMMON = README $(am__configure_deps) $(include_HEADERS) \
51 $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
52 $(srcdir)/README.authdebug.html.in $(srcdir)/authdaemond.in \
53 $(srcdir)/authdaemonrc.in $(srcdir)/authmigrate.in \
54 $(srcdir)/authsystem.passwd.in \
55 $(srcdir)/courier-authlib.lpspec.in \
56 $(srcdir)/courier-authlib.spec.in \
57 $(srcdir)/courier-authlib.sysvinit.in \
58 $(srcdir)/courier_auth_config.h.in $(srcdir)/dbobj.h.in \
59 $(srcdir)/userdb-test-cram-md5.pl.in $(top_srcdir)/configure \
60 AUTHORS COPYING ChangeLog INSTALL NEWS config.guess config.sub \
61 depcomp install-sh ltmain.sh missing
62 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
63 am__aclocal_m4_deps = $(top_srcdir)/configure.in
64 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
65 $(ACLOCAL_M4)
66 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
67 configure.lineno config.status.lineno
68 mkinstalldirs = $(install_sh) -d
69 CONFIG_HEADER = courier_auth_config.h
70 CONFIG_CLEAN_FILES = authdaemond authdaemonrc authsystem.passwd \
71 README.authdebug.html dbobj.h authmigrate courier-authlib.spec \
72 courier-authlib.lpspec courier-authlib.sysvinit \
73 userdb-test-cram-md5.pl
74 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
75 am__vpath_adj = case $$p in \
76 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
77 *) f=$$p;; \
78 esac;
79 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
80 am__installdirs = "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(bindir)" \
81 "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(pkglibexecdir)" \
82 "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)" \
83 "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(includedir)"
84 pkglibLTLIBRARIES_INSTALL = $(INSTALL)
85 LTLIBRARIES = $(pkglib_LTLIBRARIES)
86 am_libauthcustom_la_OBJECTS = authcustom.lo preauthcustom.lo
87 libauthcustom_la_OBJECTS = $(am_libauthcustom_la_OBJECTS)
88 libauthcustom_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
89 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
90 $(libauthcustom_la_LDFLAGS) $(LDFLAGS) -o $@
91 am_libauthldap_la_OBJECTS = authldap.lo preauthldap.lo authldaplib.lo
92 libauthldap_la_OBJECTS = $(am_libauthldap_la_OBJECTS)
93 libauthldap_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
94 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
95 $(libauthldap_la_LDFLAGS) $(LDFLAGS) -o $@
96 am_libauthmysql_la_OBJECTS = authmysql.lo preauthmysql.lo \
97 authmysqllib.lo
98 libauthmysql_la_OBJECTS = $(am_libauthmysql_la_OBJECTS)
99 libauthmysql_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
100 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
101 $(libauthmysql_la_LDFLAGS) $(LDFLAGS) -o $@
102 am_libauthpam_la_OBJECTS = authpam.lo preauthpam.lo
103 libauthpam_la_OBJECTS = $(am_libauthpam_la_OBJECTS)
104 libauthpam_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
105 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
106 $(libauthpam_la_LDFLAGS) $(LDFLAGS) -o $@
107 am_libauthpgsql_la_OBJECTS = authpgsql.lo preauthpgsql.lo \
108 authpgsqllib.lo
109 libauthpgsql_la_OBJECTS = $(am_libauthpgsql_la_OBJECTS)
110 libauthpgsql_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
111 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
112 $(libauthpgsql_la_LDFLAGS) $(LDFLAGS) -o $@
113 am_libauthpipe_la_OBJECTS = authpipe.lo authpipelib.lo
114 libauthpipe_la_OBJECTS = $(am_libauthpipe_la_OBJECTS)
115 libauthpipe_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
116 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
117 $(libauthpipe_la_LDFLAGS) $(LDFLAGS) -o $@
118 am_libauthpwd_la_OBJECTS = authpwd.lo preauthpwd.lo
119 libauthpwd_la_OBJECTS = $(am_libauthpwd_la_OBJECTS)
120 libauthpwd_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
121 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
122 $(libauthpwd_la_LDFLAGS) $(LDFLAGS) -o $@
123 am_libauthshadow_la_OBJECTS = authshadow.lo preauthshadow.lo
124 libauthshadow_la_OBJECTS = $(am_libauthshadow_la_OBJECTS)
125 libauthshadow_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
126 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
127 $(libauthshadow_la_LDFLAGS) $(LDFLAGS) -o $@
128 am__DEPENDENCIES_1 = userdb/libuserdb.la
129 am_libauthuserdb_la_OBJECTS = authuserdb.lo preauthuserdb.lo \
130 preauthuserdbcommon.lo authuserdbpwd.lo
131 libauthuserdb_la_OBJECTS = $(am_libauthuserdb_la_OBJECTS)
132 libauthuserdb_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
133 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
134 $(libauthuserdb_la_LDFLAGS) $(LDFLAGS) -o $@
135 am_libauthvchkpw_la_OBJECTS = authvchkpw.lo authvchkpwlib.lo \
136 preauthvchkpw.lo
137 libauthvchkpw_la_OBJECTS = $(am_libauthvchkpw_la_OBJECTS)
138 libauthvchkpw_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
139 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
140 $(libauthvchkpw_la_LDFLAGS) $(LDFLAGS) -o $@
141 libcourierauth_la_DEPENDENCIES = numlib/libnumlib.la \
142 random128/librandom128.la rfc822/libencode.la
143 am_libcourierauth_la_OBJECTS = authdaemon.lo authdaemonlib.lo \
144 preauthdaemon.lo authmoduser2.lo authmoduser3.lo debug.lo \
145 authoption.lo
146 libcourierauth_la_OBJECTS = $(am_libcourierauth_la_OBJECTS)
147 libcourierauth_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
148 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
149 $(libcourierauth_la_LDFLAGS) $(LDFLAGS) -o $@
150 am__libcourierauthcommon_la_SOURCES_DIST = auth.h courierauth.h \
151 authpwdenumerate.c authsaslfrombase64.c authsasltobase64.c \
152 authstaticlist.h authsyschangepwd.c authsyscommon.c cramlib.c \
153 cramlib.h checkpassword.c cryptpassword.c checkpasswordmd5.c \
154 checkpasswordsha1.c
155 @HAVE_MD5_TRUE@am__objects_1 = checkpasswordmd5.lo
156 @HAVE_SHA1_TRUE@am__objects_2 = checkpasswordsha1.lo
157 am_libcourierauthcommon_la_OBJECTS = authpwdenumerate.lo \
158 authsaslfrombase64.lo authsasltobase64.lo authsyschangepwd.lo \
159 authsyscommon.lo cramlib.lo checkpassword.lo cryptpassword.lo \
160 $(am__objects_1) $(am__objects_2)
161 libcourierauthcommon_la_OBJECTS = \
162 $(am_libcourierauthcommon_la_OBJECTS)
163 libcourierauthcommon_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
164 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
165 $(libcourierauthcommon_la_LDFLAGS) $(LDFLAGS) -o $@
166 libcourierauthsasl_la_DEPENDENCIES = libcourierauth.la
167 am_libcourierauthsasl_la_OBJECTS = authsasl.lo authsaslcram.lo \
168 authsasllogin.lo authsaslplain.lo authsaslfrombase64.lo \
169 authsasltobase64.lo
170 libcourierauthsasl_la_OBJECTS = $(am_libcourierauthsasl_la_OBJECTS)
171 libcourierauthsasl_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
172 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
173 $(libcourierauthsasl_la_LDFLAGS) $(LDFLAGS) -o $@
174 libcourierauthsaslclient_la_DEPENDENCIES = libcourierauth.la
175 am_libcourierauthsaslclient_la_OBJECTS = authsaslclient.lo \
176 authsaslclientcram.lo authsaslclientcrammd5.lo \
177 authsaslclientcramsha1.lo authsaslclientlogin.lo \
178 authsaslclientplain.lo authsaslfrombase64.lo \
179 authsasltobase64.lo
180 libcourierauthsaslclient_la_OBJECTS = \
181 $(am_libcourierauthsaslclient_la_OBJECTS)
182 libcourierauthsaslclient_la_LINK = $(LIBTOOL) --tag=CC \
183 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
184 $(AM_CFLAGS) $(CFLAGS) $(libcourierauthsaslclient_la_LDFLAGS) \
185 $(LDFLAGS) -o $@
186 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
187 sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
188 PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) $(sbin_PROGRAMS)
189 am_authdaemondprog_OBJECTS = authdaemond.$(OBJEXT)
190 authdaemondprog_OBJECTS = $(am_authdaemondprog_OBJECTS)
191 am__DEPENDENCIES_2 =
192 authdaemondprog_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
193 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
194 $(authdaemondprog_LDFLAGS) $(LDFLAGS) -o $@
195 am_authdaemontest_OBJECTS = authdaemontest.$(OBJEXT)
196 authdaemontest_OBJECTS = $(am_authdaemontest_OBJECTS)
197 authdaemontest_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
198 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
199 $(authdaemontest_LDFLAGS) $(LDFLAGS) -o $@
200 am_authenumerate_OBJECTS = authenumerate.$(OBJEXT)
201 authenumerate_OBJECTS = $(am_authenumerate_OBJECTS)
202 authenumerate_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
203 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
204 $(authenumerate_LDFLAGS) $(LDFLAGS) -o $@
205 am_authmksock_OBJECTS = authmksock.$(OBJEXT)
206 authmksock_OBJECTS = $(am_authmksock_OBJECTS)
207 authmksock_DEPENDENCIES =
208 am_authpasswd_OBJECTS = authpasswd.$(OBJEXT)
209 authpasswd_OBJECTS = $(am_authpasswd_OBJECTS)
210 authpasswd_DEPENDENCIES = libcourierauthcommon.la libhmac/libhmac.la \
211 md5/libmd5.la sha1/libsha1.la rfc822/libencode.la
212 am_authtest_OBJECTS = authtest.$(OBJEXT)
213 authtest_OBJECTS = $(am_authtest_OBJECTS)
214 am_courierauthconfig_OBJECTS = authinfo.$(OBJEXT)
215 courierauthconfig_OBJECTS = $(am_courierauthconfig_OBJECTS)
216 courierauthconfig_LDADD = $(LDADD)
217 pkglibexecSCRIPT_INSTALL = $(INSTALL_SCRIPT)
218 sbinSCRIPT_INSTALL = $(INSTALL_SCRIPT)
219 SCRIPTS = $(pkglibexec_SCRIPTS) $(sbin_SCRIPTS)
220 DEFAULT_INCLUDES = -I.@am__isrc@
221 depcomp = $(SHELL) $(top_srcdir)/depcomp
222 am__depfiles_maybe = depfiles
223 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
224 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
225 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
226 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
227 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
228 CCLD = $(CC)
229 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
230 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
231 $(LDFLAGS) -o $@
232 SOURCES = $(libauthcustom_la_SOURCES) $(libauthldap_la_SOURCES) \
233 $(libauthmysql_la_SOURCES) $(libauthpam_la_SOURCES) \
234 $(libauthpgsql_la_SOURCES) $(libauthpipe_la_SOURCES) \
235 $(libauthpwd_la_SOURCES) $(libauthshadow_la_SOURCES) \
236 $(libauthuserdb_la_SOURCES) $(libauthvchkpw_la_SOURCES) \
237 $(libcourierauth_la_SOURCES) \
238 $(libcourierauthcommon_la_SOURCES) \
239 $(libcourierauthsasl_la_SOURCES) \
240 $(libcourierauthsaslclient_la_SOURCES) \
241 $(authdaemondprog_SOURCES) $(authdaemontest_SOURCES) \
242 $(authenumerate_SOURCES) $(authmksock_SOURCES) \
243 $(authpasswd_SOURCES) $(authtest_SOURCES) \
244 $(courierauthconfig_SOURCES)
245 DIST_SOURCES = $(libauthcustom_la_SOURCES) $(libauthldap_la_SOURCES) \
246 $(libauthmysql_la_SOURCES) $(libauthpam_la_SOURCES) \
247 $(libauthpgsql_la_SOURCES) $(libauthpipe_la_SOURCES) \
248 $(libauthpwd_la_SOURCES) $(libauthshadow_la_SOURCES) \
249 $(libauthuserdb_la_SOURCES) $(libauthvchkpw_la_SOURCES) \
250 $(libcourierauth_la_SOURCES) \
251 $(am__libcourierauthcommon_la_SOURCES_DIST) \
252 $(libcourierauthsasl_la_SOURCES) \
253 $(libcourierauthsaslclient_la_SOURCES) \
254 $(authdaemondprog_SOURCES) $(authdaemontest_SOURCES) \
255 $(authenumerate_SOURCES) $(authmksock_SOURCES) \
256 $(authpasswd_SOURCES) $(authtest_SOURCES) \
257 $(courierauthconfig_SOURCES)
258 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
259 html-recursive info-recursive install-data-recursive \
260 install-dvi-recursive install-exec-recursive \
261 install-html-recursive install-info-recursive \
262 install-pdf-recursive install-ps-recursive install-recursive \
263 installcheck-recursive installdirs-recursive pdf-recursive \
264 ps-recursive uninstall-recursive
265 man1dir = $(mandir)/man1
266 man3dir = $(mandir)/man3
267 NROFF = nroff
268 MANS = $(man_MANS)
269 DATA = $(noinst_DATA)
270 includeHEADERS_INSTALL = $(INSTALL_HEADER)
271 HEADERS = $(include_HEADERS)
272 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
273 distclean-recursive maintainer-clean-recursive
274 ETAGS = etags
275 CTAGS = ctags
276 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
277 distdir = $(PACKAGE)-$(VERSION)
278 top_distdir = $(distdir)
279 am__remove_distdir = \
280 { test ! -d $(distdir) \
281 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
282 && rm -fr $(distdir); }; }
283 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
284 GZIP_ENV = --best
285 distuninstallcheck_listfiles = find . -type f -print
286 distcleancheck_listfiles = find . -type f -print
287 ACLOCAL = @ACLOCAL@
288 AMTAR = @AMTAR@
289 AR = @AR@
290 AUTHPAMCRYPT = @AUTHPAMCRYPT@
291 AUTOCONF = @AUTOCONF@
292 AUTOHEADER = @AUTOHEADER@
293 AUTOMAKE = @AUTOMAKE@
294 AWK = @AWK@
295 CC = @CC@
296 CCDEPMODE = @CCDEPMODE@
297 CFLAGS = @CFLAGS@
298 COURIERCONFIG = @COURIERCONFIG@
299 CPP = @CPP@
300 CPPFLAGS = @CPPFLAGS@
301 CRYPTLIBS = @CRYPTLIBS@
302 CXX = @CXX@
303 CXXCPP = @CXXCPP@
304 CXXDEPMODE = @CXXDEPMODE@
305 CXXFLAGS = @CXXFLAGS@
306 CYGPATH_W = @CYGPATH_W@
307 DBSUBDIR = @DBSUBDIR@
308 DEFS = @DEFS@
309 DEPDIR = @DEPDIR@
310 ECHO = @ECHO@
311 ECHO_C = @ECHO_C@
312 ECHO_N = @ECHO_N@
313 ECHO_T = @ECHO_T@
314 EGREP = @EGREP@
315 EXEEXT = @EXEEXT@
316 EXPECT = @EXPECT@
317 F77 = @F77@
318 FFLAGS = @FFLAGS@
319 GREP = @GREP@
320 HMACLIB = @HMACLIB@
321 INSTALL = @INSTALL@
322 INSTALL_DATA = @INSTALL_DATA@
323 INSTALL_PROGRAM = @INSTALL_PROGRAM@
324 INSTALL_SCRIPT = @INSTALL_SCRIPT@
325 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
326 LDAPLIBS = @LDAPLIBS@
327 LDFLAGS = @LDFLAGS@
328 LIBAUTHCUSTOM = @LIBAUTHCUSTOM@
329 LIBAUTHLDAP = @LIBAUTHLDAP@
330 LIBAUTHMYSQL = @LIBAUTHMYSQL@
331 LIBAUTHPAM = @LIBAUTHPAM@
332 LIBAUTHPGSQL = @LIBAUTHPGSQL@
333 LIBAUTHPIPE = @LIBAUTHPIPE@
334 LIBAUTHPWD = @LIBAUTHPWD@
335 LIBAUTHSHADOW = @LIBAUTHSHADOW@
336 LIBAUTHUSERDB = @LIBAUTHUSERDB@
337 LIBAUTHVCHKPW = @LIBAUTHVCHKPW@
338 LIBDB = @LIBDB@
339 LIBDL = @LIBDL@
340 LIBGDBM = @LIBGDBM@
341 LIBLTDL = @LIBLTDL@
342 LIBLTDL_SUBDIR = @LIBLTDL_SUBDIR@
343 LIBM = @LIBM@
344 LIBOBJS = @LIBOBJS@
345 LIBS = @LIBS@
346 LIBTOOL = @LIBTOOL@
347 LN_S = @LN_S@
348 LTDLINCL = @LTDLINCL@
349 LTLIBOBJS = @LTLIBOBJS@
350 MAKEINFO = @MAKEINFO@
351 MD5LIB = @MD5LIB@
352 MKDIR_P = @MKDIR_P@
353 MYSQL_CONFIG = @MYSQL_CONFIG@
354 MYSQL_LIBS = @MYSQL_LIBS@
355 NETLIBS = @NETLIBS@
356 OBJEXT = @OBJEXT@
357 PACKAGE = @PACKAGE@
358 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
359 PACKAGE_NAME = @PACKAGE_NAME@
360 PACKAGE_STRING = @PACKAGE_STRING@
361 PACKAGE_TARNAME = @PACKAGE_TARNAME@
362 PACKAGE_VERSION = @PACKAGE_VERSION@
363 PASSWD = @PASSWD@
364 PATH_SEPARATOR = @PATH_SEPARATOR@
365 PERL = @PERL@
366 PGSQL_LIBS = @PGSQL_LIBS@
367 PG_CONFIG = @PG_CONFIG@
368 RANLIB = @RANLIB@
369 REPOSITORY = @REPOSITORY@
370 SET_MAKE = @SET_MAKE@
371 SHA1LIB = @SHA1LIB@
372 SHADOWLIBS = @SHADOWLIBS@
373 SHELL = @SHELL@
374 STRIP = @STRIP@
375 USE_DB = @USE_DB@
376 USE_GDBM = @USE_GDBM@
377 VERSION = @VERSION@
378 VPOPMAILLIBS = @VPOPMAILLIBS@
379 abs_builddir = @abs_builddir@
380 abs_srcdir = @abs_srcdir@
381 abs_top_builddir = @abs_top_builddir@
382 abs_top_srcdir = @abs_top_srcdir@
383 ac_ct_CC = @ac_ct_CC@
384 ac_ct_CXX = @ac_ct_CXX@
385 ac_ct_F77 = @ac_ct_F77@
386 am__include = @am__include@
387 am__leading_dot = @am__leading_dot@
388 am__quote = @am__quote@
389 am__tar = @am__tar@
390 am__untar = @am__untar@
391 authProg = @authProg@
392 authdaemonrc = @authdaemonrc@
393 authdaemonvar = @authdaemonvar@
394 authldaprc = @authldaprc@
395 authmysqlrc = @authmysqlrc@
396 authpgsqlrc = @authpgsqlrc@
397 bindir = @bindir@
398 build = @build@
399 build_alias = @build_alias@
400 build_cpu = @build_cpu@
401 build_os = @build_os@
402 build_vendor = @build_vendor@
403 builddir = @builddir@
404 datadir = @datadir@
405 datarootdir = @datarootdir@
406 dblibrary = @dblibrary@
407 docdir = @docdir@
408 dvidir = @dvidir@
409 exec_prefix = @exec_prefix@
410 host = @host@
411 host_alias = @host_alias@
412 host_cpu = @host_cpu@
413 host_os = @host_os@
414 host_vendor = @host_vendor@
415 htmldir = @htmldir@
416 includedir = @includedir@
417 infodir = @infodir@
418 install_sh = @install_sh@
419 libdir = @libdir@
420 libexecdir = @libexecdir@
421 localedir = @localedir@
422 localstatedir = @localstatedir@
423 mailgroup = @mailgroup@
424 mailuser = @mailuser@
425 mandir = @mandir@
426 mkdir_p = @mkdir_p@
427 oldincludedir = @oldincludedir@
428 pdfdir = @pdfdir@
429 prefix = @prefix@
430 program_transform_name = @program_transform_name@
431 psdir = @psdir@
432 sbindir = @sbindir@
433 sharedstatedir = @sharedstatedir@
434 srcdir = @srcdir@
435 subdirs = @subdirs@
436 sysconfdir = @sysconfdir@
437 target_alias = @target_alias@
438 top_builddir = @top_builddir@
439 top_srcdir = @top_srcdir@
440 userdb = @userdb@
441 vpopmail_home = @vpopmail_home@
442 AUTOMAKE_OPTIONS = dist-bzip2
443 SUBDIRS = @LIBLTDL_SUBDIR@ @DBSUBDIR@ md5 sha1 libhmac numlib makedat userdb rfc822 random128 liblock liblog
444 DIST_SUBDIRS = libltdl gdbmobj bdbobj md5 sha1 libhmac numlib makedat userdb rfc822 random128 liblock liblog
445 INCLUDES = $(LTDLINCL)
446 modules = @LIBAUTHUSERDB@ \
447 @LIBAUTHPAM@ @LIBAUTHPWD@ @LIBAUTHSHADOW@ \
448 @LIBAUTHPGSQL@ @LIBAUTHLDAP@ @LIBAUTHMYSQL@ \
449 @LIBAUTHCUSTOM@ @LIBAUTHVCHKPW@ @LIBAUTHPIPE@
450
451 pkglibexecdir = $(libexecdir)/courier-authlib
452 pkglibexec_SCRIPTS = authsystem.passwd
453 pkglib_LTLIBRARIES = libcourierauth.la \
454 libcourierauthsasl.la libcourierauthsaslclient.la \
455 libcourierauthcommon.la $(modules)
456
457 sbin_SCRIPTS = authdaemond
458 EXTRA_LTLIBRARIES = libauthuserdb.la \
459 libauthpam.la libauthpwd.la libauthshadow.la \
460 libauthvchkpw.la \
461 libauthpgsql.la \
462 libauthldap.la \
463 libauthmysql.la \
464 libauthcustom.la \
465 libauthpipe.la
466
467 CLEANFILES = authldaprc.h authmysqlrc.h authdaemonrc.h vpopmail_config.h \
468 authpgsqlrc.h authpiperc.h authdaemon \
469 authlib.3 authlib.html packageversion.h \
470 authchangepwdir.h sbindir.h pkglibdir.h pkgincludedir.h \
471 mailusergroup.h authinfodaemondlist.c permissions.dat \
472 README.authdebug.html
473
474 DISTCLEANFILES = dbobj.config README_authlib.html
475 commonlibdep = libcourierauthcommon.la
476 commonldflags = -module -rpath $(pkglibdir) -export-symbols-regex 'courier_auth.*_init'
477 commonlibadd = libcourierauthcommon.la
478 libcourierauthcommon_t = @CRYPTLIBS@
479 libcourierauthcommon_la_SOURCES = \
480 auth.h courierauth.h \
481 authpwdenumerate.c \
482 authsaslfrombase64.c authsasltobase64.c \
483 authstaticlist.h \
484 authsyschangepwd.c authsyscommon.c \
485 cramlib.c cramlib.h \
486 checkpassword.c cryptpassword.c \
487 $(checkpasswordmd5c) $(checkpasswordsha1c)
488
489 libcourierauthcommon_la_DEPENDENCIES = libcourierauth.la
490 libcourierauthcommon_la_LIBADD = libcourierauth.la
491 libcourierauthcommon_la_LDFLAGS = $(libcourierauthcommon_t:%=-Wl,%)
492 libcourierauth_la_SOURCES = authdaemon.c authdaemonlib.c preauthdaemon.c \
493 authmoduser2.c authmoduser3.c debug.c \
494 courierauthdebug.h \
495 authoption.c
496
497 libcourierauth_la_LIBADD = @HMACLIB@ @MD5LIB@ @SHA1LIB@ numlib/libnumlib.la \
498 random128/librandom128.la rfc822/libencode.la
499
500 libcourierauth_la_LDFLAGS = @NETLIBS@
501
502 # The userdb module
503 libauthuserdb_t = userdb/libuserdb.la @dblibrary@ @LIBGDBM@ @LIBDB@
504 libauthuserdb_la_SOURCES = authuserdb.c preauthuserdb.c preauthuserdbcommon.c \
505 authuserdbpwd.c
506
507 libauthuserdb_la_DEPENDENCIES = libcourierauthcommon.la @dblibrary@
508 libauthuserdb_la_LIBADD = $(commonlibadd) $(libauthuserdb_t)
509 libauthuserdb_la_LDFLAGS = $(commonldflags)
510
511 # the authpam module
512 libauthpam_t = -lpam @SHADOWLIBS@ @AUTHPAMCRYPT@ @LIBDL@
513 libauthpam_la_SOURCES = authpam.c preauthpam.c authwait.h
514 libauthpam_la_DEPENDENCIES = $(commonlibdep)
515 libauthpam_la_LIBADD = $(commonlibadd)
516 libauthpam_la_LDFLAGS = $(commonldflags) $(libauthpam_t)
517
518 # The authpwd module
519 libauthpwd_la_SOURCES = authpwd.c preauthpwd.c
520 libauthpwd_la_DEPENDENCIES = $(commonlibdep)
521 libauthpwd_la_LIBADD = $(commonlibadd)
522 libauthpwd_la_LDFLAGS = $(commonldflags)
523
524 # The authshadow module
525 libauthshadow_t = @SHADOWLIBS@
526 libauthshadow_la_SOURCES = authshadow.c preauthshadow.c
527 libauthshadow_la_DEPENDENCIES = $(commonlibdep)
528 libauthshadow_la_LIBADD = $(commonlibadd)
529 libauthshadow_la_LDFLAGS = $(commonldflags) $(libauthshadow_t)
530
531 # The authvchkpw module
532 libauthvchkpw_t = @VPOPMAILLIBS@ @LIBM@
533 libauthvchkpw_la_SOURCES = authvchkpw.c authvchkpwlib.c preauthvchkpw.c
534 libauthvchkpw_la_DEPENDENCIES = $(commonlibdep)
535 libauthvchkpw_la_LIBADD = $(commonlibadd)
536 libauthvchkpw_la_LDFLAGS = $(commonldflags) $(libauthvchkpw_t)
537
538 # The authpgsql module
539 libauthpgsql_t = @PGSQL_LIBS@ @LIBM@ @NETLIBS@
540 libauthpgsql_la_SOURCES = authpgsql.c preauthpgsql.c authpgsqllib.c authpgsql.h
541 libauthpgsql_la_DEPENDENCIES = $(commonlibdep)
542 libauthpgsql_la_LIBADD = $(commonlibadd)
543 libauthpgsql_la_LDFLAGS = $(commonldflags) $(libauthpgsql_t)
544
545 # The authldap module
546 libauthldap_t = @LDAPLIBS@ @NETLIBS@
547 libauthldap_la_SOURCES = authldap.c preauthldap.c authldaplib.c authldap.h
548 libauthldap_la_DEPENDENCIES = $(commonlibdep)
549 libauthldap_la_LIBADD = $(commonlibadd)
550 libauthldap_la_LDFLAGS = $(commonldflags) $(libauthldap_t)
551
552 # The authmysql module
553 libauthmysql_t = @MYSQL_LIBS@ @LIBM@ @NETLIBS@
554 libauthmysql_la_SOURCES = authmysql.c preauthmysql.c authmysqllib.c authmysql.h
555 libauthmysql_la_DEPENDENCIES = $(commonlibdep)
556 libauthmysql_la_LIBADD = $(commonlibadd)
557 libauthmysql_la_LDFLAGS = $(commonldflags) $(libauthmysql_t)
558
559 # The authcustom module
560 libauthcustom_la_SOURCES = authcustom.c preauthcustom.c authcustom.h
561 libauthcustom_la_DEPENDENCIES = $(commonlibdep)
562 libauthcustom_la_LIBADD = $(commonlibadd)
563 libauthcustom_la_LDFLAGS = $(commonldflags)
564
565 # The authpipe module
566 libauthpipe_la_SOURCES = authpipe.c authpipelib.h authpipelib.c
567 libauthpipe_la_DEPENDENCIES = $(commonlibdep)
568 libauthpipe_la_LIBADD = $(commonlibadd)
569 libauthpipe_la_LDFLAGS = $(commonldflags)
570 @HAVE_MD5_FALSE@checkpasswordmd5c =
571 @HAVE_MD5_TRUE@checkpasswordmd5c = checkpasswordmd5.c
572 @HAVE_SHA1_FALSE@checkpasswordsha1c =
573 @HAVE_SHA1_TRUE@checkpasswordsha1c = checkpasswordsha1.c
574 HTMLFILES = README.html NEWS.html INSTALL.html \
575 README.authmysql.html README.authpostgres.html
576
577 EXTRA_DIST = $(HTMLFILES) sysconftool COPYING COPYING.GPL\
578 authldap.schema \
579 checkpasswordmd5.c checkpasswordsha1.c \
580 authldaprc authmysqlrc authpgsqlrc README.ldap \
581 README.authmysql.myownquery \
582 README.authdebug.html.in \
583 courier-authlib.spec \
584 courier-authlib.lpspec pgpkeys.txt \
585 README_authlib.html.in \
586 authlib.html.in authlib.3.in \
587 authpasswd.html authpasswd.1 \
588 authtest.html authtest.1 \
589 auth_sasl.html auth_sasl.3 \
590 auth_generic.html auth_generic.3 \
591 auth_login.html auth_login.3 \
592 auth_passwd.html auth_passwd.3 \
593 auth_getuserinfo.html auth_getuserinfo.3 \
594 auth_enumerate.html auth_enumerate.3 \
595 auth_getoption.html auth_getoption.3 \
596 samplepipe.pl
597
598 libcourierauthsasl_la_SOURCES = \
599 authsasl.c courierauthsasl.h \
600 authsaslcram.c authsasllogin.c authsaslplain.c \
601 authsaslfrombase64.c authsasltobase64.c
602
603 libcourierauthsasl_la_LIBADD = libcourierauth.la
604 libcourierauthsasl_la_LDFLAGS = -export-symbols-regex '^auth_sasl$$'
605 libcourierauthsaslclient_la_SOURCES = courierauthsaslclient.h \
606 authsaslclient.c authsaslclient.h authsaslclientcram.c \
607 authsaslclientcrammd5.c authsaslclientcramsha1.c \
608 authsaslclientlogin.c authsaslclientplain.c \
609 authsaslfrombase64.c authsasltobase64.c
610
611 libcourierauthsaslclient_la_LIBADD = libcourierauth.la
612 libcourierauthsaslclient_la_LDFLAGS = -export-symbols-regex '^auth_sasl_client$$'
613 include_HEADERS = courier_auth_config.h courierauth.h courierauthsasl.h \
614 courierauthsaslclient.h courierauthdebug.h
615
616 courierauthconfig_SOURCES = authinfo.c
617 authpasswd_SOURCES = authpasswd.c
618 authpasswd_LDADD = libcourierauthcommon.la \
619 libhmac/libhmac.la md5/libmd5.la sha1/libsha1.la rfc822/libencode.la
620
621 authtest_SOURCES = authtest.c
622 authtest_DEPENDENCIES = libcourierauth.la
623 authtest_LDADD = libcourierauth.la
624 authenumerate_SOURCES = authenumerate.c
625 authenumerate_DEPENDENCIES = libcourierauth.la \
626 numlib/libnumlib.la
627
628 authenumerate_LDADD = libcourierauth.la \
629 numlib/libnumlib.la
630
631 authenumerate_LDFLAGS =
632
633 #
634 # The main daemon.
635 authdaemondprog_SOURCES = authdaemond.c
636 authdaemondprog_DEPENDENCIES = libcourierauthcommon.la \
637 liblock/liblock.la $(modules) \
638 libhmac/libhmac.la md5/libmd5.la sha1/libsha1.la \
639 rfc822/libencode.la numlib/libnumlib.la
640
641 authdaemondprog_LDADD = $(LIBLTDL) libcourierauthcommon.la liblock/liblock.la \
642 libhmac/libhmac.la md5/libmd5.la sha1/libsha1.la \
643 rfc822/libencode.la numlib/libnumlib.la
644
645 authdaemondprog_LDFLAGS = -export-dynamic $(modules:%=-dlopen %) @NETLIBS@
646 authdaemontest_SOURCES = authdaemontest.c
647 authdaemontest_DEPENDENCIES = libcourierauthcommon.la
648 authdaemontest_LDADD = libcourierauthcommon.la @NETLIBS@
649 authdaemontest_LDFLAGS = -static
650 authmksock_SOURCES = authmksock.c
651 authmksock_LDADD = @NETLIBS@
652 man3 = authlib.3 auth_generic.3 auth_login.3 auth_getuserinfo.3 \
653 auth_enumerate.3 auth_passwd.3 auth_getoption.3 auth_sasl.3
654
655 man1 = authpasswd.1 authtest.1
656 man_MANS = $(man1) $(man3)
657 BUILT1 = authlib.html authldaprc.h authmysqlrc.h authpgsqlrc.h authpiperc.h \
658 authdaemonrc.h vpopmail_config.h packageversion.h \
659 authchangepwdir.h sbindir.h \
660 pkglibdir.h pkgincludedir.h mailusergroup.h \
661 README_authlib.html
662
663 BUILT_SOURCES = $(BUILT1) $(man3:%.3=%.html) $(man1:%.1=%.html)
664 noinst_DATA = $(BUILT_SOURCES)
665 HTMLDOCFILES = $(HTMLFILES) README.authdebug.html README_authlib.html \
666 $(man3:%.3=%.html) $(man1:%.1=%.html)
667
668 all: $(BUILT_SOURCES) courier_auth_config.h
669 $(MAKE) $(AM_MAKEFLAGS) all-recursive
670
671 .SUFFIXES:
672 .SUFFIXES: .c .lo .o .obj
673 am--refresh:
674 @:
675 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
676 @for dep in $?; do \
677 case '$(am__configure_deps)' in \
678 *$$dep*) \
679 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
680 cd $(srcdir) && $(AUTOMAKE) --gnu \
681 && exit 0; \
682 exit 1;; \
683 esac; \
684 done; \
685 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
686 cd $(top_srcdir) && \
687 $(AUTOMAKE) --gnu Makefile
688 .PRECIOUS: Makefile
689 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
690 @case '$?' in \
691 *config.status*) \
692 echo ' $(SHELL) ./config.status'; \
693 $(SHELL) ./config.status;; \
694 *) \
695 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
696 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
697 esac;
698
699 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
700 $(SHELL) ./config.status --recheck
701
702 $(top_srcdir)/configure: $(am__configure_deps)
703 cd $(srcdir) && $(AUTOCONF)
704 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
705 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
706
707 courier_auth_config.h: stamp-h1
708 @if test ! -f $@; then \
709 rm -f stamp-h1; \
710 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
711 else :; fi
712
713 stamp-h1: $(srcdir)/courier_auth_config.h.in $(top_builddir)/config.status
714 @rm -f stamp-h1
715 cd $(top_builddir) && $(SHELL) ./config.status courier_auth_config.h
716 $(srcdir)/courier_auth_config.h.in: $(am__configure_deps)
717 cd $(top_srcdir) && $(AUTOHEADER)
718 rm -f stamp-h1
719 touch $@
720
721 distclean-hdr:
722 -rm -f courier_auth_config.h stamp-h1
723 authdaemond: $(top_builddir)/config.status $(srcdir)/authdaemond.in
724 cd $(top_builddir) && $(SHELL) ./config.status $@
725 authdaemonrc: $(top_builddir)/config.status $(srcdir)/authdaemonrc.in
726 cd $(top_builddir) && $(SHELL) ./config.status $@
727 authsystem.passwd: $(top_builddir)/config.status $(srcdir)/authsystem.passwd.in
728 cd $(top_builddir) && $(SHELL) ./config.status $@
729 README.authdebug.html: $(top_builddir)/config.status $(srcdir)/README.authdebug.html.in
730 cd $(top_builddir) && $(SHELL) ./config.status $@
731 dbobj.h: $(top_builddir)/config.status $(srcdir)/dbobj.h.in
732 cd $(top_builddir) && $(SHELL) ./config.status $@
733 authmigrate: $(top_builddir)/config.status $(srcdir)/authmigrate.in
734 cd $(top_builddir) && $(SHELL) ./config.status $@
735 courier-authlib.spec: $(top_builddir)/config.status $(srcdir)/courier-authlib.spec.in
736 cd $(top_builddir) && $(SHELL) ./config.status $@
737 courier-authlib.lpspec: $(top_builddir)/config.status $(srcdir)/courier-authlib.lpspec.in
738 cd $(top_builddir) && $(SHELL) ./config.status $@
739 courier-authlib.sysvinit: $(top_builddir)/config.status $(srcdir)/courier-authlib.sysvinit.in
740 cd $(top_builddir) && $(SHELL) ./config.status $@
741 userdb-test-cram-md5.pl: $(top_builddir)/config.status $(srcdir)/userdb-test-cram-md5.pl.in
742 cd $(top_builddir) && $(SHELL) ./config.status $@
743 install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
744 @$(NORMAL_INSTALL)
745 test -z "$(pkglibdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibdir)"
746 @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
747 if test -f $$p; then \
748 f=$(am__strip_dir) \
749 echo " $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pkglibdir)/$$f'"; \
750 $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pkglibdir)/$$f"; \
751 else :; fi; \
752 done
753
754 uninstall-pkglibLTLIBRARIES:
755 @$(NORMAL_UNINSTALL)
756 @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
757 p=$(am__strip_dir) \
758 echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$p'"; \
759 $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$p"; \
760 done
761
762 clean-pkglibLTLIBRARIES:
763 -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
764 @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
765 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
766 test "$$dir" != "$$p" || dir=.; \
767 echo "rm -f \"$${dir}/so_locations\""; \
768 rm -f "$${dir}/so_locations"; \
769 done
770 libauthcustom.la: $(libauthcustom_la_OBJECTS) $(libauthcustom_la_DEPENDENCIES)
771 $(libauthcustom_la_LINK) $(libauthcustom_la_OBJECTS) $(libauthcustom_la_LIBADD) $(LIBS)
772 libauthldap.la: $(libauthldap_la_OBJECTS) $(libauthldap_la_DEPENDENCIES)
773 $(libauthldap_la_LINK) $(libauthldap_la_OBJECTS) $(libauthldap_la_LIBADD) $(LIBS)
774 libauthmysql.la: $(libauthmysql_la_OBJECTS) $(libauthmysql_la_DEPENDENCIES)
775 $(libauthmysql_la_LINK) $(libauthmysql_la_OBJECTS) $(libauthmysql_la_LIBADD) $(LIBS)
776 libauthpam.la: $(libauthpam_la_OBJECTS) $(libauthpam_la_DEPENDENCIES)
777 $(libauthpam_la_LINK) $(libauthpam_la_OBJECTS) $(libauthpam_la_LIBADD) $(LIBS)
778 libauthpgsql.la: $(libauthpgsql_la_OBJECTS) $(libauthpgsql_la_DEPENDENCIES)
779 $(libauthpgsql_la_LINK) $(libauthpgsql_la_OBJECTS) $(libauthpgsql_la_LIBADD) $(LIBS)
780 libauthpipe.la: $(libauthpipe_la_OBJECTS) $(libauthpipe_la_DEPENDENCIES)
781 $(libauthpipe_la_LINK) $(libauthpipe_la_OBJECTS) $(libauthpipe_la_LIBADD) $(LIBS)
782 libauthpwd.la: $(libauthpwd_la_OBJECTS) $(libauthpwd_la_DEPENDENCIES)
783 $(libauthpwd_la_LINK) $(libauthpwd_la_OBJECTS) $(libauthpwd_la_LIBADD) $(LIBS)
784 libauthshadow.la: $(libauthshadow_la_OBJECTS) $(libauthshadow_la_DEPENDENCIES)
785 $(libauthshadow_la_LINK) $(libauthshadow_la_OBJECTS) $(libauthshadow_la_LIBADD) $(LIBS)
786 libauthuserdb.la: $(libauthuserdb_la_OBJECTS) $(libauthuserdb_la_DEPENDENCIES)
787 $(libauthuserdb_la_LINK) $(libauthuserdb_la_OBJECTS) $(libauthuserdb_la_LIBADD) $(LIBS)
788 libauthvchkpw.la: $(libauthvchkpw_la_OBJECTS) $(libauthvchkpw_la_DEPENDENCIES)
789 $(libauthvchkpw_la_LINK) $(libauthvchkpw_la_OBJECTS) $(libauthvchkpw_la_LIBADD) $(LIBS)
790 libcourierauth.la: $(libcourierauth_la_OBJECTS) $(libcourierauth_la_DEPENDENCIES)
791 $(libcourierauth_la_LINK) -rpath $(pkglibdir) $(libcourierauth_la_OBJECTS) $(libcourierauth_la_LIBADD) $(LIBS)
792 libcourierauthcommon.la: $(libcourierauthcommon_la_OBJECTS) $(libcourierauthcommon_la_DEPENDENCIES)
793 $(libcourierauthcommon_la_LINK) -rpath $(pkglibdir) $(libcourierauthcommon_la_OBJECTS) $(libcourierauthcommon_la_LIBADD) $(LIBS)
794 libcourierauthsasl.la: $(libcourierauthsasl_la_OBJECTS) $(libcourierauthsasl_la_DEPENDENCIES)
795 $(libcourierauthsasl_la_LINK) -rpath $(pkglibdir) $(libcourierauthsasl_la_OBJECTS) $(libcourierauthsasl_la_LIBADD) $(LIBS)
796 libcourierauthsaslclient.la: $(libcourierauthsaslclient_la_OBJECTS) $(libcourierauthsaslclient_la_DEPENDENCIES)
797 $(libcourierauthsaslclient_la_LINK) -rpath $(pkglibdir) $(libcourierauthsaslclient_la_OBJECTS) $(libcourierauthsaslclient_la_LIBADD) $(LIBS)
798 install-binPROGRAMS: $(bin_PROGRAMS)
799 @$(NORMAL_INSTALL)
800 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
801 @list='$(bin_PROGRAMS)'; for p in $$list; do \
802 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
803 if test -f $$p \
804 || test -f $$p1 \
805 ; then \
806 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
807 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
808 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
809 else :; fi; \
810 done
811
812 uninstall-binPROGRAMS:
813 @$(NORMAL_UNINSTALL)
814 @list='$(bin_PROGRAMS)'; for p in $$list; do \
815 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
816 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
817 rm -f "$(DESTDIR)$(bindir)/$$f"; \
818 done
819
820 clean-binPROGRAMS:
821 @list='$(bin_PROGRAMS)'; for p in $$list; do \
822 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
823 echo " rm -f $$p $$f"; \
824 rm -f $$p $$f ; \
825 done
826
827 clean-noinstPROGRAMS:
828 @list='$(noinst_PROGRAMS)'; for p in $$list; do \
829 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
830 echo " rm -f $$p $$f"; \
831 rm -f $$p $$f ; \
832 done
833 install-sbinPROGRAMS: $(sbin_PROGRAMS)
834 @$(NORMAL_INSTALL)
835 test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
836 @list='$(sbin_PROGRAMS)'; for p in $$list; do \
837 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
838 if test -f $$p \
839 || test -f $$p1 \
840 ; then \
841 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
842 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(sbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(sbindir)/$$f'"; \
843 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(sbinPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(sbindir)/$$f" || exit 1; \
844 else :; fi; \
845 done
846
847 uninstall-sbinPROGRAMS:
848 @$(NORMAL_UNINSTALL)
849 @list='$(sbin_PROGRAMS)'; for p in $$list; do \
850 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
851 echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \
852 rm -f "$(DESTDIR)$(sbindir)/$$f"; \
853 done
854
855 clean-sbinPROGRAMS:
856 @list='$(sbin_PROGRAMS)'; for p in $$list; do \
857 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
858 echo " rm -f $$p $$f"; \
859 rm -f $$p $$f ; \
860 done
861 authdaemondprog$(EXEEXT): $(authdaemondprog_OBJECTS) $(authdaemondprog_DEPENDENCIES)
862 @rm -f authdaemondprog$(EXEEXT)
863 $(authdaemondprog_LINK) $(authdaemondprog_OBJECTS) $(authdaemondprog_LDADD) $(LIBS)
864 authdaemontest$(EXEEXT): $(authdaemontest_OBJECTS) $(authdaemontest_DEPENDENCIES)
865 @rm -f authdaemontest$(EXEEXT)
866 $(authdaemontest_LINK) $(authdaemontest_OBJECTS) $(authdaemontest_LDADD) $(LIBS)
867 authenumerate$(EXEEXT): $(authenumerate_OBJECTS) $(authenumerate_DEPENDENCIES)
868 @rm -f authenumerate$(EXEEXT)
869 $(authenumerate_LINK) $(authenumerate_OBJECTS) $(authenumerate_LDADD) $(LIBS)
870 authmksock$(EXEEXT): $(authmksock_OBJECTS) $(authmksock_DEPENDENCIES)
871 @rm -f authmksock$(EXEEXT)
872 $(LINK) $(authmksock_OBJECTS) $(authmksock_LDADD) $(LIBS)
873 authpasswd$(EXEEXT): $(authpasswd_OBJECTS) $(authpasswd_DEPENDENCIES)
874 @rm -f authpasswd$(EXEEXT)
875 $(LINK) $(authpasswd_OBJECTS) $(authpasswd_LDADD) $(LIBS)
876 authtest$(EXEEXT): $(authtest_OBJECTS) $(authtest_DEPENDENCIES)
877 @rm -f authtest$(EXEEXT)
878 $(LINK) $(authtest_OBJECTS) $(authtest_LDADD) $(LIBS)
879 courierauthconfig$(EXEEXT): $(courierauthconfig_OBJECTS) $(courierauthconfig_DEPENDENCIES)
880 @rm -f courierauthconfig$(EXEEXT)
881 $(LINK) $(courierauthconfig_OBJECTS) $(courierauthconfig_LDADD) $(LIBS)
882 install-pkglibexecSCRIPTS: $(pkglibexec_SCRIPTS)
883 @$(NORMAL_INSTALL)
884 test -z "$(pkglibexecdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibexecdir)"
885 @list='$(pkglibexec_SCRIPTS)'; for p in $$list; do \
886 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
887 if test -f $$d$$p; then \
888 f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
889 echo " $(pkglibexecSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(pkglibexecdir)/$$f'"; \
890 $(pkglibexecSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(pkglibexecdir)/$$f"; \
891 else :; fi; \
892 done
893
894 uninstall-pkglibexecSCRIPTS:
895 @$(NORMAL_UNINSTALL)
896 @list='$(pkglibexec_SCRIPTS)'; for p in $$list; do \
897 f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
898 echo " rm -f '$(DESTDIR)$(pkglibexecdir)/$$f'"; \
899 rm -f "$(DESTDIR)$(pkglibexecdir)/$$f"; \
900 done
901 install-sbinSCRIPTS: $(sbin_SCRIPTS)
902 @$(NORMAL_INSTALL)
903 test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
904 @list='$(sbin_SCRIPTS)'; for p in $$list; do \
905 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
906 if test -f $$d$$p; then \
907 f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
908 echo " $(sbinSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(sbindir)/$$f'"; \
909 $(sbinSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(sbindir)/$$f"; \
910 else :; fi; \
911 done
912
913 uninstall-sbinSCRIPTS:
914 @$(NORMAL_UNINSTALL)
915 @list='$(sbin_SCRIPTS)'; for p in $$list; do \
916 f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
917 echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \
918 rm -f "$(DESTDIR)$(sbindir)/$$f"; \
919 done
920
921 mostlyclean-compile:
922 -rm -f *.$(OBJEXT)
923
924 distclean-compile:
925 -rm -f *.tab.c
926
927 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authcustom.Plo@am__quote@
928 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authdaemon.Plo@am__quote@
929 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authdaemond.Po@am__quote@
930 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authdaemonlib.Plo@am__quote@
931 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authdaemontest.Po@am__quote@
932 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authenumerate.Po@am__quote@
933 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authinfo.Po@am__quote@
934 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authldap.Plo@am__quote@
935 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authldaplib.Plo@am__quote@
936 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authmksock.Po@am__quote@
937 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authmoduser2.Plo@am__quote@
938 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authmoduser3.Plo@am__quote@
939 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authmysql.Plo@am__quote@
940 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authmysqllib.Plo@am__quote@
941 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authoption.Plo@am__quote@
942 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authpam.Plo@am__quote@
943 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authpasswd.Po@am__quote@
944 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authpgsql.Plo@am__quote@
945 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authpgsqllib.Plo@am__quote@
946 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authpipe.Plo@am__quote@
947 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authpipelib.Plo@am__quote@
948 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authpwd.Plo@am__quote@
949 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authpwdenumerate.Plo@am__quote@
950 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authsasl.Plo@am__quote@
951 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authsaslclient.Plo@am__quote@
952 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authsaslclientcram.Plo@am__quote@
953 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authsaslclientcrammd5.Plo@am__quote@
954 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authsaslclientcramsha1.Plo@am__quote@
955 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authsaslclientlogin.Plo@am__quote@
956 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authsaslclientplain.Plo@am__quote@
957 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authsaslcram.Plo@am__quote@
958 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authsaslfrombase64.Plo@am__quote@
959 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authsasllogin.Plo@am__quote@
960 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authsaslplain.Plo@am__quote@
961 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authsasltobase64.Plo@am__quote@
962 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authshadow.Plo@am__quote@
963 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authsyschangepwd.Plo@am__quote@
964 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authsyscommon.Plo@am__quote@
965 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authtest.Po@am__quote@
966 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authuserdb.Plo@am__quote@
967 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authuserdbpwd.Plo@am__quote@
968 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authvchkpw.Plo@am__quote@
969 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authvchkpwlib.Plo@am__quote@
970 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/checkpassword.Plo@am__quote@
971 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/checkpasswordmd5.Plo@am__quote@
972 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/checkpasswordsha1.Plo@am__quote@
973 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cramlib.Plo@am__quote@
974 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cryptpassword.Plo@am__quote@
975 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debug.Plo@am__quote@
976 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/preauthcustom.Plo@am__quote@
977 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/preauthdaemon.Plo@am__quote@
978 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/preauthldap.Plo@am__quote@
979 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/preauthmysql.Plo@am__quote@
980 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/preauthpam.Plo@am__quote@
981 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/preauthpgsql.Plo@am__quote@
982 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/preauthpwd.Plo@am__quote@
983 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/preauthshadow.Plo@am__quote@
984 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/preauthuserdb.Plo@am__quote@
985 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/preauthuserdbcommon.Plo@am__quote@
986 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/preauthvchkpw.Plo@am__quote@
987
988 .c.o:
989 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
990 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
991 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
992 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
993 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
994
995 .c.obj:
996 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
997 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
998 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
999 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1000 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
1001
1002 .c.lo:
1003 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1004 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1005 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1006 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1007 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
1008
1009 mostlyclean-libtool:
1010 -rm -f *.lo
1011
1012 clean-libtool:
1013 -rm -rf .libs _libs
1014
1015 distclean-libtool:
1016 -rm -f libtool
1017 install-man1: $(man1_MANS) $(man_MANS)
1018 @$(NORMAL_INSTALL)
1019 test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
1020 @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
1021 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
1022 for i in $$l2; do \
1023 case "$$i" in \
1024 *.1*) list="$$list $$i" ;; \
1025 esac; \
1026 done; \
1027 for i in $$list; do \
1028 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
1029 else file=$$i; fi; \
1030 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
1031 case "$$ext" in \
1032 1*) ;; \
1033 *) ext='1' ;; \
1034 esac; \
1035 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
1036 inst=`echo $$inst | sed -e 's/^.*\///'`; \
1037 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
1038 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
1039 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
1040 done
1041 uninstall-man1:
1042 @$(NORMAL_UNINSTALL)
1043 @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
1044 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
1045 for i in $$l2; do \
1046 case "$$i" in \
1047 *.1*) list="$$list $$i" ;; \
1048 esac; \
1049 done; \
1050 for i in $$list; do \
1051 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
1052 case "$$ext" in \
1053 1*) ;; \
1054 *) ext='1' ;; \
1055 esac; \
1056 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
1057 inst=`echo $$inst | sed -e 's/^.*\///'`; \
1058 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
1059 echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
1060 rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
1061 done
1062 install-man3: $(man3_MANS) $(man_MANS)
1063 @$(NORMAL_INSTALL)
1064 test -z "$(man3dir)" || $(MKDIR_P) "$(DESTDIR)$(man3dir)"
1065 @list='$(man3_MANS) $(dist_man3_MANS) $(nodist_man3_MANS)'; \
1066 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
1067 for i in $$l2; do \
1068 case "$$i" in \
1069 *.3*) list="$$list $$i" ;; \
1070 esac; \
1071 done; \
1072 for i in $$list; do \
1073 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
1074 else file=$$i; fi; \
1075 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
1076 case "$$ext" in \
1077 3*) ;; \
1078 *) ext='3' ;; \
1079 esac; \
1080 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
1081 inst=`echo $$inst | sed -e 's/^.*\///'`; \
1082 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
1083 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
1084 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst"; \
1085 done
1086 uninstall-man3:
1087 @$(NORMAL_UNINSTALL)
1088 @list='$(man3_MANS) $(dist_man3_MANS) $(nodist_man3_MANS)'; \
1089 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
1090 for i in $$l2; do \
1091 case "$$i" in \
1092 *.3*) list="$$list $$i" ;; \
1093 esac; \
1094 done; \
1095 for i in $$list; do \
1096 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
1097 case "$$ext" in \
1098 3*) ;; \
1099 *) ext='3' ;; \
1100 esac; \
1101 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
1102 inst=`echo $$inst | sed -e 's/^.*\///'`; \
1103 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
1104 echo " rm -f '$(DESTDIR)$(man3dir)/$$inst'"; \
1105 rm -f "$(DESTDIR)$(man3dir)/$$inst"; \
1106 done
1107 install-includeHEADERS: $(include_HEADERS)
1108 @$(NORMAL_INSTALL)
1109 test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
1110 @list='$(include_HEADERS)'; for p in $$list; do \
1111 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1112 f=$(am__strip_dir) \
1113 echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
1114 $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
1115 done
1116
1117 uninstall-includeHEADERS:
1118 @$(NORMAL_UNINSTALL)
1119 @list='$(include_HEADERS)'; for p in $$list; do \
1120 f=$(am__strip_dir) \
1121 echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
1122 rm -f "$(DESTDIR)$(includedir)/$$f"; \
1123 done
1124
1125 # This directory's subdirectories are mostly independent; you can cd
1126 # into them and run `make' without going through this Makefile.
1127 # To change the values of `make' variables: instead of editing Makefiles,
1128 # (1) if the variable is set in `config.status', edit `config.status'
1129 # (which will cause the Makefiles to be regenerated when you run `make');
1130 # (2) otherwise, pass the desired values on the `make' command line.
1131 $(RECURSIVE_TARGETS):
1132 @failcom='exit 1'; \
1133 for f in x $$MAKEFLAGS; do \
1134 case $$f in \
1135 *=* | --[!k]*);; \
1136 *k*) failcom='fail=yes';; \
1137 esac; \
1138 done; \
1139 dot_seen=no; \
1140 target=`echo $@ | sed s/-recursive//`; \
1141 list='$(SUBDIRS)'; for subdir in $$list; do \
1142 echo "Making $$target in $$subdir"; \
1143 if test "$$subdir" = "."; then \
1144 dot_seen=yes; \
1145 local_target="$$target-am"; \
1146 else \
1147 local_target="$$target"; \
1148 fi; \
1149 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1150 || eval $$failcom; \
1151 done; \
1152 if test "$$dot_seen" = "no"; then \
1153 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1154 fi; test -z "$$fail"
1155
1156 $(RECURSIVE_CLEAN_TARGETS):
1157 @failcom='exit 1'; \
1158 for f in x $$MAKEFLAGS; do \
1159 case $$f in \
1160 *=* | --[!k]*);; \
1161 *k*) failcom='fail=yes';; \
1162 esac; \
1163 done; \
1164 dot_seen=no; \
1165 case "$@" in \
1166 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1167 *) list='$(SUBDIRS)' ;; \
1168 esac; \
1169 rev=''; for subdir in $$list; do \
1170 if test "$$subdir" = "."; then :; else \
1171 rev="$$subdir $$rev"; \
1172 fi; \
1173 done; \
1174 rev="$$rev ."; \
1175 target=`echo $@ | sed s/-recursive//`; \
1176 for subdir in $$rev; do \
1177 echo "Making $$target in $$subdir"; \
1178 if test "$$subdir" = "."; then \
1179 local_target="$$target-am"; \
1180 else \
1181 local_target="$$target"; \
1182 fi; \
1183 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1184 || eval $$failcom; \
1185 done && test -z "$$fail"
1186 tags-recursive:
1187 list='$(SUBDIRS)'; for subdir in $$list; do \
1188 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1189 done
1190 ctags-recursive:
1191 list='$(SUBDIRS)'; for subdir in $$list; do \
1192 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1193 done
1194
1195 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1196 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1197 unique=`for i in $$list; do \
1198 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1199 done | \
1200 $(AWK) ' { files[$$0] = 1; } \
1201 END { for (i in files) print i; }'`; \
1202 mkid -fID $$unique
1203 tags: TAGS
1204
1205 TAGS: tags-recursive $(HEADERS) $(SOURCES) courier_auth_config.h.in $(TAGS_DEPENDENCIES) \
1206 $(TAGS_FILES) $(LISP)
1207 tags=; \
1208 here=`pwd`; \
1209 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1210 include_option=--etags-include; \
1211 empty_fix=.; \
1212 else \
1213 include_option=--include; \
1214 empty_fix=; \
1215 fi; \
1216 list='$(SUBDIRS)'; for subdir in $$list; do \
1217 if test "$$subdir" = .; then :; else \
1218 test ! -f $$subdir/TAGS || \
1219 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
1220 fi; \
1221 done; \
1222 list='$(SOURCES) $(HEADERS) courier_auth_config.h.in $(LISP) $(TAGS_FILES)'; \
1223 unique=`for i in $$list; do \
1224 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1225 done | \
1226 $(AWK) ' { files[$$0] = 1; } \
1227 END { for (i in files) print i; }'`; \
1228 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
1229 test -n "$$unique" || unique=$$empty_fix; \
1230 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1231 $$tags $$unique; \
1232 fi
1233 ctags: CTAGS
1234 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) courier_auth_config.h.in $(TAGS_DEPENDENCIES) \
1235 $(TAGS_FILES) $(LISP)
1236 tags=; \
1237 here=`pwd`; \
1238 list='$(SOURCES) $(HEADERS) courier_auth_config.h.in $(LISP) $(TAGS_FILES)'; \
1239 unique=`for i in $$list; do \
1240 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1241 done | \
1242 $(AWK) ' { files[$$0] = 1; } \
1243 END { for (i in files) print i; }'`; \
1244 test -z "$(CTAGS_ARGS)$$tags$$unique" \
1245 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1246 $$tags $$unique
1247
1248 GTAGS:
1249 here=`$(am__cd) $(top_builddir) && pwd` \
1250 && cd $(top_srcdir) \
1251 && gtags -i $(GTAGS_ARGS) $$here
1252
1253 distclean-tags:
1254 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1255
1256 distdir: $(DISTFILES)
1257 $(am__remove_distdir)
1258 test -d $(distdir) || mkdir $(distdir)
1259 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1260 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1261 list='$(DISTFILES)'; \
1262 dist_files=`for file in $$list; do echo $$file; done | \
1263 sed -e "s|^$$srcdirstrip/||;t" \
1264 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1265 case $$dist_files in \
1266 */*) $(MKDIR_P) `echo "$$dist_files" | \
1267 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1268 sort -u` ;; \
1269 esac; \
1270 for file in $$dist_files; do \
1271 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1272 if test -d $$d/$$file; then \
1273 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1274 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1275 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
1276 fi; \
1277 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1278 else \
1279 test -f $(distdir)/$$file \
1280 || cp -p $$d/$$file $(distdir)/$$file \
1281 || exit 1; \
1282 fi; \
1283 done
1284 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1285 if test "$$subdir" = .; then :; else \
1286 test -d "$(distdir)/$$subdir" \
1287 || $(MKDIR_P) "$(distdir)/$$subdir" \
1288 || exit 1; \
1289 distdir=`$(am__cd) $(distdir) && pwd`; \
1290 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
1291 (cd $$subdir && \
1292 $(MAKE) $(AM_MAKEFLAGS) \
1293 top_distdir="$$top_distdir" \
1294 distdir="$$distdir/$$subdir" \
1295 am__remove_distdir=: \
1296 am__skip_length_check=: \
1297 distdir) \
1298 || exit 1; \
1299 fi; \
1300 done
1301 $(MAKE) $(AM_MAKEFLAGS) \
1302 top_distdir="$(top_distdir)" distdir="$(distdir)" \
1303 dist-hook
1304 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
1305 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1306 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1307 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1308 || chmod -R a+r $(distdir)
1309 dist-gzip: distdir
1310 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1311 $(am__remove_distdir)
1312 dist-bzip2: distdir
1313 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
1314 $(am__remove_distdir)
1315
1316 dist-tarZ: distdir
1317 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1318 $(am__remove_distdir)
1319
1320 dist-shar: distdir
1321 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1322 $(am__remove_distdir)
1323
1324 dist-zip: distdir
1325 -rm -f $(distdir).zip
1326 zip -rq $(distdir).zip $(distdir)
1327 $(am__remove_distdir)
1328
1329 dist dist-all: distdir
1330 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1331 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
1332 $(am__remove_distdir)
1333
1334 # This target untars the dist file and tries a VPATH configuration. Then
1335 # it guarantees that the distribution is self-contained by making another
1336 # tarfile.
1337 distcheck: dist
1338 case '$(DIST_ARCHIVES)' in \
1339 *.tar.gz*) \
1340 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
1341 *.tar.bz2*) \
1342 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
1343 *.tar.Z*) \
1344 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1345 *.shar.gz*) \
1346 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
1347 *.zip*) \
1348 unzip $(distdir).zip ;;\
1349 esac
1350 chmod -R a-w $(distdir); chmod a+w $(distdir)
1351 mkdir $(distdir)/_build
1352 mkdir $(distdir)/_inst
1353 chmod a-w $(distdir)
1354 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1355 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1356 && cd $(distdir)/_build \
1357 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
1358 $(DISTCHECK_CONFIGURE_FLAGS) \
1359 && $(MAKE) $(AM_MAKEFLAGS) \
1360 && $(MAKE) $(AM_MAKEFLAGS) dvi \
1361 && $(MAKE) $(AM_MAKEFLAGS) check \
1362 && $(MAKE) $(AM_MAKEFLAGS) install \
1363 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1364 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1365 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1366 distuninstallcheck \
1367 && chmod -R a-w "$$dc_install_base" \
1368 && ({ \
1369 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1370 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1371 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1372 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1373 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1374 } || { rm -rf "$$dc_destdir"; exit 1; }) \
1375 && rm -rf "$$dc_destdir" \
1376 && $(MAKE) $(AM_MAKEFLAGS) dist \
1377 && rm -rf $(DIST_ARCHIVES) \
1378 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
1379 $(am__remove_distdir)
1380 @(echo "$(distdir) archives ready for distribution: "; \
1381 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1382 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1383 distuninstallcheck:
1384 @cd $(distuninstallcheck_dir) \
1385 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
1386 || { echo "ERROR: files left after uninstall:" ; \
1387 if test -n "$(DESTDIR)"; then \
1388 echo " (check DESTDIR support)"; \
1389 fi ; \
1390 $(distuninstallcheck_listfiles) ; \
1391 exit 1; } >&2
1392 distcleancheck: distclean
1393 @if test '$(srcdir)' = . ; then \
1394 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1395 exit 1 ; \
1396 fi
1397 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1398 || { echo "ERROR: files left in build directory after distclean:" ; \
1399 $(distcleancheck_listfiles) ; \
1400 exit 1; } >&2
1401 check-am: all-am
1402 check: $(BUILT_SOURCES)
1403 $(MAKE) $(AM_MAKEFLAGS) check-recursive
1404 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) \
1405 $(HEADERS) courier_auth_config.h
1406 installdirs: installdirs-recursive
1407 installdirs-am:
1408 for dir in "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(pkglibexecdir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(includedir)"; do \
1409 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1410 done
1411 install: $(BUILT_SOURCES)
1412 $(MAKE) $(AM_MAKEFLAGS) install-recursive
1413 install-exec: install-exec-recursive
1414 install-data: install-data-recursive
1415 uninstall: uninstall-recursive
1416
1417 install-am: all-am
1418 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1419
1420 installcheck: installcheck-recursive
1421 install-strip:
1422 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1423 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1424 `test -z '$(STRIP)' || \
1425 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1426 mostlyclean-generic:
1427
1428 clean-generic:
1429 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1430
1431 distclean-generic:
1432 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1433 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1434
1435 maintainer-clean-generic:
1436 @echo "This command is intended for maintainers to use"
1437 @echo "it deletes files that may require special tools to rebuild."
1438 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1439 clean: clean-recursive
1440
1441 clean-am: clean-binPROGRAMS clean-generic clean-libtool \
1442 clean-noinstPROGRAMS clean-pkglibLTLIBRARIES \
1443 clean-sbinPROGRAMS mostlyclean-am
1444
1445 distclean: distclean-recursive
1446 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1447 -rm -rf ./$(DEPDIR)
1448 -rm -f Makefile
1449 distclean-am: clean-am distclean-compile distclean-generic \
1450 distclean-hdr distclean-libtool distclean-tags
1451
1452 dvi: dvi-recursive
1453
1454 dvi-am:
1455
1456 html: html-recursive
1457
1458 info: info-recursive
1459
1460 info-am:
1461
1462 install-data-am: install-includeHEADERS install-man
1463 @$(NORMAL_INSTALL)
1464 $(MAKE) $(AM_MAKEFLAGS) install-data-hook
1465
1466 install-dvi: install-dvi-recursive
1467
1468 install-exec-am: install-binPROGRAMS install-pkglibLTLIBRARIES \
1469 install-pkglibexecSCRIPTS install-sbinPROGRAMS \
1470 install-sbinSCRIPTS
1471 @$(NORMAL_INSTALL)
1472 $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
1473
1474 install-html: install-html-recursive
1475
1476 install-info: install-info-recursive
1477
1478 install-man: install-man1 install-man3
1479
1480 install-pdf: install-pdf-recursive
1481
1482 install-ps: install-ps-recursive
1483
1484 installcheck-am:
1485
1486 maintainer-clean: maintainer-clean-recursive
1487 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1488 -rm -rf $(top_srcdir)/autom4te.cache
1489 -rm -rf ./$(DEPDIR)
1490 -rm -f Makefile
1491 maintainer-clean-am: distclean-am maintainer-clean-generic
1492
1493 mostlyclean: mostlyclean-recursive
1494
1495 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1496 mostlyclean-libtool
1497
1498 pdf: pdf-recursive
1499
1500 pdf-am:
1501
1502 ps: ps-recursive
1503
1504 ps-am:
1505
1506 uninstall-am: uninstall-binPROGRAMS uninstall-includeHEADERS \
1507 uninstall-man uninstall-pkglibLTLIBRARIES \
1508 uninstall-pkglibexecSCRIPTS uninstall-sbinPROGRAMS \
1509 uninstall-sbinSCRIPTS
1510 @$(NORMAL_INSTALL)
1511 $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
1512
1513 uninstall-man: uninstall-man1 uninstall-man3
1514
1515 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
1516 install-data-am install-exec-am install-strip uninstall-am
1517
1518 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1519 all all-am am--refresh check check-am clean clean-binPROGRAMS \
1520 clean-generic clean-libtool clean-noinstPROGRAMS \
1521 clean-pkglibLTLIBRARIES clean-sbinPROGRAMS ctags \
1522 ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-hook \
1523 dist-shar dist-tarZ dist-zip distcheck distclean \
1524 distclean-compile distclean-generic distclean-hdr \
1525 distclean-libtool distclean-tags distcleancheck distdir \
1526 distuninstallcheck dvi dvi-am html html-am info info-am \
1527 install install-am install-binPROGRAMS install-data \
1528 install-data-am install-data-hook install-dvi install-dvi-am \
1529 install-exec install-exec-am install-exec-hook install-html \
1530 install-html-am install-includeHEADERS install-info \
1531 install-info-am install-man install-man1 install-man3 \
1532 install-pdf install-pdf-am install-pkglibLTLIBRARIES \
1533 install-pkglibexecSCRIPTS install-ps install-ps-am \
1534 install-sbinPROGRAMS install-sbinSCRIPTS install-strip \
1535 installcheck installcheck-am installdirs installdirs-am \
1536 maintainer-clean maintainer-clean-generic mostlyclean \
1537 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1538 pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
1539 uninstall-binPROGRAMS uninstall-hook uninstall-includeHEADERS \
1540 uninstall-man uninstall-man1 uninstall-man3 \
1541 uninstall-pkglibLTLIBRARIES uninstall-pkglibexecSCRIPTS \
1542 uninstall-sbinPROGRAMS uninstall-sbinSCRIPTS
1543
1544
1545 authvchkpw.lo: authvchkpw.c vpopmail_config.h
1546 preauthvchkpw.lo: preauthvchkpw.c vpopmail_config.h
1547
1548 vpopmail_config.h:
1549 echo '#include "@vpopmail_home@/include/config.h"' >vpopmail_config.h
1550
1551 authpgsqllib.lo: authpgsqllib.c authpgsqlrc.h
1552
1553 @HAVE_AUTHPGSQL_TRUE@install-authpgsqlrc:
1554 @HAVE_AUTHPGSQL_TRUE@ $(mkinstalldirs) $(DESTDIR)`dirname @authpgsqlrc@` || :
1555 @HAVE_AUTHPGSQL_TRUE@ $(INSTALL_DATA) -m 660 $(srcdir)/authpgsqlrc \
1556 @HAVE_AUTHPGSQL_TRUE@ $(DESTDIR)@authpgsqlrc@.dist
1557 @HAVE_AUTHPGSQL_TRUE@ -chown @mailuser@ $(DESTDIR)@authpgsqlrc@.dist
1558 @HAVE_AUTHPGSQL_TRUE@ -chgrp @mailgroup@ $(DESTDIR)@authpgsqlrc@.dist
1559
1560 @HAVE_AUTHPGSQL_TRUE@uninstall-authpgsqlrc:
1561 @HAVE_AUTHPGSQL_TRUE@ rm -f $(DESTDIR)@authpgsqlrc@.dist
1562
1563 @HAVE_AUTHPGSQL_FALSE@install-authpgsqlrc:
1564 @HAVE_AUTHPGSQL_FALSE@ @:
1565
1566 @HAVE_AUTHPGSQL_FALSE@uninstall-authpgsqlrc:
1567 @HAVE_AUTHPGSQL_FALSE@ @:
1568
1569 authpgsqlrc.h:
1570 echo "#define AUTHPGSQLRC \"@authpgsqlrc@\"" >authpgsqlrc.h
1571
1572 authldaplib.lo: authldaplib.c authldaprc.h
1573
1574 @HAVE_LDAP_TRUE@install-authldaprc:
1575 @HAVE_LDAP_TRUE@ $(mkinstalldirs) $(DESTDIR)`dirname @authldaprc@` || :
1576 @HAVE_LDAP_TRUE@ $(INSTALL_DATA) -m 660 $(srcdir)/authldaprc \
1577 @HAVE_LDAP_TRUE@ $(DESTDIR)@authldaprc@.dist
1578 @HAVE_LDAP_TRUE@ -chown @mailuser@ $(DESTDIR)@authldaprc@.dist
1579 @HAVE_LDAP_TRUE@ -chgrp @mailgroup@ $(DESTDIR)@authldaprc@.dist
1580
1581 @HAVE_LDAP_TRUE@uninstall-authldaprc:
1582 @HAVE_LDAP_TRUE@ rm -f $(DESTDIR)@authldaprc@.dist
1583
1584 @HAVE_LDAP_FALSE@install-authldaprc:
1585 @HAVE_LDAP_FALSE@ @:
1586
1587 @HAVE_LDAP_FALSE@uninstall-authldaprc:
1588 @HAVE_LDAP_FALSE@ @:
1589
1590 authldaprc.h:
1591 echo "#define AUTHLDAPRC \"@authldaprc@\"" >authldaprc.h
1592
1593 authmysqllib.lo: authmysqllib.c authmysqlrc.h
1594
1595 @HAVE_AUTHMYSQL_TRUE@install-authmysqlrc:
1596 @HAVE_AUTHMYSQL_TRUE@ $(mkinstalldirs) $(DESTDIR)`dirname @authmysqlrc@` || :
1597 @HAVE_AUTHMYSQL_TRUE@ $(INSTALL_DATA) -m 660 $(srcdir)/authmysqlrc \
1598 @HAVE_AUTHMYSQL_TRUE@ $(DESTDIR)@authmysqlrc@.dist
1599 @HAVE_AUTHMYSQL_TRUE@ -chown @mailuser@ $(DESTDIR)@authmysqlrc@.dist
1600 @HAVE_AUTHMYSQL_TRUE@ -chgrp @mailgroup@ $(DESTDIR)@authmysqlrc@.dist
1601
1602 @HAVE_AUTHMYSQL_TRUE@uninstall-authmysqlrc:
1603 @HAVE_AUTHMYSQL_TRUE@ rm -f $(DESTDIR)@authmysqlrc@.dist
1604
1605 @HAVE_AUTHMYSQL_FALSE@install-authmysqlrc:
1606 @HAVE_AUTHMYSQL_FALSE@ @:
1607
1608 @HAVE_AUTHMYSQL_FALSE@uninstall-authmysqlrc:
1609 @HAVE_AUTHMYSQL_FALSE@ @:
1610
1611 authmysqlrc.h:
1612 echo "#define AUTHMYSQLRC \"@authmysqlrc@\"" >authmysqlrc.h
1613
1614 authpipelib.lo: authpipelib.c authpipelib.h authpiperc.h
1615
1616 authpiperc.h:
1617 echo "#define PIPE_PROGRAM \"@authProg@\"" >authpiperc.h
1618
1619 install-authdaemonrc:
1620 $(mkinstalldirs) $(DESTDIR)`dirname @authdaemonrc@` || :
1621 sed 's/@ALLMODULES@/$(modules:lib%.la=%)/' <authdaemonrc >authdaemonrc.tmp
1622 $(INSTALL_DATA) -m 660 authdaemonrc.tmp $(DESTDIR)@authdaemonrc@.dist
1623 rm -f authdaemonrc.tmp
1624 -chown @mailuser@ $(DESTDIR)@authdaemonrc@.dist
1625 -chgrp @mailgroup@ $(DESTDIR)@authdaemonrc@.dist
1626
1627 uninstall-authdaemonrc:
1628 rm -f $(DESTDIR)@authdaemonrc@.dist
1629
1630 authdaemonrc.h:
1631 echo "#define AUTHDAEMONRC \"@authdaemonrc@\"" >authdaemonrc.h
1632 echo "#define AUTHDAEMONVAR \"@authdaemonvar@\"" >>authdaemonrc.h
1633 echo "#define AUTHDAEMONPID AUTHDAEMONVAR \"/pid\"" >>authdaemonrc.h
1634 echo "#define AUTHDAEMONSOCK AUTHDAEMONVAR \"/socket\"" >>authdaemonrc.h
1635 echo "#define AUTHDAEMONLOCK AUTHDAEMONVAR \"/lock\"" >>authdaemonrc.h
1636
1637 README: README.html
1638 links -dump -no-references README.html >README
1639
1640 NEWS: NEWS.html
1641 links -dump -no-references NEWS.html >NEWS
1642
1643 INSTALL: INSTALL.html
1644 rm -f INSTALL; links -dump -no-references INSTALL.html >INSTALL
1645
1646 authchangepwdir.h: config.status
1647 echo '#define AUTHCHANGEPWDIR "$(pkglibexecdir)"' >authchangepwdir.h
1648
1649 sbindir.h: config.status
1650 echo '#define SBINDIR "@sbindir@"' >sbindir.h
1651
1652 pkglibdir.h: config.status
1653 echo '#define PKGLIBDIR "$(pkglibdir)"' >pkglibdir.h
1654
1655 packageversion.h: config.status
1656 echo '#define PKGVERSION "@PACKAGE_VERSION@"' >packageversion.h
1657
1658 pkgincludedir.h: config.status
1659 echo '#define PKGINCLUDEDIR "$(includedir)"' >pkgincludedir.h
1660
1661 mailusergroup.h: config.status
1662 echo '#define MAILUSER "@mailuser@"' >mailusergroup.h
1663 echo '#define MAILGROUP "@mailgroup@"' >>mailusergroup.h
1664
1665 dist-hook:
1666 for f in $(BUILT1) ; do rm -f $(distdir)/$$f; done
1667
1668 # automake still a bit stupid...
1669
1670 install-data-hook: install-authdaemonrc install-authpgsqlrc \
1671 install-authldaprc install-authmysqlrc
1672 :
1673
1674 install-exec-hook:
1675 $(mkinstalldirs) $(DESTDIR)$(bindir) || :
1676 $(mkinstalldirs) $(DESTDIR)$(sbindir) || :
1677 $(mkinstalldirs) $(DESTDIR)$(pkglibexecdir) || :
1678 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) authdaemondprog $(DESTDIR)$(pkglibexecdir)/authdaemond
1679 $(mkinstalldirs) $(DESTDIR)@authdaemonvar@ || :
1680 chmod 750 $(DESTDIR)@authdaemonvar@
1681 -chown @mailuser@ $(DESTDIR)@authdaemonvar@
1682 -chgrp @mailgroup@ $(DESTDIR)@authdaemonvar@
1683 test "@LIBAUTHUSERDB@" = "" && exit 0 ;\
1684 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) makedat/makedatprog \
1685 $(DESTDIR)$(pkglibexecdir)/makedatprog ; \
1686 $(INSTALL_SCRIPT) userdb/vchkpw2userdb \
1687 $(DESTDIR)$(sbindir)/vchkpw2userdb ; \
1688 $(INSTALL_SCRIPT) userdb/pw2userdb \
1689 $(DESTDIR)$(sbindir)/pw2userdb ; \
1690 $(INSTALL_SCRIPT) userdb/makeuserdb \
1691 $(DESTDIR)$(sbindir)/makeuserdb ; \
1692 $(INSTALL_SCRIPT) userdb/userdb.pl \
1693 $(DESTDIR)$(sbindir)/userdb ; \
1694 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) userdb/userdbpw \
1695 $(DESTDIR)$(sbindir)/userdbpw ; \
1696 $(INSTALL_SCRIPT) userdb-test-cram-md5.pl \
1697 $(DESTDIR)$(sbindir)/userdb-test-cram-md5
1698
1699 uninstall-hook: uninstall-authldaprc uninstall-authdaemonrc uninstall-authmysqlrc uninstall-authpgsqlrc
1700 rm -f $(DESTDIR)$(pkglibexecdir)/authdaemond
1701 test "@AUTHUSERDB@" = "" && exit 0 ;\
1702 rm -f $(DESTDIR)$(pkglibexecdir)/makedatprog \
1703 $(DESTDIR)$(sbindir)/vchkpw2userdb \
1704 $(DESTDIR)$(sbindir)/pw2userdb \
1705 $(DESTDIR)$(sbindir)/makeuserdb \
1706 $(DESTDIR)$(sbindir)/userdb \
1707 $(DESTDIR)$(sbindir)/userdbpw \
1708 $(DESTDIR)$(sbindir)/userdb-test-cram-md5
1709
1710 authlib.html: authlib.html.in
1711 CONFIG_FILES=authlib.html CONFIG_HEADERS= $(SHELL) ./config.status
1712
1713 authlib.3: authlib.3.in
1714 CONFIG_FILES=authlib.3 CONFIG_HEADERS= $(SHELL) ./config.status
1715
1716 @HAVE_SGML_TRUE@authpasswd.html: authpasswd.sgml docbook/sgml2html
1717 @HAVE_SGML_TRUE@ docbook/sgml2html authpasswd.sgml authpasswd.html
1718
1719 @HAVE_SGML_TRUE@authpasswd.1: authpasswd.sgml docbook/sgml2man
1720 @HAVE_SGML_TRUE@ docbook/sgml2man authpasswd.sgml authpasswd.1
1721
1722 @HAVE_SGML_TRUE@authtest.html: authtest.sgml docbook/sgml2html
1723 @HAVE_SGML_TRUE@ docbook/sgml2html authtest.sgml authtest.html
1724
1725 @HAVE_SGML_TRUE@authtest.1: authtest.sgml docbook/sgml2man
1726 @HAVE_SGML_TRUE@ docbook/sgml2man authtest.sgml authtest.1
1727
1728 @HAVE_SGML_TRUE@authlib.html.in: authlib.sgml docbook/sgml2html
1729 @HAVE_SGML_TRUE@ docbook/sgml2html authlib.sgml authlib.html.in
1730
1731 @HAVE_SGML_TRUE@authlib.3.in: authlib.sgml docbook/sgml2man
1732 @HAVE_SGML_TRUE@ docbook/sgml2man authlib.sgml authlib.3.in
1733
1734 @HAVE_SGML_TRUE@README_authlib.html.in: README_authlib.sgml docbook/sgml2html
1735 @HAVE_SGML_TRUE@ docbook/sgml2html README_authlib.sgml README_authlib.html.in
1736
1737 @HAVE_SGML_TRUE@auth_generic.html: auth_generic.sgml authcallback.sgml docbook/sgml2html
1738 @HAVE_SGML_TRUE@ docbook/sgml2html auth_generic.sgml auth_generic.html
1739
1740 @HAVE_SGML_TRUE@auth_generic.3: auth_generic.sgml authcallback.sgml docbook/sgml2man
1741 @HAVE_SGML_TRUE@ docbook/sgml2man auth_generic.sgml auth_generic.3
1742
1743 @HAVE_SGML_TRUE@auth_login.html: auth_login.sgml authcallback.sgml docbook/sgml2html
1744 @HAVE_SGML_TRUE@ docbook/sgml2html auth_login.sgml auth_login.html
1745
1746 @HAVE_SGML_TRUE@auth_login.3: auth_login.sgml authcallback.sgml docbook/sgml2man
1747 @HAVE_SGML_TRUE@ docbook/sgml2man auth_login.sgml auth_login.3
1748
1749 @HAVE_SGML_TRUE@auth_getuserinfo.html: auth_getuserinfo.sgml authcallback.sgml docbook/sgml2html
1750 @HAVE_SGML_TRUE@ docbook/sgml2html auth_getuserinfo.sgml auth_getuserinfo.html
1751
1752 @HAVE_SGML_TRUE@auth_getuserinfo.3: auth_getuserinfo.sgml authcallback.sgml docbook/sgml2man
1753 @HAVE_SGML_TRUE@ docbook/sgml2man auth_getuserinfo.sgml auth_getuserinfo.3
1754
1755 @HAVE_SGML_TRUE@auth_enumerate.html: auth_enumerate.sgml docbook/sgml2html
1756 @HAVE_SGML_TRUE@ docbook/sgml2html auth_enumerate.sgml auth_enumerate.html
1757
1758 @HAVE_SGML_TRUE@auth_enumerate.3: auth_enumerate.sgml docbook/sgml2man
1759 @HAVE_SGML_TRUE@ docbook/sgml2man auth_enumerate.sgml auth_enumerate.3
1760
1761 @HAVE_SGML_TRUE@auth_passwd.html: auth_passwd.sgml docbook/sgml2html
1762 @HAVE_SGML_TRUE@ docbook/sgml2html auth_passwd.sgml auth_passwd.html
1763
1764 @HAVE_SGML_TRUE@auth_passwd.3: auth_passwd.sgml docbook/sgml2man
1765 @HAVE_SGML_TRUE@ docbook/sgml2man auth_passwd.sgml auth_passwd.3
1766
1767 @HAVE_SGML_TRUE@auth_getoption.html: auth_getoption.sgml docbook/sgml2html
1768 @HAVE_SGML_TRUE@ docbook/sgml2html auth_getoption.sgml auth_getoption.html
1769
1770 @HAVE_SGML_TRUE@auth_getoption.3: auth_getoption.sgml docbook/sgml2man
1771 @HAVE_SGML_TRUE@ docbook/sgml2man auth_getoption.sgml auth_getoption.3
1772
1773 @HAVE_SGML_TRUE@auth_sasl.html: auth_sasl.sgml docbook/sgml2html
1774 @HAVE_SGML_TRUE@ docbook/sgml2html auth_sasl.sgml auth_sasl.html
1775
1776 @HAVE_SGML_TRUE@auth_sasl.3: auth_sasl.sgml docbook/sgml2man
1777 @HAVE_SGML_TRUE@ docbook/sgml2man auth_sasl.sgml auth_sasl.3
1778
1779 README_authlib.html: README_authlib.html.in config.status
1780 CONFIG_FILES=README_authlib.html CONFIG_HEADERS= $(SHELL) ./config.status
1781
1782 authdaemond.o: authdaemonrc.h authdaemond.c
1783
1784 install-migrate: authmigrate
1785 @SHELL@ authmigrate
1786
1787 install-configure:
1788 test -f $(DESTDIR)@authdaemonrc@.dist && @SYSCONFTOOL@ $(DESTDIR)@authdaemonrc@.dist || true
1789 test -f $(DESTDIR)@authmysqlrc@.dist && @SYSCONFTOOL@ $(DESTDIR)@authmysqlrc@.dist || true
1790 test -f $(DESTDIR)@authpgsqlrc@.dist && @SYSCONFTOOL@ $(DESTDIR)@authpgsqlrc@.dist || true
1791 test -f $(DESTDIR)@authldaprc@.dist && @SYSCONFTOOL@ $(DESTDIR)@authldaprc@.dist || true
1792
1793 # For maintainer's use only
1794
1795 distrelease:
1796 umask 022; $(MAKE) -$(MAKEFLAGS) distcheck
1797 $(MAKE) -$(MAKEFLAGS) rpm
1798 socksify cvs commit
1799 socksify cvs tag -F @PACKAGE@-latest
1800 $(MAKE) -$(MAKEFLAGS)
1801 $(MAKE) -$(MAKEFLAGS)
1802 rm -f @PACKAGE@.spec @PACKAGE@.lpspec
1803 $(MAKE) -$(MAKEFLAGS) @PACKAGE@.spec @PACKAGE@.lpspec
1804 $(MAKE) -$(MAKEFLAGS) dist
1805
1806 tagrelease:
1807 socksify cvs tag -F -r @PACKAGE@-latest \
1808 `echo @PACKAGE@-@VERSION@ | tr '.' '-'`
1809
1810 rpm: rpm-build
1811
1812 rpm-build:
1813 $(MAKE) -$(MAKEFLAGS) bump.rpm.release
1814 $(MAKE) -$(MAKEFLAGS) dist
1815 $(MAKE) -$(MAKEFLAGS) dorpm
1816
1817 lpm: lpm-build
1818
1819 lpm-build:
1820 $(MAKE) -$(MAKEFLAGS) bump.rpm.release
1821 $(MAKE) -$(MAKEFLAGS) dist
1822 $(MAKE) -$(MAKEFLAGS) dolpm
1823
1824 dolpm:
1825 rm -rf lpm
1826 mkdir lpm
1827 lpbuild `test "@REPOSITORY@" == "" || echo --define "repository=1"` --srcbuild -o lpm @PACKAGE@-@VERSION@.tar.bz2
1828
1829 publish: publish-@REPOSITORY@
1830
1831 publish-dev:
1832 $(MAKE) -$(MAKEFLAGS) dopublish SUBDIR=dev
1833
1834 publish-prod:
1835 $(MAKE) -$(MAKEFLAGS) dopublish SUBDIR=prod
1836
1837 dopublish:
1838 lpbuild --resign lpm/*
1839 rm -rf lpmtmp
1840 mkdir lpmtmp
1841 ln lpm/* lpmtmp
1842 rm -f lpmtmp/*debuginfo*
1843 mv lpmtmp/*.src.lp repository-$(SUBDIR)/`lpm -q --distribution`/sources
1844 mv lpmtmp/*.lp repository-$(SUBDIR)/`lpm -q --distribution`/packages
1845 rm -rf lpmtmp
1846 ls -t repository-$(SUBDIR)/`lpm -q --distribution`/sources | tail -n +6 | xargs -r -n 1 lpm --erase repository-$(SUBDIR)
1847 lpm --sync repository-$(SUBDIR)
1848 rsync -a -v --delete-after repository-$(SUBDIR)/`lpm -q --distribution`/. headache:lpmtool.com/www/repositories/$(SUBDIR)/courier-authlib/`lpm -q --distribution`
1849
1850 dorpm:
1851 rm -rf rpm/BUILD/*
1852 rm -f rpm/RPMS/*/*
1853 rm -f rpm/SOURCES/*
1854 rm -f rpm/SPECS/*
1855 rm -f rpm/SRPMS/*
1856 unset MAKEFLAGS ; test ! -f $$HOME/.bashrc || . $$HOME/.bashrc; rpmbuild -ta --clean @PACKAGE@-@VERSION@.tar.bz2
1857
1858 bump.rpm.release: @PACKAGE@.spec @PACKAGE@.lpspec
1859 test -f $(srcdir)/rpm.release && . $(srcdir)/rpm.release; \
1860 NEXT_RELEASE=0; \
1861 test "$$VERSION" = "@VERSION@" && NEXT_RELEASE="$$RELEASE"; \
1862 RELEASE=`expr $$NEXT_RELEASE + 1`; \
1863 echo "VERSION=@VERSION@" >$(srcdir)/rpm.release; \
1864 echo "RELEASE=$$RELEASE" >>$(srcdir)/rpm.release; \
1865 sed 's/^Release: .*/Release: '$$RELEASE'%{?dist}%{?courier_release}/' \
1866 <@PACKAGE@.spec >@PACKAGE@.spec.new; \
1867 mv @PACKAGE@.spec.new @PACKAGE@.spec; \
1868 sed 's/^Release: .*/Release: '$$RELEASE'/' \
1869 <@PACKAGE@.lpspec >@PACKAGE@.lpspec.new; \
1870 mv @PACKAGE@.lpspec.new @PACKAGE@.lpspec
1871
1872 upload-beta:
1873 rm -f @PACKAGE@-@VERSION@.tar.bz2.sig; gpg --detach-sign --default-key mrsam@courier-mta.com @PACKAGE@-@VERSION@.tar.bz2; test -f @PACKAGE@-@VERSION@.tar.bz2.sig || exit 1
1874 socksify ssh grace.speakeasy.net echo @PACKAGE@-@VERSION@.tar.bz2 `ls -l @PACKAGE@-@VERSION@.tar.bz2 | awk ' { print $$5 } '` \>courier-mta.org/@PACKAGE@.beta
1875 ssh headache 'cd torrents.courier-mta.org/pub/@PACKAGE@-dev && rm -rf @PACKAGE@-@VERSION@ && mkdir @PACKAGE@-@VERSION@ && echo seeder_args=--max_upload_rate 50 >@PACKAGE@-@VERSION@.info && ls -t | sed 1,6d | xargs rm -rf '
1876 scp @PACKAGE@-@VERSION@.tar.bz2 @PACKAGE@-@VERSION@.tar.bz2.sig headache:torrents.courier-mta.org/pub/@PACKAGE@-dev/@PACKAGE@-@VERSION@
1877
1878 upload-dist:
1879 rm -f @PACKAGE@-@VERSION@.tar.bz2.sig; gpg --detach-sign --default-key mrsam@courier-mta.com @PACKAGE@-@VERSION@.tar.bz2; test -f @PACKAGE@-@VERSION@.tar.bz2.sig || exit 1
1880 socksify cvs tag -F -r @PACKAGE@-latest \
1881 `echo @PACKAGE@-@VERSION@ | tr '.' '-'`
1882 socksify perl -e 'use Net::FTP; $$ftp=Net::FTP->new("upload.sourceforge.net.", Debug => 1, Passive => 1 ) || die; $$ftp->login("anonymous", "anonymous") || die; $$ftp->cwd("/incoming") && $$ftp->binary() && $$ftp->hash(1) && $$ftp->put("@PACKAGE@-@VERSION@.tar.bz2") && $$ftp->put("@PACKAGE@-@VERSION@.tar.bz2.sig") && exit 0; die;'
1883 ssh headache 'cd torrents.courier-mta.org/pub/@PACKAGE@ && rm -rf @PACKAGE@-@VERSION@ && mkdir @PACKAGE@-@VERSION@ && echo seeder_args=--max_upload_rate 50 >@PACKAGE@-@VERSION@.info && ls -t | sed 1,6d | xargs rm -rf '
1884 scp @PACKAGE@-@VERSION@.tar.bz2 @PACKAGE@-@VERSION@.tar.bz2.sig headache:torrents.courier-mta.org/pub/@PACKAGE@/@PACKAGE@-@VERSION@
1885
1886 release-dist:
1887 test -z "$(SFPASSWD)" && exit 1; exit 0
1888 ./changelog.pl >changelog.txt
1889 emacs releasenotes.txt
1890 test -f releasenotes.txt || exit 1
1891 socksify ../sftools/release.pl mrsam $(SFPASSWD) courier authlib @VERSION@ releasenotes.txt changelog.txt @PACKAGE@-@VERSION@.tar.bz2 @PACKAGE@-@VERSION@.tar.bz2.sig
1892 socksify ssh grace.speakeasy.net rm -f courier-mta.org/@PACKAGE@.beta
1893
1894 htmldoc: $(HTMLDOCFILES)
1895 for f in $^; do d=`basename $$f`; test "$$d" = "README.html" && d="index2.html"; xsltproc --nonet $$HOME/www/www.courier-mta.org/xsl/authlib.xsl $$f | perl -ne 's~\$(id):.*\$$~\$(id):'"$$h"'\$$~; print' >html/$$d; done
1896 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1897 # Otherwise a system limit (for SysV at least) may be exceeded.
1898 .NOEXPORT: