Imported Debian patch 0.66.1-1
[hcoop/debian/courier-authlib.git] / Makefile.in
1 # Makefile.in generated by automake 1.13.4 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
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 #
18 # Copyright 1998 - 2009 Double Precision, Inc. See COPYING for
19 # distribution information.
20
21
22
23
24
25 VPATH = @srcdir@
26 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
27 am__make_running_with_option = \
28 case $${target_option-} in \
29 ?) ;; \
30 *) echo "am__make_running_with_option: internal error: invalid" \
31 "target option '$${target_option-}' specified" >&2; \
32 exit 1;; \
33 esac; \
34 has_opt=no; \
35 sane_makeflags=$$MAKEFLAGS; \
36 if $(am__is_gnu_make); then \
37 sane_makeflags=$$MFLAGS; \
38 else \
39 case $$MAKEFLAGS in \
40 *\\[\ \ ]*) \
41 bs=\\; \
42 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
43 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
44 esac; \
45 fi; \
46 skip_next=no; \
47 strip_trailopt () \
48 { \
49 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
50 }; \
51 for flg in $$sane_makeflags; do \
52 test $$skip_next = yes && { skip_next=no; continue; }; \
53 case $$flg in \
54 *=*|--*) continue;; \
55 -*I) strip_trailopt 'I'; skip_next=yes;; \
56 -*I?*) strip_trailopt 'I';; \
57 -*O) strip_trailopt 'O'; skip_next=yes;; \
58 -*O?*) strip_trailopt 'O';; \
59 -*l) strip_trailopt 'l'; skip_next=yes;; \
60 -*l?*) strip_trailopt 'l';; \
61 -[dEDm]) skip_next=yes;; \
62 -[JT]) skip_next=yes;; \
63 esac; \
64 case $$flg in \
65 *$$target_option*) has_opt=yes; break;; \
66 esac; \
67 done; \
68 test $$has_opt = yes
69 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
70 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
71 pkgdatadir = $(datadir)/@PACKAGE@
72 pkgincludedir = $(includedir)/@PACKAGE@
73 pkglibdir = $(libdir)/@PACKAGE@
74 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
75 install_sh_DATA = $(install_sh) -c -m 644
76 install_sh_PROGRAM = $(install_sh) -c
77 install_sh_SCRIPT = $(install_sh) -c
78 INSTALL_HEADER = $(INSTALL_DATA)
79 transform = $(program_transform_name)
80 NORMAL_INSTALL = :
81 PRE_INSTALL = :
82 POST_INSTALL = :
83 NORMAL_UNINSTALL = :
84 PRE_UNINSTALL = :
85 POST_UNINSTALL = :
86 build_triplet = @build@
87 host_triplet = @host@
88 sbin_PROGRAMS = authtest$(EXEEXT) authenumerate$(EXEEXT) \
89 authpasswd$(EXEEXT)
90 bin_PROGRAMS = courierauthconfig$(EXEEXT)
91 noinst_PROGRAMS = authdaemontest$(EXEEXT) authmksock$(EXEEXT) \
92 authdaemondprog$(EXEEXT)
93 subdir = .
94 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
95 $(top_srcdir)/configure $(am__configure_deps) \
96 $(srcdir)/courier_auth_config.h.in $(srcdir)/authdaemond.in \
97 $(srcdir)/authdaemonrc.in $(srcdir)/authsystem.passwd.in \
98 $(srcdir)/README.authdebug.html.in $(srcdir)/dbobj.config.in \
99 $(srcdir)/dbobj.h.in $(srcdir)/authmigrate.in \
100 $(srcdir)/courier-authlib.spec.in \
101 $(srcdir)/courier-authlib.lpspec.in \
102 $(srcdir)/courier-authlib.sysvinit.in \
103 $(srcdir)/courier-authlib.service.in \
104 $(srcdir)/userdb-test-cram-md5.pl.in depcomp \
105 $(include_HEADERS) AUTHORS COPYING ChangeLog INSTALL NEWS \
106 README config.guess config.sub install-sh missing ltmain.sh
107 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
108 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
109 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
110 $(ACLOCAL_M4)
111 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
112 configure.lineno config.status.lineno
113 mkinstalldirs = $(install_sh) -d
114 CONFIG_HEADER = courier_auth_config.h
115 CONFIG_CLEAN_FILES = authdaemond authdaemonrc authsystem.passwd \
116 README.authdebug.html dbobj.config dbobj.h authmigrate \
117 courier-authlib.spec courier-authlib.lpspec \
118 courier-authlib.sysvinit courier-authlib.service \
119 userdb-test-cram-md5.pl
120 CONFIG_CLEAN_VPATH_FILES =
121 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
122 am__vpath_adj = case $$p in \
123 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
124 *) f=$$p;; \
125 esac;
126 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
127 am__install_max = 40
128 am__nobase_strip_setup = \
129 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
130 am__nobase_strip = \
131 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
132 am__nobase_list = $(am__nobase_strip_setup); \
133 for p in $$list; do echo "$$p $$p"; done | \
134 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
135 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
136 if (++n[$$2] == $(am__install_max)) \
137 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
138 END { for (dir in files) print dir, files[dir] }'
139 am__base_list = \
140 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
141 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
142 am__uninstall_files_from_dir = { \
143 test -z "$$files" \
144 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
145 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
146 $(am__cd) "$$dir" && rm -f $$files; }; \
147 }
148 am__installdirs = "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(bindir)" \
149 "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(pkglibexecdir)" \
150 "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)" \
151 "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(includedir)"
152 LTLIBRARIES = $(pkglib_LTLIBRARIES)
153 am_libauthcustom_la_OBJECTS = authcustom.lo preauthcustom.lo
154 libauthcustom_la_OBJECTS = $(am_libauthcustom_la_OBJECTS)
155 AM_V_lt = $(am__v_lt_@AM_V@)
156 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
157 am__v_lt_0 = --silent
158 am__v_lt_1 =
159 libauthcustom_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
160 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
161 $(AM_CFLAGS) $(CFLAGS) $(libauthcustom_la_LDFLAGS) $(LDFLAGS) \
162 -o $@
163 am__DEPENDENCIES_1 =
164 am_libauthldap_la_OBJECTS = authldap.lo preauthldap.lo authldaplib.lo
165 libauthldap_la_OBJECTS = $(am_libauthldap_la_OBJECTS)
166 libauthldap_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
167 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
168 $(AM_CFLAGS) $(CFLAGS) $(libauthldap_la_LDFLAGS) $(LDFLAGS) -o \
169 $@
170 am_libauthmysql_la_OBJECTS = authmysql.lo preauthmysql.lo \
171 authmysqllib.lo
172 libauthmysql_la_OBJECTS = $(am_libauthmysql_la_OBJECTS)
173 libauthmysql_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
174 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
175 $(AM_CFLAGS) $(CFLAGS) $(libauthmysql_la_LDFLAGS) $(LDFLAGS) \
176 -o $@
177 am_libauthpam_la_OBJECTS = authpam.lo preauthpam.lo
178 libauthpam_la_OBJECTS = $(am_libauthpam_la_OBJECTS)
179 libauthpam_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
180 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
181 $(libauthpam_la_LDFLAGS) $(LDFLAGS) -o $@
182 am_libauthpgsql_la_OBJECTS = authpgsql.lo preauthpgsql.lo \
183 authpgsqllib.lo
184 libauthpgsql_la_OBJECTS = $(am_libauthpgsql_la_OBJECTS)
185 libauthpgsql_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
186 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
187 $(AM_CFLAGS) $(CFLAGS) $(libauthpgsql_la_LDFLAGS) $(LDFLAGS) \
188 -o $@
189 am_libauthpipe_la_OBJECTS = authpipe.lo authpipelib.lo
190 libauthpipe_la_OBJECTS = $(am_libauthpipe_la_OBJECTS)
191 libauthpipe_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
192 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
193 $(AM_CFLAGS) $(CFLAGS) $(libauthpipe_la_LDFLAGS) $(LDFLAGS) -o \
194 $@
195 am_libauthpwd_la_OBJECTS = authpwd.lo preauthpwd.lo
196 libauthpwd_la_OBJECTS = $(am_libauthpwd_la_OBJECTS)
197 libauthpwd_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
198 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
199 $(libauthpwd_la_LDFLAGS) $(LDFLAGS) -o $@
200 am_libauthshadow_la_OBJECTS = authshadow.lo preauthshadow.lo
201 libauthshadow_la_OBJECTS = $(am_libauthshadow_la_OBJECTS)
202 libauthshadow_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
203 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
204 $(AM_CFLAGS) $(CFLAGS) $(libauthshadow_la_LDFLAGS) $(LDFLAGS) \
205 -o $@
206 am_libauthsqlite_la_OBJECTS = authsqlite.lo preauthsqlite.lo \
207 authsqlitelib.lo
208 libauthsqlite_la_OBJECTS = $(am_libauthsqlite_la_OBJECTS)
209 libauthsqlite_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
210 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
211 $(AM_CFLAGS) $(CFLAGS) $(libauthsqlite_la_LDFLAGS) $(LDFLAGS) \
212 -o $@
213 am__DEPENDENCIES_2 = userdb/libuserdb.la
214 am_libauthuserdb_la_OBJECTS = authuserdb.lo preauthuserdb.lo \
215 preauthuserdbcommon.lo authuserdbpwd.lo
216 libauthuserdb_la_OBJECTS = $(am_libauthuserdb_la_OBJECTS)
217 libauthuserdb_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
218 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
219 $(AM_CFLAGS) $(CFLAGS) $(libauthuserdb_la_LDFLAGS) $(LDFLAGS) \
220 -o $@
221 libcourierauth_la_DEPENDENCIES = libs/libhmac/libhmac.la \
222 libs/md5/libmd5.la libs/sha1/libsha1.la \
223 libs/numlib/libnumlib.la libs/random128/librandom128.la \
224 libs/rfc822/libencode.la
225 am_libcourierauth_la_OBJECTS = authdaemon.lo authdaemonlib.lo \
226 preauthdaemon.lo authmoduser2.lo authmoduser3.lo debug.lo \
227 authoption.lo
228 libcourierauth_la_OBJECTS = $(am_libcourierauth_la_OBJECTS)
229 libcourierauth_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
230 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
231 $(AM_CFLAGS) $(CFLAGS) $(libcourierauth_la_LDFLAGS) $(LDFLAGS) \
232 -o $@
233 am_libcourierauthcommon_la_OBJECTS = authgetconfig.lo \
234 authpwdenumerate.lo authsaslfrombase64.lo authsasltobase64.lo \
235 authsyschangepwd.lo authsyscommon.lo authldapescape.lo \
236 cramlib.lo checkpassword.lo cryptpassword.lo \
237 checkpasswordmd5.lo checkpasswordsha1.lo
238 libcourierauthcommon_la_OBJECTS = \
239 $(am_libcourierauthcommon_la_OBJECTS)
240 libcourierauthcommon_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
241 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
242 $(AM_CFLAGS) $(CFLAGS) $(libcourierauthcommon_la_LDFLAGS) \
243 $(LDFLAGS) -o $@
244 libcourierauthsasl_la_DEPENDENCIES = libcourierauthcommon.la \
245 libcourierauth.la
246 am_libcourierauthsasl_la_OBJECTS = authsasl.lo authsaslcram.lo \
247 authsasllogin.lo authsaslplain.lo authsaslfrombase64.lo \
248 authsasltobase64.lo
249 libcourierauthsasl_la_OBJECTS = $(am_libcourierauthsasl_la_OBJECTS)
250 libcourierauthsasl_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
251 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
252 $(AM_CFLAGS) $(CFLAGS) $(libcourierauthsasl_la_LDFLAGS) \
253 $(LDFLAGS) -o $@
254 libcourierauthsaslclient_la_DEPENDENCIES = libcourierauth.la
255 am_libcourierauthsaslclient_la_OBJECTS = authsaslclient.lo \
256 authsaslclientcram.lo authsaslclientcrammd5.lo \
257 authsaslclientcramsha1.lo authsaslclientlogin.lo \
258 authsaslclientplain.lo authsaslclientexternal.lo \
259 authsaslfrombase64.lo authsasltobase64.lo
260 libcourierauthsaslclient_la_OBJECTS = \
261 $(am_libcourierauthsaslclient_la_OBJECTS)
262 libcourierauthsaslclient_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
263 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
264 $(AM_CFLAGS) $(CFLAGS) $(libcourierauthsaslclient_la_LDFLAGS) \
265 $(LDFLAGS) -o $@
266 PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) $(sbin_PROGRAMS)
267 am_authdaemondprog_OBJECTS = authdaemond.$(OBJEXT)
268 authdaemondprog_OBJECTS = $(am_authdaemondprog_OBJECTS)
269 authdaemondprog_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
270 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
271 $(AM_CFLAGS) $(CFLAGS) $(authdaemondprog_LDFLAGS) $(LDFLAGS) \
272 -o $@
273 am_authdaemontest_OBJECTS = authdaemontest.$(OBJEXT)
274 authdaemontest_OBJECTS = $(am_authdaemontest_OBJECTS)
275 authdaemontest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
276 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
277 $(AM_CFLAGS) $(CFLAGS) $(authdaemontest_LDFLAGS) $(LDFLAGS) -o \
278 $@
279 am_authenumerate_OBJECTS = authenumerate.$(OBJEXT)
280 authenumerate_OBJECTS = $(am_authenumerate_OBJECTS)
281 authenumerate_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
282 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
283 $(authenumerate_LDFLAGS) $(LDFLAGS) -o $@
284 am_authmksock_OBJECTS = authmksock.$(OBJEXT)
285 authmksock_OBJECTS = $(am_authmksock_OBJECTS)
286 authmksock_DEPENDENCIES =
287 am_authpasswd_OBJECTS = authpasswd.$(OBJEXT)
288 authpasswd_OBJECTS = $(am_authpasswd_OBJECTS)
289 authpasswd_DEPENDENCIES = libcourierauthcommon.la \
290 libs/libhmac/libhmac.la libs/md5/libmd5.la \
291 libs/sha1/libsha1.la libs/rfc822/libencode.la
292 am_authtest_OBJECTS = authtest.$(OBJEXT)
293 authtest_OBJECTS = $(am_authtest_OBJECTS)
294 am_courierauthconfig_OBJECTS = authinfo.$(OBJEXT)
295 courierauthconfig_OBJECTS = $(am_courierauthconfig_OBJECTS)
296 courierauthconfig_LDADD = $(LDADD)
297 SCRIPTS = $(pkglibexec_SCRIPTS) $(sbin_SCRIPTS)
298 AM_V_P = $(am__v_P_@AM_V@)
299 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
300 am__v_P_0 = false
301 am__v_P_1 = :
302 AM_V_GEN = $(am__v_GEN_@AM_V@)
303 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
304 am__v_GEN_0 = @echo " GEN " $@;
305 am__v_GEN_1 =
306 AM_V_at = $(am__v_at_@AM_V@)
307 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
308 am__v_at_0 = @
309 am__v_at_1 =
310 DEFAULT_INCLUDES = -I.@am__isrc@
311 depcomp = $(SHELL) $(top_srcdir)/depcomp
312 am__depfiles_maybe = depfiles
313 am__mv = mv -f
314 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
315 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
316 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
317 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
318 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
319 $(AM_CFLAGS) $(CFLAGS)
320 AM_V_CC = $(am__v_CC_@AM_V@)
321 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
322 am__v_CC_0 = @echo " CC " $@;
323 am__v_CC_1 =
324 CCLD = $(CC)
325 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
326 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
327 $(AM_LDFLAGS) $(LDFLAGS) -o $@
328 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
329 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
330 am__v_CCLD_0 = @echo " CCLD " $@;
331 am__v_CCLD_1 =
332 SOURCES = $(libauthcustom_la_SOURCES) $(libauthldap_la_SOURCES) \
333 $(libauthmysql_la_SOURCES) $(libauthpam_la_SOURCES) \
334 $(libauthpgsql_la_SOURCES) $(libauthpipe_la_SOURCES) \
335 $(libauthpwd_la_SOURCES) $(libauthshadow_la_SOURCES) \
336 $(libauthsqlite_la_SOURCES) $(libauthuserdb_la_SOURCES) \
337 $(libcourierauth_la_SOURCES) \
338 $(libcourierauthcommon_la_SOURCES) \
339 $(libcourierauthsasl_la_SOURCES) \
340 $(libcourierauthsaslclient_la_SOURCES) \
341 $(authdaemondprog_SOURCES) $(authdaemontest_SOURCES) \
342 $(authenumerate_SOURCES) $(authmksock_SOURCES) \
343 $(authpasswd_SOURCES) $(authtest_SOURCES) \
344 $(courierauthconfig_SOURCES)
345 DIST_SOURCES = $(libauthcustom_la_SOURCES) $(libauthldap_la_SOURCES) \
346 $(libauthmysql_la_SOURCES) $(libauthpam_la_SOURCES) \
347 $(libauthpgsql_la_SOURCES) $(libauthpipe_la_SOURCES) \
348 $(libauthpwd_la_SOURCES) $(libauthshadow_la_SOURCES) \
349 $(libauthsqlite_la_SOURCES) $(libauthuserdb_la_SOURCES) \
350 $(libcourierauth_la_SOURCES) \
351 $(libcourierauthcommon_la_SOURCES) \
352 $(libcourierauthsasl_la_SOURCES) \
353 $(libcourierauthsaslclient_la_SOURCES) \
354 $(authdaemondprog_SOURCES) $(authdaemontest_SOURCES) \
355 $(authenumerate_SOURCES) $(authmksock_SOURCES) \
356 $(authpasswd_SOURCES) $(authtest_SOURCES) \
357 $(courierauthconfig_SOURCES)
358 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
359 ctags-recursive dvi-recursive html-recursive info-recursive \
360 install-data-recursive install-dvi-recursive \
361 install-exec-recursive install-html-recursive \
362 install-info-recursive install-pdf-recursive \
363 install-ps-recursive install-recursive installcheck-recursive \
364 installdirs-recursive pdf-recursive ps-recursive \
365 tags-recursive uninstall-recursive
366 am__can_run_installinfo = \
367 case $$AM_UPDATE_INFO_DIR in \
368 n|no|NO) false;; \
369 *) (install-info --version) >/dev/null 2>&1;; \
370 esac
371 man1dir = $(mandir)/man1
372 man3dir = $(mandir)/man3
373 NROFF = nroff
374 MANS = $(man_MANS)
375 DATA = $(noinst_DATA)
376 HEADERS = $(include_HEADERS)
377 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
378 distclean-recursive maintainer-clean-recursive
379 am__recursive_targets = \
380 $(RECURSIVE_TARGETS) \
381 $(RECURSIVE_CLEAN_TARGETS) \
382 $(am__extra_recursive_targets)
383 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
384 cscope distdir dist dist-all distcheck
385 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
386 $(LISP)courier_auth_config.h.in
387 # Read a list of newline-separated strings from the standard input,
388 # and print each of them once, without duplicates. Input order is
389 # *not* preserved.
390 am__uniquify_input = $(AWK) '\
391 BEGIN { nonempty = 0; } \
392 { items[$$0] = 1; nonempty = 1; } \
393 END { if (nonempty) { for (i in items) print i; }; } \
394 '
395 # Make sure the list of sources is unique. This is necessary because,
396 # e.g., the same source file might be shared among _SOURCES variables
397 # for different programs/libraries.
398 am__define_uniq_tagged_files = \
399 list='$(am__tagged_files)'; \
400 unique=`for i in $$list; do \
401 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
402 done | $(am__uniquify_input)`
403 ETAGS = etags
404 CTAGS = ctags
405 CSCOPE = cscope
406 DIST_SUBDIRS = $(SUBDIRS)
407 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
408 distdir = $(PACKAGE)-$(VERSION)
409 top_distdir = $(distdir)
410 am__remove_distdir = \
411 if test -d "$(distdir)"; then \
412 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
413 && rm -rf "$(distdir)" \
414 || { sleep 5 && rm -rf "$(distdir)"; }; \
415 else :; fi
416 am__post_remove_distdir = $(am__remove_distdir)
417 am__relativize = \
418 dir0=`pwd`; \
419 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
420 sed_rest='s,^[^/]*/*,,'; \
421 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
422 sed_butlast='s,/*[^/]*$$,,'; \
423 while test -n "$$dir1"; do \
424 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
425 if test "$$first" != "."; then \
426 if test "$$first" = ".."; then \
427 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
428 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
429 else \
430 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
431 if test "$$first2" = "$$first"; then \
432 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
433 else \
434 dir2="../$$dir2"; \
435 fi; \
436 dir0="$$dir0"/"$$first"; \
437 fi; \
438 fi; \
439 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
440 done; \
441 reldir="$$dir2"
442 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
443 GZIP_ENV = --best
444 DIST_TARGETS = dist-bzip2 dist-gzip
445 distuninstallcheck_listfiles = find . -type f -print
446 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
447 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
448 distcleancheck_listfiles = find . -type f -print
449 pkglibexecdir = $(libexecdir)/courier-authlib
450 ACLOCAL = @ACLOCAL@
451 AMTAR = @AMTAR@
452 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
453 AR = @AR@
454 ARGZ_H = @ARGZ_H@
455 AUTHPAMCRYPT = @AUTHPAMCRYPT@
456 AUTOCONF = @AUTOCONF@
457 AUTOHEADER = @AUTOHEADER@
458 AUTOMAKE = @AUTOMAKE@
459 AWK = @AWK@
460 CC = @CC@
461 CCDEPMODE = @CCDEPMODE@
462 CFLAGS = @CFLAGS@
463 COURIERCONFIG = @COURIERCONFIG@
464 CPP = @CPP@
465 CPPFLAGS = @CPPFLAGS@
466 CRYPTLIBS = @CRYPTLIBS@
467 CYGPATH_W = @CYGPATH_W@
468 DEFS = @DEFS@
469 DEPDIR = @DEPDIR@
470 DLLTOOL = @DLLTOOL@
471 DSYMUTIL = @DSYMUTIL@
472 DUMPBIN = @DUMPBIN@
473 ECHO_C = @ECHO_C@
474 ECHO_N = @ECHO_N@
475 ECHO_T = @ECHO_T@
476 EGREP = @EGREP@
477 EXEEXT = @EXEEXT@
478 EXPECT = @EXPECT@
479 FGREP = @FGREP@
480 GREP = @GREP@
481 INCLTDL = @INCLTDL@
482 INSTALL = @INSTALL@
483 INSTALL_DATA = @INSTALL_DATA@
484 INSTALL_PROGRAM = @INSTALL_PROGRAM@
485 INSTALL_SCRIPT = @INSTALL_SCRIPT@
486 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
487 LD = @LD@
488 LDAPLIBS = @LDAPLIBS@
489 LDFLAGS = @LDFLAGS@
490 LIBADD_DL = @LIBADD_DL@
491 LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
492 LIBADD_DLOPEN = @LIBADD_DLOPEN@
493 LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
494 LIBAUTHCUSTOM = @LIBAUTHCUSTOM@
495 LIBAUTHLDAP = @LIBAUTHLDAP@
496 LIBAUTHMYSQL = @LIBAUTHMYSQL@
497 LIBAUTHPAM = @LIBAUTHPAM@
498 LIBAUTHPGSQL = @LIBAUTHPGSQL@
499 LIBAUTHPIPE = @LIBAUTHPIPE@
500 LIBAUTHPWD = @LIBAUTHPWD@
501 LIBAUTHSHADOW = @LIBAUTHSHADOW@
502 LIBAUTHSQLITE = @LIBAUTHSQLITE@
503 LIBAUTHUSERDB = @LIBAUTHUSERDB@
504 LIBDB = @LIBDB@
505 LIBDL = @LIBDL@
506 LIBGDBM = @LIBGDBM@
507 LIBLTDL = @LIBLTDL@
508 LIBM = @LIBM@
509 LIBOBJS = @LIBOBJS@
510 LIBS = @LIBS@
511 LIBTOOL = @LIBTOOL@
512 LIPO = @LIPO@
513 LN_S = @LN_S@
514 LTDLDEPS = @LTDLDEPS@
515 LTDLINCL = @LTDLINCL@
516 LTDLOPEN = @LTDLOPEN@
517 LTLIBOBJS = @LTLIBOBJS@
518 LT_CONFIG_H = @LT_CONFIG_H@
519 LT_DLLOADERS = @LT_DLLOADERS@
520 LT_DLPREOPEN = @LT_DLPREOPEN@
521 MAKEINFO = @MAKEINFO@
522 MANIFEST_TOOL = @MANIFEST_TOOL@
523 MKDIR_P = @MKDIR_P@
524 MYSQL_CONFIG = @MYSQL_CONFIG@
525 MYSQL_LIBS = @MYSQL_LIBS@
526 NETLIBS = @NETLIBS@
527 NM = @NM@
528 NMEDIT = @NMEDIT@
529 OBJDUMP = @OBJDUMP@
530 OBJEXT = @OBJEXT@
531 OTOOL = @OTOOL@
532 OTOOL64 = @OTOOL64@
533 PACKAGE = @PACKAGE@
534 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
535 PACKAGE_NAME = @PACKAGE_NAME@
536 PACKAGE_STRING = @PACKAGE_STRING@
537 PACKAGE_TARNAME = @PACKAGE_TARNAME@
538 PACKAGE_URL = @PACKAGE_URL@
539 PACKAGE_VERSION = @PACKAGE_VERSION@
540 PASSWD = @PASSWD@
541 PATH_SEPARATOR = @PATH_SEPARATOR@
542 PERL = @PERL@
543 PGSQL_LIBS = @PGSQL_LIBS@
544 PG_CONFIG = @PG_CONFIG@
545 RANLIB = @RANLIB@
546 REPOSITORY = @REPOSITORY@
547 SED = @SED@
548 SET_MAKE = @SET_MAKE@
549 SHADOWLIBS = @SHADOWLIBS@
550 SHELL = @SHELL@
551 SQLITE_LIBS = @SQLITE_LIBS@
552 STRIP = @STRIP@
553 SYSCONFTOOL = @SYSCONFTOOL@
554 SYSCONFTOOL_PERL = @SYSCONFTOOL_PERL@
555 USE_DB = @USE_DB@
556 USE_GDBM = @USE_GDBM@
557 VERSION = @VERSION@
558 abs_builddir = @abs_builddir@
559 abs_srcdir = @abs_srcdir@
560 abs_top_builddir = @abs_top_builddir@
561 abs_top_srcdir = @abs_top_srcdir@
562 ac_ct_AR = @ac_ct_AR@
563 ac_ct_CC = @ac_ct_CC@
564 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
565 am__include = @am__include@
566 am__leading_dot = @am__leading_dot@
567 am__quote = @am__quote@
568 am__tar = @am__tar@
569 am__untar = @am__untar@
570 authProg = @authProg@
571 authdaemonrc = @authdaemonrc@
572 authdaemonvar = @authdaemonvar@
573 authldaprc = @authldaprc@
574 authmysqlrc = @authmysqlrc@
575 authpgsqlrc = @authpgsqlrc@
576 authsqliterc = @authsqliterc@
577 bindir = @bindir@
578 build = @build@
579 build_alias = @build_alias@
580 build_cpu = @build_cpu@
581 build_os = @build_os@
582 build_vendor = @build_vendor@
583 builddir = @builddir@
584 datadir = @datadir@
585 datarootdir = @datarootdir@
586 dblibrary = @dblibrary@
587 docdir = @docdir@
588 dvidir = @dvidir@
589 exec_prefix = @exec_prefix@
590 host = @host@
591 host_alias = @host_alias@
592 host_cpu = @host_cpu@
593 host_os = @host_os@
594 host_vendor = @host_vendor@
595 htmldir = @htmldir@
596 includedir = @includedir@
597 infodir = @infodir@
598 install_sh = @install_sh@
599 libdir = @libdir@
600 libexecdir = @libexecdir@
601 localedir = @localedir@
602 localstatedir = @localstatedir@
603 ltdl_LIBOBJS = @ltdl_LIBOBJS@
604 ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
605 mailgroup = @mailgroup@
606 mailuser = @mailuser@
607 mandir = @mandir@
608 mkdir_p = @mkdir_p@
609 oldincludedir = @oldincludedir@
610 pdfdir = @pdfdir@
611 prefix = @prefix@
612 program_transform_name = @program_transform_name@
613 psdir = @psdir@
614 sbindir = @sbindir@
615 sharedstatedir = @sharedstatedir@
616 srcdir = @srcdir@
617 subdirs = @subdirs@
618 sys_symbol_underscore = @sys_symbol_underscore@
619 sysconfdir = @sysconfdir@
620 target_alias = @target_alias@
621 top_build_prefix = @top_build_prefix@
622 top_builddir = @top_builddir@
623 top_srcdir = @top_srcdir@
624 userdb = @userdb@
625 AUTOMAKE_OPTIONS = dist-bzip2
626 SUBDIRS = libs/gdbmobj libs/bdbobj libs/md5 libs/sha1 libs/libhmac libs/numlib libs/makedat userdb libs/unicode libs/rfc822 libs/random128 libs/liblock liblog
627 AM_CPPFLAGS = -I liblock $(LTDLINCL)
628 modules = @LIBAUTHUSERDB@ \
629 @LIBAUTHPAM@ @LIBAUTHPWD@ @LIBAUTHSHADOW@ \
630 @LIBAUTHPGSQL@ @LIBAUTHLDAP@ @LIBAUTHMYSQL@ @LIBAUTHSQLITE@ \
631 @LIBAUTHCUSTOM@ @LIBAUTHPIPE@
632
633 pkglibexec_SCRIPTS = authsystem.passwd
634 pkglib_LTLIBRARIES = libcourierauth.la \
635 libcourierauthsasl.la libcourierauthsaslclient.la \
636 libcourierauthcommon.la $(modules)
637
638 sbin_SCRIPTS = authdaemond
639 EXTRA_LTLIBRARIES = libauthuserdb.la \
640 libauthpam.la libauthpwd.la libauthshadow.la \
641 libauthpgsql.la \
642 libauthldap.la \
643 libauthmysql.la \
644 libauthsqlite.la \
645 libauthcustom.la \
646 libauthpipe.la
647
648 CLEANFILES = authldaprc.h authmysqlrc.h authsqliterc.h authdaemonrc.h \
649 authpgsqlrc.h authpiperc.h authdaemon \
650 authlib.3 authlib.html packageversion.h \
651 authchangepwdir.h sbindir.h pkglibdir.h pkgincludedir.h \
652 mailusergroup.h authinfodaemondlist.c permissions.dat \
653 README.authdebug.html
654
655 DISTCLEANFILES = dbobj.config README_authlib.html
656 commonlibdep = libcourierauthcommon.la
657 commonldflags = -module -rpath $(pkglibdir) -export-symbols-regex 'courier_auth.*_init' -avoid-version
658 commonlibadd = libcourierauthcommon.la
659 libcourierauthcommon_t = @CRYPTLIBS@
660 libcourierauthcommon_la_SOURCES = \
661 auth.h courierauth.h \
662 authgetconfig.c \
663 authpwdenumerate.c \
664 authsaslfrombase64.c authsasltobase64.c \
665 courierauthstaticlist.h \
666 authsyschangepwd.c authsyscommon.c \
667 authldapescape.c \
668 cramlib.c cramlib.h \
669 checkpassword.c cryptpassword.c \
670 checkpasswordmd5.c checkpasswordsha1.c
671
672 libcourierauthcommon_la_DEPENDENCIES = libcourierauth.la
673 libcourierauthcommon_la_LIBADD = libcourierauth.la
674 libcourierauthcommon_la_LDFLAGS = $(libcourierauthcommon_t:%=-Wl,%) -avoid-version
675 libcourierauth_la_SOURCES = authdaemon.c authdaemonlib.c preauthdaemon.c \
676 authmoduser2.c authmoduser3.c debug.c \
677 courierauthdebug.h \
678 authoption.c
679
680 libcourierauth_la_LIBADD = libs/libhmac/libhmac.la libs/md5/libmd5.la libs/sha1/libsha1.la libs/numlib/libnumlib.la \
681 libs/random128/librandom128.la libs/rfc822/libencode.la
682
683 libcourierauth_la_LDFLAGS = @NETLIBS@ -avoid-version
684
685 # The userdb module
686 libauthuserdb_t = userdb/libuserdb.la @dblibrary@ @LIBGDBM@ @LIBDB@
687 libauthuserdb_la_SOURCES = authuserdb.c preauthuserdb.c preauthuserdbcommon.c \
688 authuserdbpwd.c
689
690 libauthuserdb_la_DEPENDENCIES = libcourierauthcommon.la @dblibrary@
691 libauthuserdb_la_LIBADD = $(commonlibadd) $(libauthuserdb_t)
692 libauthuserdb_la_LDFLAGS = $(commonldflags)
693
694 # the authpam module
695 libauthpam_t = -lpam @SHADOWLIBS@ @AUTHPAMCRYPT@ @LIBDL@
696 libauthpam_la_SOURCES = authpam.c preauthpam.c authwait.h
697 libauthpam_la_DEPENDENCIES = $(commonlibdep)
698 libauthpam_la_LIBADD = $(commonlibadd) $(libauthpam_t)
699 libauthpam_la_LDFLAGS = $(commonldflags)
700
701 # The authpwd module
702 libauthpwd_la_SOURCES = authpwd.c preauthpwd.c
703 libauthpwd_la_DEPENDENCIES = $(commonlibdep)
704 libauthpwd_la_LIBADD = $(commonlibadd)
705 libauthpwd_la_LDFLAGS = $(commonldflags)
706
707 # The authshadow module
708 libauthshadow_t = @SHADOWLIBS@
709 libauthshadow_la_SOURCES = authshadow.c preauthshadow.c
710 libauthshadow_la_DEPENDENCIES = $(commonlibdep)
711 libauthshadow_la_LIBADD = $(commonlibadd) $(libauthshadow_t)
712 libauthshadow_la_LDFLAGS = $(commonldflags)
713
714 # The authpgsql module
715 libauthpgsql_t = @PGSQL_LIBS@ @LIBM@ @NETLIBS@
716 libauthpgsql_la_SOURCES = authpgsql.c preauthpgsql.c authpgsqllib.c authpgsql.h
717 libauthpgsql_la_DEPENDENCIES = $(commonlibdep)
718 libauthpgsql_la_LIBADD = $(commonlibadd) $(libauthpgsql_t)
719 libauthpgsql_la_LDFLAGS = $(commonldflags)
720
721 # The authldap module
722 libauthldap_t = @LDAPLIBS@ @NETLIBS@
723 libauthldap_la_SOURCES = authldap.c preauthldap.c authldaplib.c authldap.h
724 libauthldap_la_DEPENDENCIES = $(commonlibdep)
725 libauthldap_la_LIBADD = $(commonlibadd) $(libauthldap_t)
726 libauthldap_la_LDFLAGS = $(commonldflags)
727
728 # The authmysql module
729 libauthmysql_t = @MYSQL_LIBS@ @LIBM@ @NETLIBS@
730 libauthmysql_la_SOURCES = authmysql.c preauthmysql.c authmysqllib.c authmysql.h
731 libauthmysql_la_DEPENDENCIES = $(commonlibdep)
732 libauthmysql_la_LIBADD = $(commonlibadd) $(libauthmysql_t)
733 libauthmysql_la_LDFLAGS = $(commonldflags)
734
735 # The authsqlite module
736 libauthsqlite_t = @SQLITE_LIBS@ @NETLIBS@
737 libauthsqlite_la_SOURCES = authsqlite.c preauthsqlite.c authsqlitelib.c authsqlite.h
738 libauthsqlite_la_DEPENDENCIES = $(commonlibdep)
739 libauthsqlite_la_LIBADD = $(commonlibadd) $(libauthsqlite_t)
740 libauthsqlite_la_LDFLAGS = $(commonldflags)
741
742 # The authcustom module
743 libauthcustom_la_SOURCES = authcustom.c preauthcustom.c authcustom.h
744 libauthcustom_la_DEPENDENCIES = $(commonlibdep)
745 libauthcustom_la_LIBADD = $(commonlibadd)
746 libauthcustom_la_LDFLAGS = $(commonldflags)
747
748 # The authpipe module
749 libauthpipe_la_SOURCES = authpipe.c authpipelib.h authpipelib.c
750 libauthpipe_la_DEPENDENCIES = $(commonlibdep)
751 libauthpipe_la_LIBADD = $(commonlibadd)
752 libauthpipe_la_LDFLAGS = $(commonldflags)
753 HTMLFILES = README.html NEWS.html INSTALL.html \
754 README.authsqlite.html README.authmysql.html README.authpostgres.html
755
756 EXTRA_DIST = $(HTMLFILES) sysconftool COPYING COPYING.GPL\
757 authldap.schema \
758 authldap.ldif \
759 authldaprc authmysqlrc authpgsqlrc authsqliterc README.ldap \
760 README.authmysql.myownquery \
761 README.authdebug.html.in \
762 courier-authlib.spec \
763 courier-authlib.lpspec pgpkeys.txt \
764 README_authlib.html.in \
765 authlib.html.in authlib.3.in \
766 authpasswd.html authpasswd.1 \
767 authtest.html authtest.1 \
768 auth_sasl.html auth_sasl.3 auth_sasl_ex.3 \
769 auth_generic.html auth_generic.3 \
770 auth_login.html auth_login.3 \
771 auth_passwd.html auth_passwd.3 \
772 auth_getuserinfo.html auth_getuserinfo.3 \
773 auth_enumerate.html auth_enumerate.3 \
774 auth_getoption.html auth_getoption.3 \
775 samplepipe.pl
776
777 libcourierauthsasl_la_SOURCES = \
778 authsasl.c courierauthsasl.h \
779 authsaslcram.c authsasllogin.c authsaslplain.c \
780 authsaslfrombase64.c authsasltobase64.c
781
782 libcourierauthsasl_la_LIBADD = libcourierauthcommon.la libcourierauth.la
783 libcourierauthsasl_la_LDFLAGS = -export-symbols-regex '^auth_sasl|auth_sasl_ex|auth_sasl_extract_userid$$' -avoid-version
784 libcourierauthsaslclient_la_SOURCES = courierauthsaslclient.h \
785 authsaslclient.c authsaslclient.h authsaslclientcram.c \
786 authsaslclientcrammd5.c authsaslclientcramsha1.c \
787 authsaslclientlogin.c authsaslclientplain.c \
788 authsaslclientexternal.c \
789 authsaslfrombase64.c authsasltobase64.c
790
791 libcourierauthsaslclient_la_LIBADD = libcourierauth.la
792 libcourierauthsaslclient_la_LDFLAGS = -export-symbols-regex '^auth_sasl_client$$' -avoid-version
793 include_HEADERS = courier_auth_config.h courierauth.h courierauthsasl.h \
794 courierauthsaslclient.h courierauthdebug.h courierauthstaticlist.h
795
796 courierauthconfig_SOURCES = authinfo.c
797 authpasswd_SOURCES = authpasswd.c
798 authpasswd_LDADD = libcourierauthcommon.la \
799 libs/libhmac/libhmac.la libs/md5/libmd5.la libs/sha1/libsha1.la libs/rfc822/libencode.la
800
801 authtest_SOURCES = authtest.c
802 authtest_DEPENDENCIES = libcourierauth.la
803 authtest_LDADD = libcourierauth.la
804 authenumerate_SOURCES = authenumerate.c
805 authenumerate_DEPENDENCIES = libcourierauth.la \
806 libs/numlib/libnumlib.la
807
808 authenumerate_LDADD = libcourierauth.la \
809 libs/numlib/libnumlib.la
810
811 authenumerate_LDFLAGS =
812
813 #
814 # The main daemon.
815 authdaemondprog_SOURCES = authdaemond.c
816 authdaemondprog_DEPENDENCIES = libcourierauthcommon.la \
817 libs/liblock/liblock.la $(modules) \
818 libs/libhmac/libhmac.la libs/md5/libmd5.la libs/sha1/libsha1.la \
819 libs/rfc822/libencode.la libs/numlib/libnumlib.la
820
821 authdaemondprog_LDADD = $(LIBLTDL) libcourierauthcommon.la libs/liblock/liblock.la \
822 libs/libhmac/libhmac.la libs/md5/libmd5.la libs/sha1/libsha1.la \
823 libs/rfc822/libencode.la libs/numlib/libnumlib.la
824
825 authdaemondprog_LDFLAGS = -export-dynamic $(modules:%=-dlopen %) @NETLIBS@
826 authdaemontest_SOURCES = authdaemontest.c
827 authdaemontest_DEPENDENCIES = libcourierauthcommon.la
828 authdaemontest_LDADD = libcourierauthcommon.la @NETLIBS@
829 authdaemontest_LDFLAGS = -static
830 authmksock_SOURCES = authmksock.c
831 authmksock_LDADD = @NETLIBS@
832 man3 = authlib.3 auth_generic.3 auth_login.3 auth_getuserinfo.3 \
833 auth_enumerate.3 auth_passwd.3 auth_getoption.3 auth_sasl.3
834
835 man1 = authpasswd.1 authtest.1
836 man_MANS = $(man1) $(man3) auth_sasl_ex.3
837 BUILT1 = authlib.html authldaprc.h authmysqlrc.h authpgsqlrc.h authpiperc.h \
838 authdaemonrc.h packageversion.h \
839 authchangepwdir.h sbindir.h \
840 pkglibdir.h pkgincludedir.h mailusergroup.h \
841 README_authlib.html
842
843 BUILT_SOURCES = $(BUILT1) $(man3:%.3=%.html) $(man1:%.1=%.html)
844 noinst_DATA = $(BUILT_SOURCES)
845 HTMLDOCFILES = $(HTMLFILES) README.authdebug.html README_authlib.html \
846 $(man3:%.3=%.html) $(man1:%.1=%.html) userdb/userdb.html userdb/makeuserdb.html userdb/userdbpw.html
847
848 all: $(BUILT_SOURCES) courier_auth_config.h
849 $(MAKE) $(AM_MAKEFLAGS) all-recursive
850
851 .SUFFIXES:
852 .SUFFIXES: .c .lo .o .obj
853 am--refresh: Makefile
854 @:
855 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
856 @for dep in $?; do \
857 case '$(am__configure_deps)' in \
858 *$$dep*) \
859 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
860 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
861 && exit 0; \
862 exit 1;; \
863 esac; \
864 done; \
865 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
866 $(am__cd) $(top_srcdir) && \
867 $(AUTOMAKE) --foreign Makefile
868 .PRECIOUS: Makefile
869 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
870 @case '$?' in \
871 *config.status*) \
872 echo ' $(SHELL) ./config.status'; \
873 $(SHELL) ./config.status;; \
874 *) \
875 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
876 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
877 esac;
878
879 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
880 $(SHELL) ./config.status --recheck
881
882 $(top_srcdir)/configure: $(am__configure_deps)
883 $(am__cd) $(srcdir) && $(AUTOCONF)
884 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
885 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
886 $(am__aclocal_m4_deps):
887
888 courier_auth_config.h: stamp-h1
889 @if test ! -f $@; then rm -f stamp-h1; else :; fi
890 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
891
892 stamp-h1: $(srcdir)/courier_auth_config.h.in $(top_builddir)/config.status
893 @rm -f stamp-h1
894 cd $(top_builddir) && $(SHELL) ./config.status courier_auth_config.h
895 $(srcdir)/courier_auth_config.h.in: $(am__configure_deps)
896 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
897 rm -f stamp-h1
898 touch $@
899
900 distclean-hdr:
901 -rm -f courier_auth_config.h stamp-h1
902 authdaemond: $(top_builddir)/config.status $(srcdir)/authdaemond.in
903 cd $(top_builddir) && $(SHELL) ./config.status $@
904 authdaemonrc: $(top_builddir)/config.status $(srcdir)/authdaemonrc.in
905 cd $(top_builddir) && $(SHELL) ./config.status $@
906 authsystem.passwd: $(top_builddir)/config.status $(srcdir)/authsystem.passwd.in
907 cd $(top_builddir) && $(SHELL) ./config.status $@
908 README.authdebug.html: $(top_builddir)/config.status $(srcdir)/README.authdebug.html.in
909 cd $(top_builddir) && $(SHELL) ./config.status $@
910 dbobj.config: $(top_builddir)/config.status $(srcdir)/dbobj.config.in
911 cd $(top_builddir) && $(SHELL) ./config.status $@
912 dbobj.h: $(top_builddir)/config.status $(srcdir)/dbobj.h.in
913 cd $(top_builddir) && $(SHELL) ./config.status $@
914 authmigrate: $(top_builddir)/config.status $(srcdir)/authmigrate.in
915 cd $(top_builddir) && $(SHELL) ./config.status $@
916 courier-authlib.spec: $(top_builddir)/config.status $(srcdir)/courier-authlib.spec.in
917 cd $(top_builddir) && $(SHELL) ./config.status $@
918 courier-authlib.lpspec: $(top_builddir)/config.status $(srcdir)/courier-authlib.lpspec.in
919 cd $(top_builddir) && $(SHELL) ./config.status $@
920 courier-authlib.sysvinit: $(top_builddir)/config.status $(srcdir)/courier-authlib.sysvinit.in
921 cd $(top_builddir) && $(SHELL) ./config.status $@
922 courier-authlib.service: $(top_builddir)/config.status $(srcdir)/courier-authlib.service.in
923 cd $(top_builddir) && $(SHELL) ./config.status $@
924 userdb-test-cram-md5.pl: $(top_builddir)/config.status $(srcdir)/userdb-test-cram-md5.pl.in
925 cd $(top_builddir) && $(SHELL) ./config.status $@
926
927 install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
928 @$(NORMAL_INSTALL)
929 @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
930 list2=; for p in $$list; do \
931 if test -f $$p; then \
932 list2="$$list2 $$p"; \
933 else :; fi; \
934 done; \
935 test -z "$$list2" || { \
936 echo " $(MKDIR_P) '$(DESTDIR)$(pkglibdir)'"; \
937 $(MKDIR_P) "$(DESTDIR)$(pkglibdir)" || exit 1; \
938 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkglibdir)'"; \
939 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkglibdir)"; \
940 }
941
942 uninstall-pkglibLTLIBRARIES:
943 @$(NORMAL_UNINSTALL)
944 @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
945 for p in $$list; do \
946 $(am__strip_dir) \
947 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \
948 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \
949 done
950
951 clean-pkglibLTLIBRARIES:
952 -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
953 @list='$(pkglib_LTLIBRARIES)'; \
954 locs=`for p in $$list; do echo $$p; done | \
955 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
956 sort -u`; \
957 test -z "$$locs" || { \
958 echo rm -f $${locs}; \
959 rm -f $${locs}; \
960 }
961
962 libauthcustom.la: $(libauthcustom_la_OBJECTS) $(libauthcustom_la_DEPENDENCIES) $(EXTRA_libauthcustom_la_DEPENDENCIES)
963 $(AM_V_CCLD)$(libauthcustom_la_LINK) $(libauthcustom_la_OBJECTS) $(libauthcustom_la_LIBADD) $(LIBS)
964
965 libauthldap.la: $(libauthldap_la_OBJECTS) $(libauthldap_la_DEPENDENCIES) $(EXTRA_libauthldap_la_DEPENDENCIES)
966 $(AM_V_CCLD)$(libauthldap_la_LINK) $(libauthldap_la_OBJECTS) $(libauthldap_la_LIBADD) $(LIBS)
967
968 libauthmysql.la: $(libauthmysql_la_OBJECTS) $(libauthmysql_la_DEPENDENCIES) $(EXTRA_libauthmysql_la_DEPENDENCIES)
969 $(AM_V_CCLD)$(libauthmysql_la_LINK) $(libauthmysql_la_OBJECTS) $(libauthmysql_la_LIBADD) $(LIBS)
970
971 libauthpam.la: $(libauthpam_la_OBJECTS) $(libauthpam_la_DEPENDENCIES) $(EXTRA_libauthpam_la_DEPENDENCIES)
972 $(AM_V_CCLD)$(libauthpam_la_LINK) $(libauthpam_la_OBJECTS) $(libauthpam_la_LIBADD) $(LIBS)
973
974 libauthpgsql.la: $(libauthpgsql_la_OBJECTS) $(libauthpgsql_la_DEPENDENCIES) $(EXTRA_libauthpgsql_la_DEPENDENCIES)
975 $(AM_V_CCLD)$(libauthpgsql_la_LINK) $(libauthpgsql_la_OBJECTS) $(libauthpgsql_la_LIBADD) $(LIBS)
976
977 libauthpipe.la: $(libauthpipe_la_OBJECTS) $(libauthpipe_la_DEPENDENCIES) $(EXTRA_libauthpipe_la_DEPENDENCIES)
978 $(AM_V_CCLD)$(libauthpipe_la_LINK) $(libauthpipe_la_OBJECTS) $(libauthpipe_la_LIBADD) $(LIBS)
979
980 libauthpwd.la: $(libauthpwd_la_OBJECTS) $(libauthpwd_la_DEPENDENCIES) $(EXTRA_libauthpwd_la_DEPENDENCIES)
981 $(AM_V_CCLD)$(libauthpwd_la_LINK) $(libauthpwd_la_OBJECTS) $(libauthpwd_la_LIBADD) $(LIBS)
982
983 libauthshadow.la: $(libauthshadow_la_OBJECTS) $(libauthshadow_la_DEPENDENCIES) $(EXTRA_libauthshadow_la_DEPENDENCIES)
984 $(AM_V_CCLD)$(libauthshadow_la_LINK) $(libauthshadow_la_OBJECTS) $(libauthshadow_la_LIBADD) $(LIBS)
985
986 libauthsqlite.la: $(libauthsqlite_la_OBJECTS) $(libauthsqlite_la_DEPENDENCIES) $(EXTRA_libauthsqlite_la_DEPENDENCIES)
987 $(AM_V_CCLD)$(libauthsqlite_la_LINK) $(libauthsqlite_la_OBJECTS) $(libauthsqlite_la_LIBADD) $(LIBS)
988
989 libauthuserdb.la: $(libauthuserdb_la_OBJECTS) $(libauthuserdb_la_DEPENDENCIES) $(EXTRA_libauthuserdb_la_DEPENDENCIES)
990 $(AM_V_CCLD)$(libauthuserdb_la_LINK) $(libauthuserdb_la_OBJECTS) $(libauthuserdb_la_LIBADD) $(LIBS)
991
992 libcourierauth.la: $(libcourierauth_la_OBJECTS) $(libcourierauth_la_DEPENDENCIES) $(EXTRA_libcourierauth_la_DEPENDENCIES)
993 $(AM_V_CCLD)$(libcourierauth_la_LINK) -rpath $(pkglibdir) $(libcourierauth_la_OBJECTS) $(libcourierauth_la_LIBADD) $(LIBS)
994
995 libcourierauthcommon.la: $(libcourierauthcommon_la_OBJECTS) $(libcourierauthcommon_la_DEPENDENCIES) $(EXTRA_libcourierauthcommon_la_DEPENDENCIES)
996 $(AM_V_CCLD)$(libcourierauthcommon_la_LINK) -rpath $(pkglibdir) $(libcourierauthcommon_la_OBJECTS) $(libcourierauthcommon_la_LIBADD) $(LIBS)
997
998 libcourierauthsasl.la: $(libcourierauthsasl_la_OBJECTS) $(libcourierauthsasl_la_DEPENDENCIES) $(EXTRA_libcourierauthsasl_la_DEPENDENCIES)
999 $(AM_V_CCLD)$(libcourierauthsasl_la_LINK) -rpath $(pkglibdir) $(libcourierauthsasl_la_OBJECTS) $(libcourierauthsasl_la_LIBADD) $(LIBS)
1000
1001 libcourierauthsaslclient.la: $(libcourierauthsaslclient_la_OBJECTS) $(libcourierauthsaslclient_la_DEPENDENCIES) $(EXTRA_libcourierauthsaslclient_la_DEPENDENCIES)
1002 $(AM_V_CCLD)$(libcourierauthsaslclient_la_LINK) -rpath $(pkglibdir) $(libcourierauthsaslclient_la_OBJECTS) $(libcourierauthsaslclient_la_LIBADD) $(LIBS)
1003 install-binPROGRAMS: $(bin_PROGRAMS)
1004 @$(NORMAL_INSTALL)
1005 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
1006 if test -n "$$list"; then \
1007 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
1008 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
1009 fi; \
1010 for p in $$list; do echo "$$p $$p"; done | \
1011 sed 's/$(EXEEXT)$$//' | \
1012 while read p p1; do if test -f $$p \
1013 || test -f $$p1 \
1014 ; then echo "$$p"; echo "$$p"; else :; fi; \
1015 done | \
1016 sed -e 'p;s,.*/,,;n;h' \
1017 -e 's|.*|.|' \
1018 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
1019 sed 'N;N;N;s,\n, ,g' | \
1020 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
1021 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
1022 if ($$2 == $$4) files[d] = files[d] " " $$1; \
1023 else { print "f", $$3 "/" $$4, $$1; } } \
1024 END { for (d in files) print "f", d, files[d] }' | \
1025 while read type dir files; do \
1026 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
1027 test -z "$$files" || { \
1028 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
1029 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
1030 } \
1031 ; done
1032
1033 uninstall-binPROGRAMS:
1034 @$(NORMAL_UNINSTALL)
1035 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
1036 files=`for p in $$list; do echo "$$p"; done | \
1037 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
1038 -e 's/$$/$(EXEEXT)/' \
1039 `; \
1040 test -n "$$list" || exit 0; \
1041 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
1042 cd "$(DESTDIR)$(bindir)" && rm -f $$files
1043
1044 clean-binPROGRAMS:
1045 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
1046 echo " rm -f" $$list; \
1047 rm -f $$list || exit $$?; \
1048 test -n "$(EXEEXT)" || exit 0; \
1049 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1050 echo " rm -f" $$list; \
1051 rm -f $$list
1052
1053 clean-noinstPROGRAMS:
1054 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
1055 echo " rm -f" $$list; \
1056 rm -f $$list || exit $$?; \
1057 test -n "$(EXEEXT)" || exit 0; \
1058 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1059 echo " rm -f" $$list; \
1060 rm -f $$list
1061 install-sbinPROGRAMS: $(sbin_PROGRAMS)
1062 @$(NORMAL_INSTALL)
1063 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
1064 if test -n "$$list"; then \
1065 echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
1066 $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
1067 fi; \
1068 for p in $$list; do echo "$$p $$p"; done | \
1069 sed 's/$(EXEEXT)$$//' | \
1070 while read p p1; do if test -f $$p \
1071 || test -f $$p1 \
1072 ; then echo "$$p"; echo "$$p"; else :; fi; \
1073 done | \
1074 sed -e 'p;s,.*/,,;n;h' \
1075 -e 's|.*|.|' \
1076 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
1077 sed 'N;N;N;s,\n, ,g' | \
1078 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
1079 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
1080 if ($$2 == $$4) files[d] = files[d] " " $$1; \
1081 else { print "f", $$3 "/" $$4, $$1; } } \
1082 END { for (d in files) print "f", d, files[d] }' | \
1083 while read type dir files; do \
1084 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
1085 test -z "$$files" || { \
1086 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
1087 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
1088 } \
1089 ; done
1090
1091 uninstall-sbinPROGRAMS:
1092 @$(NORMAL_UNINSTALL)
1093 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
1094 files=`for p in $$list; do echo "$$p"; done | \
1095 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
1096 -e 's/$$/$(EXEEXT)/' \
1097 `; \
1098 test -n "$$list" || exit 0; \
1099 echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
1100 cd "$(DESTDIR)$(sbindir)" && rm -f $$files
1101
1102 clean-sbinPROGRAMS:
1103 @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
1104 echo " rm -f" $$list; \
1105 rm -f $$list || exit $$?; \
1106 test -n "$(EXEEXT)" || exit 0; \
1107 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1108 echo " rm -f" $$list; \
1109 rm -f $$list
1110
1111 authdaemondprog$(EXEEXT): $(authdaemondprog_OBJECTS) $(authdaemondprog_DEPENDENCIES) $(EXTRA_authdaemondprog_DEPENDENCIES)
1112 @rm -f authdaemondprog$(EXEEXT)
1113 $(AM_V_CCLD)$(authdaemondprog_LINK) $(authdaemondprog_OBJECTS) $(authdaemondprog_LDADD) $(LIBS)
1114
1115 authdaemontest$(EXEEXT): $(authdaemontest_OBJECTS) $(authdaemontest_DEPENDENCIES) $(EXTRA_authdaemontest_DEPENDENCIES)
1116 @rm -f authdaemontest$(EXEEXT)
1117 $(AM_V_CCLD)$(authdaemontest_LINK) $(authdaemontest_OBJECTS) $(authdaemontest_LDADD) $(LIBS)
1118
1119 authenumerate$(EXEEXT): $(authenumerate_OBJECTS) $(authenumerate_DEPENDENCIES) $(EXTRA_authenumerate_DEPENDENCIES)
1120 @rm -f authenumerate$(EXEEXT)
1121 $(AM_V_CCLD)$(authenumerate_LINK) $(authenumerate_OBJECTS) $(authenumerate_LDADD) $(LIBS)
1122
1123 authmksock$(EXEEXT): $(authmksock_OBJECTS) $(authmksock_DEPENDENCIES) $(EXTRA_authmksock_DEPENDENCIES)
1124 @rm -f authmksock$(EXEEXT)
1125 $(AM_V_CCLD)$(LINK) $(authmksock_OBJECTS) $(authmksock_LDADD) $(LIBS)
1126
1127 authpasswd$(EXEEXT): $(authpasswd_OBJECTS) $(authpasswd_DEPENDENCIES) $(EXTRA_authpasswd_DEPENDENCIES)
1128 @rm -f authpasswd$(EXEEXT)
1129 $(AM_V_CCLD)$(LINK) $(authpasswd_OBJECTS) $(authpasswd_LDADD) $(LIBS)
1130
1131 authtest$(EXEEXT): $(authtest_OBJECTS) $(authtest_DEPENDENCIES) $(EXTRA_authtest_DEPENDENCIES)
1132 @rm -f authtest$(EXEEXT)
1133 $(AM_V_CCLD)$(LINK) $(authtest_OBJECTS) $(authtest_LDADD) $(LIBS)
1134
1135 courierauthconfig$(EXEEXT): $(courierauthconfig_OBJECTS) $(courierauthconfig_DEPENDENCIES) $(EXTRA_courierauthconfig_DEPENDENCIES)
1136 @rm -f courierauthconfig$(EXEEXT)
1137 $(AM_V_CCLD)$(LINK) $(courierauthconfig_OBJECTS) $(courierauthconfig_LDADD) $(LIBS)
1138 install-pkglibexecSCRIPTS: $(pkglibexec_SCRIPTS)
1139 @$(NORMAL_INSTALL)
1140 @list='$(pkglibexec_SCRIPTS)'; test -n "$(pkglibexecdir)" || list=; \
1141 if test -n "$$list"; then \
1142 echo " $(MKDIR_P) '$(DESTDIR)$(pkglibexecdir)'"; \
1143 $(MKDIR_P) "$(DESTDIR)$(pkglibexecdir)" || exit 1; \
1144 fi; \
1145 for p in $$list; do \
1146 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1147 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
1148 done | \
1149 sed -e 'p;s,.*/,,;n' \
1150 -e 'h;s|.*|.|' \
1151 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
1152 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
1153 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
1154 if ($$2 == $$4) { files[d] = files[d] " " $$1; \
1155 if (++n[d] == $(am__install_max)) { \
1156 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
1157 else { print "f", d "/" $$4, $$1 } } \
1158 END { for (d in files) print "f", d, files[d] }' | \
1159 while read type dir files; do \
1160 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
1161 test -z "$$files" || { \
1162 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(pkglibexecdir)$$dir'"; \
1163 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(pkglibexecdir)$$dir" || exit $$?; \
1164 } \
1165 ; done
1166
1167 uninstall-pkglibexecSCRIPTS:
1168 @$(NORMAL_UNINSTALL)
1169 @list='$(pkglibexec_SCRIPTS)'; test -n "$(pkglibexecdir)" || exit 0; \
1170 files=`for p in $$list; do echo "$$p"; done | \
1171 sed -e 's,.*/,,;$(transform)'`; \
1172 dir='$(DESTDIR)$(pkglibexecdir)'; $(am__uninstall_files_from_dir)
1173 install-sbinSCRIPTS: $(sbin_SCRIPTS)
1174 @$(NORMAL_INSTALL)
1175 @list='$(sbin_SCRIPTS)'; test -n "$(sbindir)" || list=; \
1176 if test -n "$$list"; then \
1177 echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
1178 $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
1179 fi; \
1180 for p in $$list; do \
1181 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1182 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
1183 done | \
1184 sed -e 'p;s,.*/,,;n' \
1185 -e 'h;s|.*|.|' \
1186 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
1187 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
1188 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
1189 if ($$2 == $$4) { files[d] = files[d] " " $$1; \
1190 if (++n[d] == $(am__install_max)) { \
1191 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
1192 else { print "f", d "/" $$4, $$1 } } \
1193 END { for (d in files) print "f", d, files[d] }' | \
1194 while read type dir files; do \
1195 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
1196 test -z "$$files" || { \
1197 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
1198 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
1199 } \
1200 ; done
1201
1202 uninstall-sbinSCRIPTS:
1203 @$(NORMAL_UNINSTALL)
1204 @list='$(sbin_SCRIPTS)'; test -n "$(sbindir)" || exit 0; \
1205 files=`for p in $$list; do echo "$$p"; done | \
1206 sed -e 's,.*/,,;$(transform)'`; \
1207 dir='$(DESTDIR)$(sbindir)'; $(am__uninstall_files_from_dir)
1208
1209 mostlyclean-compile:
1210 -rm -f *.$(OBJEXT)
1211
1212 distclean-compile:
1213 -rm -f *.tab.c
1214
1215 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authcustom.Plo@am__quote@
1216 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authdaemon.Plo@am__quote@
1217 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authdaemond.Po@am__quote@
1218 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authdaemonlib.Plo@am__quote@
1219 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authdaemontest.Po@am__quote@
1220 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authenumerate.Po@am__quote@
1221 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authgetconfig.Plo@am__quote@
1222 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authinfo.Po@am__quote@
1223 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authldap.Plo@am__quote@
1224 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authldapescape.Plo@am__quote@
1225 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authldaplib.Plo@am__quote@
1226 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authmksock.Po@am__quote@
1227 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authmoduser2.Plo@am__quote@
1228 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authmoduser3.Plo@am__quote@
1229 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authmysql.Plo@am__quote@
1230 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authmysqllib.Plo@am__quote@
1231 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authoption.Plo@am__quote@
1232 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authpam.Plo@am__quote@
1233 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authpasswd.Po@am__quote@
1234 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authpgsql.Plo@am__quote@
1235 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authpgsqllib.Plo@am__quote@
1236 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authpipe.Plo@am__quote@
1237 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authpipelib.Plo@am__quote@
1238 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authpwd.Plo@am__quote@
1239 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authpwdenumerate.Plo@am__quote@
1240 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authsasl.Plo@am__quote@
1241 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authsaslclient.Plo@am__quote@
1242 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authsaslclientcram.Plo@am__quote@
1243 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authsaslclientcrammd5.Plo@am__quote@
1244 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authsaslclientcramsha1.Plo@am__quote@
1245 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authsaslclientexternal.Plo@am__quote@
1246 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authsaslclientlogin.Plo@am__quote@
1247 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authsaslclientplain.Plo@am__quote@
1248 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authsaslcram.Plo@am__quote@
1249 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authsaslfrombase64.Plo@am__quote@
1250 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authsasllogin.Plo@am__quote@
1251 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authsaslplain.Plo@am__quote@
1252 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authsasltobase64.Plo@am__quote@
1253 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authshadow.Plo@am__quote@
1254 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authsqlite.Plo@am__quote@
1255 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authsqlitelib.Plo@am__quote@
1256 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authsyschangepwd.Plo@am__quote@
1257 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authsyscommon.Plo@am__quote@
1258 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authtest.Po@am__quote@
1259 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authuserdb.Plo@am__quote@
1260 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authuserdbpwd.Plo@am__quote@
1261 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/checkpassword.Plo@am__quote@
1262 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/checkpasswordmd5.Plo@am__quote@
1263 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/checkpasswordsha1.Plo@am__quote@
1264 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cramlib.Plo@am__quote@
1265 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cryptpassword.Plo@am__quote@
1266 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debug.Plo@am__quote@
1267 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/preauthcustom.Plo@am__quote@
1268 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/preauthdaemon.Plo@am__quote@
1269 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/preauthldap.Plo@am__quote@
1270 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/preauthmysql.Plo@am__quote@
1271 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/preauthpam.Plo@am__quote@
1272 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/preauthpgsql.Plo@am__quote@
1273 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/preauthpwd.Plo@am__quote@
1274 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/preauthshadow.Plo@am__quote@
1275 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/preauthsqlite.Plo@am__quote@
1276 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/preauthuserdb.Plo@am__quote@
1277 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/preauthuserdbcommon.Plo@am__quote@
1278
1279 .c.o:
1280 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1281 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1282 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1283 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1284 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
1285
1286 .c.obj:
1287 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1288 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1289 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1290 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1291 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
1292
1293 .c.lo:
1294 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1295 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1296 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1297 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1298 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1299
1300 mostlyclean-libtool:
1301 -rm -f *.lo
1302
1303 clean-libtool:
1304 -rm -rf .libs _libs
1305
1306 distclean-libtool:
1307 -rm -f libtool config.lt
1308 install-man1: $(man_MANS)
1309 @$(NORMAL_INSTALL)
1310 @list1=''; \
1311 list2='$(man_MANS)'; \
1312 test -n "$(man1dir)" \
1313 && test -n "`echo $$list1$$list2`" \
1314 || exit 0; \
1315 echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
1316 $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
1317 { for i in $$list1; do echo "$$i"; done; \
1318 if test -n "$$list2"; then \
1319 for i in $$list2; do echo "$$i"; done \
1320 | sed -n '/\.1[a-z]*$$/p'; \
1321 fi; \
1322 } | while read p; do \
1323 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
1324 echo "$$d$$p"; echo "$$p"; \
1325 done | \
1326 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
1327 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
1328 sed 'N;N;s,\n, ,g' | { \
1329 list=; while read file base inst; do \
1330 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
1331 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
1332 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
1333 fi; \
1334 done; \
1335 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
1336 while read files; do \
1337 test -z "$$files" || { \
1338 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
1339 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
1340 done; }
1341
1342 uninstall-man1:
1343 @$(NORMAL_UNINSTALL)
1344 @list=''; test -n "$(man1dir)" || exit 0; \
1345 files=`{ for i in $$list; do echo "$$i"; done; \
1346 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
1347 sed -n '/\.1[a-z]*$$/p'; \
1348 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
1349 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
1350 dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
1351 install-man3: $(man_MANS)
1352 @$(NORMAL_INSTALL)
1353 @list1=''; \
1354 list2='$(man_MANS)'; \
1355 test -n "$(man3dir)" \
1356 && test -n "`echo $$list1$$list2`" \
1357 || exit 0; \
1358 echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \
1359 $(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \
1360 { for i in $$list1; do echo "$$i"; done; \
1361 if test -n "$$list2"; then \
1362 for i in $$list2; do echo "$$i"; done \
1363 | sed -n '/\.3[a-z]*$$/p'; \
1364 fi; \
1365 } | while read p; do \
1366 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
1367 echo "$$d$$p"; echo "$$p"; \
1368 done | \
1369 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
1370 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
1371 sed 'N;N;s,\n, ,g' | { \
1372 list=; while read file base inst; do \
1373 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
1374 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
1375 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
1376 fi; \
1377 done; \
1378 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
1379 while read files; do \
1380 test -z "$$files" || { \
1381 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
1382 $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
1383 done; }
1384
1385 uninstall-man3:
1386 @$(NORMAL_UNINSTALL)
1387 @list=''; test -n "$(man3dir)" || exit 0; \
1388 files=`{ for i in $$list; do echo "$$i"; done; \
1389 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
1390 sed -n '/\.3[a-z]*$$/p'; \
1391 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
1392 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
1393 dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir)
1394 install-includeHEADERS: $(include_HEADERS)
1395 @$(NORMAL_INSTALL)
1396 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
1397 if test -n "$$list"; then \
1398 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
1399 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
1400 fi; \
1401 for p in $$list; do \
1402 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1403 echo "$$d$$p"; \
1404 done | $(am__base_list) | \
1405 while read files; do \
1406 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
1407 $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
1408 done
1409
1410 uninstall-includeHEADERS:
1411 @$(NORMAL_UNINSTALL)
1412 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
1413 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1414 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
1415
1416 # This directory's subdirectories are mostly independent; you can cd
1417 # into them and run 'make' without going through this Makefile.
1418 # To change the values of 'make' variables: instead of editing Makefiles,
1419 # (1) if the variable is set in 'config.status', edit 'config.status'
1420 # (which will cause the Makefiles to be regenerated when you run 'make');
1421 # (2) otherwise, pass the desired values on the 'make' command line.
1422 $(am__recursive_targets):
1423 @fail=; \
1424 if $(am__make_keepgoing); then \
1425 failcom='fail=yes'; \
1426 else \
1427 failcom='exit 1'; \
1428 fi; \
1429 dot_seen=no; \
1430 target=`echo $@ | sed s/-recursive//`; \
1431 case "$@" in \
1432 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1433 *) list='$(SUBDIRS)' ;; \
1434 esac; \
1435 for subdir in $$list; do \
1436 echo "Making $$target in $$subdir"; \
1437 if test "$$subdir" = "."; then \
1438 dot_seen=yes; \
1439 local_target="$$target-am"; \
1440 else \
1441 local_target="$$target"; \
1442 fi; \
1443 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1444 || eval $$failcom; \
1445 done; \
1446 if test "$$dot_seen" = "no"; then \
1447 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1448 fi; test -z "$$fail"
1449
1450 ID: $(am__tagged_files)
1451 $(am__define_uniq_tagged_files); mkid -fID $$unique
1452 tags: tags-recursive
1453 TAGS: tags
1454
1455 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1456 set x; \
1457 here=`pwd`; \
1458 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1459 include_option=--etags-include; \
1460 empty_fix=.; \
1461 else \
1462 include_option=--include; \
1463 empty_fix=; \
1464 fi; \
1465 list='$(SUBDIRS)'; for subdir in $$list; do \
1466 if test "$$subdir" = .; then :; else \
1467 test ! -f $$subdir/TAGS || \
1468 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1469 fi; \
1470 done; \
1471 $(am__define_uniq_tagged_files); \
1472 shift; \
1473 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1474 test -n "$$unique" || unique=$$empty_fix; \
1475 if test $$# -gt 0; then \
1476 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1477 "$$@" $$unique; \
1478 else \
1479 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1480 $$unique; \
1481 fi; \
1482 fi
1483 ctags: ctags-recursive
1484
1485 CTAGS: ctags
1486 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1487 $(am__define_uniq_tagged_files); \
1488 test -z "$(CTAGS_ARGS)$$unique" \
1489 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1490 $$unique
1491
1492 GTAGS:
1493 here=`$(am__cd) $(top_builddir) && pwd` \
1494 && $(am__cd) $(top_srcdir) \
1495 && gtags -i $(GTAGS_ARGS) "$$here"
1496 cscope: cscope.files
1497 test ! -s cscope.files \
1498 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
1499 clean-cscope:
1500 -rm -f cscope.files
1501 cscope.files: clean-cscope cscopelist
1502 cscopelist: cscopelist-recursive
1503
1504 cscopelist-am: $(am__tagged_files)
1505 list='$(am__tagged_files)'; \
1506 case "$(srcdir)" in \
1507 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1508 *) sdir=$(subdir)/$(srcdir) ;; \
1509 esac; \
1510 for i in $$list; do \
1511 if test -f "$$i"; then \
1512 echo "$(subdir)/$$i"; \
1513 else \
1514 echo "$$sdir/$$i"; \
1515 fi; \
1516 done >> $(top_builddir)/cscope.files
1517
1518 distclean-tags:
1519 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1520 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
1521
1522 distdir: $(DISTFILES)
1523 $(am__remove_distdir)
1524 test -d "$(distdir)" || mkdir "$(distdir)"
1525 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1526 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1527 list='$(DISTFILES)'; \
1528 dist_files=`for file in $$list; do echo $$file; done | \
1529 sed -e "s|^$$srcdirstrip/||;t" \
1530 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1531 case $$dist_files in \
1532 */*) $(MKDIR_P) `echo "$$dist_files" | \
1533 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1534 sort -u` ;; \
1535 esac; \
1536 for file in $$dist_files; do \
1537 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1538 if test -d $$d/$$file; then \
1539 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1540 if test -d "$(distdir)/$$file"; then \
1541 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1542 fi; \
1543 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1544 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1545 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1546 fi; \
1547 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1548 else \
1549 test -f "$(distdir)/$$file" \
1550 || cp -p $$d/$$file "$(distdir)/$$file" \
1551 || exit 1; \
1552 fi; \
1553 done
1554 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1555 if test "$$subdir" = .; then :; else \
1556 $(am__make_dryrun) \
1557 || test -d "$(distdir)/$$subdir" \
1558 || $(MKDIR_P) "$(distdir)/$$subdir" \
1559 || exit 1; \
1560 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1561 $(am__relativize); \
1562 new_distdir=$$reldir; \
1563 dir1=$$subdir; dir2="$(top_distdir)"; \
1564 $(am__relativize); \
1565 new_top_distdir=$$reldir; \
1566 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1567 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1568 ($(am__cd) $$subdir && \
1569 $(MAKE) $(AM_MAKEFLAGS) \
1570 top_distdir="$$new_top_distdir" \
1571 distdir="$$new_distdir" \
1572 am__remove_distdir=: \
1573 am__skip_length_check=: \
1574 am__skip_mode_fix=: \
1575 distdir) \
1576 || exit 1; \
1577 fi; \
1578 done
1579 $(MAKE) $(AM_MAKEFLAGS) \
1580 top_distdir="$(top_distdir)" distdir="$(distdir)" \
1581 dist-hook
1582 -test -n "$(am__skip_mode_fix)" \
1583 || find "$(distdir)" -type d ! -perm -755 \
1584 -exec chmod u+rwx,go+rx {} \; -o \
1585 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1586 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1587 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1588 || chmod -R a+r "$(distdir)"
1589 dist-gzip: distdir
1590 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1591 $(am__post_remove_distdir)
1592 dist-bzip2: distdir
1593 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1594 $(am__post_remove_distdir)
1595
1596 dist-lzip: distdir
1597 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1598 $(am__post_remove_distdir)
1599
1600 dist-xz: distdir
1601 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1602 $(am__post_remove_distdir)
1603
1604 dist-tarZ: distdir
1605 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1606 $(am__post_remove_distdir)
1607
1608 dist-shar: distdir
1609 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1610 $(am__post_remove_distdir)
1611
1612 dist-zip: distdir
1613 -rm -f $(distdir).zip
1614 zip -rq $(distdir).zip $(distdir)
1615 $(am__post_remove_distdir)
1616
1617 dist dist-all:
1618 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
1619 $(am__post_remove_distdir)
1620
1621 # This target untars the dist file and tries a VPATH configuration. Then
1622 # it guarantees that the distribution is self-contained by making another
1623 # tarfile.
1624 distcheck: dist
1625 case '$(DIST_ARCHIVES)' in \
1626 *.tar.gz*) \
1627 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
1628 *.tar.bz2*) \
1629 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1630 *.tar.lz*) \
1631 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1632 *.tar.xz*) \
1633 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1634 *.tar.Z*) \
1635 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1636 *.shar.gz*) \
1637 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
1638 *.zip*) \
1639 unzip $(distdir).zip ;;\
1640 esac
1641 chmod -R a-w $(distdir)
1642 chmod u+w $(distdir)
1643 mkdir $(distdir)/_build $(distdir)/_inst
1644 chmod a-w $(distdir)
1645 test -d $(distdir)/_build || exit 0; \
1646 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1647 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1648 && am__cwd=`pwd` \
1649 && $(am__cd) $(distdir)/_build \
1650 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
1651 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1652 $(DISTCHECK_CONFIGURE_FLAGS) \
1653 && $(MAKE) $(AM_MAKEFLAGS) \
1654 && $(MAKE) $(AM_MAKEFLAGS) dvi \
1655 && $(MAKE) $(AM_MAKEFLAGS) check \
1656 && $(MAKE) $(AM_MAKEFLAGS) install \
1657 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1658 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1659 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1660 distuninstallcheck \
1661 && chmod -R a-w "$$dc_install_base" \
1662 && ({ \
1663 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1664 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1665 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1666 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1667 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1668 } || { rm -rf "$$dc_destdir"; exit 1; }) \
1669 && rm -rf "$$dc_destdir" \
1670 && $(MAKE) $(AM_MAKEFLAGS) dist \
1671 && rm -rf $(DIST_ARCHIVES) \
1672 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1673 && cd "$$am__cwd" \
1674 || exit 1
1675 $(am__post_remove_distdir)
1676 @(echo "$(distdir) archives ready for distribution: "; \
1677 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1678 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1679 distuninstallcheck:
1680 @test -n '$(distuninstallcheck_dir)' || { \
1681 echo 'ERROR: trying to run $@ with an empty' \
1682 '$$(distuninstallcheck_dir)' >&2; \
1683 exit 1; \
1684 }; \
1685 $(am__cd) '$(distuninstallcheck_dir)' || { \
1686 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1687 exit 1; \
1688 }; \
1689 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1690 || { echo "ERROR: files left after uninstall:" ; \
1691 if test -n "$(DESTDIR)"; then \
1692 echo " (check DESTDIR support)"; \
1693 fi ; \
1694 $(distuninstallcheck_listfiles) ; \
1695 exit 1; } >&2
1696 distcleancheck: distclean
1697 @if test '$(srcdir)' = . ; then \
1698 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1699 exit 1 ; \
1700 fi
1701 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1702 || { echo "ERROR: files left in build directory after distclean:" ; \
1703 $(distcleancheck_listfiles) ; \
1704 exit 1; } >&2
1705 check-am: all-am
1706 check: $(BUILT_SOURCES)
1707 $(MAKE) $(AM_MAKEFLAGS) check-recursive
1708 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) \
1709 $(HEADERS) courier_auth_config.h
1710 installdirs: installdirs-recursive
1711 installdirs-am:
1712 for dir in "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(pkglibexecdir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(includedir)"; do \
1713 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1714 done
1715 install: $(BUILT_SOURCES)
1716 $(MAKE) $(AM_MAKEFLAGS) install-recursive
1717 install-exec: install-exec-recursive
1718 install-data: install-data-recursive
1719 uninstall: uninstall-recursive
1720
1721 install-am: all-am
1722 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1723
1724 installcheck: installcheck-recursive
1725 install-strip:
1726 if test -z '$(STRIP)'; then \
1727 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1728 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1729 install; \
1730 else \
1731 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1732 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1733 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1734 fi
1735 mostlyclean-generic:
1736
1737 clean-generic:
1738 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1739
1740 distclean-generic:
1741 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1742 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1743 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1744
1745 maintainer-clean-generic:
1746 @echo "This command is intended for maintainers to use"
1747 @echo "it deletes files that may require special tools to rebuild."
1748 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1749 clean: clean-recursive
1750
1751 clean-am: clean-binPROGRAMS clean-generic clean-libtool \
1752 clean-noinstPROGRAMS clean-pkglibLTLIBRARIES \
1753 clean-sbinPROGRAMS mostlyclean-am
1754
1755 distclean: distclean-recursive
1756 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1757 -rm -rf ./$(DEPDIR)
1758 -rm -f Makefile
1759 distclean-am: clean-am distclean-compile distclean-generic \
1760 distclean-hdr distclean-libtool distclean-tags
1761
1762 dvi: dvi-recursive
1763
1764 dvi-am:
1765
1766 html: html-recursive
1767
1768 html-am:
1769
1770 info: info-recursive
1771
1772 info-am:
1773
1774 install-data-am: install-includeHEADERS install-man
1775 @$(NORMAL_INSTALL)
1776 $(MAKE) $(AM_MAKEFLAGS) install-data-hook
1777 install-dvi: install-dvi-recursive
1778
1779 install-dvi-am:
1780
1781 install-exec-am: install-binPROGRAMS install-pkglibLTLIBRARIES \
1782 install-pkglibexecSCRIPTS install-sbinPROGRAMS \
1783 install-sbinSCRIPTS
1784 @$(NORMAL_INSTALL)
1785 $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
1786 install-html: install-html-recursive
1787
1788 install-html-am:
1789
1790 install-info: install-info-recursive
1791
1792 install-info-am:
1793
1794 install-man: install-man1 install-man3
1795
1796 install-pdf: install-pdf-recursive
1797
1798 install-pdf-am:
1799
1800 install-ps: install-ps-recursive
1801
1802 install-ps-am:
1803
1804 installcheck-am:
1805
1806 maintainer-clean: maintainer-clean-recursive
1807 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1808 -rm -rf $(top_srcdir)/autom4te.cache
1809 -rm -rf ./$(DEPDIR)
1810 -rm -f Makefile
1811 maintainer-clean-am: distclean-am maintainer-clean-generic
1812
1813 mostlyclean: mostlyclean-recursive
1814
1815 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1816 mostlyclean-libtool
1817
1818 pdf: pdf-recursive
1819
1820 pdf-am:
1821
1822 ps: ps-recursive
1823
1824 ps-am:
1825
1826 uninstall-am: uninstall-binPROGRAMS uninstall-includeHEADERS \
1827 uninstall-man uninstall-pkglibLTLIBRARIES \
1828 uninstall-pkglibexecSCRIPTS uninstall-sbinPROGRAMS \
1829 uninstall-sbinSCRIPTS
1830 @$(NORMAL_INSTALL)
1831 $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
1832 uninstall-man: uninstall-man1 uninstall-man3
1833
1834 .MAKE: $(am__recursive_targets) all check install install-am \
1835 install-data-am install-exec-am install-strip uninstall-am
1836
1837 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1838 am--refresh check check-am clean clean-binPROGRAMS \
1839 clean-cscope clean-generic clean-libtool clean-noinstPROGRAMS \
1840 clean-pkglibLTLIBRARIES clean-sbinPROGRAMS cscope \
1841 cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
1842 dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \
1843 dist-zip distcheck distclean distclean-compile \
1844 distclean-generic distclean-hdr distclean-libtool \
1845 distclean-tags distcleancheck distdir distuninstallcheck dvi \
1846 dvi-am html html-am info info-am install install-am \
1847 install-binPROGRAMS install-data install-data-am \
1848 install-data-hook install-dvi install-dvi-am install-exec \
1849 install-exec-am install-exec-hook install-html install-html-am \
1850 install-includeHEADERS install-info install-info-am \
1851 install-man install-man1 install-man3 install-pdf \
1852 install-pdf-am install-pkglibLTLIBRARIES \
1853 install-pkglibexecSCRIPTS install-ps install-ps-am \
1854 install-sbinPROGRAMS install-sbinSCRIPTS install-strip \
1855 installcheck installcheck-am installdirs installdirs-am \
1856 maintainer-clean maintainer-clean-generic mostlyclean \
1857 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1858 pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
1859 uninstall-binPROGRAMS uninstall-hook uninstall-includeHEADERS \
1860 uninstall-man uninstall-man1 uninstall-man3 \
1861 uninstall-pkglibLTLIBRARIES uninstall-pkglibexecSCRIPTS \
1862 uninstall-sbinPROGRAMS uninstall-sbinSCRIPTS
1863
1864
1865 authpgsqllib.lo: authpgsqllib.c authpgsqlrc.h
1866
1867 @HAVE_AUTHPGSQL_TRUE@install-authpgsqlrc:
1868 @HAVE_AUTHPGSQL_TRUE@ $(mkinstalldirs) $(DESTDIR)`dirname @authpgsqlrc@` || :
1869 @HAVE_AUTHPGSQL_TRUE@ $(INSTALL_DATA) -m 660 $(srcdir)/authpgsqlrc \
1870 @HAVE_AUTHPGSQL_TRUE@ $(DESTDIR)@authpgsqlrc@.dist
1871 @HAVE_AUTHPGSQL_TRUE@ -chown @mailuser@ $(DESTDIR)@authpgsqlrc@.dist
1872 @HAVE_AUTHPGSQL_TRUE@ -chgrp @mailgroup@ $(DESTDIR)@authpgsqlrc@.dist
1873
1874 @HAVE_AUTHPGSQL_TRUE@uninstall-authpgsqlrc:
1875 @HAVE_AUTHPGSQL_TRUE@ rm -f $(DESTDIR)@authpgsqlrc@.dist
1876
1877 @HAVE_AUTHPGSQL_FALSE@install-authpgsqlrc:
1878 @HAVE_AUTHPGSQL_FALSE@ @:
1879
1880 @HAVE_AUTHPGSQL_FALSE@uninstall-authpgsqlrc:
1881 @HAVE_AUTHPGSQL_FALSE@ @:
1882
1883 authpgsqlrc.h:
1884 echo "#define AUTHPGSQLRC \"@authpgsqlrc@\"" >authpgsqlrc.h
1885
1886 authldaplib.lo: authldaplib.c authldaprc.h
1887
1888 @HAVE_LDAP_TRUE@install-authldaprc:
1889 @HAVE_LDAP_TRUE@ $(mkinstalldirs) $(DESTDIR)`dirname @authldaprc@` || :
1890 @HAVE_LDAP_TRUE@ $(INSTALL_DATA) -m 660 $(srcdir)/authldaprc \
1891 @HAVE_LDAP_TRUE@ $(DESTDIR)@authldaprc@.dist
1892 @HAVE_LDAP_TRUE@ -chown @mailuser@ $(DESTDIR)@authldaprc@.dist
1893 @HAVE_LDAP_TRUE@ -chgrp @mailgroup@ $(DESTDIR)@authldaprc@.dist
1894
1895 @HAVE_LDAP_TRUE@uninstall-authldaprc:
1896 @HAVE_LDAP_TRUE@ rm -f $(DESTDIR)@authldaprc@.dist
1897
1898 @HAVE_LDAP_FALSE@install-authldaprc:
1899 @HAVE_LDAP_FALSE@ @:
1900
1901 @HAVE_LDAP_FALSE@uninstall-authldaprc:
1902 @HAVE_LDAP_FALSE@ @:
1903
1904 authldaprc.h:
1905 echo "#define AUTHLDAPRC \"@authldaprc@\"" >authldaprc.h
1906
1907 authmysqllib.lo: authmysqllib.c authmysqlrc.h
1908
1909 @HAVE_AUTHMYSQL_TRUE@install-authmysqlrc:
1910 @HAVE_AUTHMYSQL_TRUE@ $(mkinstalldirs) $(DESTDIR)`dirname @authmysqlrc@` || :
1911 @HAVE_AUTHMYSQL_TRUE@ $(INSTALL_DATA) -m 660 $(srcdir)/authmysqlrc \
1912 @HAVE_AUTHMYSQL_TRUE@ $(DESTDIR)@authmysqlrc@.dist
1913 @HAVE_AUTHMYSQL_TRUE@ -chown @mailuser@ $(DESTDIR)@authmysqlrc@.dist
1914 @HAVE_AUTHMYSQL_TRUE@ -chgrp @mailgroup@ $(DESTDIR)@authmysqlrc@.dist
1915
1916 @HAVE_AUTHMYSQL_TRUE@uninstall-authmysqlrc:
1917 @HAVE_AUTHMYSQL_TRUE@ rm -f $(DESTDIR)@authmysqlrc@.dist
1918
1919 @HAVE_AUTHMYSQL_FALSE@install-authmysqlrc:
1920 @HAVE_AUTHMYSQL_FALSE@ @:
1921
1922 @HAVE_AUTHMYSQL_FALSE@uninstall-authmysqlrc:
1923 @HAVE_AUTHMYSQL_FALSE@ @:
1924
1925 authmysqlrc.h:
1926 echo "#define AUTHMYSQLRC \"@authmysqlrc@\"" >authmysqlrc.h
1927
1928 authsqlitelib.lo: authsqlitelib.c authsqliterc.h
1929
1930 @HAVE_AUTHSQLITE_TRUE@install-authsqliterc:
1931 @HAVE_AUTHSQLITE_TRUE@ $(mkinstalldirs) $(DESTDIR)`dirname @authsqliterc@` || :
1932 @HAVE_AUTHSQLITE_TRUE@ $(INSTALL_DATA) -m 660 $(srcdir)/authsqliterc \
1933 @HAVE_AUTHSQLITE_TRUE@ $(DESTDIR)@authsqliterc@.dist
1934 @HAVE_AUTHSQLITE_TRUE@ -chown @mailuser@ $(DESTDIR)@authsqliterc@.dist
1935 @HAVE_AUTHSQLITE_TRUE@ -chgrp @mailgroup@ $(DESTDIR)@authsqliterc@.dist
1936
1937 @HAVE_AUTHSQLITE_TRUE@uninstall-authsqliterc:
1938 @HAVE_AUTHSQLITE_TRUE@ rm -f $(DESTDIR)@authsqliterc@.dist
1939
1940 @HAVE_AUTHSQLITE_FALSE@install-authsqliterc:
1941 @HAVE_AUTHSQLITE_FALSE@ @:
1942
1943 @HAVE_AUTHSQLITE_FALSE@uninstall-authsqliterc:
1944 @HAVE_AUTHSQLITE_FALSE@ @:
1945
1946 authsqliterc.h:
1947 echo "#define AUTHSQLITERC \"@authsqliterc@\"" >authsqliterc.h
1948
1949 authpipelib.lo: authpipelib.c authpipelib.h authpiperc.h
1950
1951 authpiperc.h:
1952 echo "#define PIPE_PROGRAM \"@authProg@\"" >authpiperc.h
1953
1954 install-authdaemonrc:
1955 $(mkinstalldirs) $(DESTDIR)`dirname @authdaemonrc@` || :
1956 sed 's/@ALLMODULES@/$(modules:lib%.la=%)/' <authdaemonrc >authdaemonrc.tmp
1957 $(INSTALL_DATA) -m 660 authdaemonrc.tmp $(DESTDIR)@authdaemonrc@.dist
1958 rm -f authdaemonrc.tmp
1959 -chown @mailuser@ $(DESTDIR)@authdaemonrc@.dist
1960 -chgrp @mailgroup@ $(DESTDIR)@authdaemonrc@.dist
1961
1962 uninstall-authdaemonrc:
1963 rm -f $(DESTDIR)@authdaemonrc@.dist
1964
1965 authdaemonrc.h:
1966 echo "#define AUTHDAEMONRC \"@authdaemonrc@\"" >authdaemonrc.h
1967 echo "#define AUTHDAEMONVAR \"@authdaemonvar@\"" >>authdaemonrc.h
1968 echo "#define AUTHDAEMONPID AUTHDAEMONVAR \"/pid\"" >>authdaemonrc.h
1969 echo "#define AUTHDAEMONSOCK AUTHDAEMONVAR \"/socket\"" >>authdaemonrc.h
1970 echo "#define AUTHDAEMONLOCK AUTHDAEMONVAR \"/lock\"" >>authdaemonrc.h
1971
1972 README: README.html
1973 links -dump -no-references README.html >README
1974
1975 NEWS: NEWS.html
1976 links -dump -no-references NEWS.html >NEWS
1977
1978 INSTALL: INSTALL.html
1979 rm -f INSTALL; links -dump -no-references INSTALL.html >INSTALL
1980
1981 authchangepwdir.h: config.status
1982 echo '#define AUTHCHANGEPWDIR "$(pkglibexecdir)"' >authchangepwdir.h
1983
1984 sbindir.h: config.status
1985 echo '#define SBINDIR "@sbindir@"' >sbindir.h
1986
1987 pkglibdir.h: config.status
1988 echo '#define PKGLIBDIR "$(pkglibdir)"' >pkglibdir.h
1989
1990 packageversion.h: config.status
1991 echo '#define PKGVERSION "@PACKAGE_VERSION@"' >packageversion.h
1992
1993 pkgincludedir.h: config.status
1994 echo '#define PKGINCLUDEDIR "$(includedir)"' >pkgincludedir.h
1995
1996 mailusergroup.h: config.status
1997 echo '#define MAILUSER "@mailuser@"' >mailusergroup.h
1998 echo '#define MAILGROUP "@mailgroup@"' >>mailusergroup.h
1999
2000 dist-hook:
2001 for f in $(BUILT1) ; do rm -f $(distdir)/$$f; done
2002
2003 # automake still a bit stupid...
2004
2005 install-data-hook: install-authdaemonrc install-authpgsqlrc \
2006 install-authldaprc install-authmysqlrc install-authsqliterc
2007 :
2008
2009 install-exec-hook:
2010 $(mkinstalldirs) $(DESTDIR)$(bindir) || :
2011 $(mkinstalldirs) $(DESTDIR)$(sbindir) || :
2012 $(mkinstalldirs) $(DESTDIR)$(pkglibexecdir) || :
2013 chmod 755 $(DESTDIR)$(pkglibexecdir)
2014 -chown @mailuser@ $(DESTDIR)$(pkglibexecdir)
2015 -chgrp @mailgroup@ $(DESTDIR)$(pkglibexecdir)
2016 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) authdaemondprog $(DESTDIR)$(pkglibexecdir)/authdaemond
2017 $(mkinstalldirs) $(DESTDIR)@authdaemonvar@ || :
2018 chmod 750 $(DESTDIR)@authdaemonvar@
2019 -chown @mailuser@ $(DESTDIR)@authdaemonvar@
2020 -chgrp @mailgroup@ $(DESTDIR)@authdaemonvar@
2021 test "@LIBAUTHUSERDB@" = "" && exit 0 ;\
2022 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) libs/makedat/makedatprog \
2023 $(DESTDIR)$(pkglibexecdir)/makedatprog ; \
2024 $(INSTALL_SCRIPT) userdb/pw2userdb \
2025 $(DESTDIR)$(sbindir)/pw2userdb ; \
2026 $(INSTALL_SCRIPT) userdb/makeuserdb \
2027 $(DESTDIR)$(sbindir)/makeuserdb ; \
2028 $(INSTALL_SCRIPT) userdb/userdb.pl \
2029 $(DESTDIR)$(sbindir)/userdb ; \
2030 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) userdb/userdbpw \
2031 $(DESTDIR)$(sbindir)/userdbpw ; \
2032 $(INSTALL_SCRIPT) userdb-test-cram-md5.pl \
2033 $(DESTDIR)$(sbindir)/userdb-test-cram-md5
2034
2035 uninstall-hook: uninstall-authldaprc uninstall-authdaemonrc uninstall-authmysqlrc uninstall-authpgsqlrc uninstall-authsqliterc
2036 rm -f $(DESTDIR)$(pkglibexecdir)/authdaemond
2037 test "@AUTHUSERDB@" = "" && exit 0 ;\
2038 rm -f $(DESTDIR)$(pkglibexecdir)/makedatprog \
2039 $(DESTDIR)$(sbindir)/pw2userdb \
2040 $(DESTDIR)$(sbindir)/makeuserdb \
2041 $(DESTDIR)$(sbindir)/userdb \
2042 $(DESTDIR)$(sbindir)/userdbpw \
2043 $(DESTDIR)$(sbindir)/userdb-test-cram-md5
2044
2045 authlib.html: authlib.html.in
2046 $(SHELL) ./config.status --file=authlib.html
2047
2048 authlib.3: authlib.3.in
2049 $(SHELL) ./config.status --file=authlib.3
2050
2051 @HAVE_SGML_TRUE@authpasswd.html: authpasswd.sgml libs/docbook/sgml2html
2052 @HAVE_SGML_TRUE@ libs/docbook/sgml2html authpasswd.sgml authpasswd.html
2053
2054 @HAVE_SGML_TRUE@authpasswd.1: authpasswd.sgml libs/docbook/sgml2man
2055 @HAVE_SGML_TRUE@ libs/docbook/sgml2man authpasswd.sgml authpasswd.1
2056
2057 @HAVE_SGML_TRUE@authtest.html: authtest.sgml libs/docbook/sgml2html
2058 @HAVE_SGML_TRUE@ libs/docbook/sgml2html authtest.sgml authtest.html
2059
2060 @HAVE_SGML_TRUE@authtest.1: authtest.sgml libs/docbook/sgml2man
2061 @HAVE_SGML_TRUE@ libs/docbook/sgml2man authtest.sgml authtest.1
2062
2063 @HAVE_SGML_TRUE@authlib.html.in: authlib.sgml libs/docbook/sgml2html
2064 @HAVE_SGML_TRUE@ libs/docbook/sgml2html authlib.sgml authlib.html.in
2065
2066 @HAVE_SGML_TRUE@authlib.3.in: authlib.sgml libs/docbook/sgml2man
2067 @HAVE_SGML_TRUE@ libs/docbook/sgml2man authlib.sgml authlib.3.in
2068 @HAVE_SGML_TRUE@ mv authlib.3 authlib.3.in
2069
2070 @HAVE_SGML_TRUE@README_authlib.html.in: README_authlib.sgml optionlist.sgml libs/docbook/sgml2html
2071 @HAVE_SGML_TRUE@ libs/docbook/sgml2html README_authlib.sgml README_authlib.html.in
2072
2073 @HAVE_SGML_TRUE@auth_generic.html: auth_generic.sgml authcallback.sgml optionlist.sgml libs/docbook/sgml2html
2074 @HAVE_SGML_TRUE@ libs/docbook/sgml2html auth_generic.sgml auth_generic.html
2075
2076 @HAVE_SGML_TRUE@auth_generic.3: auth_generic.sgml authcallback.sgml optionlist.sgml libs/docbook/sgml2man
2077 @HAVE_SGML_TRUE@ libs/docbook/sgml2man auth_generic.sgml auth_generic.3
2078
2079 @HAVE_SGML_TRUE@auth_login.html: auth_login.sgml authcallback.sgml optionlist.sgml libs/docbook/sgml2html
2080 @HAVE_SGML_TRUE@ libs/docbook/sgml2html auth_login.sgml auth_login.html
2081
2082 @HAVE_SGML_TRUE@auth_login.3: auth_login.sgml authcallback.sgml optionlist.sgml libs/docbook/sgml2man
2083 @HAVE_SGML_TRUE@ libs/docbook/sgml2man auth_login.sgml auth_login.3
2084
2085 @HAVE_SGML_TRUE@auth_getuserinfo.html: auth_getuserinfo.sgml authcallback.sgml optionlist.sgml libs/docbook/sgml2html
2086 @HAVE_SGML_TRUE@ libs/docbook/sgml2html auth_getuserinfo.sgml auth_getuserinfo.html
2087
2088 @HAVE_SGML_TRUE@auth_getuserinfo.3: auth_getuserinfo.sgml authcallback.sgml optionlist.sgml libs/docbook/sgml2man
2089 @HAVE_SGML_TRUE@ libs/docbook/sgml2man auth_getuserinfo.sgml auth_getuserinfo.3
2090
2091 @HAVE_SGML_TRUE@auth_enumerate.html: auth_enumerate.sgml libs/docbook/sgml2html
2092 @HAVE_SGML_TRUE@ libs/docbook/sgml2html auth_enumerate.sgml auth_enumerate.html
2093
2094 @HAVE_SGML_TRUE@auth_enumerate.3: auth_enumerate.sgml libs/docbook/sgml2man
2095 @HAVE_SGML_TRUE@ libs/docbook/sgml2man auth_enumerate.sgml auth_enumerate.3
2096
2097 @HAVE_SGML_TRUE@auth_passwd.html: auth_passwd.sgml libs/docbook/sgml2html
2098 @HAVE_SGML_TRUE@ libs/docbook/sgml2html auth_passwd.sgml auth_passwd.html
2099
2100 @HAVE_SGML_TRUE@auth_passwd.3: auth_passwd.sgml libs/docbook/sgml2man
2101 @HAVE_SGML_TRUE@ libs/docbook/sgml2man auth_passwd.sgml auth_passwd.3
2102
2103 @HAVE_SGML_TRUE@auth_getoption.html: auth_getoption.sgml libs/docbook/sgml2html
2104 @HAVE_SGML_TRUE@ libs/docbook/sgml2html auth_getoption.sgml auth_getoption.html
2105
2106 @HAVE_SGML_TRUE@auth_getoption.3: auth_getoption.sgml libs/docbook/sgml2man
2107 @HAVE_SGML_TRUE@ libs/docbook/sgml2man auth_getoption.sgml auth_getoption.3
2108
2109 @HAVE_SGML_TRUE@auth_sasl.html: auth_sasl.sgml libs/docbook/sgml2html
2110 @HAVE_SGML_TRUE@ libs/docbook/sgml2html auth_sasl.sgml auth_sasl.html
2111
2112 @HAVE_SGML_TRUE@auth_sasl.3: auth_sasl.sgml libs/docbook/sgml2man
2113 @HAVE_SGML_TRUE@ libs/docbook/sgml2man auth_sasl.sgml auth_sasl.3
2114
2115 @HAVE_SGML_TRUE@auth_sasl_ex.3: auth_sasl.3
2116 @HAVE_SGML_TRUE@ touch $@
2117
2118 authldap.ldif: authldap.schema
2119 echo 'dn: cn=courier,cn=schema,cn=config' >authldap.ldif.tmp
2120 echo 'objectClass: olcSchemaConfig' >>authldap.ldif.tmp
2121 echo 'cn: courier' >>authldap.ldif.tmp
2122 sed '/^#/d;s/^attributetype/olcAttributeTypes:/;s/^objectclass/olcObjectClasses:/;s/^$$/#/' <$(srcdir)/authldap.schema | tr '\011' ' ' >>authldap.ldif.tmp
2123 mv -f authldap.ldif.tmp authldap.ldif
2124
2125 README_authlib.html: README_authlib.html.in config.status
2126 $(SHELL) ./config.status --file=README_authlib.html
2127
2128 authdaemond.o: authdaemonrc.h authdaemond.c
2129
2130 install-migrate: authmigrate
2131 @SHELL@ authmigrate
2132
2133 install-configure:
2134 test -f $(DESTDIR)@authdaemonrc@.dist && @SYSCONFTOOL@ $(DESTDIR)@authdaemonrc@.dist || true
2135 test -f $(DESTDIR)@authmysqlrc@.dist && @SYSCONFTOOL@ $(DESTDIR)@authmysqlrc@.dist || true
2136 test -f $(DESTDIR)@authpgsqlrc@.dist && @SYSCONFTOOL@ $(DESTDIR)@authpgsqlrc@.dist || true
2137 test -f $(DESTDIR)@authldaprc@.dist && @SYSCONFTOOL@ $(DESTDIR)@authldaprc@.dist || true
2138 test -f $(DESTDIR)@authsqliterc@.dist && @SYSCONFTOOL@ $(DESTDIR)@authsqliterc@.dist || true
2139
2140 # For maintainer's use only
2141
2142 distrelease:
2143 umask 022; $(MAKE) distcheck
2144 $(MAKE) rpm
2145 $(MAKE)
2146 $(MAKE)
2147 rm -f @PACKAGE@.spec @PACKAGE@.lpspec
2148 $(MAKE) @PACKAGE@.spec @PACKAGE@.lpspec
2149 $(MAKE) dist
2150
2151 rpm: rpm-build
2152
2153 rpm-build:
2154 $(MAKE) bump.rpm.release
2155 $(MAKE) dist
2156 $(MAKE) dorpm
2157
2158 lpm: lpm-build
2159
2160 lpm-build:
2161 $(MAKE) bump.rpm.release
2162 $(MAKE) dist
2163 $(MAKE) dolpm
2164
2165 dolpm:
2166 rm -rf lpm
2167 mkdir lpm
2168 lpbuild `test "@REPOSITORY@" == "" || echo --define "repository=1"` --srcbuild -o lpm @PACKAGE@-@VERSION@.tar.bz2
2169
2170 publish: publish-@REPOSITORY@
2171
2172 publish-dev:
2173 $(MAKE) dopublish SUBDIR=dev
2174
2175 publish-prod:
2176 $(MAKE) dopublish SUBDIR=prod
2177
2178 dopublish:
2179 lpbuild --resign lpm/*
2180 rm -rf lpmtmp
2181 mkdir lpmtmp
2182 ln lpm/* lpmtmp
2183 rm -f lpmtmp/*debuginfo*
2184 mv lpmtmp/*.src.lp repository-$(SUBDIR)/`lpm -q --distribution`/sources
2185 mv lpmtmp/*.lp repository-$(SUBDIR)/`lpm -q --distribution`/packages
2186 rm -rf lpmtmp
2187 ls -t repository-$(SUBDIR)/`lpm -q --distribution`/sources | tail -n +6 | xargs -r -n 1 lpm --erase repository-$(SUBDIR)
2188 lpm --sync repository-$(SUBDIR)
2189 rsync -a -v --delete-after repository-$(SUBDIR)/`lpm -q --distribution`/. headache:lpmtool.com/www/repositories/$(SUBDIR)/courier-authlib/`lpm -q --distribution`
2190
2191 dorpm:
2192 rm -rf rpm/BUILD/*
2193 rm -f rpm/RPMS/*/*
2194 rm -f rpm/SOURCES/*
2195 rm -f rpm/SPECS/*
2196 rm -f rpm/SRPMS/*
2197 rpmbuild -ta --clean \
2198 --define "_topdir `pwd`/rpm" \
2199 --define '_rpmdir %{_topdir}/RPMS' \
2200 --define '_srcrpmdir %{_topdir}/SRPMS' \
2201 --define '_sourcedir %{_topdir}/SOURCES' \
2202 --define '_specdir %{_topdir}/SPECS' \
2203 --define '_builddir %{_topdir}/BUILD' \
2204 --define '_build_name_fmt %%{ARCH}/%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm' \
2205 --define '_tmppath %{_var}/tmp' \
2206 --define '__spec_prep_pre %{___build_pre}' \
2207 @PACKAGE@-@VERSION@.tar.bz2
2208
2209 bump.rpm.release: @PACKAGE@.spec @PACKAGE@.lpspec
2210 test -f $(srcdir)/rpm.release && . $(srcdir)/rpm.release; \
2211 NEXT_RELEASE=0; \
2212 test "$$VERSION" = "@VERSION@" && NEXT_RELEASE="$$RELEASE"; \
2213 RELEASE=`expr $$NEXT_RELEASE + 1`; \
2214 echo "VERSION=@VERSION@" >$(srcdir)/rpm.release; \
2215 echo "RELEASE=$$RELEASE" >>$(srcdir)/rpm.release; \
2216 sed 's/^Release: .*/Release: '$$RELEASE'%{?dist}%{?courier_release}/' \
2217 <@PACKAGE@.spec >@PACKAGE@.spec.new; \
2218 mv @PACKAGE@.spec.new @PACKAGE@.spec; \
2219 sed 's/^Release: .*/Release: '$$RELEASE'/' \
2220 <@PACKAGE@.lpspec >@PACKAGE@.lpspec.new; \
2221 mv @PACKAGE@.lpspec.new @PACKAGE@.lpspec
2222
2223 upload-beta:
2224 test -z "$(SFPASSWD)" && exit 1; exit 0
2225 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
2226 socksify ssh grace.speakeasy.net echo @PACKAGE@-@VERSION@.tar.bz2 `ls -l @PACKAGE@-@VERSION@.tar.bz2 | awk ' { print $$5 } '` \>courier-mta.org/@PACKAGE@.beta
2227 ~/src/sftools/release.pl mrsam $(SFPASSWD) courier authlib-devel `echo @VERSION@|sed 's/.*\(........\)/\1/'` @PACKAGE@-@VERSION@.tar.bz2 @PACKAGE@-@VERSION@.tar.bz2.sig
2228
2229 upload-dist:
2230 test -z "$(SFPASSWD)" && exit 1; exit 0
2231 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
2232 set -e; v="@PACKAGE@/@VERSION@/`date +%Y%m%d%H%M%S`"; git tag -s $$v -m 'Tag version @VERSION@'; cd libs; git tag -s $$v -m 'Tag version @VERSION@'
2233 socksify ~/src/sftools/release.pl mrsam $(SFPASSWD) courier authlib @VERSION@ @PACKAGE@-@VERSION@.tar.bz2 @PACKAGE@-@VERSION@.tar.bz2.sig
2234
2235 htmldoc: $(HTMLDOCFILES)
2236 for f in $^; do d=`basename $$f`; test "$$d" = "README.html" && d="index.html"; tidy -i -q --tidy-mark no --doctype transitional --input-encoding utf8 --output-encoding utf8 -asxml <$$f >$$f.tmp ; xsltproc --nonet $$HOME/www/www.courier-mta.org/xsl/authlib.xsl $$f.tmp | perl -ne 's~\$(id):.*\$$~\$(id):'"$$h"'\$$~; print' >$$HOME/www/www.courier-mta.org/authlib/$$d; rm -f $$f.tmp; done
2237
2238 # Tell versions [3.59,3.63) of GNU make to not export all variables.
2239 # Otherwise a system limit (for SysV at least) may be exceeded.
2240 .NOEXPORT: