1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2017 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 2006-2008 University of Washington
19#
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
23#
24#     http://www.apache.org/licenses/LICENSE-2.0
25#
26# ========================================================================
27
28
29VPATH = @srcdir@
30am__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; \
40}
41am__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
83am__make_dryrun = (target_option=n; $(am__make_running_with_option))
84am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
85pkgdatadir = $(datadir)/@PACKAGE@
86pkgincludedir = $(includedir)/@PACKAGE@
87pkglibdir = $(libdir)/@PACKAGE@
88pkglibexecdir = $(libexecdir)/@PACKAGE@
89am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
90install_sh_DATA = $(install_sh) -c -m 644
91install_sh_PROGRAM = $(install_sh) -c
92install_sh_SCRIPT = $(install_sh) -c
93INSTALL_HEADER = $(INSTALL_DATA)
94transform = $(program_transform_name)
95NORMAL_INSTALL = :
96PRE_INSTALL = :
97POST_INSTALL = :
98NORMAL_UNINSTALL = :
99PRE_UNINSTALL = :
100POST_UNINSTALL = :
101build_triplet = @build@
102host_triplet = @host@
103bin_PROGRAMS = wp_uidmapper$(EXEEXT) wp_tclsh$(EXEEXT) \
104	wp_gssapi_proxy$(EXEEXT) wp_umc$(EXEEXT)
105subdir = web/src/pubcookie
106ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
107am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
108	$(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
109	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
110	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
111	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
112	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
113	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
114	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
115am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
116	$(ACLOCAL_M4)
117DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
118mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
119CONFIG_HEADER = $(top_builddir)/include/config.h
120CONFIG_CLEAN_FILES =
121CONFIG_CLEAN_VPATH_FILES =
122LIBRARIES = $(noinst_LIBRARIES)
123ARFLAGS = cru
124AM_V_AR = $(am__v_AR_@AM_V@)
125am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
126am__v_AR_0 = @echo "  AR      " $@;
127am__v_AR_1 =
128libauthgssproxy_a_AR = $(AR) $(ARFLAGS)
129libauthgssproxy_a_LIBADD =
130am_libauthgssproxy_a_OBJECTS = auth_gss_proxy.$(OBJEXT)
131libauthgssproxy_a_OBJECTS = $(am_libauthgssproxy_a_OBJECTS)
132am__installdirs = "$(DESTDIR)$(bindir)"
133PROGRAMS = $(bin_PROGRAMS)
134am_wp_gssapi_proxy_OBJECTS = wp_gssapi_proxy.$(OBJEXT) \
135	wp_uidmapper_lib.$(OBJEXT)
136wp_gssapi_proxy_OBJECTS = $(am_wp_gssapi_proxy_OBJECTS)
137wp_gssapi_proxy_LDADD = $(LDADD)
138AM_V_lt = $(am__v_lt_@AM_V@)
139am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
140am__v_lt_0 = --silent
141am__v_lt_1 =
142am_wp_tclsh_OBJECTS = wp_tclsh.$(OBJEXT) wp_uidmapper_lib.$(OBJEXT)
143wp_tclsh_OBJECTS = $(am_wp_tclsh_OBJECTS)
144wp_tclsh_LDADD = $(LDADD)
145am_wp_uidmapper_OBJECTS = wp_uidmapper.$(OBJEXT) id_table.$(OBJEXT)
146wp_uidmapper_OBJECTS = $(am_wp_uidmapper_OBJECTS)
147wp_uidmapper_LDADD = $(LDADD)
148am_wp_umc_OBJECTS = wp_umc.$(OBJEXT) wp_uidmapper_lib.$(OBJEXT)
149wp_umc_OBJECTS = $(am_wp_umc_OBJECTS)
150wp_umc_LDADD = $(LDADD)
151AM_V_P = $(am__v_P_@AM_V@)
152am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
153am__v_P_0 = false
154am__v_P_1 = :
155AM_V_GEN = $(am__v_GEN_@AM_V@)
156am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
157am__v_GEN_0 = @echo "  GEN     " $@;
158am__v_GEN_1 =
159AM_V_at = $(am__v_at_@AM_V@)
160am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
161am__v_at_0 = @
162am__v_at_1 =
163DEFAULT_INCLUDES =
164depcomp = $(SHELL) $(top_srcdir)/depcomp
165am__depfiles_maybe = depfiles
166am__mv = mv -f
167COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
168	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
169LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
170	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
171	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
172	$(AM_CFLAGS) $(CFLAGS)
173AM_V_CC = $(am__v_CC_@AM_V@)
174am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
175am__v_CC_0 = @echo "  CC      " $@;
176am__v_CC_1 =
177CCLD = $(CC)
178LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
179	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
180	$(AM_LDFLAGS) $(LDFLAGS) -o $@
181AM_V_CCLD = $(am__v_CCLD_@AM_V@)
182am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
183am__v_CCLD_0 = @echo "  CCLD    " $@;
184am__v_CCLD_1 =
185SOURCES = $(libauthgssproxy_a_SOURCES) $(wp_gssapi_proxy_SOURCES) \
186	$(wp_tclsh_SOURCES) $(wp_uidmapper_SOURCES) $(wp_umc_SOURCES)
187DIST_SOURCES = $(libauthgssproxy_a_SOURCES) $(wp_gssapi_proxy_SOURCES) \
188	$(wp_tclsh_SOURCES) $(wp_uidmapper_SOURCES) $(wp_umc_SOURCES)
189am__can_run_installinfo = \
190  case $$AM_UPDATE_INFO_DIR in \
191    n|no|NO) false;; \
192    *) (install-info --version) >/dev/null 2>&1;; \
193  esac
194am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
195# Read a list of newline-separated strings from the standard input,
196# and print each of them once, without duplicates.  Input order is
197# *not* preserved.
198am__uniquify_input = $(AWK) '\
199  BEGIN { nonempty = 0; } \
200  { items[$$0] = 1; nonempty = 1; } \
201  END { if (nonempty) { for (i in items) print i; }; } \
202'
203# Make sure the list of sources is unique.  This is necessary because,
204# e.g., the same source file might be shared among _SOURCES variables
205# for different programs/libraries.
206am__define_uniq_tagged_files = \
207  list='$(am__tagged_files)'; \
208  unique=`for i in $$list; do \
209    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
210  done | $(am__uniquify_input)`
211ETAGS = etags
212CTAGS = ctags
213am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
214	$(top_srcdir)/mkinstalldirs INSTALL README
215DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
216ACLOCAL = @ACLOCAL@
217ALPINE_DATESTAMP = @ALPINE_DATESTAMP@
218ALPINE_HOSTSTAMP = @ALPINE_HOSTSTAMP@
219AMTAR = @AMTAR@
220AM_CFLAGS = @AM_CFLAGS@
221AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
222AM_LDFLAGS = @AM_LDFLAGS@
223AR = @AR@
224AUTOCONF = @AUTOCONF@
225AUTOHEADER = @AUTOHEADER@
226AUTOMAKE = @AUTOMAKE@
227AWK = @AWK@
228CC = @CC@
229CCDEPMODE = @CCDEPMODE@
230CFLAGS = '-DWP_UIDMAPPER_SOCKET=$(WP_UIDMAPPER_SOCKET)' \
231         '-DWEBSERVER_UID=$(WEBSERVER_UID)' \
232         '-DAUTH_GSS_PROXY_PATH="$(WEB_BINDIR)/wp_gssapi_proxy"'
233
234CP = @CP@
235CPP = @CPP@
236CPPFLAGS = @CPPFLAGS@
237CYGPATH_W = @CYGPATH_W@
238C_CLIENT_AUTHS = @C_CLIENT_AUTHS@
239C_CLIENT_BUNDLED = @C_CLIENT_BUNDLED@
240C_CLIENT_CFLAGS = @C_CLIENT_CFLAGS@
241C_CLIENT_GCCOPTLEVEL = @C_CLIENT_GCCOPTLEVEL@
242C_CLIENT_LDFLAGS = @C_CLIENT_LDFLAGS@
243C_CLIENT_SPECIALS = @C_CLIENT_SPECIALS@
244C_CLIENT_TARGET = @C_CLIENT_TARGET@
245C_CLIENT_WITH_IPV6 = @C_CLIENT_WITH_IPV6@
246DEFS = @DEFS@
247DEPDIR = @DEPDIR@
248DLLTOOL = @DLLTOOL@
249DSYMUTIL = @DSYMUTIL@
250DUMPBIN = @DUMPBIN@
251ECHO_C = @ECHO_C@
252ECHO_N = @ECHO_N@
253ECHO_T = @ECHO_T@
254EGREP = @EGREP@
255EXEEXT = @EXEEXT@
256FGREP = @FGREP@
257GMSGFMT = @GMSGFMT@
258GMSGFMT_015 = @GMSGFMT_015@
259GREP = @GREP@
260INSTALL = @INSTALL@
261INSTALL_DATA = @INSTALL_DATA@
262INSTALL_PROGRAM = @INSTALL_PROGRAM@
263INSTALL_SCRIPT = @INSTALL_SCRIPT@
264INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
265INTLLIBS = @INTLLIBS@
266INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
267ISPELLPROG = @ISPELLPROG@
268LD = @LD@
269LDFLAGS = @LDFLAGS@
270LIBICONV = @LIBICONV@
271LIBINTL = @LIBINTL@
272LIBOBJS = @LIBOBJS@
273LIBS = @LIBS@
274LIBTOOL = @LIBTOOL@
275LIBTOOL_DEPS = @LIBTOOL_DEPS@
276LIPO = @LIPO@
277LN = @LN@
278LN_S = @LN_S@
279LS = @LS@
280LTLIBICONV = @LTLIBICONV@
281LTLIBINTL = @LTLIBINTL@
282LTLIBOBJS = @LTLIBOBJS@
283LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
284MAINT = @MAINT@
285MAKE = @MAKE@
286MAKEINFO = @MAKEINFO@
287MANIFEST_TOOL = @MANIFEST_TOOL@
288MKDIR_P = @MKDIR_P@
289MSGFMT = @MSGFMT@
290MSGFMT_015 = @MSGFMT_015@
291MSGMERGE = @MSGMERGE@
292NM = @NM@
293NMEDIT = @NMEDIT@
294NPA_PROG = @NPA_PROG@
295OBJDUMP = @OBJDUMP@
296OBJEXT = @OBJEXT@
297OTOOL = @OTOOL@
298OTOOL64 = @OTOOL64@
299PACKAGE = @PACKAGE@
300PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
301PACKAGE_NAME = @PACKAGE_NAME@
302PACKAGE_STRING = @PACKAGE_STRING@
303PACKAGE_TARNAME = @PACKAGE_TARNAME@
304PACKAGE_URL = @PACKAGE_URL@
305PACKAGE_VERSION = @PACKAGE_VERSION@
306PATH_SEPARATOR = @PATH_SEPARATOR@
307POSUB = @POSUB@
308PTHREAD_CC = @PTHREAD_CC@
309PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
310PTHREAD_LIBS = @PTHREAD_LIBS@
311PWPROG = @PWPROG@
312RANLIB = @RANLIB@
313REGEX_BUILD = @REGEX_BUILD@
314RM = @RM@
315SED = @SED@
316SENDMAIL = @SENDMAIL@
317SET_MAKE = @SET_MAKE@
318SHELL = @SHELL@
319SPELLPROG = @SPELLPROG@
320STRIP = @STRIP@
321USE_NLS = @USE_NLS@
322VERSION = @VERSION@
323WEB_BINDIR = @WEB_BINDIR@
324WEB_BUILD = @WEB_BUILD@
325WEB_PUBCOOKIE_BUILD = @WEB_PUBCOOKIE_BUILD@
326WEB_PUBCOOKIE_LIB = @WEB_PUBCOOKIE_LIB@
327WEB_PUBCOOKIE_LINK = @WEB_PUBCOOKIE_LINK@
328XGETTEXT = @XGETTEXT@
329XGETTEXT_015 = @XGETTEXT_015@
330abs_builddir = @abs_builddir@
331abs_srcdir = @abs_srcdir@
332abs_top_builddir = @abs_top_builddir@
333abs_top_srcdir = @abs_top_srcdir@
334ac_ct_AR = @ac_ct_AR@
335ac_ct_CC = @ac_ct_CC@
336ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
337acx_pthread_config = @acx_pthread_config@
338alpine_interactive_spellcheck = @alpine_interactive_spellcheck@
339alpine_simple_spellcheck = @alpine_simple_spellcheck@
340am__include = @am__include@
341am__leading_dot = @am__leading_dot@
342am__quote = @am__quote@
343am__tar = @am__tar@
344am__untar = @am__untar@
345bindir = @bindir@
346build = @build@
347build_alias = @build_alias@
348build_cpu = @build_cpu@
349build_os = @build_os@
350build_vendor = @build_vendor@
351builddir = @builddir@
352datadir = @datadir@
353datarootdir = @datarootdir@
354docdir = @docdir@
355dvidir = @dvidir@
356exec_prefix = @exec_prefix@
357host = @host@
358host_alias = @host_alias@
359host_cpu = @host_cpu@
360host_os = @host_os@
361host_vendor = @host_vendor@
362htmldir = @htmldir@
363includedir = @includedir@
364infodir = @infodir@
365install_sh = @install_sh@
366libdir = @libdir@
367libexecdir = @libexecdir@
368localedir = @localedir@
369localstatedir = @localstatedir@
370mandir = @mandir@
371mkdir_p = @mkdir_p@
372oldincludedir = @oldincludedir@
373pdfdir = @pdfdir@
374prefix = @prefix@
375program_transform_name = @program_transform_name@
376psdir = @psdir@
377sbindir = @sbindir@
378sharedstatedir = @sharedstatedir@
379srcdir = @srcdir@
380sysconfdir = @sysconfdir@
381target_alias = @target_alias@
382top_build_prefix = @top_build_prefix@
383top_builddir = @top_builddir@
384top_srcdir = @top_srcdir@
385WP_UIDMAPPER_SOCKET = "/tmp/wp_uidmapper"
386WEBSERVER_UID = 65534
387noinst_LIBRARIES = libauthgssproxy.a
388libauthgssproxy_a_SOURCES = auth_gss_proxy.c
389wp_uidmapper_SOURCES = wp_uidmapper.c id_table.c id_table.h
390wp_tclsh_SOURCES = wp_tclsh.c wp_uidmapper_lib.c
391wp_gssapi_proxy_SOURCES = wp_gssapi_proxy.c wp_uidmapper_lib.c
392wp_umc_SOURCES = wp_umc.c wp_uidmapper_lib.c
393AM_CPPFLAGS = -I@top_builddir@/include -I@top_srcdir@/include
394all: all-am
395
396.SUFFIXES:
397.SUFFIXES: .c .lo .o .obj
398$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
399	@for dep in $?; do \
400	  case '$(am__configure_deps)' in \
401	    *$$dep*) \
402	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
403	        && { if test -f $@; then exit 0; else break; fi; }; \
404	      exit 1;; \
405	  esac; \
406	done; \
407	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign web/src/pubcookie/Makefile'; \
408	$(am__cd) $(top_srcdir) && \
409	  $(AUTOMAKE) --foreign web/src/pubcookie/Makefile
410Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
411	@case '$?' in \
412	  *config.status*) \
413	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
414	  *) \
415	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
416	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
417	esac;
418
419$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
420	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
421
422$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
423	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
424$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
425	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
426$(am__aclocal_m4_deps):
427
428clean-noinstLIBRARIES:
429	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
430
431libauthgssproxy.a: $(libauthgssproxy_a_OBJECTS) $(libauthgssproxy_a_DEPENDENCIES) $(EXTRA_libauthgssproxy_a_DEPENDENCIES)
432	$(AM_V_at)-rm -f libauthgssproxy.a
433	$(AM_V_AR)$(libauthgssproxy_a_AR) libauthgssproxy.a $(libauthgssproxy_a_OBJECTS) $(libauthgssproxy_a_LIBADD)
434	$(AM_V_at)$(RANLIB) libauthgssproxy.a
435install-binPROGRAMS: $(bin_PROGRAMS)
436	@$(NORMAL_INSTALL)
437	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
438	if test -n "$$list"; then \
439	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
440	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
441	fi; \
442	for p in $$list; do echo "$$p $$p"; done | \
443	sed 's/$(EXEEXT)$$//' | \
444	while read p p1; do if test -f $$p \
445	 || test -f $$p1 \
446	  ; then echo "$$p"; echo "$$p"; else :; fi; \
447	done | \
448	sed -e 'p;s,.*/,,;n;h' \
449	    -e 's|.*|.|' \
450	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
451	sed 'N;N;N;s,\n, ,g' | \
452	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
453	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
454	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
455	    else { print "f", $$3 "/" $$4, $$1; } } \
456	  END { for (d in files) print "f", d, files[d] }' | \
457	while read type dir files; do \
458	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
459	    test -z "$$files" || { \
460	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
461	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
462	    } \
463	; done
464
465uninstall-binPROGRAMS:
466	@$(NORMAL_UNINSTALL)
467	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
468	files=`for p in $$list; do echo "$$p"; done | \
469	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
470	      -e 's/$$/$(EXEEXT)/' \
471	`; \
472	test -n "$$list" || exit 0; \
473	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
474	cd "$(DESTDIR)$(bindir)" && rm -f $$files
475
476clean-binPROGRAMS:
477	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
478	echo " rm -f" $$list; \
479	rm -f $$list || exit $$?; \
480	test -n "$(EXEEXT)" || exit 0; \
481	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
482	echo " rm -f" $$list; \
483	rm -f $$list
484
485wp_gssapi_proxy$(EXEEXT): $(wp_gssapi_proxy_OBJECTS) $(wp_gssapi_proxy_DEPENDENCIES) $(EXTRA_wp_gssapi_proxy_DEPENDENCIES)
486	@rm -f wp_gssapi_proxy$(EXEEXT)
487	$(AM_V_CCLD)$(LINK) $(wp_gssapi_proxy_OBJECTS) $(wp_gssapi_proxy_LDADD) $(LIBS)
488
489wp_tclsh$(EXEEXT): $(wp_tclsh_OBJECTS) $(wp_tclsh_DEPENDENCIES) $(EXTRA_wp_tclsh_DEPENDENCIES)
490	@rm -f wp_tclsh$(EXEEXT)
491	$(AM_V_CCLD)$(LINK) $(wp_tclsh_OBJECTS) $(wp_tclsh_LDADD) $(LIBS)
492
493wp_uidmapper$(EXEEXT): $(wp_uidmapper_OBJECTS) $(wp_uidmapper_DEPENDENCIES) $(EXTRA_wp_uidmapper_DEPENDENCIES)
494	@rm -f wp_uidmapper$(EXEEXT)
495	$(AM_V_CCLD)$(LINK) $(wp_uidmapper_OBJECTS) $(wp_uidmapper_LDADD) $(LIBS)
496
497wp_umc$(EXEEXT): $(wp_umc_OBJECTS) $(wp_umc_DEPENDENCIES) $(EXTRA_wp_umc_DEPENDENCIES)
498	@rm -f wp_umc$(EXEEXT)
499	$(AM_V_CCLD)$(LINK) $(wp_umc_OBJECTS) $(wp_umc_LDADD) $(LIBS)
500
501mostlyclean-compile:
502	-rm -f *.$(OBJEXT)
503
504distclean-compile:
505	-rm -f *.tab.c
506
507@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/auth_gss_proxy.Po@am__quote@
508@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/id_table.Po@am__quote@
509@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wp_gssapi_proxy.Po@am__quote@
510@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wp_tclsh.Po@am__quote@
511@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wp_uidmapper.Po@am__quote@
512@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wp_uidmapper_lib.Po@am__quote@
513@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wp_umc.Po@am__quote@
514
515.c.o:
516@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
517@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
518@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
519@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
520@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
521
522.c.obj:
523@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
524@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
525@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
526@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
527@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
528
529.c.lo:
530@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
531@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
532@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
533@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
534@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
535
536mostlyclean-libtool:
537	-rm -f *.lo
538
539clean-libtool:
540	-rm -rf .libs _libs
541
542ID: $(am__tagged_files)
543	$(am__define_uniq_tagged_files); mkid -fID $$unique
544tags: tags-am
545TAGS: tags
546
547tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
548	set x; \
549	here=`pwd`; \
550	$(am__define_uniq_tagged_files); \
551	shift; \
552	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
553	  test -n "$$unique" || unique=$$empty_fix; \
554	  if test $$# -gt 0; then \
555	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
556	      "$$@" $$unique; \
557	  else \
558	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
559	      $$unique; \
560	  fi; \
561	fi
562ctags: ctags-am
563
564CTAGS: ctags
565ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
566	$(am__define_uniq_tagged_files); \
567	test -z "$(CTAGS_ARGS)$$unique" \
568	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
569	     $$unique
570
571GTAGS:
572	here=`$(am__cd) $(top_builddir) && pwd` \
573	  && $(am__cd) $(top_srcdir) \
574	  && gtags -i $(GTAGS_ARGS) "$$here"
575cscopelist: cscopelist-am
576
577cscopelist-am: $(am__tagged_files)
578	list='$(am__tagged_files)'; \
579	case "$(srcdir)" in \
580	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
581	  *) sdir=$(subdir)/$(srcdir) ;; \
582	esac; \
583	for i in $$list; do \
584	  if test -f "$$i"; then \
585	    echo "$(subdir)/$$i"; \
586	  else \
587	    echo "$$sdir/$$i"; \
588	  fi; \
589	done >> $(top_builddir)/cscope.files
590
591distclean-tags:
592	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
593
594distdir: $(DISTFILES)
595	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
596	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
597	list='$(DISTFILES)'; \
598	  dist_files=`for file in $$list; do echo $$file; done | \
599	  sed -e "s|^$$srcdirstrip/||;t" \
600	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
601	case $$dist_files in \
602	  */*) $(MKDIR_P) `echo "$$dist_files" | \
603			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
604			   sort -u` ;; \
605	esac; \
606	for file in $$dist_files; do \
607	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
608	  if test -d $$d/$$file; then \
609	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
610	    if test -d "$(distdir)/$$file"; then \
611	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
612	    fi; \
613	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
614	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
615	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
616	    fi; \
617	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
618	  else \
619	    test -f "$(distdir)/$$file" \
620	    || cp -p $$d/$$file "$(distdir)/$$file" \
621	    || exit 1; \
622	  fi; \
623	done
624check-am: all-am
625check: check-am
626all-am: Makefile $(LIBRARIES) $(PROGRAMS)
627installdirs:
628	for dir in "$(DESTDIR)$(bindir)"; do \
629	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
630	done
631install: install-am
632install-exec: install-exec-am
633install-data: install-data-am
634uninstall: uninstall-am
635
636install-am: all-am
637	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
638
639installcheck: installcheck-am
640install-strip:
641	if test -z '$(STRIP)'; then \
642	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
643	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
644	      install; \
645	else \
646	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
647	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
648	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
649	fi
650mostlyclean-generic:
651
652clean-generic:
653
654distclean-generic:
655	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
656	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
657
658maintainer-clean-generic:
659	@echo "This command is intended for maintainers to use"
660	@echo "it deletes files that may require special tools to rebuild."
661clean: clean-am
662
663clean-am: clean-binPROGRAMS clean-generic clean-libtool \
664	clean-noinstLIBRARIES mostlyclean-am
665
666distclean: distclean-am
667	-rm -rf ./$(DEPDIR)
668	-rm -f Makefile
669distclean-am: clean-am distclean-compile distclean-generic \
670	distclean-tags
671
672dvi: dvi-am
673
674dvi-am:
675
676html: html-am
677
678html-am:
679
680info: info-am
681
682info-am:
683
684install-data-am:
685
686install-dvi: install-dvi-am
687
688install-dvi-am:
689
690install-exec-am: install-binPROGRAMS
691
692install-html: install-html-am
693
694install-html-am:
695
696install-info: install-info-am
697
698install-info-am:
699
700install-man:
701
702install-pdf: install-pdf-am
703
704install-pdf-am:
705
706install-ps: install-ps-am
707
708install-ps-am:
709
710installcheck-am:
711
712maintainer-clean: maintainer-clean-am
713	-rm -rf ./$(DEPDIR)
714	-rm -f Makefile
715maintainer-clean-am: distclean-am maintainer-clean-generic
716
717mostlyclean: mostlyclean-am
718
719mostlyclean-am: mostlyclean-compile mostlyclean-generic \
720	mostlyclean-libtool
721
722pdf: pdf-am
723
724pdf-am:
725
726ps: ps-am
727
728ps-am:
729
730uninstall-am: uninstall-binPROGRAMS
731
732.MAKE: install-am install-strip
733
734.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
735	clean-binPROGRAMS clean-generic clean-libtool \
736	clean-noinstLIBRARIES cscopelist-am ctags ctags-am distclean \
737	distclean-compile distclean-generic distclean-libtool \
738	distclean-tags distdir dvi dvi-am html html-am info info-am \
739	install install-am install-binPROGRAMS install-data \
740	install-data-am install-dvi install-dvi-am install-exec \
741	install-exec-am install-html install-html-am install-info \
742	install-info-am install-man install-pdf install-pdf-am \
743	install-ps install-ps-am install-strip installcheck \
744	installcheck-am installdirs maintainer-clean \
745	maintainer-clean-generic mostlyclean mostlyclean-compile \
746	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
747	tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
748
749.PRECIOUS: Makefile
750
751
752# Tell versions [3.59,3.63) of GNU make to not export all variables.
753# Otherwise a system limit (for SysV at least) may be exceeded.
754.NOEXPORT:
755