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
17271947Sdes# $Id: Makefile.am 816 2014-09-12 07:50:22Z 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@
82174832Sdes@WITH_DOC_TRUE@am__append_1 = doc
83228692Sdessubdir = .
84255376SdesDIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
85255376Sdes	$(top_srcdir)/configure $(am__configure_deps) \
86255376Sdes	$(srcdir)/config.h.in $(srcdir)/pamgdb.in $(srcdir)/mkpkgng.in \
87271947Sdes	INSTALL README TODO compile config.guess config.sub install-sh \
88271947Sdes	missing ltmain.sh
89141098SdesACLOCAL_M4 = $(top_srcdir)/aclocal.m4
90271947Sdesam__aclocal_m4_deps = $(top_srcdir)/configure.ac
91141098Sdesam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
92141098Sdes	$(ACLOCAL_M4)
93141098Sdesam__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
94228692Sdes configure.lineno config.status.lineno
95174832Sdesmkinstalldirs = $(install_sh) -d
96141098SdesCONFIG_HEADER = config.h
97255376SdesCONFIG_CLEAN_FILES = pamgdb mkpkgng
98228692SdesCONFIG_CLEAN_VPATH_FILES =
99255376SdesAM_V_P = $(am__v_P_@AM_V@)
100255376Sdesam__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
101255376Sdesam__v_P_0 = false
102255376Sdesam__v_P_1 = :
103255376SdesAM_V_GEN = $(am__v_GEN_@AM_V@)
104255376Sdesam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
105255376Sdesam__v_GEN_0 = @echo "  GEN     " $@;
106255376Sdesam__v_GEN_1 = 
107255376SdesAM_V_at = $(am__v_at_@AM_V@)
108255376Sdesam__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
109255376Sdesam__v_at_0 = @
110255376Sdesam__v_at_1 = 
111141098SdesSOURCES =
112141098SdesDIST_SOURCES =
113255376SdesRECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
114255376Sdes	ctags-recursive dvi-recursive html-recursive info-recursive \
115255376Sdes	install-data-recursive install-dvi-recursive \
116255376Sdes	install-exec-recursive install-html-recursive \
117255376Sdes	install-info-recursive install-pdf-recursive \
118255376Sdes	install-ps-recursive install-recursive installcheck-recursive \
119255376Sdes	installdirs-recursive pdf-recursive ps-recursive \
120255376Sdes	tags-recursive uninstall-recursive
121255376Sdesam__can_run_installinfo = \
122255376Sdes  case $$AM_UPDATE_INFO_DIR in \
123255376Sdes    n|no|NO) false;; \
124255376Sdes    *) (install-info --version) >/dev/null 2>&1;; \
125255376Sdes  esac
126228692SdesRECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
127228692Sdes  distclean-recursive maintainer-clean-recursive
128255376Sdesam__recursive_targets = \
129255376Sdes  $(RECURSIVE_TARGETS) \
130255376Sdes  $(RECURSIVE_CLEAN_TARGETS) \
131255376Sdes  $(am__extra_recursive_targets)
132255376SdesAM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
133255376Sdes	cscope distdir dist dist-all distcheck
134255376Sdesam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
135255376Sdes	$(LISP)config.h.in
136255376Sdes# Read a list of newline-separated strings from the standard input,
137255376Sdes# and print each of them once, without duplicates.  Input order is
138255376Sdes# *not* preserved.
139255376Sdesam__uniquify_input = $(AWK) '\
140255376Sdes  BEGIN { nonempty = 0; } \
141255376Sdes  { items[$$0] = 1; nonempty = 1; } \
142255376Sdes  END { if (nonempty) { for (i in items) print i; }; } \
143255376Sdes'
144255376Sdes# Make sure the list of sources is unique.  This is necessary because,
145255376Sdes# e.g., the same source file might be shared among _SOURCES variables
146255376Sdes# for different programs/libraries.
147255376Sdesam__define_uniq_tagged_files = \
148255376Sdes  list='$(am__tagged_files)'; \
149255376Sdes  unique=`for i in $$list; do \
150255376Sdes    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
151255376Sdes  done | $(am__uniquify_input)`
152141098SdesETAGS = etags
153141098SdesCTAGS = ctags
154255376SdesCSCOPE = cscope
155236109SdesDIST_SUBDIRS = lib bin modules include doc t
156141098SdesDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
157141098Sdesdistdir = $(PACKAGE)-$(VERSION)
158141098Sdestop_distdir = $(distdir)
159141098Sdesam__remove_distdir = \
160255376Sdes  if test -d "$(distdir)"; then \
161255376Sdes    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
162255376Sdes      && rm -rf "$(distdir)" \
163255376Sdes      || { sleep 5 && rm -rf "$(distdir)"; }; \
164255376Sdes  else :; fi
165255376Sdesam__post_remove_distdir = $(am__remove_distdir)
166228692Sdesam__relativize = \
167228692Sdes  dir0=`pwd`; \
168228692Sdes  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
169228692Sdes  sed_rest='s,^[^/]*/*,,'; \
170228692Sdes  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
171228692Sdes  sed_butlast='s,/*[^/]*$$,,'; \
172228692Sdes  while test -n "$$dir1"; do \
173228692Sdes    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
174228692Sdes    if test "$$first" != "."; then \
175228692Sdes      if test "$$first" = ".."; then \
176228692Sdes        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
177228692Sdes        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
178228692Sdes      else \
179228692Sdes        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
180228692Sdes        if test "$$first2" = "$$first"; then \
181228692Sdes          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
182228692Sdes        else \
183228692Sdes          dir2="../$$dir2"; \
184228692Sdes        fi; \
185228692Sdes        dir0="$$dir0"/"$$first"; \
186228692Sdes      fi; \
187228692Sdes    fi; \
188228692Sdes    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
189228692Sdes  done; \
190228692Sdes  reldir="$$dir2"
191141098SdesDIST_ARCHIVES = $(distdir).tar.gz
192141098SdesGZIP_ENV = --best
193255376SdesDIST_TARGETS = dist-gzip
194141098Sdesdistuninstallcheck_listfiles = find . -type f -print
195255376Sdesam__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
196255376Sdes  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
197141098Sdesdistcleancheck_listfiles = find . -type f -print
198141098SdesACLOCAL = @ACLOCAL@
199117610SdesAMTAR = @AMTAR@
200255376SdesAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
201141098SdesAR = @AR@
202141098SdesAUTOCONF = @AUTOCONF@
203141098SdesAUTOHEADER = @AUTOHEADER@
204141098SdesAUTOMAKE = @AUTOMAKE@
205117610SdesAWK = @AWK@
206117610SdesCC = @CC@
207141098SdesCCDEPMODE = @CCDEPMODE@
208117610SdesCFLAGS = @CFLAGS@
209141098SdesCPP = @CPP@
210117610SdesCPPFLAGS = @CPPFLAGS@
211255376SdesCRYPTO_LIBS = @CRYPTO_LIBS@
212117610SdesCRYPT_LIBS = @CRYPT_LIBS@
213141098SdesCYGPATH_W = @CYGPATH_W@
214141098SdesDEFS = @DEFS@
215117610SdesDEPDIR = @DEPDIR@
216228692SdesDLLTOOL = @DLLTOOL@
217117610SdesDL_LIBS = @DL_LIBS@
218228692SdesDSYMUTIL = @DSYMUTIL@
219228692SdesDUMPBIN = @DUMPBIN@
220141098SdesECHO_C = @ECHO_C@
221141098SdesECHO_N = @ECHO_N@
222141098SdesECHO_T = @ECHO_T@
223141098SdesEGREP = @EGREP@
224117610SdesEXEEXT = @EXEEXT@
225228692SdesFGREP = @FGREP@
226174832SdesGREP = @GREP@
227228692SdesINSTALL = @INSTALL@
228141098SdesINSTALL_DATA = @INSTALL_DATA@
229141098SdesINSTALL_PROGRAM = @INSTALL_PROGRAM@
230141098SdesINSTALL_SCRIPT = @INSTALL_SCRIPT@
231117610SdesINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
232228692SdesLD = @LD@
233141098SdesLDFLAGS = @LDFLAGS@
234141098SdesLIBOBJS = @LIBOBJS@
235141098SdesLIBS = @LIBS@
236117610SdesLIBTOOL = @LIBTOOL@
237117610SdesLIB_MAJ = @LIB_MAJ@
238228692SdesLIPO = @LIPO@
239117610SdesLN_S = @LN_S@
240141098SdesLTLIBOBJS = @LTLIBOBJS@
241141098SdesMAKEINFO = @MAKEINFO@
242228692SdesMANIFEST_TOOL = @MANIFEST_TOOL@
243228692SdesMKDIR_P = @MKDIR_P@
244228692SdesNM = @NM@
245228692SdesNMEDIT = @NMEDIT@
246228692SdesOBJDUMP = @OBJDUMP@
247117610SdesOBJEXT = @OBJEXT@
248117610SdesOPENPAM_MODULES_DIR = @OPENPAM_MODULES_DIR@
249228692SdesOTOOL = @OTOOL@
250228692SdesOTOOL64 = @OTOOL64@
251117610SdesPACKAGE = @PACKAGE@
252141098SdesPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
253141098SdesPACKAGE_NAME = @PACKAGE_NAME@
254141098SdesPACKAGE_STRING = @PACKAGE_STRING@
255141098SdesPACKAGE_TARNAME = @PACKAGE_TARNAME@
256228692SdesPACKAGE_URL = @PACKAGE_URL@
257141098SdesPACKAGE_VERSION = @PACKAGE_VERSION@
258141098SdesPATH_SEPARATOR = @PATH_SEPARATOR@
259117610SdesRANLIB = @RANLIB@
260174832SdesSED = @SED@
261141098SdesSET_MAKE = @SET_MAKE@
262141098SdesSHELL = @SHELL@
263141098SdesSTRIP = @STRIP@
264117610SdesVERSION = @VERSION@
265228692Sdesabs_builddir = @abs_builddir@
266228692Sdesabs_srcdir = @abs_srcdir@
267228692Sdesabs_top_builddir = @abs_top_builddir@
268228692Sdesabs_top_srcdir = @abs_top_srcdir@
269228692Sdesac_ct_AR = @ac_ct_AR@
270141098Sdesac_ct_CC = @ac_ct_CC@
271228692Sdesac_ct_DUMPBIN = @ac_ct_DUMPBIN@
272117610Sdesam__include = @am__include@
273141098Sdesam__leading_dot = @am__leading_dot@
274117610Sdesam__quote = @am__quote@
275174832Sdesam__tar = @am__tar@
276174832Sdesam__untar = @am__untar@
277141098Sdesbindir = @bindir@
278141098Sdesbuild = @build@
279141098Sdesbuild_alias = @build_alias@
280141098Sdesbuild_cpu = @build_cpu@
281141098Sdesbuild_os = @build_os@
282141098Sdesbuild_vendor = @build_vendor@
283228692Sdesbuilddir = @builddir@
284141098Sdesdatadir = @datadir@
285174832Sdesdatarootdir = @datarootdir@
286174832Sdesdocdir = @docdir@
287174832Sdesdvidir = @dvidir@
288141098Sdesexec_prefix = @exec_prefix@
289141098Sdeshost = @host@
290141098Sdeshost_alias = @host_alias@
291141098Sdeshost_cpu = @host_cpu@
292141098Sdeshost_os = @host_os@
293141098Sdeshost_vendor = @host_vendor@
294174832Sdeshtmldir = @htmldir@
295141098Sdesincludedir = @includedir@
296141098Sdesinfodir = @infodir@
297117610Sdesinstall_sh = @install_sh@
298141098Sdeslibdir = @libdir@
299141098Sdeslibexecdir = @libexecdir@
300174832Sdeslocaledir = @localedir@
301141098Sdeslocalstatedir = @localstatedir@
302141098Sdesmandir = @mandir@
303141098Sdesmkdir_p = @mkdir_p@
304141098Sdesoldincludedir = @oldincludedir@
305174832Sdespdfdir = @pdfdir@
306141098Sdesprefix = @prefix@
307141098Sdesprogram_transform_name = @program_transform_name@
308174832Sdespsdir = @psdir@
309141098Sdessbindir = @sbindir@
310141098Sdessharedstatedir = @sharedstatedir@
311228692Sdessrcdir = @srcdir@
312141098Sdessysconfdir = @sysconfdir@
313141098Sdestarget_alias = @target_alias@
314228692Sdestop_build_prefix = @top_build_prefix@
315228692Sdestop_builddir = @top_builddir@
316228692Sdestop_srcdir = @top_srcdir@
317228692SdesACLOCAL_AMFLAGS = -I m4
318236109SdesSUBDIRS = lib bin modules include $(am__append_1) t
319174832SdesEXTRA_DIST = \
320174832Sdes	CREDITS \
321174832Sdes	HISTORY \
322174832Sdes	INSTALL \
323174832Sdes	LICENSE \
324174832Sdes	README \
325174832Sdes	RELNOTES \
326174832Sdes	autogen.sh \
327174832Sdes	misc/gendoc.pl
328174832Sdes
329117610Sdesall: config.h
330117610Sdes	$(MAKE) $(AM_MAKEFLAGS) all-recursive
331117610Sdes
332117610Sdes.SUFFIXES:
333255376Sdesam--refresh: Makefile
334141098Sdes	@:
335141098Sdes$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
336141098Sdes	@for dep in $?; do \
337141098Sdes	  case '$(am__configure_deps)' in \
338141098Sdes	    *$$dep*) \
339228692Sdes	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
340228692Sdes	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
341141098Sdes		&& exit 0; \
342141098Sdes	      exit 1;; \
343141098Sdes	  esac; \
344141098Sdes	done; \
345228692Sdes	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
346228692Sdes	$(am__cd) $(top_srcdir) && \
347228692Sdes	  $(AUTOMAKE) --foreign Makefile
348141098Sdes.PRECIOUS: Makefile
349141098SdesMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
350141098Sdes	@case '$?' in \
351141098Sdes	  *config.status*) \
352141098Sdes	    echo ' $(SHELL) ./config.status'; \
353141098Sdes	    $(SHELL) ./config.status;; \
354141098Sdes	  *) \
355141098Sdes	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
356141098Sdes	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
357141098Sdes	esac;
358117610Sdes
359141098Sdes$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
360117610Sdes	$(SHELL) ./config.status --recheck
361141098Sdes
362141098Sdes$(top_srcdir)/configure:  $(am__configure_deps)
363228692Sdes	$(am__cd) $(srcdir) && $(AUTOCONF)
364141098Sdes$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
365228692Sdes	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
366228692Sdes$(am__aclocal_m4_deps):
367117610Sdes
368141098Sdesconfig.h: stamp-h1
369255376Sdes	@test -f $@ || rm -f stamp-h1
370255376Sdes	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
371141098Sdes
372141098Sdesstamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
373141098Sdes	@rm -f stamp-h1
374141098Sdes	cd $(top_builddir) && $(SHELL) ./config.status config.h
375141098Sdes$(srcdir)/config.h.in:  $(am__configure_deps) 
376228692Sdes	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
377141098Sdes	rm -f stamp-h1
378141098Sdes	touch $@
379117610Sdes
380117610Sdesdistclean-hdr:
381141098Sdes	-rm -f config.h stamp-h1
382236109Sdespamgdb: $(top_builddir)/config.status $(srcdir)/pamgdb.in
383236109Sdes	cd $(top_builddir) && $(SHELL) ./config.status $@
384255376Sdesmkpkgng: $(top_builddir)/config.status $(srcdir)/mkpkgng.in
385255376Sdes	cd $(top_builddir) && $(SHELL) ./config.status $@
386141098Sdes
387141098Sdesmostlyclean-libtool:
388141098Sdes	-rm -f *.lo
389141098Sdes
390141098Sdesclean-libtool:
391141098Sdes	-rm -rf .libs _libs
392141098Sdes
393141098Sdesdistclean-libtool:
394228692Sdes	-rm -f libtool config.lt
395117610Sdes
396117610Sdes# This directory's subdirectories are mostly independent; you can cd
397255376Sdes# into them and run 'make' without going through this Makefile.
398255376Sdes# To change the values of 'make' variables: instead of editing Makefiles,
399255376Sdes# (1) if the variable is set in 'config.status', edit 'config.status'
400255376Sdes#     (which will cause the Makefiles to be regenerated when you run 'make');
401255376Sdes# (2) otherwise, pass the desired values on the 'make' command line.
402255376Sdes$(am__recursive_targets):
403255376Sdes	@fail=; \
404255376Sdes	if $(am__make_keepgoing); then \
405255376Sdes	  failcom='fail=yes'; \
406255376Sdes	else \
407255376Sdes	  failcom='exit 1'; \
408255376Sdes	fi; \
409117610Sdes	dot_seen=no; \
410117610Sdes	target=`echo $@ | sed s/-recursive//`; \
411255376Sdes	case "$@" in \
412255376Sdes	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
413255376Sdes	  *) list='$(SUBDIRS)' ;; \
414255376Sdes	esac; \
415255376Sdes	for subdir in $$list; do \
416117610Sdes	  echo "Making $$target in $$subdir"; \
417117610Sdes	  if test "$$subdir" = "."; then \
418117610Sdes	    dot_seen=yes; \
419117610Sdes	    local_target="$$target-am"; \
420117610Sdes	  else \
421117610Sdes	    local_target="$$target"; \
422117610Sdes	  fi; \
423228692Sdes	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
424174832Sdes	  || eval $$failcom; \
425117610Sdes	done; \
426117610Sdes	if test "$$dot_seen" = "no"; then \
427117610Sdes	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
428117610Sdes	fi; test -z "$$fail"
429117610Sdes
430255376SdesID: $(am__tagged_files)
431255376Sdes	$(am__define_uniq_tagged_files); mkid -fID $$unique
432255376Sdestags: tags-recursive
433255376SdesTAGS: tags
434117610Sdes
435255376Sdestags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
436228692Sdes	set x; \
437117610Sdes	here=`pwd`; \
438141098Sdes	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
439141098Sdes	  include_option=--etags-include; \
440141098Sdes	  empty_fix=.; \
441141098Sdes	else \
442141098Sdes	  include_option=--include; \
443141098Sdes	  empty_fix=; \
444141098Sdes	fi; \
445117610Sdes	list='$(SUBDIRS)'; for subdir in $$list; do \
446117610Sdes	  if test "$$subdir" = .; then :; else \
447141098Sdes	    test ! -f $$subdir/TAGS || \
448228692Sdes	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
449117610Sdes	  fi; \
450117610Sdes	done; \
451255376Sdes	$(am__define_uniq_tagged_files); \
452228692Sdes	shift; \
453228692Sdes	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
454141098Sdes	  test -n "$$unique" || unique=$$empty_fix; \
455228692Sdes	  if test $$# -gt 0; then \
456228692Sdes	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
457228692Sdes	      "$$@" $$unique; \
458228692Sdes	  else \
459228692Sdes	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
460228692Sdes	      $$unique; \
461228692Sdes	  fi; \
462141098Sdes	fi
463255376Sdesctags: ctags-recursive
464255376Sdes
465255376SdesCTAGS: ctags
466255376Sdesctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
467255376Sdes	$(am__define_uniq_tagged_files); \
468228692Sdes	test -z "$(CTAGS_ARGS)$$unique" \
469141098Sdes	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
470228692Sdes	     $$unique
471117610Sdes
472117610SdesGTAGS:
473141098Sdes	here=`$(am__cd) $(top_builddir) && pwd` \
474228692Sdes	  && $(am__cd) $(top_srcdir) \
475228692Sdes	  && gtags -i $(GTAGS_ARGS) "$$here"
476255376Sdescscope: cscope.files
477255376Sdes	test ! -s cscope.files \
478255376Sdes	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
479255376Sdesclean-cscope:
480255376Sdes	-rm -f cscope.files
481255376Sdescscope.files: clean-cscope cscopelist
482255376Sdescscopelist: cscopelist-recursive
483117610Sdes
484255376Sdescscopelist-am: $(am__tagged_files)
485255376Sdes	list='$(am__tagged_files)'; \
486255376Sdes	case "$(srcdir)" in \
487255376Sdes	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
488255376Sdes	  *) sdir=$(subdir)/$(srcdir) ;; \
489255376Sdes	esac; \
490255376Sdes	for i in $$list; do \
491255376Sdes	  if test -f "$$i"; then \
492255376Sdes	    echo "$(subdir)/$$i"; \
493255376Sdes	  else \
494255376Sdes	    echo "$$sdir/$$i"; \
495255376Sdes	  fi; \
496255376Sdes	done >> $(top_builddir)/cscope.files
497255376Sdes
498117610Sdesdistclean-tags:
499141098Sdes	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
500255376Sdes	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
501117610Sdes
502117610Sdesdistdir: $(DISTFILES)
503141098Sdes	$(am__remove_distdir)
504228692Sdes	test -d "$(distdir)" || mkdir "$(distdir)"
505228692Sdes	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
506228692Sdes	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
507228692Sdes	list='$(DISTFILES)'; \
508228692Sdes	  dist_files=`for file in $$list; do echo $$file; done | \
509228692Sdes	  sed -e "s|^$$srcdirstrip/||;t" \
510228692Sdes	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
511228692Sdes	case $$dist_files in \
512228692Sdes	  */*) $(MKDIR_P) `echo "$$dist_files" | \
513228692Sdes			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
514228692Sdes			   sort -u` ;; \
515228692Sdes	esac; \
516228692Sdes	for file in $$dist_files; do \
517141098Sdes	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
518117610Sdes	  if test -d $$d/$$file; then \
519228692Sdes	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
520228692Sdes	    if test -d "$(distdir)/$$file"; then \
521228692Sdes	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
522228692Sdes	    fi; \
523141098Sdes	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
524228692Sdes	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
525228692Sdes	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
526141098Sdes	    fi; \
527228692Sdes	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
528117610Sdes	  else \
529228692Sdes	    test -f "$(distdir)/$$file" \
530228692Sdes	    || cp -p $$d/$$file "$(distdir)/$$file" \
531117610Sdes	    || exit 1; \
532117610Sdes	  fi; \
533117610Sdes	done
534228692Sdes	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
535117610Sdes	  if test "$$subdir" = .; then :; else \
536255376Sdes	    $(am__make_dryrun) \
537255376Sdes	      || test -d "$(distdir)/$$subdir" \
538255376Sdes	      || $(MKDIR_P) "$(distdir)/$$subdir" \
539255376Sdes	      || exit 1; \
540228692Sdes	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
541228692Sdes	    $(am__relativize); \
542228692Sdes	    new_distdir=$$reldir; \
543228692Sdes	    dir1=$$subdir; dir2="$(top_distdir)"; \
544228692Sdes	    $(am__relativize); \
545228692Sdes	    new_top_distdir=$$reldir; \
546228692Sdes	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
547228692Sdes	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
548228692Sdes	    ($(am__cd) $$subdir && \
549117610Sdes	      $(MAKE) $(AM_MAKEFLAGS) \
550228692Sdes	        top_distdir="$$new_top_distdir" \
551228692Sdes	        distdir="$$new_distdir" \
552228692Sdes		am__remove_distdir=: \
553228692Sdes		am__skip_length_check=: \
554228692Sdes		am__skip_mode_fix=: \
555117610Sdes	        distdir) \
556117610Sdes	      || exit 1; \
557117610Sdes	  fi; \
558117610Sdes	done
559228692Sdes	-test -n "$(am__skip_mode_fix)" \
560228692Sdes	|| find "$(distdir)" -type d ! -perm -755 \
561228692Sdes		-exec chmod u+rwx,go+rx {} \; -o \
562117610Sdes	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
563117610Sdes	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
564228692Sdes	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
565228692Sdes	|| chmod -R a+r "$(distdir)"
566141098Sdesdist-gzip: distdir
567174832Sdes	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
568255376Sdes	$(am__post_remove_distdir)
569117610Sdes
570141098Sdesdist-bzip2: distdir
571255376Sdes	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
572255376Sdes	$(am__post_remove_distdir)
573141098Sdes
574255376Sdesdist-lzip: distdir
575255376Sdes	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
576255376Sdes	$(am__post_remove_distdir)
577228692Sdes
578228692Sdesdist-xz: distdir
579255376Sdes	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
580255376Sdes	$(am__post_remove_distdir)
581228692Sdes
582141098Sdesdist-tarZ: distdir
583255376Sdes	@echo WARNING: "Support for shar distribution archives is" \
584255376Sdes	               "deprecated." >&2
585255376Sdes	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
586174832Sdes	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
587255376Sdes	$(am__post_remove_distdir)
588141098Sdes
589141098Sdesdist-shar: distdir
590255376Sdes	@echo WARNING: "Support for distribution archives compressed with" \
591255376Sdes		       "legacy program 'compress' is deprecated." >&2
592255376Sdes	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
593141098Sdes	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
594255376Sdes	$(am__post_remove_distdir)
595141098Sdes
596141098Sdesdist-zip: distdir
597141098Sdes	-rm -f $(distdir).zip
598141098Sdes	zip -rq $(distdir).zip $(distdir)
599255376Sdes	$(am__post_remove_distdir)
600141098Sdes
601255376Sdesdist dist-all:
602255376Sdes	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
603255376Sdes	$(am__post_remove_distdir)
604141098Sdes
605117610Sdes# This target untars the dist file and tries a VPATH configuration.  Then
606117610Sdes# it guarantees that the distribution is self-contained by making another
607117610Sdes# tarfile.
608117610Sdesdistcheck: dist
609141098Sdes	case '$(DIST_ARCHIVES)' in \
610141098Sdes	*.tar.gz*) \
611228692Sdes	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
612141098Sdes	*.tar.bz2*) \
613228692Sdes	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
614255376Sdes	*.tar.lz*) \
615255376Sdes	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
616228692Sdes	*.tar.xz*) \
617228692Sdes	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
618141098Sdes	*.tar.Z*) \
619174832Sdes	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
620141098Sdes	*.shar.gz*) \
621228692Sdes	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
622141098Sdes	*.zip*) \
623141098Sdes	  unzip $(distdir).zip ;;\
624141098Sdes	esac
625255376Sdes	chmod -R a-w $(distdir)
626255376Sdes	chmod u+w $(distdir)
627255376Sdes	mkdir $(distdir)/_build $(distdir)/_inst
628117610Sdes	chmod a-w $(distdir)
629228692Sdes	test -d $(distdir)/_build || exit 0; \
630141098Sdes	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
631141098Sdes	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
632228692Sdes	  && am__cwd=`pwd` \
633228692Sdes	  && $(am__cd) $(distdir)/_build \
634141098Sdes	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
635255376Sdes	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
636141098Sdes	    $(DISTCHECK_CONFIGURE_FLAGS) \
637117610Sdes	  && $(MAKE) $(AM_MAKEFLAGS) \
638117610Sdes	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
639117610Sdes	  && $(MAKE) $(AM_MAKEFLAGS) check \
640117610Sdes	  && $(MAKE) $(AM_MAKEFLAGS) install \
641117610Sdes	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
642117610Sdes	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
643141098Sdes	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
644141098Sdes	        distuninstallcheck \
645141098Sdes	  && chmod -R a-w "$$dc_install_base" \
646141098Sdes	  && ({ \
647141098Sdes	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
648141098Sdes	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
649141098Sdes	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
650141098Sdes	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
651141098Sdes	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
652141098Sdes	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
653141098Sdes	  && rm -rf "$$dc_destdir" \
654117610Sdes	  && $(MAKE) $(AM_MAKEFLAGS) dist \
655141098Sdes	  && rm -rf $(DIST_ARCHIVES) \
656228692Sdes	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
657228692Sdes	  && cd "$$am__cwd" \
658228692Sdes	  || exit 1
659255376Sdes	$(am__post_remove_distdir)
660141098Sdes	@(echo "$(distdir) archives ready for distribution: "; \
661141098Sdes	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
662228692Sdes	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
663141098Sdesdistuninstallcheck:
664255376Sdes	@test -n '$(distuninstallcheck_dir)' || { \
665255376Sdes	  echo 'ERROR: trying to run $@ with an empty' \
666255376Sdes	       '$$(distuninstallcheck_dir)' >&2; \
667255376Sdes	  exit 1; \
668255376Sdes	}; \
669255376Sdes	$(am__cd) '$(distuninstallcheck_dir)' || { \
670255376Sdes	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
671255376Sdes	  exit 1; \
672255376Sdes	}; \
673255376Sdes	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
674141098Sdes	   || { echo "ERROR: files left after uninstall:" ; \
675141098Sdes	        if test -n "$(DESTDIR)"; then \
676141098Sdes	          echo "  (check DESTDIR support)"; \
677141098Sdes	        fi ; \
678141098Sdes	        $(distuninstallcheck_listfiles) ; \
679141098Sdes	        exit 1; } >&2
680141098Sdesdistcleancheck: distclean
681141098Sdes	@if test '$(srcdir)' = . ; then \
682141098Sdes	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
683141098Sdes	  exit 1 ; \
684141098Sdes	fi
685141098Sdes	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
686141098Sdes	  || { echo "ERROR: files left in build directory after distclean:" ; \
687141098Sdes	       $(distcleancheck_listfiles) ; \
688141098Sdes	       exit 1; } >&2
689117610Sdescheck-am: all-am
690117610Sdescheck: check-recursive
691117610Sdesall-am: Makefile config.h
692117610Sdesinstalldirs: installdirs-recursive
693117610Sdesinstalldirs-am:
694117610Sdesinstall: install-recursive
695117610Sdesinstall-exec: install-exec-recursive
696117610Sdesinstall-data: install-data-recursive
697117610Sdesuninstall: uninstall-recursive
698117610Sdes
699117610Sdesinstall-am: all-am
700117610Sdes	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
701117610Sdes
702117610Sdesinstallcheck: installcheck-recursive
703117610Sdesinstall-strip:
704255376Sdes	if test -z '$(STRIP)'; then \
705255376Sdes	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
706255376Sdes	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
707255376Sdes	      install; \
708255376Sdes	else \
709255376Sdes	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
710255376Sdes	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
711255376Sdes	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
712255376Sdes	fi
713117610Sdesmostlyclean-generic:
714117610Sdes
715117610Sdesclean-generic:
716117610Sdes
717117610Sdesdistclean-generic:
718174832Sdes	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
719228692Sdes	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
720117610Sdes
721117610Sdesmaintainer-clean-generic:
722117610Sdes	@echo "This command is intended for maintainers to use"
723117610Sdes	@echo "it deletes files that may require special tools to rebuild."
724117610Sdesclean: clean-recursive
725117610Sdes
726117610Sdesclean-am: clean-generic clean-libtool mostlyclean-am
727117610Sdes
728117610Sdesdistclean: distclean-recursive
729141098Sdes	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
730141098Sdes	-rm -f Makefile
731141098Sdesdistclean-am: clean-am distclean-generic distclean-hdr \
732141098Sdes	distclean-libtool distclean-tags
733117610Sdes
734117610Sdesdvi: dvi-recursive
735117610Sdes
736117610Sdesdvi-am:
737117610Sdes
738141098Sdeshtml: html-recursive
739141098Sdes
740228692Sdeshtml-am:
741228692Sdes
742117610Sdesinfo: info-recursive
743117610Sdes
744117610Sdesinfo-am:
745117610Sdes
746117610Sdesinstall-data-am:
747117610Sdes
748228692Sdesinstall-dvi: install-dvi-recursive
749228692Sdes
750228692Sdesinstall-dvi-am:
751228692Sdes
752117610Sdesinstall-exec-am:
753117610Sdes
754228692Sdesinstall-html: install-html-recursive
755228692Sdes
756228692Sdesinstall-html-am:
757228692Sdes
758117610Sdesinstall-info: install-info-recursive
759117610Sdes
760228692Sdesinstall-info-am:
761228692Sdes
762117610Sdesinstall-man:
763117610Sdes
764228692Sdesinstall-pdf: install-pdf-recursive
765228692Sdes
766228692Sdesinstall-pdf-am:
767228692Sdes
768228692Sdesinstall-ps: install-ps-recursive
769228692Sdes
770228692Sdesinstall-ps-am:
771228692Sdes
772117610Sdesinstallcheck-am:
773117610Sdes
774117610Sdesmaintainer-clean: maintainer-clean-recursive
775141098Sdes	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
776141098Sdes	-rm -rf $(top_srcdir)/autom4te.cache
777141098Sdes	-rm -f Makefile
778117610Sdesmaintainer-clean-am: distclean-am maintainer-clean-generic
779117610Sdes
780117610Sdesmostlyclean: mostlyclean-recursive
781117610Sdes
782117610Sdesmostlyclean-am: mostlyclean-generic mostlyclean-libtool
783117610Sdes
784141098Sdespdf: pdf-recursive
785141098Sdes
786141098Sdespdf-am:
787141098Sdes
788141098Sdesps: ps-recursive
789141098Sdes
790141098Sdesps-am:
791141098Sdes
792228692Sdesuninstall-am:
793117610Sdes
794255376Sdes.MAKE: $(am__recursive_targets) all install-am install-strip
795117610Sdes
796255376Sdes.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
797255376Sdes	am--refresh check check-am clean clean-cscope clean-generic \
798255376Sdes	clean-libtool cscope cscopelist-am ctags ctags-am dist \
799255376Sdes	dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
800255376Sdes	dist-xz dist-zip distcheck distclean distclean-generic \
801255376Sdes	distclean-hdr distclean-libtool distclean-tags distcleancheck \
802255376Sdes	distdir distuninstallcheck dvi dvi-am html html-am info \
803255376Sdes	info-am install install-am install-data install-data-am \
804255376Sdes	install-dvi install-dvi-am install-exec install-exec-am \
805255376Sdes	install-html install-html-am install-info install-info-am \
806255376Sdes	install-man install-pdf install-pdf-am install-ps \
807255376Sdes	install-ps-am install-strip installcheck installcheck-am \
808255376Sdes	installdirs installdirs-am maintainer-clean \
809255376Sdes	maintainer-clean-generic mostlyclean mostlyclean-generic \
810255376Sdes	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
811255376Sdes	uninstall-am
812117610Sdes
813228692Sdes
814117610Sdes# Tell versions [3.59,3.63) of GNU make to not export all variables.
815117610Sdes# Otherwise a system limit (for SysV at least) may be exceeded.
816117610Sdes.NOEXPORT:
817