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 = include
83255376SdesDIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
84141098SdesACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85271947Sdesam__aclocal_m4_deps = $(top_srcdir)/configure.ac
86141098Sdesam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
87141098Sdes	$(ACLOCAL_M4)
88174832Sdesmkinstalldirs = $(install_sh) -d
89141098SdesCONFIG_HEADER = $(top_builddir)/config.h
90141098SdesCONFIG_CLEAN_FILES =
91228692SdesCONFIG_CLEAN_VPATH_FILES =
92255376SdesAM_V_P = $(am__v_P_@AM_V@)
93255376Sdesam__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
94255376Sdesam__v_P_0 = false
95255376Sdesam__v_P_1 = :
96255376SdesAM_V_GEN = $(am__v_GEN_@AM_V@)
97255376Sdesam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
98255376Sdesam__v_GEN_0 = @echo "  GEN     " $@;
99255376Sdesam__v_GEN_1 = 
100255376SdesAM_V_at = $(am__v_at_@AM_V@)
101255376Sdesam__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
102255376Sdesam__v_at_0 = @
103255376Sdesam__v_at_1 = 
104141098SdesSOURCES =
105141098SdesDIST_SOURCES =
106255376SdesRECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
107255376Sdes	ctags-recursive dvi-recursive html-recursive info-recursive \
108255376Sdes	install-data-recursive install-dvi-recursive \
109255376Sdes	install-exec-recursive install-html-recursive \
110255376Sdes	install-info-recursive install-pdf-recursive \
111255376Sdes	install-ps-recursive install-recursive installcheck-recursive \
112255376Sdes	installdirs-recursive pdf-recursive ps-recursive \
113255376Sdes	tags-recursive uninstall-recursive
114255376Sdesam__can_run_installinfo = \
115255376Sdes  case $$AM_UPDATE_INFO_DIR in \
116255376Sdes    n|no|NO) false;; \
117255376Sdes    *) (install-info --version) >/dev/null 2>&1;; \
118255376Sdes  esac
119228692SdesRECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
120228692Sdes  distclean-recursive maintainer-clean-recursive
121255376Sdesam__recursive_targets = \
122255376Sdes  $(RECURSIVE_TARGETS) \
123255376Sdes  $(RECURSIVE_CLEAN_TARGETS) \
124255376Sdes  $(am__extra_recursive_targets)
125255376SdesAM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
126228692Sdes	distdir
127255376Sdesam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
128255376Sdes# Read a list of newline-separated strings from the standard input,
129255376Sdes# and print each of them once, without duplicates.  Input order is
130255376Sdes# *not* preserved.
131255376Sdesam__uniquify_input = $(AWK) '\
132255376Sdes  BEGIN { nonempty = 0; } \
133255376Sdes  { items[$$0] = 1; nonempty = 1; } \
134255376Sdes  END { if (nonempty) { for (i in items) print i; }; } \
135255376Sdes'
136255376Sdes# Make sure the list of sources is unique.  This is necessary because,
137255376Sdes# e.g., the same source file might be shared among _SOURCES variables
138255376Sdes# for different programs/libraries.
139255376Sdesam__define_uniq_tagged_files = \
140255376Sdes  list='$(am__tagged_files)'; \
141255376Sdes  unique=`for i in $$list; do \
142255376Sdes    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
143255376Sdes  done | $(am__uniquify_input)`
144141098SdesETAGS = etags
145141098SdesCTAGS = ctags
146141098SdesDIST_SUBDIRS = $(SUBDIRS)
147141098SdesDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
148228692Sdesam__relativize = \
149228692Sdes  dir0=`pwd`; \
150228692Sdes  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
151228692Sdes  sed_rest='s,^[^/]*/*,,'; \
152228692Sdes  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
153228692Sdes  sed_butlast='s,/*[^/]*$$,,'; \
154228692Sdes  while test -n "$$dir1"; do \
155228692Sdes    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
156228692Sdes    if test "$$first" != "."; then \
157228692Sdes      if test "$$first" = ".."; then \
158228692Sdes        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
159228692Sdes        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
160228692Sdes      else \
161228692Sdes        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
162228692Sdes        if test "$$first2" = "$$first"; then \
163228692Sdes          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
164228692Sdes        else \
165228692Sdes          dir2="../$$dir2"; \
166228692Sdes        fi; \
167228692Sdes        dir0="$$dir0"/"$$first"; \
168228692Sdes      fi; \
169228692Sdes    fi; \
170228692Sdes    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
171228692Sdes  done; \
172228692Sdes  reldir="$$dir2"
173141098SdesACLOCAL = @ACLOCAL@
174117610SdesAMTAR = @AMTAR@
175255376SdesAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
176141098SdesAR = @AR@
177141098SdesAUTOCONF = @AUTOCONF@
178141098SdesAUTOHEADER = @AUTOHEADER@
179141098SdesAUTOMAKE = @AUTOMAKE@
180117610SdesAWK = @AWK@
181117610SdesCC = @CC@
182141098SdesCCDEPMODE = @CCDEPMODE@
183117610SdesCFLAGS = @CFLAGS@
184141098SdesCPP = @CPP@
185117610SdesCPPFLAGS = @CPPFLAGS@
186255376SdesCRYPTO_LIBS = @CRYPTO_LIBS@
187117610SdesCRYPT_LIBS = @CRYPT_LIBS@
188141098SdesCYGPATH_W = @CYGPATH_W@
189141098SdesDEFS = @DEFS@
190117610SdesDEPDIR = @DEPDIR@
191228692SdesDLLTOOL = @DLLTOOL@
192117610SdesDL_LIBS = @DL_LIBS@
193228692SdesDSYMUTIL = @DSYMUTIL@
194228692SdesDUMPBIN = @DUMPBIN@
195141098SdesECHO_C = @ECHO_C@
196141098SdesECHO_N = @ECHO_N@
197141098SdesECHO_T = @ECHO_T@
198141098SdesEGREP = @EGREP@
199117610SdesEXEEXT = @EXEEXT@
200228692SdesFGREP = @FGREP@
201174832SdesGREP = @GREP@
202228692SdesINSTALL = @INSTALL@
203141098SdesINSTALL_DATA = @INSTALL_DATA@
204141098SdesINSTALL_PROGRAM = @INSTALL_PROGRAM@
205141098SdesINSTALL_SCRIPT = @INSTALL_SCRIPT@
206117610SdesINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
207228692SdesLD = @LD@
208141098SdesLDFLAGS = @LDFLAGS@
209141098SdesLIBOBJS = @LIBOBJS@
210141098SdesLIBS = @LIBS@
211117610SdesLIBTOOL = @LIBTOOL@
212117610SdesLIB_MAJ = @LIB_MAJ@
213228692SdesLIPO = @LIPO@
214117610SdesLN_S = @LN_S@
215141098SdesLTLIBOBJS = @LTLIBOBJS@
216141098SdesMAKEINFO = @MAKEINFO@
217228692SdesMANIFEST_TOOL = @MANIFEST_TOOL@
218228692SdesMKDIR_P = @MKDIR_P@
219228692SdesNM = @NM@
220228692SdesNMEDIT = @NMEDIT@
221228692SdesOBJDUMP = @OBJDUMP@
222117610SdesOBJEXT = @OBJEXT@
223117610SdesOPENPAM_MODULES_DIR = @OPENPAM_MODULES_DIR@
224228692SdesOTOOL = @OTOOL@
225228692SdesOTOOL64 = @OTOOL64@
226117610SdesPACKAGE = @PACKAGE@
227141098SdesPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
228141098SdesPACKAGE_NAME = @PACKAGE_NAME@
229141098SdesPACKAGE_STRING = @PACKAGE_STRING@
230141098SdesPACKAGE_TARNAME = @PACKAGE_TARNAME@
231228692SdesPACKAGE_URL = @PACKAGE_URL@
232141098SdesPACKAGE_VERSION = @PACKAGE_VERSION@
233141098SdesPATH_SEPARATOR = @PATH_SEPARATOR@
234117610SdesRANLIB = @RANLIB@
235174832SdesSED = @SED@
236141098SdesSET_MAKE = @SET_MAKE@
237141098SdesSHELL = @SHELL@
238141098SdesSTRIP = @STRIP@
239117610SdesVERSION = @VERSION@
240228692Sdesabs_builddir = @abs_builddir@
241228692Sdesabs_srcdir = @abs_srcdir@
242228692Sdesabs_top_builddir = @abs_top_builddir@
243228692Sdesabs_top_srcdir = @abs_top_srcdir@
244228692Sdesac_ct_AR = @ac_ct_AR@
245141098Sdesac_ct_CC = @ac_ct_CC@
246228692Sdesac_ct_DUMPBIN = @ac_ct_DUMPBIN@
247117610Sdesam__include = @am__include@
248141098Sdesam__leading_dot = @am__leading_dot@
249117610Sdesam__quote = @am__quote@
250174832Sdesam__tar = @am__tar@
251174832Sdesam__untar = @am__untar@
252141098Sdesbindir = @bindir@
253141098Sdesbuild = @build@
254141098Sdesbuild_alias = @build_alias@
255141098Sdesbuild_cpu = @build_cpu@
256141098Sdesbuild_os = @build_os@
257141098Sdesbuild_vendor = @build_vendor@
258228692Sdesbuilddir = @builddir@
259141098Sdesdatadir = @datadir@
260174832Sdesdatarootdir = @datarootdir@
261174832Sdesdocdir = @docdir@
262174832Sdesdvidir = @dvidir@
263141098Sdesexec_prefix = @exec_prefix@
264141098Sdeshost = @host@
265141098Sdeshost_alias = @host_alias@
266141098Sdeshost_cpu = @host_cpu@
267141098Sdeshost_os = @host_os@
268141098Sdeshost_vendor = @host_vendor@
269174832Sdeshtmldir = @htmldir@
270141098Sdesincludedir = @includedir@
271141098Sdesinfodir = @infodir@
272117610Sdesinstall_sh = @install_sh@
273141098Sdeslibdir = @libdir@
274141098Sdeslibexecdir = @libexecdir@
275174832Sdeslocaledir = @localedir@
276141098Sdeslocalstatedir = @localstatedir@
277141098Sdesmandir = @mandir@
278141098Sdesmkdir_p = @mkdir_p@
279141098Sdesoldincludedir = @oldincludedir@
280174832Sdespdfdir = @pdfdir@
281141098Sdesprefix = @prefix@
282141098Sdesprogram_transform_name = @program_transform_name@
283174832Sdespsdir = @psdir@
284141098Sdessbindir = @sbindir@
285141098Sdessharedstatedir = @sharedstatedir@
286228692Sdessrcdir = @srcdir@
287141098Sdessysconfdir = @sysconfdir@
288141098Sdestarget_alias = @target_alias@
289228692Sdestop_build_prefix = @top_build_prefix@
290228692Sdestop_builddir = @top_builddir@
291228692Sdestop_srcdir = @top_srcdir@
292117610SdesSUBDIRS = security
293117610Sdesall: all-recursive
294117610Sdes
295117610Sdes.SUFFIXES:
296141098Sdes$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
297141098Sdes	@for dep in $?; do \
298141098Sdes	  case '$(am__configure_deps)' in \
299141098Sdes	    *$$dep*) \
300228692Sdes	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
301228692Sdes	        && { if test -f $@; then exit 0; else break; fi; }; \
302141098Sdes	      exit 1;; \
303141098Sdes	  esac; \
304141098Sdes	done; \
305228692Sdes	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
306228692Sdes	$(am__cd) $(top_srcdir) && \
307228692Sdes	  $(AUTOMAKE) --foreign include/Makefile
308141098Sdes.PRECIOUS: Makefile
309141098SdesMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
310141098Sdes	@case '$?' in \
311141098Sdes	  *config.status*) \
312141098Sdes	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
313141098Sdes	  *) \
314141098Sdes	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
315141098Sdes	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
316141098Sdes	esac;
317117610Sdes
318141098Sdes$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
319141098Sdes	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
320141098Sdes
321141098Sdes$(top_srcdir)/configure:  $(am__configure_deps)
322141098Sdes	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
323141098Sdes$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
324141098Sdes	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
325228692Sdes$(am__aclocal_m4_deps):
326141098Sdes
327117610Sdesmostlyclean-libtool:
328117610Sdes	-rm -f *.lo
329117610Sdes
330117610Sdesclean-libtool:
331117610Sdes	-rm -rf .libs _libs
332117610Sdes
333117610Sdes# This directory's subdirectories are mostly independent; you can cd
334255376Sdes# into them and run 'make' without going through this Makefile.
335255376Sdes# To change the values of 'make' variables: instead of editing Makefiles,
336255376Sdes# (1) if the variable is set in 'config.status', edit 'config.status'
337255376Sdes#     (which will cause the Makefiles to be regenerated when you run 'make');
338255376Sdes# (2) otherwise, pass the desired values on the 'make' command line.
339255376Sdes$(am__recursive_targets):
340255376Sdes	@fail=; \
341255376Sdes	if $(am__make_keepgoing); then \
342255376Sdes	  failcom='fail=yes'; \
343255376Sdes	else \
344255376Sdes	  failcom='exit 1'; \
345255376Sdes	fi; \
346117610Sdes	dot_seen=no; \
347117610Sdes	target=`echo $@ | sed s/-recursive//`; \
348255376Sdes	case "$@" in \
349255376Sdes	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
350255376Sdes	  *) list='$(SUBDIRS)' ;; \
351255376Sdes	esac; \
352255376Sdes	for subdir in $$list; do \
353117610Sdes	  echo "Making $$target in $$subdir"; \
354117610Sdes	  if test "$$subdir" = "."; then \
355117610Sdes	    dot_seen=yes; \
356117610Sdes	    local_target="$$target-am"; \
357117610Sdes	  else \
358117610Sdes	    local_target="$$target"; \
359117610Sdes	  fi; \
360228692Sdes	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
361174832Sdes	  || eval $$failcom; \
362117610Sdes	done; \
363117610Sdes	if test "$$dot_seen" = "no"; then \
364117610Sdes	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
365117610Sdes	fi; test -z "$$fail"
366117610Sdes
367255376SdesID: $(am__tagged_files)
368255376Sdes	$(am__define_uniq_tagged_files); mkid -fID $$unique
369255376Sdestags: tags-recursive
370255376SdesTAGS: tags
371117610Sdes
372255376Sdestags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
373228692Sdes	set x; \
374117610Sdes	here=`pwd`; \
375141098Sdes	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
376141098Sdes	  include_option=--etags-include; \
377141098Sdes	  empty_fix=.; \
378141098Sdes	else \
379141098Sdes	  include_option=--include; \
380141098Sdes	  empty_fix=; \
381141098Sdes	fi; \
382117610Sdes	list='$(SUBDIRS)'; for subdir in $$list; do \
383117610Sdes	  if test "$$subdir" = .; then :; else \
384141098Sdes	    test ! -f $$subdir/TAGS || \
385228692Sdes	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
386117610Sdes	  fi; \
387117610Sdes	done; \
388255376Sdes	$(am__define_uniq_tagged_files); \
389228692Sdes	shift; \
390228692Sdes	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
391141098Sdes	  test -n "$$unique" || unique=$$empty_fix; \
392228692Sdes	  if test $$# -gt 0; then \
393228692Sdes	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
394228692Sdes	      "$$@" $$unique; \
395228692Sdes	  else \
396228692Sdes	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
397228692Sdes	      $$unique; \
398228692Sdes	  fi; \
399141098Sdes	fi
400255376Sdesctags: ctags-recursive
401255376Sdes
402255376SdesCTAGS: ctags
403255376Sdesctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
404255376Sdes	$(am__define_uniq_tagged_files); \
405228692Sdes	test -z "$(CTAGS_ARGS)$$unique" \
406141098Sdes	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
407228692Sdes	     $$unique
408117610Sdes
409117610SdesGTAGS:
410141098Sdes	here=`$(am__cd) $(top_builddir) && pwd` \
411228692Sdes	  && $(am__cd) $(top_srcdir) \
412228692Sdes	  && gtags -i $(GTAGS_ARGS) "$$here"
413255376Sdescscopelist: cscopelist-recursive
414117610Sdes
415255376Sdescscopelist-am: $(am__tagged_files)
416255376Sdes	list='$(am__tagged_files)'; \
417255376Sdes	case "$(srcdir)" in \
418255376Sdes	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
419255376Sdes	  *) sdir=$(subdir)/$(srcdir) ;; \
420255376Sdes	esac; \
421255376Sdes	for i in $$list; do \
422255376Sdes	  if test -f "$$i"; then \
423255376Sdes	    echo "$(subdir)/$$i"; \
424255376Sdes	  else \
425255376Sdes	    echo "$$sdir/$$i"; \
426255376Sdes	  fi; \
427255376Sdes	done >> $(top_builddir)/cscope.files
428255376Sdes
429117610Sdesdistclean-tags:
430141098Sdes	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
431117610Sdes
432117610Sdesdistdir: $(DISTFILES)
433228692Sdes	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
434228692Sdes	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
435228692Sdes	list='$(DISTFILES)'; \
436228692Sdes	  dist_files=`for file in $$list; do echo $$file; done | \
437228692Sdes	  sed -e "s|^$$srcdirstrip/||;t" \
438228692Sdes	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
439228692Sdes	case $$dist_files in \
440228692Sdes	  */*) $(MKDIR_P) `echo "$$dist_files" | \
441228692Sdes			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
442228692Sdes			   sort -u` ;; \
443228692Sdes	esac; \
444228692Sdes	for file in $$dist_files; do \
445141098Sdes	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
446117610Sdes	  if test -d $$d/$$file; then \
447228692Sdes	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
448228692Sdes	    if test -d "$(distdir)/$$file"; then \
449228692Sdes	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
450228692Sdes	    fi; \
451141098Sdes	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
452228692Sdes	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
453228692Sdes	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
454141098Sdes	    fi; \
455228692Sdes	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
456117610Sdes	  else \
457228692Sdes	    test -f "$(distdir)/$$file" \
458228692Sdes	    || cp -p $$d/$$file "$(distdir)/$$file" \
459117610Sdes	    || exit 1; \
460117610Sdes	  fi; \
461117610Sdes	done
462228692Sdes	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
463117610Sdes	  if test "$$subdir" = .; then :; else \
464255376Sdes	    $(am__make_dryrun) \
465255376Sdes	      || test -d "$(distdir)/$$subdir" \
466255376Sdes	      || $(MKDIR_P) "$(distdir)/$$subdir" \
467255376Sdes	      || exit 1; \
468228692Sdes	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
469228692Sdes	    $(am__relativize); \
470228692Sdes	    new_distdir=$$reldir; \
471228692Sdes	    dir1=$$subdir; dir2="$(top_distdir)"; \
472228692Sdes	    $(am__relativize); \
473228692Sdes	    new_top_distdir=$$reldir; \
474228692Sdes	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
475228692Sdes	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
476228692Sdes	    ($(am__cd) $$subdir && \
477117610Sdes	      $(MAKE) $(AM_MAKEFLAGS) \
478228692Sdes	        top_distdir="$$new_top_distdir" \
479228692Sdes	        distdir="$$new_distdir" \
480228692Sdes		am__remove_distdir=: \
481228692Sdes		am__skip_length_check=: \
482228692Sdes		am__skip_mode_fix=: \
483117610Sdes	        distdir) \
484117610Sdes	      || exit 1; \
485117610Sdes	  fi; \
486117610Sdes	done
487117610Sdescheck-am: all-am
488117610Sdescheck: check-recursive
489117610Sdesall-am: Makefile
490117610Sdesinstalldirs: installdirs-recursive
491117610Sdesinstalldirs-am:
492117610Sdesinstall: install-recursive
493117610Sdesinstall-exec: install-exec-recursive
494117610Sdesinstall-data: install-data-recursive
495117610Sdesuninstall: uninstall-recursive
496117610Sdes
497117610Sdesinstall-am: all-am
498117610Sdes	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
499117610Sdes
500117610Sdesinstallcheck: installcheck-recursive
501117610Sdesinstall-strip:
502255376Sdes	if test -z '$(STRIP)'; then \
503255376Sdes	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
504255376Sdes	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
505255376Sdes	      install; \
506255376Sdes	else \
507255376Sdes	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
508255376Sdes	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
509255376Sdes	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
510255376Sdes	fi
511117610Sdesmostlyclean-generic:
512117610Sdes
513117610Sdesclean-generic:
514117610Sdes
515117610Sdesdistclean-generic:
516174832Sdes	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
517228692Sdes	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
518117610Sdes
519117610Sdesmaintainer-clean-generic:
520117610Sdes	@echo "This command is intended for maintainers to use"
521117610Sdes	@echo "it deletes files that may require special tools to rebuild."
522117610Sdesclean: clean-recursive
523117610Sdes
524117610Sdesclean-am: clean-generic clean-libtool mostlyclean-am
525117610Sdes
526117610Sdesdistclean: distclean-recursive
527141098Sdes	-rm -f Makefile
528228692Sdesdistclean-am: clean-am distclean-generic distclean-tags
529117610Sdes
530117610Sdesdvi: dvi-recursive
531117610Sdes
532117610Sdesdvi-am:
533117610Sdes
534141098Sdeshtml: html-recursive
535141098Sdes
536228692Sdeshtml-am:
537228692Sdes
538117610Sdesinfo: info-recursive
539117610Sdes
540117610Sdesinfo-am:
541117610Sdes
542117610Sdesinstall-data-am:
543117610Sdes
544228692Sdesinstall-dvi: install-dvi-recursive
545228692Sdes
546228692Sdesinstall-dvi-am:
547228692Sdes
548117610Sdesinstall-exec-am:
549117610Sdes
550228692Sdesinstall-html: install-html-recursive
551228692Sdes
552228692Sdesinstall-html-am:
553228692Sdes
554117610Sdesinstall-info: install-info-recursive
555117610Sdes
556228692Sdesinstall-info-am:
557228692Sdes
558117610Sdesinstall-man:
559117610Sdes
560228692Sdesinstall-pdf: install-pdf-recursive
561228692Sdes
562228692Sdesinstall-pdf-am:
563228692Sdes
564228692Sdesinstall-ps: install-ps-recursive
565228692Sdes
566228692Sdesinstall-ps-am:
567228692Sdes
568117610Sdesinstallcheck-am:
569117610Sdes
570117610Sdesmaintainer-clean: maintainer-clean-recursive
571141098Sdes	-rm -f Makefile
572117610Sdesmaintainer-clean-am: distclean-am maintainer-clean-generic
573117610Sdes
574117610Sdesmostlyclean: mostlyclean-recursive
575117610Sdes
576117610Sdesmostlyclean-am: mostlyclean-generic mostlyclean-libtool
577117610Sdes
578141098Sdespdf: pdf-recursive
579141098Sdes
580141098Sdespdf-am:
581141098Sdes
582141098Sdesps: ps-recursive
583141098Sdes
584141098Sdesps-am:
585141098Sdes
586228692Sdesuninstall-am:
587117610Sdes
588255376Sdes.MAKE: $(am__recursive_targets) install-am install-strip
589117610Sdes
590255376Sdes.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
591255376Sdes	check-am clean clean-generic clean-libtool cscopelist-am ctags \
592255376Sdes	ctags-am distclean distclean-generic distclean-libtool \
593255376Sdes	distclean-tags distdir dvi dvi-am html html-am info info-am \
594255376Sdes	install install-am install-data install-data-am install-dvi \
595255376Sdes	install-dvi-am install-exec install-exec-am install-html \
596255376Sdes	install-html-am install-info install-info-am install-man \
597255376Sdes	install-pdf install-pdf-am install-ps install-ps-am \
598255376Sdes	install-strip installcheck installcheck-am installdirs \
599255376Sdes	installdirs-am maintainer-clean maintainer-clean-generic \
600255376Sdes	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
601255376Sdes	ps ps-am tags tags-am uninstall uninstall-am
602117610Sdes
603228692Sdes
604117610Sdes# Tell versions [3.59,3.63) of GNU make to not export all variables.
605117610Sdes# Otherwise a system limit (for SysV at least) may be exceeded.
606117610Sdes.NOEXPORT:
607