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