1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 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
19VPATH = @srcdir@
20am__is_gnu_make = { \
21  if test -z '$(MAKELEVEL)'; then \
22    false; \
23  elif test -n '$(MAKE_HOST)'; then \
24    true; \
25  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
26    true; \
27  else \
28    false; \
29  fi; \
30}
31am__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
73am__make_dryrun = (target_option=n; $(am__make_running_with_option))
74am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
75pkgdatadir = $(datadir)/@PACKAGE@
76pkgincludedir = $(includedir)/@PACKAGE@
77pkglibdir = $(libdir)/@PACKAGE@
78pkglibexecdir = $(libexecdir)/@PACKAGE@
79am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
80install_sh_DATA = $(install_sh) -c -m 644
81install_sh_PROGRAM = $(install_sh) -c
82install_sh_SCRIPT = $(install_sh) -c
83INSTALL_HEADER = $(INSTALL_DATA)
84transform = $(program_transform_name)
85NORMAL_INSTALL = :
86PRE_INSTALL = :
87POST_INSTALL = :
88NORMAL_UNINSTALL = :
89PRE_UNINSTALL = :
90POST_UNINSTALL = :
91build_triplet = @build@
92host_triplet = @host@
93subdir = www
94ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_vscript.m4 \
96	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
97	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
98	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
99	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
100	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
101	$(top_srcdir)/configure.ac
102am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
103	$(ACLOCAL_M4)
104DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
105mkinstalldirs = $(install_sh) -d
106CONFIG_HEADER = $(top_builddir)/config.h
107CONFIG_CLEAN_FILES =
108CONFIG_CLEAN_VPATH_FILES =
109AM_V_P = $(am__v_P_@AM_V@)
110am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
111am__v_P_0 = false
112am__v_P_1 = :
113AM_V_GEN = $(am__v_GEN_@AM_V@)
114am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
115am__v_GEN_0 = @echo "  GEN     " $@;
116am__v_GEN_1 =
117AM_V_at = $(am__v_at_@AM_V@)
118am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
119am__v_at_0 = @
120am__v_at_1 =
121SOURCES =
122DIST_SOURCES =
123RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
124	ctags-recursive dvi-recursive html-recursive info-recursive \
125	install-data-recursive install-dvi-recursive \
126	install-exec-recursive install-html-recursive \
127	install-info-recursive install-pdf-recursive \
128	install-ps-recursive install-recursive installcheck-recursive \
129	installdirs-recursive pdf-recursive ps-recursive \
130	tags-recursive uninstall-recursive
131am__can_run_installinfo = \
132  case $$AM_UPDATE_INFO_DIR in \
133    n|no|NO) false;; \
134    *) (install-info --version) >/dev/null 2>&1;; \
135  esac
136am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
137am__vpath_adj = case $$p in \
138    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
139    *) f=$$p;; \
140  esac;
141am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
142am__install_max = 40
143am__nobase_strip_setup = \
144  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
145am__nobase_strip = \
146  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
147am__nobase_list = $(am__nobase_strip_setup); \
148  for p in $$list; do echo "$$p $$p"; done | \
149  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
150  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
151    if (++n[$$2] == $(am__install_max)) \
152      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
153    END { for (dir in files) print dir, files[dir] }'
154am__base_list = \
155  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
156  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
157am__uninstall_files_from_dir = { \
158  test -z "$$files" \
159    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
160    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
161         $(am__cd) "$$dir" && rm -f $$files; }; \
162  }
163am__installdirs = "$(DESTDIR)$(htmldir)"
164DATA = $(html_DATA)
165RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
166  distclean-recursive maintainer-clean-recursive
167am__recursive_targets = \
168  $(RECURSIVE_TARGETS) \
169  $(RECURSIVE_CLEAN_TARGETS) \
170  $(am__extra_recursive_targets)
171AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
172	distdir distdir-am
173am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
174# Read a list of newline-separated strings from the standard input,
175# and print each of them once, without duplicates.  Input order is
176# *not* preserved.
177am__uniquify_input = $(AWK) '\
178  BEGIN { nonempty = 0; } \
179  { items[$$0] = 1; nonempty = 1; } \
180  END { if (nonempty) { for (i in items) print i; }; } \
181'
182# Make sure the list of sources is unique.  This is necessary because,
183# e.g., the same source file might be shared among _SOURCES variables
184# for different programs/libraries.
185am__define_uniq_tagged_files = \
186  list='$(am__tagged_files)'; \
187  unique=`for i in $$list; do \
188    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
189  done | $(am__uniquify_input)`
190ETAGS = etags
191CTAGS = ctags
192DIST_SUBDIRS = $(SUBDIRS)
193am__DIST_COMMON = $(srcdir)/Makefile.in
194DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
195am__relativize = \
196  dir0=`pwd`; \
197  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
198  sed_rest='s,^[^/]*/*,,'; \
199  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
200  sed_butlast='s,/*[^/]*$$,,'; \
201  while test -n "$$dir1"; do \
202    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
203    if test "$$first" != "."; then \
204      if test "$$first" = ".."; then \
205        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
206        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
207      else \
208        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
209        if test "$$first2" = "$$first"; then \
210          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
211        else \
212          dir2="../$$dir2"; \
213        fi; \
214        dir0="$$dir0"/"$$first"; \
215      fi; \
216    fi; \
217    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
218  done; \
219  reldir="$$dir2"
220ACLOCAL = @ACLOCAL@
221AMTAR = @AMTAR@
222AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
223APIMAJOR = @APIMAJOR@
224APIMINOR = @APIMINOR@
225AR = @AR@
226AUTOCONF = @AUTOCONF@
227AUTOHEADER = @AUTOHEADER@
228AUTOMAKE = @AUTOMAKE@
229AWK = @AWK@
230CC = @CC@
231CCDEPMODE = @CCDEPMODE@
232CFLAGS = @CFLAGS@
233CONFIG_STATUS_DEPENDENCIES = @CONFIG_STATUS_DEPENDENCIES@
234CPP = @CPP@
235CPPFLAGS = @CPPFLAGS@
236CWRAP_CFLAGS = @CWRAP_CFLAGS@
237CWRAP_LIBS = @CWRAP_LIBS@
238CYGPATH_W = @CYGPATH_W@
239DEFAULT_VPNCSCRIPT = @DEFAULT_VPNCSCRIPT@
240DEFS = @DEFS@
241DEPDIR = @DEPDIR@
242DLLTOOL = @DLLTOOL@
243DSYMUTIL = @DSYMUTIL@
244DUMPBIN = @DUMPBIN@
245ECHO_C = @ECHO_C@
246ECHO_N = @ECHO_N@
247ECHO_T = @ECHO_T@
248EGREP = @EGREP@
249EXEEXT = @EXEEXT@
250FGREP = @FGREP@
251GITVERSIONDEPS = @GITVERSIONDEPS@
252GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
253GNUTLS_LIBS = @GNUTLS_LIBS@
254GREP = @GREP@
255GROFF = @GROFF@
256GSSAPI_CFLAGS = @GSSAPI_CFLAGS@
257GSSAPI_LIBS = @GSSAPI_LIBS@
258ICONV_CFLAGS = @ICONV_CFLAGS@
259ICONV_LIBS = @ICONV_LIBS@
260INSTALL = @INSTALL@
261INSTALL_DATA = @INSTALL_DATA@
262INSTALL_PROGRAM = @INSTALL_PROGRAM@
263INSTALL_SCRIPT = @INSTALL_SCRIPT@
264INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
265INTL_CFLAGS = @INTL_CFLAGS@
266INTL_LIBS = @INTL_LIBS@
267IP = @IP@
268JNI_CFLAGS = @JNI_CFLAGS@
269KRB5_CONFIG = @KRB5_CONFIG@
270LD = @LD@
271LDFLAGS = @LDFLAGS@
272LIBICONV = @LIBICONV@
273LIBLZ4_CFLAGS = @LIBLZ4_CFLAGS@
274LIBLZ4_LIBS = @LIBLZ4_LIBS@
275LIBLZ4_PC = @LIBLZ4_PC@
276LIBOBJS = @LIBOBJS@
277LIBP11_CFLAGS = @LIBP11_CFLAGS@
278LIBP11_LIBS = @LIBP11_LIBS@
279LIBPCSCLITE_CFLAGS = @LIBPCSCLITE_CFLAGS@
280LIBPCSCLITE_LIBS = @LIBPCSCLITE_LIBS@
281LIBPCSCLITE_PC = @LIBPCSCLITE_PC@
282LIBPROXY_CFLAGS = @LIBPROXY_CFLAGS@
283LIBPROXY_LIBS = @LIBPROXY_LIBS@
284LIBPROXY_PC = @LIBPROXY_PC@
285LIBPSKC_CFLAGS = @LIBPSKC_CFLAGS@
286LIBPSKC_LIBS = @LIBPSKC_LIBS@
287LIBPSKC_PC = @LIBPSKC_PC@
288LIBS = @LIBS@
289LIBSTOKEN_CFLAGS = @LIBSTOKEN_CFLAGS@
290LIBSTOKEN_LIBS = @LIBSTOKEN_LIBS@
291LIBSTOKEN_PC = @LIBSTOKEN_PC@
292LIBTOOL = @LIBTOOL@
293LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
294LIBXML2_LIBS = @LIBXML2_LIBS@
295LINGUAS = @LINGUAS@
296LIPO = @LIPO@
297LN_S = @LN_S@
298LTLIBICONV = @LTLIBICONV@
299LTLIBOBJS = @LTLIBOBJS@
300LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
301MAINT = @MAINT@
302MAKEINFO = @MAKEINFO@
303MANIFEST_TOOL = @MANIFEST_TOOL@
304MKDIR_P = @MKDIR_P@
305MSGFMT = @MSGFMT@
306NM = @NM@
307NMEDIT = @NMEDIT@
308NUTTCP = @NUTTCP@
309OBJDUMP = @OBJDUMP@
310OBJEXT = @OBJEXT@
311OCSERV_GROUP = @OCSERV_GROUP@
312OCSERV_USER = @OCSERV_USER@
313OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
314OPENSSL_LIBS = @OPENSSL_LIBS@
315OTOOL = @OTOOL@
316OTOOL64 = @OTOOL64@
317P11KIT_CFLAGS = @P11KIT_CFLAGS@
318P11KIT_LIBS = @P11KIT_LIBS@
319P11KIT_PC = @P11KIT_PC@
320PACKAGE = @PACKAGE@
321PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
322PACKAGE_NAME = @PACKAGE_NAME@
323PACKAGE_STRING = @PACKAGE_STRING@
324PACKAGE_TARNAME = @PACKAGE_TARNAME@
325PACKAGE_URL = @PACKAGE_URL@
326PACKAGE_VERSION = @PACKAGE_VERSION@
327PATH_SEPARATOR = @PATH_SEPARATOR@
328PKG_CONFIG = @PKG_CONFIG@
329PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
330PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
331PYTHON = @PYTHON@
332RANLIB = @RANLIB@
333SED = @SED@
334SET_MAKE = @SET_MAKE@
335SHELL = @SHELL@
336SSL_CFLAGS = @SSL_CFLAGS@
337SSL_LIBS = @SSL_LIBS@
338SSL_PC = @SSL_PC@
339STRIP = @STRIP@
340SYMVER_ASPRINTF = @SYMVER_ASPRINTF@
341SYMVER_GETLINE = @SYMVER_GETLINE@
342SYMVER_JAVA = @SYMVER_JAVA@
343SYMVER_TIME = @SYMVER_TIME@
344SYMVER_VASPRINTF = @SYMVER_VASPRINTF@
345SYMVER_WIN32_STRERROR = @SYMVER_WIN32_STRERROR@
346TASN1_CFLAGS = @TASN1_CFLAGS@
347TASN1_LIBS = @TASN1_LIBS@
348TPM2_CFLAGS = @TPM2_CFLAGS@
349TPM2_LIBS = @TPM2_LIBS@
350TSS2_ESYS_CFLAGS = @TSS2_ESYS_CFLAGS@
351TSS2_ESYS_LIBS = @TSS2_ESYS_LIBS@
352TSS2_LIBS = @TSS2_LIBS@
353TSS_CFLAGS = @TSS_CFLAGS@
354TSS_LIBS = @TSS_LIBS@
355VERSION = @VERSION@
356VSCRIPT_LDFLAGS = @VSCRIPT_LDFLAGS@
357WFLAGS = @WFLAGS@
358WINDRES = @WINDRES@
359ZLIB_CFLAGS = @ZLIB_CFLAGS@
360ZLIB_LIBS = @ZLIB_LIBS@
361ZLIB_PC = @ZLIB_PC@
362_ACJNI_JAVAC = @_ACJNI_JAVAC@
363abs_builddir = @abs_builddir@
364abs_srcdir = @abs_srcdir@
365abs_top_builddir = @abs_top_builddir@
366abs_top_srcdir = @abs_top_srcdir@
367ac_ct_AR = @ac_ct_AR@
368ac_ct_CC = @ac_ct_CC@
369ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
370am__include = @am__include@
371am__leading_dot = @am__leading_dot@
372am__quote = @am__quote@
373am__tar = @am__tar@
374am__untar = @am__untar@
375bindir = @bindir@
376build = @build@
377build_alias = @build_alias@
378build_cpu = @build_cpu@
379build_os = @build_os@
380build_vendor = @build_vendor@
381builddir = @builddir@
382datadir = @datadir@
383datarootdir = @datarootdir@
384docdir = @docdir@
385dvidir = @dvidir@
386exec_prefix = @exec_prefix@
387host = @host@
388host_alias = @host_alias@
389host_cpu = @host_cpu@
390host_os = @host_os@
391host_vendor = @host_vendor@
392htmldir = @htmldir@
393includedir = @includedir@
394infodir = @infodir@
395install_sh = @install_sh@
396libdir = @libdir@
397libexecdir = @libexecdir@
398localedir = @localedir@
399localstatedir = @localstatedir@
400mandir = @mandir@
401mkdir_p = @mkdir_p@
402oldincludedir = @oldincludedir@
403openssl_pc_libs = @openssl_pc_libs@
404pdfdir = @pdfdir@
405pkgconfigdir = @pkgconfigdir@
406prefix = @prefix@
407program_transform_name = @program_transform_name@
408psdir = @psdir@
409sbindir = @sbindir@
410sharedstatedir = @sharedstatedir@
411srcdir = @srcdir@
412sysconfdir = @sysconfdir@
413system_pcsc_libs = @system_pcsc_libs@
414target_alias = @target_alias@
415test_pkcs11 = @test_pkcs11@
416top_build_prefix = @top_build_prefix@
417top_builddir = @top_builddir@
418top_srcdir = @top_srcdir@
419SUBDIRS = styles inc images
420CONV = "$(srcdir)/html.py"
421FTR_PAGES = csd.html charset.html token.html pkcs11.html tpm.html features.html gui.html nonroot.html hip.html tncc.html
422START_PAGES = building.html connecting.html manual.html vpnc-script.html
423INDEX_PAGES = changelog.html download.html index.html packages.html platforms.html licence.html
424PROTO_PAGES = anyconnect.html juniper.html globalprotect.html pulse.html
425TOPLEVEL_PAGES = contribute.html mail.html
426ALL_PAGES = $(FTR_PAGES) $(START_PAGES) $(INDEX_PAGES) $(TOPLEVEL_PAGES) $(PROTO_PAGES)
427html_DATA = $(ALL_PAGES)
428EXTRA_DIST = $(patsubst %.html,%.xml,$(ALL_PAGES)) $(srcdir)/menu1.xml $(srcdir)/menu2*.xml $(srcdir)/html.py
429all: all-recursive
430
431.SUFFIXES:
432.SUFFIXES: .html .xml
433$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
434	@for dep in $?; do \
435	  case '$(am__configure_deps)' in \
436	    *$$dep*) \
437	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
438	        && { if test -f $@; then exit 0; else break; fi; }; \
439	      exit 1;; \
440	  esac; \
441	done; \
442	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign www/Makefile'; \
443	$(am__cd) $(top_srcdir) && \
444	  $(AUTOMAKE) --foreign www/Makefile
445Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
446	@case '$?' in \
447	  *config.status*) \
448	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
449	  *) \
450	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
451	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
452	esac;
453
454$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
455	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
456
457$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
458	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
459$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
460	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
461$(am__aclocal_m4_deps):
462
463mostlyclean-libtool:
464	-rm -f *.lo
465
466clean-libtool:
467	-rm -rf .libs _libs
468install-htmlDATA: $(html_DATA)
469	@$(NORMAL_INSTALL)
470	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
471	if test -n "$$list"; then \
472	  echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \
473	  $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \
474	fi; \
475	for p in $$list; do \
476	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
477	  echo "$$d$$p"; \
478	done | $(am__base_list) | \
479	while read files; do \
480	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \
481	  $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \
482	done
483
484uninstall-htmlDATA:
485	@$(NORMAL_UNINSTALL)
486	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
487	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
488	dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
489
490# This directory's subdirectories are mostly independent; you can cd
491# into them and run 'make' without going through this Makefile.
492# To change the values of 'make' variables: instead of editing Makefiles,
493# (1) if the variable is set in 'config.status', edit 'config.status'
494#     (which will cause the Makefiles to be regenerated when you run 'make');
495# (2) otherwise, pass the desired values on the 'make' command line.
496$(am__recursive_targets):
497	@fail=; \
498	if $(am__make_keepgoing); then \
499	  failcom='fail=yes'; \
500	else \
501	  failcom='exit 1'; \
502	fi; \
503	dot_seen=no; \
504	target=`echo $@ | sed s/-recursive//`; \
505	case "$@" in \
506	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
507	  *) list='$(SUBDIRS)' ;; \
508	esac; \
509	for subdir in $$list; do \
510	  echo "Making $$target in $$subdir"; \
511	  if test "$$subdir" = "."; then \
512	    dot_seen=yes; \
513	    local_target="$$target-am"; \
514	  else \
515	    local_target="$$target"; \
516	  fi; \
517	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
518	  || eval $$failcom; \
519	done; \
520	if test "$$dot_seen" = "no"; then \
521	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
522	fi; test -z "$$fail"
523
524ID: $(am__tagged_files)
525	$(am__define_uniq_tagged_files); mkid -fID $$unique
526tags: tags-recursive
527TAGS: tags
528
529tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
530	set x; \
531	here=`pwd`; \
532	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
533	  include_option=--etags-include; \
534	  empty_fix=.; \
535	else \
536	  include_option=--include; \
537	  empty_fix=; \
538	fi; \
539	list='$(SUBDIRS)'; for subdir in $$list; do \
540	  if test "$$subdir" = .; then :; else \
541	    test ! -f $$subdir/TAGS || \
542	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
543	  fi; \
544	done; \
545	$(am__define_uniq_tagged_files); \
546	shift; \
547	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
548	  test -n "$$unique" || unique=$$empty_fix; \
549	  if test $$# -gt 0; then \
550	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
551	      "$$@" $$unique; \
552	  else \
553	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
554	      $$unique; \
555	  fi; \
556	fi
557ctags: ctags-recursive
558
559CTAGS: ctags
560ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
561	$(am__define_uniq_tagged_files); \
562	test -z "$(CTAGS_ARGS)$$unique" \
563	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
564	     $$unique
565
566GTAGS:
567	here=`$(am__cd) $(top_builddir) && pwd` \
568	  && $(am__cd) $(top_srcdir) \
569	  && gtags -i $(GTAGS_ARGS) "$$here"
570cscopelist: cscopelist-recursive
571
572cscopelist-am: $(am__tagged_files)
573	list='$(am__tagged_files)'; \
574	case "$(srcdir)" in \
575	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
576	  *) sdir=$(subdir)/$(srcdir) ;; \
577	esac; \
578	for i in $$list; do \
579	  if test -f "$$i"; then \
580	    echo "$(subdir)/$$i"; \
581	  else \
582	    echo "$$sdir/$$i"; \
583	  fi; \
584	done >> $(top_builddir)/cscope.files
585
586distclean-tags:
587	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
588
589distdir: $(BUILT_SOURCES)
590	$(MAKE) $(AM_MAKEFLAGS) distdir-am
591
592distdir-am: $(DISTFILES)
593	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
594	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
595	list='$(DISTFILES)'; \
596	  dist_files=`for file in $$list; do echo $$file; done | \
597	  sed -e "s|^$$srcdirstrip/||;t" \
598	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
599	case $$dist_files in \
600	  */*) $(MKDIR_P) `echo "$$dist_files" | \
601			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
602			   sort -u` ;; \
603	esac; \
604	for file in $$dist_files; do \
605	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
606	  if test -d $$d/$$file; then \
607	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
608	    if test -d "$(distdir)/$$file"; then \
609	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
610	    fi; \
611	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
612	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
613	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
614	    fi; \
615	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
616	  else \
617	    test -f "$(distdir)/$$file" \
618	    || cp -p $$d/$$file "$(distdir)/$$file" \
619	    || exit 1; \
620	  fi; \
621	done
622	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
623	  if test "$$subdir" = .; then :; else \
624	    $(am__make_dryrun) \
625	      || test -d "$(distdir)/$$subdir" \
626	      || $(MKDIR_P) "$(distdir)/$$subdir" \
627	      || exit 1; \
628	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
629	    $(am__relativize); \
630	    new_distdir=$$reldir; \
631	    dir1=$$subdir; dir2="$(top_distdir)"; \
632	    $(am__relativize); \
633	    new_top_distdir=$$reldir; \
634	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
635	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
636	    ($(am__cd) $$subdir && \
637	      $(MAKE) $(AM_MAKEFLAGS) \
638	        top_distdir="$$new_top_distdir" \
639	        distdir="$$new_distdir" \
640		am__remove_distdir=: \
641		am__skip_length_check=: \
642		am__skip_mode_fix=: \
643	        distdir) \
644	      || exit 1; \
645	  fi; \
646	done
647check-am: all-am
648check: check-recursive
649all-am: Makefile $(DATA)
650installdirs: installdirs-recursive
651installdirs-am:
652	for dir in "$(DESTDIR)$(htmldir)"; do \
653	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
654	done
655install: install-recursive
656install-exec: install-exec-recursive
657install-data: install-data-recursive
658uninstall: uninstall-recursive
659
660install-am: all-am
661	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
662
663installcheck: installcheck-recursive
664install-strip:
665	if test -z '$(STRIP)'; then \
666	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
667	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
668	      install; \
669	else \
670	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
671	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
672	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
673	fi
674mostlyclean-generic:
675
676clean-generic:
677
678distclean-generic:
679	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
680	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
681
682maintainer-clean-generic:
683	@echo "This command is intended for maintainers to use"
684	@echo "it deletes files that may require special tools to rebuild."
685clean: clean-recursive
686
687clean-am: clean-generic clean-libtool clean-local mostlyclean-am
688
689distclean: distclean-recursive
690	-rm -f Makefile
691distclean-am: clean-am distclean-generic distclean-tags
692
693dvi: dvi-recursive
694
695dvi-am:
696
697html: html-recursive
698
699html-am:
700
701info: info-recursive
702
703info-am:
704
705install-data-am: install-htmlDATA
706
707install-dvi: install-dvi-recursive
708
709install-dvi-am:
710
711install-exec-am:
712
713install-html: install-html-recursive
714
715install-html-am:
716
717install-info: install-info-recursive
718
719install-info-am:
720
721install-man:
722
723install-pdf: install-pdf-recursive
724
725install-pdf-am:
726
727install-ps: install-ps-recursive
728
729install-ps-am:
730
731installcheck-am:
732
733maintainer-clean: maintainer-clean-recursive
734	-rm -f Makefile
735maintainer-clean-am: distclean-am maintainer-clean-generic
736
737mostlyclean: mostlyclean-recursive
738
739mostlyclean-am: mostlyclean-generic mostlyclean-libtool
740
741pdf: pdf-recursive
742
743pdf-am:
744
745ps: ps-recursive
746
747ps-am:
748
749uninstall-am: uninstall-htmlDATA
750
751.MAKE: $(am__recursive_targets) install-am install-strip
752
753.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
754	check-am clean clean-generic clean-libtool clean-local \
755	cscopelist-am ctags ctags-am distclean distclean-generic \
756	distclean-libtool distclean-tags distdir dvi dvi-am html \
757	html-am info info-am install install-am install-data \
758	install-data-am install-dvi install-dvi-am install-exec \
759	install-exec-am install-html install-html-am install-htmlDATA \
760	install-info install-info-am install-man install-pdf \
761	install-pdf-am install-ps install-ps-am install-strip \
762	installcheck installcheck-am installdirs installdirs-am \
763	maintainer-clean maintainer-clean-generic mostlyclean \
764	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
765	tags tags-am uninstall uninstall-am uninstall-htmlDATA
766
767.PRECIOUS: Makefile
768
769
770.xml.html:
771	$(PYTHON) $(CONV) -d $(srcdir) $< > $@ || (rm $@; exit 1)
772
773clean-local:
774	rm -f $(ALL_PAGES) openconnect.8.inc
775
776$(ALL_PAGES): menu1.xml $(srcdir)/inc/*.tmpl
777$(FTR_PAGES): menu2-features.xml
778$(START_PAGES): menu2-started.xml
779$(PROTO_PAGES): menu2-protocols.xml
780$(MAIN_PAGES): menu2.xml
781
782manual.html: openconnect.8.inc
783
784$(top_builddir)/openconnect.8: $(top_srcdir)/openconnect.8.in $(top_builddir)/config.status
785	cd $(top_builddir) && $(SHELL) ./config.status openconnect.8
786
787# If this command line ever changes significantly, so should the
788# corresponding autoconf check.
789openconnect.8.inc: $(top_builddir)/openconnect.8
790	$(GROFF) -t -K UTF-8 -mandoc -Txhtml $? | \
791		sed -e 's/&minus;/-/g' -e '1,/<body>/d' -e '/<\/body>/,$$d' > $@
792
793# Tell versions [3.59,3.63) of GNU make to not export all variables.
794# Otherwise a system limit (for SysV at least) may be exceeded.
795.NOEXPORT:
796