1255376Sdes# Makefile.in generated by automake 1.14 from Makefile.am.
2141098Sdes# @configure_input@
3117610Sdes
4255376Sdes# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5255376Sdes
6117610Sdes# This Makefile.in is free software; the Free Software Foundation
7117610Sdes# gives unlimited permission to copy and/or distribute it,
8117610Sdes# with or without modifications, as long as this notice is preserved.
9117610Sdes
10117610Sdes# This program is distributed in the hope that it will be useful,
11117610Sdes# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12117610Sdes# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13117610Sdes# PARTICULAR PURPOSE.
14117610Sdes
15117610Sdes@SET_MAKE@
16147455Sdes
17255376Sdes# $Id: Makefile.am 648 2013-03-05 17:54:27Z des $
18117610SdesVPATH = @srcdir@
19255376Sdesam__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
20255376Sdesam__make_running_with_option = \
21255376Sdes  case $${target_option-} in \
22255376Sdes      ?) ;; \
23255376Sdes      *) echo "am__make_running_with_option: internal error: invalid" \
24255376Sdes              "target option '$${target_option-}' specified" >&2; \
25255376Sdes         exit 1;; \
26255376Sdes  esac; \
27255376Sdes  has_opt=no; \
28255376Sdes  sane_makeflags=$$MAKEFLAGS; \
29255376Sdes  if $(am__is_gnu_make); then \
30255376Sdes    sane_makeflags=$$MFLAGS; \
31255376Sdes  else \
32255376Sdes    case $$MAKEFLAGS in \
33255376Sdes      *\\[\ \	]*) \
34255376Sdes        bs=\\; \
35255376Sdes        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
36255376Sdes          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
37255376Sdes    esac; \
38255376Sdes  fi; \
39255376Sdes  skip_next=no; \
40255376Sdes  strip_trailopt () \
41255376Sdes  { \
42255376Sdes    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
43255376Sdes  }; \
44255376Sdes  for flg in $$sane_makeflags; do \
45255376Sdes    test $$skip_next = yes && { skip_next=no; continue; }; \
46255376Sdes    case $$flg in \
47255376Sdes      *=*|--*) continue;; \
48255376Sdes        -*I) strip_trailopt 'I'; skip_next=yes;; \
49255376Sdes      -*I?*) strip_trailopt 'I';; \
50255376Sdes        -*O) strip_trailopt 'O'; skip_next=yes;; \
51255376Sdes      -*O?*) strip_trailopt 'O';; \
52255376Sdes        -*l) strip_trailopt 'l'; skip_next=yes;; \
53255376Sdes      -*l?*) strip_trailopt 'l';; \
54255376Sdes      -[dEDm]) skip_next=yes;; \
55255376Sdes      -[JT]) skip_next=yes;; \
56255376Sdes    esac; \
57255376Sdes    case $$flg in \
58255376Sdes      *$$target_option*) has_opt=yes; break;; \
59255376Sdes    esac; \
60255376Sdes  done; \
61255376Sdes  test $$has_opt = yes
62255376Sdesam__make_dryrun = (target_option=n; $(am__make_running_with_option))
63255376Sdesam__make_keepgoing = (target_option=k; $(am__make_running_with_option))
64117610Sdespkgdatadir = $(datadir)/@PACKAGE@
65228692Sdespkgincludedir = $(includedir)/@PACKAGE@
66117610Sdespkglibdir = $(libdir)/@PACKAGE@
67228692Sdespkglibexecdir = $(libexecdir)/@PACKAGE@
68141098Sdesam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
69141098Sdesinstall_sh_DATA = $(install_sh) -c -m 644
70141098Sdesinstall_sh_PROGRAM = $(install_sh) -c
71141098Sdesinstall_sh_SCRIPT = $(install_sh) -c
72117610SdesINSTALL_HEADER = $(INSTALL_DATA)
73141098Sdestransform = $(program_transform_name)
74117610SdesNORMAL_INSTALL = :
75117610SdesPRE_INSTALL = :
76117610SdesPOST_INSTALL = :
77117610SdesNORMAL_UNINSTALL = :
78117610SdesPRE_UNINSTALL = :
79117610SdesPOST_UNINSTALL = :
80117610Sdesbuild_triplet = @build@
81117610Sdeshost_triplet = @host@
82141098Sdessubdir = doc
83255376SdesDIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
84141098SdesACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85255376Sdesam__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
86255376Sdes	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
87255376Sdes	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
88255376Sdes	$(top_srcdir)/configure.ac
89141098Sdesam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
90141098Sdes	$(ACLOCAL_M4)
91174832Sdesmkinstalldirs = $(install_sh) -d
92141098SdesCONFIG_HEADER = $(top_builddir)/config.h
93141098SdesCONFIG_CLEAN_FILES =
94228692SdesCONFIG_CLEAN_VPATH_FILES =
95255376SdesAM_V_P = $(am__v_P_@AM_V@)
96255376Sdesam__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
97255376Sdesam__v_P_0 = false
98255376Sdesam__v_P_1 = :
99255376SdesAM_V_GEN = $(am__v_GEN_@AM_V@)
100255376Sdesam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
101255376Sdesam__v_GEN_0 = @echo "  GEN     " $@;
102255376Sdesam__v_GEN_1 = 
103255376SdesAM_V_at = $(am__v_at_@AM_V@)
104255376Sdesam__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
105255376Sdesam__v_at_0 = @
106255376Sdesam__v_at_1 = 
107141098SdesSOURCES =
108141098SdesDIST_SOURCES =
109255376SdesRECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
110255376Sdes	ctags-recursive dvi-recursive html-recursive info-recursive \
111255376Sdes	install-data-recursive install-dvi-recursive \
112255376Sdes	install-exec-recursive install-html-recursive \
113255376Sdes	install-info-recursive install-pdf-recursive \
114255376Sdes	install-ps-recursive install-recursive installcheck-recursive \
115255376Sdes	installdirs-recursive pdf-recursive ps-recursive \
116255376Sdes	tags-recursive uninstall-recursive
117255376Sdesam__can_run_installinfo = \
118255376Sdes  case $$AM_UPDATE_INFO_DIR in \
119255376Sdes    n|no|NO) false;; \
120255376Sdes    *) (install-info --version) >/dev/null 2>&1;; \
121255376Sdes  esac
122228692SdesRECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
123228692Sdes  distclean-recursive maintainer-clean-recursive
124255376Sdesam__recursive_targets = \
125255376Sdes  $(RECURSIVE_TARGETS) \
126255376Sdes  $(RECURSIVE_CLEAN_TARGETS) \
127255376Sdes  $(am__extra_recursive_targets)
128255376SdesAM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
129228692Sdes	distdir
130255376Sdesam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
131255376Sdes# Read a list of newline-separated strings from the standard input,
132255376Sdes# and print each of them once, without duplicates.  Input order is
133255376Sdes# *not* preserved.
134255376Sdesam__uniquify_input = $(AWK) '\
135255376Sdes  BEGIN { nonempty = 0; } \
136255376Sdes  { items[$$0] = 1; nonempty = 1; } \
137255376Sdes  END { if (nonempty) { for (i in items) print i; }; } \
138255376Sdes'
139255376Sdes# Make sure the list of sources is unique.  This is necessary because,
140255376Sdes# e.g., the same source file might be shared among _SOURCES variables
141255376Sdes# for different programs/libraries.
142255376Sdesam__define_uniq_tagged_files = \
143255376Sdes  list='$(am__tagged_files)'; \
144255376Sdes  unique=`for i in $$list; do \
145255376Sdes    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
146255376Sdes  done | $(am__uniquify_input)`
147141098SdesETAGS = etags
148141098SdesCTAGS = ctags
149141098SdesDIST_SUBDIRS = $(SUBDIRS)
150141098SdesDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
151228692Sdesam__relativize = \
152228692Sdes  dir0=`pwd`; \
153228692Sdes  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
154228692Sdes  sed_rest='s,^[^/]*/*,,'; \
155228692Sdes  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
156228692Sdes  sed_butlast='s,/*[^/]*$$,,'; \
157228692Sdes  while test -n "$$dir1"; do \
158228692Sdes    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
159228692Sdes    if test "$$first" != "."; then \
160228692Sdes      if test "$$first" = ".."; then \
161228692Sdes        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
162228692Sdes        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
163228692Sdes      else \
164228692Sdes        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
165228692Sdes        if test "$$first2" = "$$first"; then \
166228692Sdes          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
167228692Sdes        else \
168228692Sdes          dir2="../$$dir2"; \
169228692Sdes        fi; \
170228692Sdes        dir0="$$dir0"/"$$first"; \
171228692Sdes      fi; \
172228692Sdes    fi; \
173228692Sdes    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
174228692Sdes  done; \
175228692Sdes  reldir="$$dir2"
176141098SdesACLOCAL = @ACLOCAL@
177117610SdesAMTAR = @AMTAR@
178255376SdesAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
179141098SdesAR = @AR@
180141098SdesAUTOCONF = @AUTOCONF@
181141098SdesAUTOHEADER = @AUTOHEADER@
182141098SdesAUTOMAKE = @AUTOMAKE@
183117610SdesAWK = @AWK@
184117610SdesCC = @CC@
185141098SdesCCDEPMODE = @CCDEPMODE@
186117610SdesCFLAGS = @CFLAGS@
187141098SdesCPP = @CPP@
188117610SdesCPPFLAGS = @CPPFLAGS@
189255376SdesCRYPTO_LIBS = @CRYPTO_LIBS@
190117610SdesCRYPT_LIBS = @CRYPT_LIBS@
191141098SdesCYGPATH_W = @CYGPATH_W@
192141098SdesDEFS = @DEFS@
193117610SdesDEPDIR = @DEPDIR@
194228692SdesDLLTOOL = @DLLTOOL@
195117610SdesDL_LIBS = @DL_LIBS@
196228692SdesDSYMUTIL = @DSYMUTIL@
197228692SdesDUMPBIN = @DUMPBIN@
198141098SdesECHO_C = @ECHO_C@
199141098SdesECHO_N = @ECHO_N@
200141098SdesECHO_T = @ECHO_T@
201141098SdesEGREP = @EGREP@
202117610SdesEXEEXT = @EXEEXT@
203228692SdesFGREP = @FGREP@
204174832SdesGREP = @GREP@
205228692SdesINSTALL = @INSTALL@
206141098SdesINSTALL_DATA = @INSTALL_DATA@
207141098SdesINSTALL_PROGRAM = @INSTALL_PROGRAM@
208141098SdesINSTALL_SCRIPT = @INSTALL_SCRIPT@
209117610SdesINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
210228692SdesLD = @LD@
211141098SdesLDFLAGS = @LDFLAGS@
212141098SdesLIBOBJS = @LIBOBJS@
213141098SdesLIBS = @LIBS@
214117610SdesLIBTOOL = @LIBTOOL@
215117610SdesLIB_MAJ = @LIB_MAJ@
216228692SdesLIPO = @LIPO@
217117610SdesLN_S = @LN_S@
218141098SdesLTLIBOBJS = @LTLIBOBJS@
219141098SdesMAKEINFO = @MAKEINFO@
220228692SdesMANIFEST_TOOL = @MANIFEST_TOOL@
221228692SdesMKDIR_P = @MKDIR_P@
222228692SdesNM = @NM@
223228692SdesNMEDIT = @NMEDIT@
224228692SdesOBJDUMP = @OBJDUMP@
225117610SdesOBJEXT = @OBJEXT@
226117610SdesOPENPAM_MODULES_DIR = @OPENPAM_MODULES_DIR@
227228692SdesOTOOL = @OTOOL@
228228692SdesOTOOL64 = @OTOOL64@
229117610SdesPACKAGE = @PACKAGE@
230141098SdesPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
231141098SdesPACKAGE_NAME = @PACKAGE_NAME@
232141098SdesPACKAGE_STRING = @PACKAGE_STRING@
233141098SdesPACKAGE_TARNAME = @PACKAGE_TARNAME@
234228692SdesPACKAGE_URL = @PACKAGE_URL@
235141098SdesPACKAGE_VERSION = @PACKAGE_VERSION@
236141098SdesPATH_SEPARATOR = @PATH_SEPARATOR@
237117610SdesRANLIB = @RANLIB@
238174832SdesSED = @SED@
239141098SdesSET_MAKE = @SET_MAKE@
240141098SdesSHELL = @SHELL@
241141098SdesSTRIP = @STRIP@
242117610SdesVERSION = @VERSION@
243228692Sdesabs_builddir = @abs_builddir@
244228692Sdesabs_srcdir = @abs_srcdir@
245228692Sdesabs_top_builddir = @abs_top_builddir@
246228692Sdesabs_top_srcdir = @abs_top_srcdir@
247228692Sdesac_ct_AR = @ac_ct_AR@
248141098Sdesac_ct_CC = @ac_ct_CC@
249228692Sdesac_ct_DUMPBIN = @ac_ct_DUMPBIN@
250117610Sdesam__include = @am__include@
251141098Sdesam__leading_dot = @am__leading_dot@
252117610Sdesam__quote = @am__quote@
253174832Sdesam__tar = @am__tar@
254174832Sdesam__untar = @am__untar@
255141098Sdesbindir = @bindir@
256141098Sdesbuild = @build@
257141098Sdesbuild_alias = @build_alias@
258141098Sdesbuild_cpu = @build_cpu@
259141098Sdesbuild_os = @build_os@
260141098Sdesbuild_vendor = @build_vendor@
261228692Sdesbuilddir = @builddir@
262141098Sdesdatadir = @datadir@
263174832Sdesdatarootdir = @datarootdir@
264174832Sdesdocdir = @docdir@
265174832Sdesdvidir = @dvidir@
266141098Sdesexec_prefix = @exec_prefix@
267141098Sdeshost = @host@
268141098Sdeshost_alias = @host_alias@
269141098Sdeshost_cpu = @host_cpu@
270141098Sdeshost_os = @host_os@
271141098Sdeshost_vendor = @host_vendor@
272174832Sdeshtmldir = @htmldir@
273141098Sdesincludedir = @includedir@
274141098Sdesinfodir = @infodir@
275117610Sdesinstall_sh = @install_sh@
276141098Sdeslibdir = @libdir@
277141098Sdeslibexecdir = @libexecdir@
278174832Sdeslocaledir = @localedir@
279141098Sdeslocalstatedir = @localstatedir@
280141098Sdesmandir = @mandir@
281141098Sdesmkdir_p = @mkdir_p@
282141098Sdesoldincludedir = @oldincludedir@
283174832Sdespdfdir = @pdfdir@
284141098Sdesprefix = @prefix@
285141098Sdesprogram_transform_name = @program_transform_name@
286174832Sdespsdir = @psdir@
287141098Sdessbindir = @sbindir@
288141098Sdessharedstatedir = @sharedstatedir@
289228692Sdessrcdir = @srcdir@
290141098Sdessysconfdir = @sysconfdir@
291141098Sdestarget_alias = @target_alias@
292228692Sdestop_build_prefix = @top_build_prefix@
293228692Sdestop_builddir = @top_builddir@
294228692Sdestop_srcdir = @top_srcdir@
295117610SdesSUBDIRS = man
296117610Sdesall: all-recursive
297117610Sdes
298117610Sdes.SUFFIXES:
299141098Sdes$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
300141098Sdes	@for dep in $?; do \
301141098Sdes	  case '$(am__configure_deps)' in \
302141098Sdes	    *$$dep*) \
303228692Sdes	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
304228692Sdes	        && { if test -f $@; then exit 0; else break; fi; }; \
305141098Sdes	      exit 1;; \
306141098Sdes	  esac; \
307141098Sdes	done; \
308228692Sdes	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
309228692Sdes	$(am__cd) $(top_srcdir) && \
310228692Sdes	  $(AUTOMAKE) --foreign doc/Makefile
311141098Sdes.PRECIOUS: Makefile
312141098SdesMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
313141098Sdes	@case '$?' in \
314141098Sdes	  *config.status*) \
315141098Sdes	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
316141098Sdes	  *) \
317141098Sdes	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
318141098Sdes	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
319141098Sdes	esac;
320117610Sdes
321141098Sdes$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
322141098Sdes	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
323141098Sdes
324141098Sdes$(top_srcdir)/configure:  $(am__configure_deps)
325141098Sdes	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
326141098Sdes$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
327141098Sdes	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
328228692Sdes$(am__aclocal_m4_deps):
329141098Sdes
330117610Sdesmostlyclean-libtool:
331117610Sdes	-rm -f *.lo
332117610Sdes
333117610Sdesclean-libtool:
334117610Sdes	-rm -rf .libs _libs
335117610Sdes
336117610Sdes# This directory's subdirectories are mostly independent; you can cd
337255376Sdes# into them and run 'make' without going through this Makefile.
338255376Sdes# To change the values of 'make' variables: instead of editing Makefiles,
339255376Sdes# (1) if the variable is set in 'config.status', edit 'config.status'
340255376Sdes#     (which will cause the Makefiles to be regenerated when you run 'make');
341255376Sdes# (2) otherwise, pass the desired values on the 'make' command line.
342255376Sdes$(am__recursive_targets):
343255376Sdes	@fail=; \
344255376Sdes	if $(am__make_keepgoing); then \
345255376Sdes	  failcom='fail=yes'; \
346255376Sdes	else \
347255376Sdes	  failcom='exit 1'; \
348255376Sdes	fi; \
349117610Sdes	dot_seen=no; \
350117610Sdes	target=`echo $@ | sed s/-recursive//`; \
351255376Sdes	case "$@" in \
352255376Sdes	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
353255376Sdes	  *) list='$(SUBDIRS)' ;; \
354255376Sdes	esac; \
355255376Sdes	for subdir in $$list; do \
356117610Sdes	  echo "Making $$target in $$subdir"; \
357117610Sdes	  if test "$$subdir" = "."; then \
358117610Sdes	    dot_seen=yes; \
359117610Sdes	    local_target="$$target-am"; \
360117610Sdes	  else \
361117610Sdes	    local_target="$$target"; \
362117610Sdes	  fi; \
363228692Sdes	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
364174832Sdes	  || eval $$failcom; \
365117610Sdes	done; \
366117610Sdes	if test "$$dot_seen" = "no"; then \
367117610Sdes	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
368117610Sdes	fi; test -z "$$fail"
369117610Sdes
370255376SdesID: $(am__tagged_files)
371255376Sdes	$(am__define_uniq_tagged_files); mkid -fID $$unique
372255376Sdestags: tags-recursive
373255376SdesTAGS: tags
374117610Sdes
375255376Sdestags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
376228692Sdes	set x; \
377117610Sdes	here=`pwd`; \
378141098Sdes	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
379141098Sdes	  include_option=--etags-include; \
380141098Sdes	  empty_fix=.; \
381141098Sdes	else \
382141098Sdes	  include_option=--include; \
383141098Sdes	  empty_fix=; \
384141098Sdes	fi; \
385117610Sdes	list='$(SUBDIRS)'; for subdir in $$list; do \
386117610Sdes	  if test "$$subdir" = .; then :; else \
387141098Sdes	    test ! -f $$subdir/TAGS || \
388228692Sdes	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
389117610Sdes	  fi; \
390117610Sdes	done; \
391255376Sdes	$(am__define_uniq_tagged_files); \
392228692Sdes	shift; \
393228692Sdes	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
394141098Sdes	  test -n "$$unique" || unique=$$empty_fix; \
395228692Sdes	  if test $$# -gt 0; then \
396228692Sdes	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
397228692Sdes	      "$$@" $$unique; \
398228692Sdes	  else \
399228692Sdes	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
400228692Sdes	      $$unique; \
401228692Sdes	  fi; \
402141098Sdes	fi
403255376Sdesctags: ctags-recursive
404255376Sdes
405255376SdesCTAGS: ctags
406255376Sdesctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
407255376Sdes	$(am__define_uniq_tagged_files); \
408228692Sdes	test -z "$(CTAGS_ARGS)$$unique" \
409141098Sdes	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
410228692Sdes	     $$unique
411117610Sdes
412117610SdesGTAGS:
413141098Sdes	here=`$(am__cd) $(top_builddir) && pwd` \
414228692Sdes	  && $(am__cd) $(top_srcdir) \
415228692Sdes	  && gtags -i $(GTAGS_ARGS) "$$here"
416255376Sdescscopelist: cscopelist-recursive
417117610Sdes
418255376Sdescscopelist-am: $(am__tagged_files)
419255376Sdes	list='$(am__tagged_files)'; \
420255376Sdes	case "$(srcdir)" in \
421255376Sdes	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
422255376Sdes	  *) sdir=$(subdir)/$(srcdir) ;; \
423255376Sdes	esac; \
424255376Sdes	for i in $$list; do \
425255376Sdes	  if test -f "$$i"; then \
426255376Sdes	    echo "$(subdir)/$$i"; \
427255376Sdes	  else \
428255376Sdes	    echo "$$sdir/$$i"; \
429255376Sdes	  fi; \
430255376Sdes	done >> $(top_builddir)/cscope.files
431255376Sdes
432117610Sdesdistclean-tags:
433141098Sdes	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
434117610Sdes
435117610Sdesdistdir: $(DISTFILES)
436228692Sdes	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
437228692Sdes	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
438228692Sdes	list='$(DISTFILES)'; \
439228692Sdes	  dist_files=`for file in $$list; do echo $$file; done | \
440228692Sdes	  sed -e "s|^$$srcdirstrip/||;t" \
441228692Sdes	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
442228692Sdes	case $$dist_files in \
443228692Sdes	  */*) $(MKDIR_P) `echo "$$dist_files" | \
444228692Sdes			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
445228692Sdes			   sort -u` ;; \
446228692Sdes	esac; \
447228692Sdes	for file in $$dist_files; do \
448141098Sdes	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
449117610Sdes	  if test -d $$d/$$file; then \
450228692Sdes	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
451228692Sdes	    if test -d "$(distdir)/$$file"; then \
452228692Sdes	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
453228692Sdes	    fi; \
454141098Sdes	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
455228692Sdes	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
456228692Sdes	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
457141098Sdes	    fi; \
458228692Sdes	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
459117610Sdes	  else \
460228692Sdes	    test -f "$(distdir)/$$file" \
461228692Sdes	    || cp -p $$d/$$file "$(distdir)/$$file" \
462117610Sdes	    || exit 1; \
463117610Sdes	  fi; \
464117610Sdes	done
465228692Sdes	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
466117610Sdes	  if test "$$subdir" = .; then :; else \
467255376Sdes	    $(am__make_dryrun) \
468255376Sdes	      || test -d "$(distdir)/$$subdir" \
469255376Sdes	      || $(MKDIR_P) "$(distdir)/$$subdir" \
470255376Sdes	      || exit 1; \
471228692Sdes	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
472228692Sdes	    $(am__relativize); \
473228692Sdes	    new_distdir=$$reldir; \
474228692Sdes	    dir1=$$subdir; dir2="$(top_distdir)"; \
475228692Sdes	    $(am__relativize); \
476228692Sdes	    new_top_distdir=$$reldir; \
477228692Sdes	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
478228692Sdes	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
479228692Sdes	    ($(am__cd) $$subdir && \
480117610Sdes	      $(MAKE) $(AM_MAKEFLAGS) \
481228692Sdes	        top_distdir="$$new_top_distdir" \
482228692Sdes	        distdir="$$new_distdir" \
483228692Sdes		am__remove_distdir=: \
484228692Sdes		am__skip_length_check=: \
485228692Sdes		am__skip_mode_fix=: \
486117610Sdes	        distdir) \
487117610Sdes	      || exit 1; \
488117610Sdes	  fi; \
489117610Sdes	done
490117610Sdescheck-am: all-am
491117610Sdescheck: check-recursive
492117610Sdesall-am: Makefile
493117610Sdesinstalldirs: installdirs-recursive
494117610Sdesinstalldirs-am:
495117610Sdesinstall: install-recursive
496117610Sdesinstall-exec: install-exec-recursive
497117610Sdesinstall-data: install-data-recursive
498117610Sdesuninstall: uninstall-recursive
499117610Sdes
500117610Sdesinstall-am: all-am
501117610Sdes	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
502117610Sdes
503117610Sdesinstallcheck: installcheck-recursive
504117610Sdesinstall-strip:
505255376Sdes	if test -z '$(STRIP)'; then \
506255376Sdes	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
507255376Sdes	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
508255376Sdes	      install; \
509255376Sdes	else \
510255376Sdes	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
511255376Sdes	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
512255376Sdes	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
513255376Sdes	fi
514117610Sdesmostlyclean-generic:
515117610Sdes
516117610Sdesclean-generic:
517117610Sdes
518117610Sdesdistclean-generic:
519174832Sdes	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
520228692Sdes	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
521117610Sdes
522117610Sdesmaintainer-clean-generic:
523117610Sdes	@echo "This command is intended for maintainers to use"
524117610Sdes	@echo "it deletes files that may require special tools to rebuild."
525117610Sdesclean: clean-recursive
526117610Sdes
527117610Sdesclean-am: clean-generic clean-libtool mostlyclean-am
528117610Sdes
529117610Sdesdistclean: distclean-recursive
530141098Sdes	-rm -f Makefile
531228692Sdesdistclean-am: clean-am distclean-generic distclean-tags
532117610Sdes
533117610Sdesdvi: dvi-recursive
534117610Sdes
535117610Sdesdvi-am:
536117610Sdes
537141098Sdeshtml: html-recursive
538141098Sdes
539228692Sdeshtml-am:
540228692Sdes
541117610Sdesinfo: info-recursive
542117610Sdes
543117610Sdesinfo-am:
544117610Sdes
545117610Sdesinstall-data-am:
546117610Sdes
547228692Sdesinstall-dvi: install-dvi-recursive
548228692Sdes
549228692Sdesinstall-dvi-am:
550228692Sdes
551117610Sdesinstall-exec-am:
552117610Sdes
553228692Sdesinstall-html: install-html-recursive
554228692Sdes
555228692Sdesinstall-html-am:
556228692Sdes
557117610Sdesinstall-info: install-info-recursive
558117610Sdes
559228692Sdesinstall-info-am:
560228692Sdes
561117610Sdesinstall-man:
562117610Sdes
563228692Sdesinstall-pdf: install-pdf-recursive
564228692Sdes
565228692Sdesinstall-pdf-am:
566228692Sdes
567228692Sdesinstall-ps: install-ps-recursive
568228692Sdes
569228692Sdesinstall-ps-am:
570228692Sdes
571117610Sdesinstallcheck-am:
572117610Sdes
573117610Sdesmaintainer-clean: maintainer-clean-recursive
574141098Sdes	-rm -f Makefile
575117610Sdesmaintainer-clean-am: distclean-am maintainer-clean-generic
576117610Sdes
577117610Sdesmostlyclean: mostlyclean-recursive
578117610Sdes
579117610Sdesmostlyclean-am: mostlyclean-generic mostlyclean-libtool
580117610Sdes
581141098Sdespdf: pdf-recursive
582141098Sdes
583141098Sdespdf-am:
584141098Sdes
585141098Sdesps: ps-recursive
586141098Sdes
587141098Sdesps-am:
588141098Sdes
589228692Sdesuninstall-am:
590117610Sdes
591255376Sdes.MAKE: $(am__recursive_targets) install-am install-strip
592117610Sdes
593255376Sdes.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
594255376Sdes	check-am clean clean-generic clean-libtool cscopelist-am ctags \
595255376Sdes	ctags-am distclean distclean-generic distclean-libtool \
596255376Sdes	distclean-tags distdir dvi dvi-am html html-am info info-am \
597255376Sdes	install install-am install-data install-data-am install-dvi \
598255376Sdes	install-dvi-am install-exec install-exec-am install-html \
599255376Sdes	install-html-am install-info install-info-am install-man \
600255376Sdes	install-pdf install-pdf-am install-ps install-ps-am \
601255376Sdes	install-strip installcheck installcheck-am installdirs \
602255376Sdes	installdirs-am maintainer-clean maintainer-clean-generic \
603255376Sdes	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
604255376Sdes	ps ps-am tags tags-am uninstall uninstall-am
605117610Sdes
606228692Sdes
607117610Sdes# Tell versions [3.59,3.63) of GNU make to not export all variables.
608117610Sdes# Otherwise a system limit (for SysV at least) may be exceeded.
609117610Sdes.NOEXPORT:
610