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# ========================================================================
27VPATH = @srcdir@
28am__is_gnu_make = { \
29  if test -z '$(MAKELEVEL)'; then \
30    false; \
31  elif test -n '$(MAKE_HOST)'; then \
32    true; \
33  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
34    true; \
35  else \
36    false; \
37  fi; \
38}
39am__make_running_with_option = \
40  case $${target_option-} in \
41      ?) ;; \
42      *) echo "am__make_running_with_option: internal error: invalid" \
43              "target option '$${target_option-}' specified" >&2; \
44         exit 1;; \
45  esac; \
46  has_opt=no; \
47  sane_makeflags=$$MAKEFLAGS; \
48  if $(am__is_gnu_make); then \
49    sane_makeflags=$$MFLAGS; \
50  else \
51    case $$MAKEFLAGS in \
52      *\\[\ \	]*) \
53        bs=\\; \
54        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
55          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
56    esac; \
57  fi; \
58  skip_next=no; \
59  strip_trailopt () \
60  { \
61    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
62  }; \
63  for flg in $$sane_makeflags; do \
64    test $$skip_next = yes && { skip_next=no; continue; }; \
65    case $$flg in \
66      *=*|--*) continue;; \
67        -*I) strip_trailopt 'I'; skip_next=yes;; \
68      -*I?*) strip_trailopt 'I';; \
69        -*O) strip_trailopt 'O'; skip_next=yes;; \
70      -*O?*) strip_trailopt 'O';; \
71        -*l) strip_trailopt 'l'; skip_next=yes;; \
72      -*l?*) strip_trailopt 'l';; \
73      -[dEDm]) skip_next=yes;; \
74      -[JT]) skip_next=yes;; \
75    esac; \
76    case $$flg in \
77      *$$target_option*) has_opt=yes; break;; \
78    esac; \
79  done; \
80  test $$has_opt = yes
81am__make_dryrun = (target_option=n; $(am__make_running_with_option))
82am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
83pkgdatadir = $(datadir)/@PACKAGE@
84pkgincludedir = $(includedir)/@PACKAGE@
85pkglibdir = $(libdir)/@PACKAGE@
86pkglibexecdir = $(libexecdir)/@PACKAGE@
87am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
88install_sh_DATA = $(install_sh) -c -m 644
89install_sh_PROGRAM = $(install_sh) -c
90install_sh_SCRIPT = $(install_sh) -c
91INSTALL_HEADER = $(INSTALL_DATA)
92transform = $(program_transform_name)
93NORMAL_INSTALL = :
94PRE_INSTALL = :
95POST_INSTALL = :
96NORMAL_UNINSTALL = :
97PRE_UNINSTALL = :
98POST_UNINSTALL = :
99build_triplet = @build@
100host_triplet = @host@
101subdir = web/src
102ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
103am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
104	$(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
105	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
106	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
107	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
108	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
109	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
110	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
111am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
112	$(ACLOCAL_M4)
113DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
114mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
115CONFIG_HEADER = $(top_builddir)/include/config.h
116CONFIG_CLEAN_FILES =
117CONFIG_CLEAN_VPATH_FILES =
118AM_V_P = $(am__v_P_@AM_V@)
119am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
120am__v_P_0 = false
121am__v_P_1 = :
122AM_V_GEN = $(am__v_GEN_@AM_V@)
123am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
124am__v_GEN_0 = @echo "  GEN     " $@;
125am__v_GEN_1 =
126AM_V_at = $(am__v_at_@AM_V@)
127am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
128am__v_at_0 = @
129am__v_at_1 =
130SOURCES =
131DIST_SOURCES =
132am__can_run_installinfo = \
133  case $$AM_UPDATE_INFO_DIR in \
134    n|no|NO) false;; \
135    *) (install-info --version) >/dev/null 2>&1;; \
136  esac
137am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
138am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/mkinstalldirs
139DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
140ACLOCAL = @ACLOCAL@
141ALPINE_DATESTAMP = @ALPINE_DATESTAMP@
142ALPINE_HOSTSTAMP = @ALPINE_HOSTSTAMP@
143AMTAR = @AMTAR@
144AM_CFLAGS = @AM_CFLAGS@
145AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
146AM_LDFLAGS = @AM_LDFLAGS@
147AR = @AR@
148AUTOCONF = @AUTOCONF@
149AUTOHEADER = @AUTOHEADER@
150AUTOMAKE = @AUTOMAKE@
151AWK = @AWK@
152CC = @CC@
153CCDEPMODE = @CCDEPMODE@
154CFLAGS = @CFLAGS@
155CP = @CP@
156CPP = @CPP@
157CPPFLAGS = @CPPFLAGS@
158CYGPATH_W = @CYGPATH_W@
159C_CLIENT_AUTHS = @C_CLIENT_AUTHS@
160C_CLIENT_BUNDLED = @C_CLIENT_BUNDLED@
161C_CLIENT_CFLAGS = @C_CLIENT_CFLAGS@
162C_CLIENT_GCCOPTLEVEL = @C_CLIENT_GCCOPTLEVEL@
163C_CLIENT_LDFLAGS = @C_CLIENT_LDFLAGS@
164C_CLIENT_SPECIALS = @C_CLIENT_SPECIALS@
165C_CLIENT_TARGET = @C_CLIENT_TARGET@
166C_CLIENT_WITH_IPV6 = @C_CLIENT_WITH_IPV6@
167DEFS = @DEFS@
168DEPDIR = @DEPDIR@
169DLLTOOL = @DLLTOOL@
170DSYMUTIL = @DSYMUTIL@
171DUMPBIN = @DUMPBIN@
172ECHO_C = @ECHO_C@
173ECHO_N = @ECHO_N@
174ECHO_T = @ECHO_T@
175EGREP = @EGREP@
176EXEEXT = @EXEEXT@
177FGREP = @FGREP@
178GMSGFMT = @GMSGFMT@
179GMSGFMT_015 = @GMSGFMT_015@
180GREP = @GREP@
181INSTALL = @INSTALL@
182INSTALL_DATA = @INSTALL_DATA@
183INSTALL_PROGRAM = @INSTALL_PROGRAM@
184INSTALL_SCRIPT = @INSTALL_SCRIPT@
185INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
186INTLLIBS = @INTLLIBS@
187INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
188ISPELLPROG = @ISPELLPROG@
189LD = @LD@
190LDFLAGS = @LDFLAGS@
191LIBICONV = @LIBICONV@
192LIBINTL = @LIBINTL@
193LIBOBJS = @LIBOBJS@
194LIBS = @LIBS@
195LIBTOOL = @LIBTOOL@
196LIBTOOL_DEPS = @LIBTOOL_DEPS@
197LIPO = @LIPO@
198LN = @LN@
199LN_S = @LN_S@
200LS = @LS@
201LTLIBICONV = @LTLIBICONV@
202LTLIBINTL = @LTLIBINTL@
203LTLIBOBJS = @LTLIBOBJS@
204LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
205MAINT = @MAINT@
206MAKE = @MAKE@
207MAKEINFO = @MAKEINFO@
208MANIFEST_TOOL = @MANIFEST_TOOL@
209MKDIR_P = @MKDIR_P@
210MSGFMT = @MSGFMT@
211MSGFMT_015 = @MSGFMT_015@
212MSGMERGE = @MSGMERGE@
213NM = @NM@
214NMEDIT = @NMEDIT@
215NPA_PROG = @NPA_PROG@
216OBJDUMP = @OBJDUMP@
217OBJEXT = @OBJEXT@
218OTOOL = @OTOOL@
219OTOOL64 = @OTOOL64@
220PACKAGE = @PACKAGE@
221PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
222PACKAGE_NAME = @PACKAGE_NAME@
223PACKAGE_STRING = @PACKAGE_STRING@
224PACKAGE_TARNAME = @PACKAGE_TARNAME@
225PACKAGE_URL = @PACKAGE_URL@
226PACKAGE_VERSION = @PACKAGE_VERSION@
227PATH_SEPARATOR = @PATH_SEPARATOR@
228POSUB = @POSUB@
229PTHREAD_CC = @PTHREAD_CC@
230PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
231PTHREAD_LIBS = @PTHREAD_LIBS@
232PWPROG = @PWPROG@
233RANLIB = @RANLIB@
234REGEX_BUILD = @REGEX_BUILD@
235RM = @RM@
236SED = @SED@
237SENDMAIL = @SENDMAIL@
238SET_MAKE = @SET_MAKE@
239SHELL = @SHELL@
240SPELLPROG = @SPELLPROG@
241STRIP = @STRIP@
242USE_NLS = @USE_NLS@
243VERSION = @VERSION@
244WEB_BINDIR = @WEB_BINDIR@
245WEB_BUILD = @WEB_BUILD@
246WEB_PUBCOOKIE_BUILD = @WEB_PUBCOOKIE_BUILD@
247WEB_PUBCOOKIE_LIB = @WEB_PUBCOOKIE_LIB@
248WEB_PUBCOOKIE_LINK = @WEB_PUBCOOKIE_LINK@
249XGETTEXT = @XGETTEXT@
250XGETTEXT_015 = @XGETTEXT_015@
251abs_builddir = @abs_builddir@
252abs_srcdir = @abs_srcdir@
253abs_top_builddir = @abs_top_builddir@
254abs_top_srcdir = @abs_top_srcdir@
255ac_ct_AR = @ac_ct_AR@
256ac_ct_CC = @ac_ct_CC@
257ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
258acx_pthread_config = @acx_pthread_config@
259alpine_interactive_spellcheck = @alpine_interactive_spellcheck@
260alpine_simple_spellcheck = @alpine_simple_spellcheck@
261am__include = @am__include@
262am__leading_dot = @am__leading_dot@
263am__quote = @am__quote@
264am__tar = @am__tar@
265am__untar = @am__untar@
266bindir = @bindir@
267build = @build@
268build_alias = @build_alias@
269build_cpu = @build_cpu@
270build_os = @build_os@
271build_vendor = @build_vendor@
272builddir = @builddir@
273datadir = @datadir@
274datarootdir = @datarootdir@
275docdir = @docdir@
276dvidir = @dvidir@
277exec_prefix = @exec_prefix@
278host = @host@
279host_alias = @host_alias@
280host_cpu = @host_cpu@
281host_os = @host_os@
282host_vendor = @host_vendor@
283htmldir = @htmldir@
284includedir = @includedir@
285infodir = @infodir@
286install_sh = @install_sh@
287libdir = @libdir@
288libexecdir = @libexecdir@
289localedir = @localedir@
290localstatedir = @localstatedir@
291mandir = @mandir@
292mkdir_p = @mkdir_p@
293oldincludedir = @oldincludedir@
294pdfdir = @pdfdir@
295prefix = @prefix@
296program_transform_name = @program_transform_name@
297psdir = @psdir@
298sbindir = @sbindir@
299sharedstatedir = @sharedstatedir@
300srcdir = @srcdir@
301sysconfdir = @sysconfdir@
302target_alias = @target_alias@
303top_build_prefix = @top_build_prefix@
304top_builddir = @top_builddir@
305top_srcdir = @top_srcdir@
306all: all-am
307
308.SUFFIXES:
309$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
310	@for dep in $?; do \
311	  case '$(am__configure_deps)' in \
312	    *$$dep*) \
313	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
314	        && { if test -f $@; then exit 0; else break; fi; }; \
315	      exit 1;; \
316	  esac; \
317	done; \
318	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign web/src/Makefile'; \
319	$(am__cd) $(top_srcdir) && \
320	  $(AUTOMAKE) --foreign web/src/Makefile
321Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
322	@case '$?' in \
323	  *config.status*) \
324	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
325	  *) \
326	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
327	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
328	esac;
329
330$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
331	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
332
333$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
334	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
335$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
336	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
337$(am__aclocal_m4_deps):
338
339mostlyclean-libtool:
340	-rm -f *.lo
341
342clean-libtool:
343	-rm -rf .libs _libs
344tags TAGS:
345
346ctags CTAGS:
347
348cscope cscopelist:
349
350
351distdir: $(DISTFILES)
352	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
353	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
354	list='$(DISTFILES)'; \
355	  dist_files=`for file in $$list; do echo $$file; done | \
356	  sed -e "s|^$$srcdirstrip/||;t" \
357	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
358	case $$dist_files in \
359	  */*) $(MKDIR_P) `echo "$$dist_files" | \
360			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
361			   sort -u` ;; \
362	esac; \
363	for file in $$dist_files; do \
364	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
365	  if test -d $$d/$$file; then \
366	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
367	    if test -d "$(distdir)/$$file"; then \
368	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
369	    fi; \
370	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
371	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
372	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
373	    fi; \
374	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
375	  else \
376	    test -f "$(distdir)/$$file" \
377	    || cp -p $$d/$$file "$(distdir)/$$file" \
378	    || exit 1; \
379	  fi; \
380	done
381check-am: all-am
382check: check-am
383all-am: Makefile
384installdirs:
385install-exec: install-exec-am
386install-data: install-data-am
387uninstall: uninstall-am
388
389install-am: all-am
390	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
391
392installcheck: installcheck-am
393install-strip:
394	if test -z '$(STRIP)'; then \
395	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
396	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
397	      install; \
398	else \
399	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
400	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
401	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
402	fi
403mostlyclean-generic:
404
405clean-generic:
406
407distclean-generic:
408	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
409	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
410
411maintainer-clean-generic:
412	@echo "This command is intended for maintainers to use"
413	@echo "it deletes files that may require special tools to rebuild."
414clean: clean-am
415
416clean-am: clean-generic clean-libtool mostlyclean-am
417
418distclean: distclean-am
419	-rm -f Makefile
420distclean-am: clean-am distclean-generic
421
422dvi: dvi-am
423
424dvi-am:
425
426html: html-am
427
428html-am:
429
430info: info-am
431
432info-am:
433
434install-data-am:
435
436install-dvi: install-dvi-am
437
438install-dvi-am:
439
440install-exec-am:
441
442install-html: install-html-am
443
444install-html-am:
445
446install-info: install-info-am
447
448install-info-am:
449
450install-man:
451
452install-pdf: install-pdf-am
453
454install-pdf-am:
455
456install-ps: install-ps-am
457
458install-ps-am:
459
460installcheck-am:
461
462maintainer-clean: maintainer-clean-am
463	-rm -f Makefile
464maintainer-clean-am: distclean-am maintainer-clean-generic
465
466mostlyclean: mostlyclean-am
467
468mostlyclean-am: mostlyclean-generic mostlyclean-libtool
469
470pdf: pdf-am
471
472pdf-am:
473
474ps: ps-am
475
476ps-am:
477
478uninstall-am:
479
480.MAKE: install-am install-strip
481
482.PHONY: all all-am check check-am clean clean-generic clean-libtool \
483	cscopelist-am ctags-am distclean distclean-generic \
484	distclean-libtool distdir dvi dvi-am html html-am info info-am \
485	install install-am install-data install-data-am install-dvi \
486	install-dvi-am install-exec install-exec-am install-html \
487	install-html-am install-info install-info-am install-man \
488	install-pdf install-pdf-am install-ps install-ps-am \
489	install-strip installcheck installcheck-am installdirs \
490	maintainer-clean maintainer-clean-generic mostlyclean \
491	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
492	tags-am uninstall uninstall-am
493
494.PRECIOUS: Makefile
495
496
497all:
498	cd @abs_top_srcdir@/web/src/cgi.tcl-1.10 && ./configure --prefix=@abs_top_srcdir@/web/lib
499
500install:
501	cd @abs_top_srcdir@/web/src/alpined.d && make install
502	cd @abs_top_srcdir@/web/src/cgi.tcl-1.10 && make install SCRIPTDIR=@abs_top_srcdir@/web/lib
503	cd @abs_top_srcdir@/web/lib && tclsh ./pkgcreate
504	if test -x pubcookie/wp_uidmapper ; then $(LN) -f pubcookie/wp_uidmapper @abs_top_srcdir@/web/bin ; fi
505	if test -x pubcookie/wp_tclsh ; then $(LN) -f pubcookie/wp_tclsh @abs_top_srcdir@/web/bin ; fi
506	if test -x pubcookie/wp_gssapi_proxy ; then $(LN) -f pubcookie/wp_gssapi_proxy @abs_top_srcdir@/web/bin ; fi
507
508# Tell versions [3.59,3.63) of GNU make to not export all variables.
509# Otherwise a system limit (for SysV at least) may be exceeded.
510.NOEXPORT:
511