* Implement a different way to delete a password from the cache.
[alpine.git] / web / src / alpined.d / Makefile.in
blob2e7bc6f435920250b39fc8e62a804a5541b38c7e
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
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.
15 @SET_MAKE@
17 # ========================================================================
18 # Copyright 2006 University of Washington
20 # Licensed under the Apache License, Version 2.0 (the "License");
21 # you may not use this file except in compliance with the License.
22 # You may obtain a copy of the License at
24 # http://www.apache.org/licenses/LICENSE-2.0
26 # ========================================================================
29 VPATH = @srcdir@
30 am__is_gnu_make = { \
31 if test -z '$(MAKELEVEL)'; then \
32 false; \
33 elif test -n '$(MAKE_HOST)'; then \
34 true; \
35 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
36 true; \
37 else \
38 false; \
39 fi; \
41 am__make_running_with_option = \
42 case $${target_option-} in \
43 ?) ;; \
44 *) echo "am__make_running_with_option: internal error: invalid" \
45 "target option '$${target_option-}' specified" >&2; \
46 exit 1;; \
47 esac; \
48 has_opt=no; \
49 sane_makeflags=$$MAKEFLAGS; \
50 if $(am__is_gnu_make); then \
51 sane_makeflags=$$MFLAGS; \
52 else \
53 case $$MAKEFLAGS in \
54 *\\[\ \ ]*) \
55 bs=\\; \
56 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
57 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
58 esac; \
59 fi; \
60 skip_next=no; \
61 strip_trailopt () \
62 { \
63 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
64 }; \
65 for flg in $$sane_makeflags; do \
66 test $$skip_next = yes && { skip_next=no; continue; }; \
67 case $$flg in \
68 *=*|--*) continue;; \
69 -*I) strip_trailopt 'I'; skip_next=yes;; \
70 -*I?*) strip_trailopt 'I';; \
71 -*O) strip_trailopt 'O'; skip_next=yes;; \
72 -*O?*) strip_trailopt 'O';; \
73 -*l) strip_trailopt 'l'; skip_next=yes;; \
74 -*l?*) strip_trailopt 'l';; \
75 -[dEDm]) skip_next=yes;; \
76 -[JT]) skip_next=yes;; \
77 esac; \
78 case $$flg in \
79 *$$target_option*) has_opt=yes; break;; \
80 esac; \
81 done; \
82 test $$has_opt = yes
83 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
84 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
85 pkgdatadir = $(datadir)/@PACKAGE@
86 pkgincludedir = $(includedir)/@PACKAGE@
87 pkglibdir = $(libdir)/@PACKAGE@
88 pkglibexecdir = $(libexecdir)/@PACKAGE@
89 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
90 install_sh_DATA = $(install_sh) -c -m 644
91 install_sh_PROGRAM = $(install_sh) -c
92 install_sh_SCRIPT = $(install_sh) -c
93 INSTALL_HEADER = $(INSTALL_DATA)
94 transform = $(program_transform_name)
95 NORMAL_INSTALL = :
96 PRE_INSTALL = :
97 POST_INSTALL = :
98 NORMAL_UNINSTALL = :
99 PRE_UNINSTALL = :
100 POST_UNINSTALL = :
101 build_triplet = @build@
102 host_triplet = @host@
103 locbin_PROGRAMS = alpined$(EXEEXT) alpineldap$(EXEEXT)
104 subdir = web/src/alpined.d
105 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
106 am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
107 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
108 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
109 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
110 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
111 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
112 $(top_srcdir)/m4/m4_ax_prog_cc_for_build.m4 \
113 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
114 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
115 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
116 $(ACLOCAL_M4)
117 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
118 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
119 CONFIG_HEADER = $(top_builddir)/include/config.h
120 CONFIG_CLEAN_FILES =
121 CONFIG_CLEAN_VPATH_FILES =
122 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
123 am__vpath_adj = case $$p in \
124 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
125 *) f=$$p;; \
126 esac;
127 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
128 am__install_max = 40
129 am__nobase_strip_setup = \
130 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
131 am__nobase_strip = \
132 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
133 am__nobase_list = $(am__nobase_strip_setup); \
134 for p in $$list; do echo "$$p $$p"; done | \
135 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
136 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
137 if (++n[$$2] == $(am__install_max)) \
138 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
139 END { for (dir in files) print dir, files[dir] }'
140 am__base_list = \
141 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
142 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
143 am__uninstall_files_from_dir = { \
144 test -z "$$files" \
145 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
146 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
147 $(am__cd) "$$dir" && rm -f $$files; }; \
149 am__installdirs = "$(DESTDIR)$(loclibdir)" "$(DESTDIR)$(locbindir)"
150 LTLIBRARIES = $(loclib_LTLIBRARIES)
151 libwpcomm_la_LIBADD =
152 am_libwpcomm_la_OBJECTS = wpcomm.lo
153 libwpcomm_la_OBJECTS = $(am_libwpcomm_la_OBJECTS)
154 AM_V_lt = $(am__v_lt_@AM_V@)
155 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
156 am__v_lt_0 = --silent
157 am__v_lt_1 =
158 libwpcomm_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
159 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
160 $(libwpcomm_la_LDFLAGS) $(LDFLAGS) -o $@
161 PROGRAMS = $(locbin_PROGRAMS)
162 am_alpined_OBJECTS = alpined.$(OBJEXT) busy.$(OBJEXT) color.$(OBJEXT) \
163 imap.$(OBJEXT) ldap.$(OBJEXT) remote.$(OBJEXT) \
164 signal.$(OBJEXT) debug.$(OBJEXT) status.$(OBJEXT) \
165 stubs.$(OBJEXT)
166 alpined_OBJECTS = $(am_alpined_OBJECTS)
167 am__DEPENDENCIES_1 =
168 am__DEPENDENCIES_2 = local.o @top_srcdir@/pith/libpith.a \
169 @top_srcdir@/pith/osdep/libpithosd.a \
170 @top_srcdir@/pith/charconv/libpithcc.a \
171 @top_srcdir@/c-client/c-client.a $(am__DEPENDENCIES_1)
172 alpined_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1)
173 am_alpineldap_OBJECTS = alpineldap.$(OBJEXT) busy.$(OBJEXT) \
174 color.$(OBJEXT) imap.$(OBJEXT) ldap.$(OBJEXT) remote.$(OBJEXT) \
175 signal.$(OBJEXT) debug.$(OBJEXT) status.$(OBJEXT) \
176 stubs.$(OBJEXT)
177 alpineldap_OBJECTS = $(am_alpineldap_OBJECTS)
178 alpineldap_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1)
179 AM_V_P = $(am__v_P_@AM_V@)
180 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
181 am__v_P_0 = false
182 am__v_P_1 = :
183 AM_V_GEN = $(am__v_GEN_@AM_V@)
184 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
185 am__v_GEN_0 = @echo " GEN " $@;
186 am__v_GEN_1 =
187 AM_V_at = $(am__v_at_@AM_V@)
188 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
189 am__v_at_0 = @
190 am__v_at_1 =
191 DEFAULT_INCLUDES =
192 depcomp = $(SHELL) $(top_srcdir)/depcomp
193 am__depfiles_maybe = depfiles
194 am__mv = mv -f
195 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
196 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
197 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
198 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
199 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
200 $(AM_CFLAGS) $(CFLAGS)
201 AM_V_CC = $(am__v_CC_@AM_V@)
202 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
203 am__v_CC_0 = @echo " CC " $@;
204 am__v_CC_1 =
205 CCLD = $(CC)
206 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
207 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
208 $(AM_LDFLAGS) $(LDFLAGS) -o $@
209 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
210 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
211 am__v_CCLD_0 = @echo " CCLD " $@;
212 am__v_CCLD_1 =
213 SOURCES = $(libwpcomm_la_SOURCES) $(alpined_SOURCES) \
214 $(alpineldap_SOURCES)
215 DIST_SOURCES = $(libwpcomm_la_SOURCES) $(alpined_SOURCES) \
216 $(alpineldap_SOURCES)
217 am__can_run_installinfo = \
218 case $$AM_UPDATE_INFO_DIR in \
219 n|no|NO) false;; \
220 *) (install-info --version) >/dev/null 2>&1;; \
221 esac
222 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
223 # Read a list of newline-separated strings from the standard input,
224 # and print each of them once, without duplicates. Input order is
225 # *not* preserved.
226 am__uniquify_input = $(AWK) '\
227 BEGIN { nonempty = 0; } \
228 { items[$$0] = 1; nonempty = 1; } \
229 END { if (nonempty) { for (i in items) print i; }; } \
231 # Make sure the list of sources is unique. This is necessary because,
232 # e.g., the same source file might be shared among _SOURCES variables
233 # for different programs/libraries.
234 am__define_uniq_tagged_files = \
235 list='$(am__tagged_files)'; \
236 unique=`for i in $$list; do \
237 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
238 done | $(am__uniquify_input)`
239 ETAGS = etags
240 CTAGS = ctags
241 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
242 $(top_srcdir)/mkinstalldirs
243 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
244 ACLOCAL = @ACLOCAL@
245 ALPINE_DATESTAMP = @ALPINE_DATESTAMP@
246 ALPINE_HOSTSTAMP = @ALPINE_HOSTSTAMP@
247 AMTAR = @AMTAR@
248 AM_CFLAGS = @AM_CFLAGS@
249 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
250 AM_LDFLAGS = `cat @top_srcdir@/c-client/LDFLAGS`
251 AR = @AR@
252 AUTOCONF = @AUTOCONF@
253 AUTOHEADER = @AUTOHEADER@
254 AUTOMAKE = @AUTOMAKE@
255 AWK = @AWK@
256 BUILD_EXEEXT = @BUILD_EXEEXT@
257 BUILD_OBJEXT = @BUILD_OBJEXT@
258 CC = @CC@
259 CCDEPMODE = @CCDEPMODE@
260 CC_FOR_BUILD = @CC_FOR_BUILD@
261 CFLAGS = @CFLAGS@
262 CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
263 CP = @CP@
264 CPP = @CPP@
265 CPPFLAGS = @CPPFLAGS@
266 CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
267 CPP_FOR_BUILD = @CPP_FOR_BUILD@
268 CYGPATH_W = @CYGPATH_W@
269 C_CLIENT_AUTHS = @C_CLIENT_AUTHS@
270 C_CLIENT_BUNDLED = @C_CLIENT_BUNDLED@
271 C_CLIENT_CFLAGS = @C_CLIENT_CFLAGS@
272 C_CLIENT_GCCOPTLEVEL = @C_CLIENT_GCCOPTLEVEL@
273 C_CLIENT_LDFLAGS = @C_CLIENT_LDFLAGS@
274 C_CLIENT_SPECIALS = @C_CLIENT_SPECIALS@
275 C_CLIENT_TARGET = @C_CLIENT_TARGET@
276 C_CLIENT_WITH_IPV6 = @C_CLIENT_WITH_IPV6@
277 DEFS = @DEFS@
278 DEPDIR = @DEPDIR@
279 DLLTOOL = @DLLTOOL@
280 DSYMUTIL = @DSYMUTIL@
281 DUMPBIN = @DUMPBIN@
282 ECHO_C = @ECHO_C@
283 ECHO_N = @ECHO_N@
284 ECHO_T = @ECHO_T@
285 EGREP = @EGREP@
286 EXEEXT = @EXEEXT@
287 FGREP = @FGREP@
288 GMSGFMT = @GMSGFMT@
289 GMSGFMT_015 = @GMSGFMT_015@
290 GREP = @GREP@
291 INSTALL = @INSTALL@
292 INSTALL_DATA = @INSTALL_DATA@
293 INSTALL_PROGRAM = @INSTALL_PROGRAM@
294 INSTALL_SCRIPT = @INSTALL_SCRIPT@
295 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
296 INTLLIBS = @INTLLIBS@
297 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
298 ISPELLPROG = @ISPELLPROG@
299 LD = @LD@
300 LDFLAGS = @LDFLAGS@
301 LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
302 LIBICONV = @LIBICONV@
303 LIBINTL = @LIBINTL@
304 LIBOBJS = @LIBOBJS@
305 LIBS = @LIBS@
306 LIBTOOL = @LIBTOOL@
307 LIBTOOL_DEPS = @LIBTOOL_DEPS@
308 LIPO = @LIPO@
309 LN = @LN@
310 LN_S = @LN_S@
311 LS = @LS@
312 LTLIBICONV = @LTLIBICONV@
313 LTLIBINTL = @LTLIBINTL@
314 LTLIBOBJS = @LTLIBOBJS@
315 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
316 MAINT = @MAINT@
317 MAKE = @MAKE@
318 MAKEINFO = @MAKEINFO@
319 MANIFEST_TOOL = @MANIFEST_TOOL@
320 MKDIR_P = @MKDIR_P@
321 MSGFMT = @MSGFMT@
322 MSGFMT_015 = @MSGFMT_015@
323 MSGMERGE = @MSGMERGE@
324 NM = @NM@
325 NMEDIT = @NMEDIT@
326 NPA_PROG = @NPA_PROG@
327 OBJDUMP = @OBJDUMP@
328 OBJEXT = @OBJEXT@
329 OTOOL = @OTOOL@
330 OTOOL64 = @OTOOL64@
331 PACKAGE = @PACKAGE@
332 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
333 PACKAGE_NAME = @PACKAGE_NAME@
334 PACKAGE_STRING = @PACKAGE_STRING@
335 PACKAGE_TARNAME = @PACKAGE_TARNAME@
336 PACKAGE_URL = @PACKAGE_URL@
337 PACKAGE_VERSION = @PACKAGE_VERSION@
338 PATH_SEPARATOR = @PATH_SEPARATOR@
339 POSUB = @POSUB@
340 PTHREAD_CC = @PTHREAD_CC@
341 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
342 PTHREAD_LIBS = @PTHREAD_LIBS@
343 PWPROG = @PWPROG@
344 RANLIB = @RANLIB@
345 REGEX_BUILD = @REGEX_BUILD@
346 RM = @RM@
347 SED = @SED@
348 SENDMAIL = @SENDMAIL@
349 SET_MAKE = @SET_MAKE@
350 SHELL = @SHELL@
351 SPELLPROG = @SPELLPROG@
352 STRIP = @STRIP@
353 USE_NLS = @USE_NLS@
354 VERSION = @VERSION@
355 WEB_BINDIR = @WEB_BINDIR@
356 WEB_BUILD = @WEB_BUILD@
357 WEB_PUBCOOKIE_BUILD = @WEB_PUBCOOKIE_BUILD@
358 WEB_PUBCOOKIE_LIB = @WEB_PUBCOOKIE_LIB@
359 WEB_PUBCOOKIE_LINK = @WEB_PUBCOOKIE_LINK@
360 XGETTEXT = @XGETTEXT@
361 XGETTEXT_015 = @XGETTEXT_015@
362 abs_builddir = @abs_builddir@
363 abs_srcdir = @abs_srcdir@
364 abs_top_builddir = @abs_top_builddir@
365 abs_top_srcdir = @abs_top_srcdir@
366 ac_ct_AR = @ac_ct_AR@
367 ac_ct_CC = @ac_ct_CC@
368 ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@
369 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
370 acx_pthread_config = @acx_pthread_config@
371 alpine_interactive_spellcheck = @alpine_interactive_spellcheck@
372 alpine_simple_spellcheck = @alpine_simple_spellcheck@
373 am__include = @am__include@
374 am__leading_dot = @am__leading_dot@
375 am__quote = @am__quote@
376 am__tar = @am__tar@
377 am__untar = @am__untar@
378 bindir = @bindir@
379 build = @build@
380 build_alias = @build_alias@
381 build_cpu = @build_cpu@
382 build_os = @build_os@
383 build_vendor = @build_vendor@
384 builddir = @builddir@
385 datadir = @datadir@
386 datarootdir = @datarootdir@
387 docdir = @docdir@
388 dvidir = @dvidir@
389 exec_prefix = @exec_prefix@
390 host = @host@
391 host_alias = @host_alias@
392 host_cpu = @host_cpu@
393 host_os = @host_os@
394 host_vendor = @host_vendor@
395 htmldir = @htmldir@
396 includedir = @includedir@
397 infodir = @infodir@
398 install_sh = @install_sh@
399 libdir = @libdir@
400 libexecdir = @libexecdir@
401 localedir = @localedir@
402 localstatedir = @localstatedir@
403 mandir = @mandir@
404 mkdir_p = @mkdir_p@
405 oldincludedir = @oldincludedir@
406 pdfdir = @pdfdir@
407 prefix = @prefix@
408 program_transform_name = @program_transform_name@
409 psdir = @psdir@
410 sbindir = @sbindir@
411 sharedstatedir = @sharedstatedir@
412 srcdir = @srcdir@
413 sysconfdir = @sysconfdir@
414 target_alias = @target_alias@
415 top_build_prefix = @top_build_prefix@
416 top_builddir = @top_builddir@
417 top_srcdir = @top_srcdir@
419 # This is because alpined, libwpcomm and friends are
420 # not intended for system-wide consumption
421 locbindir = @abs_srcdir@/../../bin
422 loclibdir = @abs_srcdir@/../../lib
423 alpined_SOURCES = alpined.c busy.c color.c imap.c ldap.c remote.c \
424 signal.c debug.c status.c stubs.c \
425 alpined.h color.h ldap.h
427 alpineldap_SOURCES = alpineldap.c busy.c color.c imap.c ldap.c remote.c \
428 signal.c debug.c status.c stubs.c \
429 alpined.h color.h ldap.h
431 alpined_LDADD = $(LDADD) $(INTLLIBS)
432 alpineldap_LDADD = $(LDADD) $(INTLLIBS)
433 LDADD = local.o \
434 @top_srcdir@/pith/libpith.a \
435 @top_srcdir@/pith/osdep/libpithosd.a \
436 @top_srcdir@/pith/charconv/libpithcc.a \
437 @top_srcdir@/c-client/c-client.a \
438 $(WEB_PUBCOOKIE_LIB)
440 loclib_LTLIBRARIES = libwpcomm.la
441 libwpcomm_la_SOURCES = wpcomm.c
442 libwpcomm_la_LDFLAGS = -rpath '$(loclibdir)' -version-info 1:0:0
443 AM_CPPFLAGS = -I@top_builddir@/include -I@top_srcdir@/include
444 CLEANFILES = local.c
445 all: all-am
447 .SUFFIXES:
448 .SUFFIXES: .c .lo .o .obj
449 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
450 @for dep in $?; do \
451 case '$(am__configure_deps)' in \
452 *$$dep*) \
453 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
454 && { if test -f $@; then exit 0; else break; fi; }; \
455 exit 1;; \
456 esac; \
457 done; \
458 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign web/src/alpined.d/Makefile'; \
459 $(am__cd) $(top_srcdir) && \
460 $(AUTOMAKE) --foreign web/src/alpined.d/Makefile
461 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
462 @case '$?' in \
463 *config.status*) \
464 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
465 *) \
466 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
467 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
468 esac;
470 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
471 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
473 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
474 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
475 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
476 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
477 $(am__aclocal_m4_deps):
479 install-loclibLTLIBRARIES: $(loclib_LTLIBRARIES)
480 @$(NORMAL_INSTALL)
481 @list='$(loclib_LTLIBRARIES)'; test -n "$(loclibdir)" || list=; \
482 list2=; for p in $$list; do \
483 if test -f $$p; then \
484 list2="$$list2 $$p"; \
485 else :; fi; \
486 done; \
487 test -z "$$list2" || { \
488 echo " $(MKDIR_P) '$(DESTDIR)$(loclibdir)'"; \
489 $(MKDIR_P) "$(DESTDIR)$(loclibdir)" || exit 1; \
490 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(loclibdir)'"; \
491 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(loclibdir)"; \
494 uninstall-loclibLTLIBRARIES:
495 @$(NORMAL_UNINSTALL)
496 @list='$(loclib_LTLIBRARIES)'; test -n "$(loclibdir)" || list=; \
497 for p in $$list; do \
498 $(am__strip_dir) \
499 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(loclibdir)/$$f'"; \
500 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(loclibdir)/$$f"; \
501 done
503 clean-loclibLTLIBRARIES:
504 -test -z "$(loclib_LTLIBRARIES)" || rm -f $(loclib_LTLIBRARIES)
505 @list='$(loclib_LTLIBRARIES)'; \
506 locs=`for p in $$list; do echo $$p; done | \
507 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
508 sort -u`; \
509 test -z "$$locs" || { \
510 echo rm -f $${locs}; \
511 rm -f $${locs}; \
514 libwpcomm.la: $(libwpcomm_la_OBJECTS) $(libwpcomm_la_DEPENDENCIES) $(EXTRA_libwpcomm_la_DEPENDENCIES)
515 $(AM_V_CCLD)$(libwpcomm_la_LINK) -rpath $(loclibdir) $(libwpcomm_la_OBJECTS) $(libwpcomm_la_LIBADD) $(LIBS)
516 install-locbinPROGRAMS: $(locbin_PROGRAMS)
517 @$(NORMAL_INSTALL)
518 @list='$(locbin_PROGRAMS)'; test -n "$(locbindir)" || list=; \
519 if test -n "$$list"; then \
520 echo " $(MKDIR_P) '$(DESTDIR)$(locbindir)'"; \
521 $(MKDIR_P) "$(DESTDIR)$(locbindir)" || exit 1; \
522 fi; \
523 for p in $$list; do echo "$$p $$p"; done | \
524 sed 's/$(EXEEXT)$$//' | \
525 while read p p1; do if test -f $$p \
526 || test -f $$p1 \
527 ; then echo "$$p"; echo "$$p"; else :; fi; \
528 done | \
529 sed -e 'p;s,.*/,,;n;h' \
530 -e 's|.*|.|' \
531 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
532 sed 'N;N;N;s,\n, ,g' | \
533 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
534 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
535 if ($$2 == $$4) files[d] = files[d] " " $$1; \
536 else { print "f", $$3 "/" $$4, $$1; } } \
537 END { for (d in files) print "f", d, files[d] }' | \
538 while read type dir files; do \
539 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
540 test -z "$$files" || { \
541 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(locbindir)$$dir'"; \
542 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(locbindir)$$dir" || exit $$?; \
544 ; done
546 uninstall-locbinPROGRAMS:
547 @$(NORMAL_UNINSTALL)
548 @list='$(locbin_PROGRAMS)'; test -n "$(locbindir)" || list=; \
549 files=`for p in $$list; do echo "$$p"; done | \
550 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
551 -e 's/$$/$(EXEEXT)/' \
552 `; \
553 test -n "$$list" || exit 0; \
554 echo " ( cd '$(DESTDIR)$(locbindir)' && rm -f" $$files ")"; \
555 cd "$(DESTDIR)$(locbindir)" && rm -f $$files
557 clean-locbinPROGRAMS:
558 @list='$(locbin_PROGRAMS)'; test -n "$$list" || exit 0; \
559 echo " rm -f" $$list; \
560 rm -f $$list || exit $$?; \
561 test -n "$(EXEEXT)" || exit 0; \
562 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
563 echo " rm -f" $$list; \
564 rm -f $$list
566 alpined$(EXEEXT): $(alpined_OBJECTS) $(alpined_DEPENDENCIES) $(EXTRA_alpined_DEPENDENCIES)
567 @rm -f alpined$(EXEEXT)
568 $(AM_V_CCLD)$(LINK) $(alpined_OBJECTS) $(alpined_LDADD) $(LIBS)
570 alpineldap$(EXEEXT): $(alpineldap_OBJECTS) $(alpineldap_DEPENDENCIES) $(EXTRA_alpineldap_DEPENDENCIES)
571 @rm -f alpineldap$(EXEEXT)
572 $(AM_V_CCLD)$(LINK) $(alpineldap_OBJECTS) $(alpineldap_LDADD) $(LIBS)
574 mostlyclean-compile:
575 -rm -f *.$(OBJEXT)
577 distclean-compile:
578 -rm -f *.tab.c
580 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alpined.Po@am__quote@
581 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alpineldap.Po@am__quote@
582 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/busy.Po@am__quote@
583 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/color.Po@am__quote@
584 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debug.Po@am__quote@
585 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imap.Po@am__quote@
586 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldap.Po@am__quote@
587 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/remote.Po@am__quote@
588 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/signal.Po@am__quote@
589 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/status.Po@am__quote@
590 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stubs.Po@am__quote@
591 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wpcomm.Plo@am__quote@
593 .c.o:
594 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
595 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
596 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
597 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
598 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
600 .c.obj:
601 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
602 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
603 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
604 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
605 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
607 .c.lo:
608 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
609 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
610 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
611 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
612 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
614 mostlyclean-libtool:
615 -rm -f *.lo
617 clean-libtool:
618 -rm -rf .libs _libs
620 ID: $(am__tagged_files)
621 $(am__define_uniq_tagged_files); mkid -fID $$unique
622 tags: tags-am
623 TAGS: tags
625 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
626 set x; \
627 here=`pwd`; \
628 $(am__define_uniq_tagged_files); \
629 shift; \
630 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
631 test -n "$$unique" || unique=$$empty_fix; \
632 if test $$# -gt 0; then \
633 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
634 "$$@" $$unique; \
635 else \
636 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
637 $$unique; \
638 fi; \
640 ctags: ctags-am
642 CTAGS: ctags
643 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
644 $(am__define_uniq_tagged_files); \
645 test -z "$(CTAGS_ARGS)$$unique" \
646 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
647 $$unique
649 GTAGS:
650 here=`$(am__cd) $(top_builddir) && pwd` \
651 && $(am__cd) $(top_srcdir) \
652 && gtags -i $(GTAGS_ARGS) "$$here"
653 cscopelist: cscopelist-am
655 cscopelist-am: $(am__tagged_files)
656 list='$(am__tagged_files)'; \
657 case "$(srcdir)" in \
658 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
659 *) sdir=$(subdir)/$(srcdir) ;; \
660 esac; \
661 for i in $$list; do \
662 if test -f "$$i"; then \
663 echo "$(subdir)/$$i"; \
664 else \
665 echo "$$sdir/$$i"; \
666 fi; \
667 done >> $(top_builddir)/cscope.files
669 distclean-tags:
670 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
672 distdir: $(DISTFILES)
673 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
674 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
675 list='$(DISTFILES)'; \
676 dist_files=`for file in $$list; do echo $$file; done | \
677 sed -e "s|^$$srcdirstrip/||;t" \
678 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
679 case $$dist_files in \
680 */*) $(MKDIR_P) `echo "$$dist_files" | \
681 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
682 sort -u` ;; \
683 esac; \
684 for file in $$dist_files; do \
685 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
686 if test -d $$d/$$file; then \
687 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
688 if test -d "$(distdir)/$$file"; then \
689 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
690 fi; \
691 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
692 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
693 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
694 fi; \
695 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
696 else \
697 test -f "$(distdir)/$$file" \
698 || cp -p $$d/$$file "$(distdir)/$$file" \
699 || exit 1; \
700 fi; \
701 done
702 check-am: all-am
703 check: check-am
704 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS)
705 installdirs:
706 for dir in "$(DESTDIR)$(loclibdir)" "$(DESTDIR)$(locbindir)"; do \
707 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
708 done
709 install: install-am
710 install-exec: install-exec-am
711 install-data: install-data-am
712 uninstall: uninstall-am
714 install-am: all-am
715 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
717 installcheck: installcheck-am
718 install-strip:
719 if test -z '$(STRIP)'; then \
720 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
721 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
722 install; \
723 else \
724 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
725 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
726 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
728 mostlyclean-generic:
730 clean-generic:
731 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
733 distclean-generic:
734 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
735 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
737 maintainer-clean-generic:
738 @echo "This command is intended for maintainers to use"
739 @echo "it deletes files that may require special tools to rebuild."
740 clean: clean-am
742 clean-am: clean-generic clean-libtool clean-locbinPROGRAMS \
743 clean-loclibLTLIBRARIES mostlyclean-am
745 distclean: distclean-am
746 -rm -rf ./$(DEPDIR)
747 -rm -f Makefile
748 distclean-am: clean-am distclean-compile distclean-generic \
749 distclean-tags
751 dvi: dvi-am
753 dvi-am:
755 html: html-am
757 html-am:
759 info: info-am
761 info-am:
763 install-data-am: install-locbinPROGRAMS install-loclibLTLIBRARIES
765 install-dvi: install-dvi-am
767 install-dvi-am:
769 install-exec-am:
771 install-html: install-html-am
773 install-html-am:
775 install-info: install-info-am
777 install-info-am:
779 install-man:
781 install-pdf: install-pdf-am
783 install-pdf-am:
785 install-ps: install-ps-am
787 install-ps-am:
789 installcheck-am:
791 maintainer-clean: maintainer-clean-am
792 -rm -rf ./$(DEPDIR)
793 -rm -f Makefile
794 maintainer-clean-am: distclean-am maintainer-clean-generic
796 mostlyclean: mostlyclean-am
798 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
799 mostlyclean-libtool
801 pdf: pdf-am
803 pdf-am:
805 ps: ps-am
807 ps-am:
809 uninstall-am: uninstall-locbinPROGRAMS uninstall-loclibLTLIBRARIES
811 .MAKE: install-am install-strip
813 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
814 clean-libtool clean-locbinPROGRAMS clean-loclibLTLIBRARIES \
815 cscopelist-am ctags ctags-am distclean distclean-compile \
816 distclean-generic distclean-libtool distclean-tags distdir dvi \
817 dvi-am html html-am info info-am install install-am \
818 install-data install-data-am install-dvi install-dvi-am \
819 install-exec install-exec-am install-html install-html-am \
820 install-info install-info-am install-locbinPROGRAMS \
821 install-loclibLTLIBRARIES install-man install-pdf \
822 install-pdf-am install-ps install-ps-am install-strip \
823 installcheck installcheck-am installdirs maintainer-clean \
824 maintainer-clean-generic mostlyclean mostlyclean-compile \
825 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
826 tags tags-am uninstall uninstall-am uninstall-locbinPROGRAMS \
827 uninstall-loclibLTLIBRARIES
829 .PRECIOUS: Makefile
832 local.c: alpineldap.c color.c imap.c ldap.c remote.c signal.c \
833 debug.c status.c stubs.c alpined.h color.h ldap.h
834 echo "char datestamp[]="\"$(ALPINE_DATESTAMP)\"";" > local.c
835 echo "char hoststamp[]="\"$(ALPINE_HOSTSTAMP)\"";" >> local.c
837 # Tell versions [3.59,3.63) of GNU make to not export all variables.
838 # Otherwise a system limit (for SysV at least) may be exceeded.
839 .NOEXPORT: