Makefile.in revision 302408
1100978Srwatson# Makefile.in generated by automake 1.14 from Makefile.am.
2126097Srwatson# @configure_input@
3145167Srwatson
4163606Srwatson# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5100978Srwatson
6100978Srwatson# This Makefile.in is free software; the Free Software Foundation
7100978Srwatson# gives unlimited permission to copy and/or distribute it,
8100978Srwatson# with or without modifications, as long as this notice is preserved.
9106392Srwatson
10106392Srwatson# This program is distributed in the hope that it will be useful,
11106392Srwatson# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12106392Srwatson# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13100978Srwatson# PARTICULAR PURPOSE.
14147784Srwatson
15147784Srwatson@SET_MAKE@
16147784Srwatson
17100978Srwatson# $Id: Makefile.am 714 2013-08-19 15:30:21Z des $
18100978SrwatsonVPATH = @srcdir@
19100978Srwatsonam__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
20100978Srwatsonam__make_running_with_option = \
21100978Srwatson  case $${target_option-} in \
22100978Srwatson      ?) ;; \
23100978Srwatson      *) echo "am__make_running_with_option: internal error: invalid" \
24100978Srwatson              "target option '$${target_option-}' specified" >&2; \
25100978Srwatson         exit 1;; \
26100978Srwatson  esac; \
27100978Srwatson  has_opt=no; \
28100978Srwatson  sane_makeflags=$$MAKEFLAGS; \
29100978Srwatson  if $(am__is_gnu_make); then \
30100978Srwatson    sane_makeflags=$$MFLAGS; \
31100978Srwatson  else \
32100978Srwatson    case $$MAKEFLAGS in \
33100978Srwatson      *\\[\ \	]*) \
34100978Srwatson        bs=\\; \
35100978Srwatson        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
36100978Srwatson          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
37100978Srwatson    esac; \
38100978Srwatson  fi; \
39100978Srwatson  skip_next=no; \
40145167Srwatson  strip_trailopt () \
41100978Srwatson  { \
42163606Srwatson    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
43163606Srwatson  }; \
44102123Srwatson  for flg in $$sane_makeflags; do \
45102123Srwatson    test $$skip_next = yes && { skip_next=no; continue; }; \
46163606Srwatson    case $$flg in \
47163686Srwatson      *=*|--*) continue;; \
48105693Srwatson        -*I) strip_trailopt 'I'; skip_next=yes;; \
49105693Srwatson      -*I?*) strip_trailopt 'I';; \
50163606Srwatson        -*O) strip_trailopt 'O'; skip_next=yes;; \
51163606Srwatson      -*O?*) strip_trailopt 'O';; \
52105693Srwatson        -*l) strip_trailopt 'l'; skip_next=yes;; \
53168933Srwatson      -*l?*) strip_trailopt 'l';; \
54171047Srwatson      -[dEDm]) skip_next=yes;; \
55100978Srwatson      -[JT]) skip_next=yes;; \
56130585Sphk    esac; \
57100978Srwatson    case $$flg in \
58100978Srwatson      *$$target_option*) has_opt=yes; break;; \
59100978Srwatson    esac; \
60100978Srwatson  done; \
61106468Srwatson  test $$has_opt = yes
62122875Srwatsonam__make_dryrun = (target_option=n; $(am__make_running_with_option))
63100978Srwatsonam__make_keepgoing = (target_option=k; $(am__make_running_with_option))
64145855Srwatsonpkgdatadir = $(datadir)/@PACKAGE@
65166533Srwatsonpkgincludedir = $(includedir)/@PACKAGE@
66113487Srwatsonpkglibdir = $(libdir)/@PACKAGE@
67163606Srwatsonpkglibexecdir = $(libexecdir)/@PACKAGE@
68100978Srwatsonam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
69100978Srwatsoninstall_sh_DATA = $(install_sh) -c -m 644
70137815Srwatsoninstall_sh_PROGRAM = $(install_sh) -c
71137815Srwatsoninstall_sh_SCRIPT = $(install_sh) -c
72100978SrwatsonINSTALL_HEADER = $(INSTALL_DATA)
73137815Srwatsontransform = $(program_transform_name)
74137815SrwatsonNORMAL_INSTALL = :
75100978SrwatsonPRE_INSTALL = :
76100978SrwatsonPOST_INSTALL = :
77126121SpjdNORMAL_UNINSTALL = :
78126121SpjdPRE_UNINSTALL = :
79125293SrwatsonPOST_UNINSTALL = :
80104338Srwatsonbuild_triplet = @build@
81100978Srwatsonhost_triplet = @host@
82100978Srwatsonsubdir = lib
83100978SrwatsonDIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
84100978SrwatsonACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85100978Srwatsonam__aclocal_m4_deps = $(top_srcdir)/configure.ac
86163606Srwatsonam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
87100978Srwatson	$(ACLOCAL_M4)
88100978Srwatsonmkinstalldirs = $(install_sh) -d
89100978SrwatsonCONFIG_HEADER = $(top_builddir)/config.h
90100978SrwatsonCONFIG_CLEAN_FILES =
91163606SrwatsonCONFIG_CLEAN_VPATH_FILES =
92100978SrwatsonAM_V_P = $(am__v_P_@AM_V@)
93172990Srwatsonam__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
94172990Srwatsonam__v_P_0 = false
95172990Srwatsonam__v_P_1 = :
96172990SrwatsonAM_V_GEN = $(am__v_GEN_@AM_V@)
97172930Srwatsonam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
98172990Srwatsonam__v_GEN_0 = @echo "  GEN     " $@;
99172990Srwatsonam__v_GEN_1 = 
100172990SrwatsonAM_V_at = $(am__v_at_@AM_V@)
101172990Srwatsonam__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
102172930Srwatsonam__v_at_0 = @
103100978Srwatsonam__v_at_1 = 
104172930SrwatsonSOURCES =
105147982SrwatsonDIST_SOURCES =
106172930SrwatsonRECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
107107698Srwatson	ctags-recursive dvi-recursive html-recursive info-recursive \
108172930Srwatson	install-data-recursive install-dvi-recursive \
109107698Srwatson	install-exec-recursive install-html-recursive \
110172990Srwatson	install-info-recursive install-pdf-recursive \
111172990Srwatson	install-ps-recursive install-recursive installcheck-recursive \
112172930Srwatson	installdirs-recursive pdf-recursive ps-recursive \
113107698Srwatson	tags-recursive uninstall-recursive
114172990Srwatsonam__can_run_installinfo = \
115172990Srwatson  case $$AM_UPDATE_INFO_DIR in \
116100978Srwatson    n|no|NO) false;; \
117172990Srwatson    *) (install-info --version) >/dev/null 2>&1;; \
118172990Srwatson  esac
119172990SrwatsonRECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
120172990Srwatson  distclean-recursive maintainer-clean-recursive
121172990Srwatsonam__recursive_targets = \
122172990Srwatson  $(RECURSIVE_TARGETS) \
123172990Srwatson  $(RECURSIVE_CLEAN_TARGETS) \
124172990Srwatson  $(am__extra_recursive_targets)
125172990SrwatsonAM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
126100978Srwatson	distdir
127172990Srwatsonam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
128172990Srwatson# Read a list of newline-separated strings from the standard input,
129172990Srwatson# and print each of them once, without duplicates.  Input order is
130172990Srwatson# *not* preserved.
131172990Srwatsonam__uniquify_input = $(AWK) '\
132172990Srwatson  BEGIN { nonempty = 0; } \
133137815Srwatson  { items[$$0] = 1; nonempty = 1; } \
134172930Srwatson  END { if (nonempty) { for (i in items) print i; }; } \
135172990Srwatson'
136172990Srwatson# Make sure the list of sources is unique.  This is necessary because,
137172990Srwatson# e.g., the same source file might be shared among _SOURCES variables
138172930Srwatson# for different programs/libraries.
139172930Srwatsonam__define_uniq_tagged_files = \
140165414Srwatson  list='$(am__tagged_files)'; \
141172930Srwatson  unique=`for i in $$list; do \
142172930Srwatson    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
143172930Srwatson  done | $(am__uniquify_input)`
144172930SrwatsonETAGS = etags
145172990SrwatsonCTAGS = ctags
146172930SrwatsonDIST_SUBDIRS = $(SUBDIRS)
147172930SrwatsonDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
148172990Srwatsonam__relativize = \
149172990Srwatson  dir0=`pwd`; \
150172990Srwatson  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
151172990Srwatson  sed_rest='s,^[^/]*/*,,'; \
152172990Srwatson  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
153172990Srwatson  sed_butlast='s,/*[^/]*$$,,'; \
154172990Srwatson  while test -n "$$dir1"; do \
155172990Srwatson    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
156172990Srwatson    if test "$$first" != "."; then \
157172990Srwatson      if test "$$first" = ".."; then \
158172990Srwatson        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
159172990Srwatson        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
160172990Srwatson      else \
161172930Srwatson        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
162172990Srwatson        if test "$$first2" = "$$first"; then \
163172990Srwatson          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
164172990Srwatson        else \
165172990Srwatson          dir2="../$$dir2"; \
166172990Srwatson        fi; \
167172990Srwatson        dir0="$$dir0"/"$$first"; \
168172990Srwatson      fi; \
169172990Srwatson    fi; \
170172930Srwatson    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
171100978Srwatson  done; \
172172930Srwatson  reldir="$$dir2"
173172930SrwatsonACLOCAL = @ACLOCAL@
174172930SrwatsonAMTAR = @AMTAR@
175172930SrwatsonAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
176172990SrwatsonAR = @AR@
177172990SrwatsonAUTOCONF = @AUTOCONF@
178172990SrwatsonAUTOHEADER = @AUTOHEADER@
179172990SrwatsonAUTOMAKE = @AUTOMAKE@
180172990SrwatsonAWK = @AWK@
181172990SrwatsonCC = @CC@
182172930SrwatsonCCDEPMODE = @CCDEPMODE@
183172930SrwatsonCFLAGS = @CFLAGS@
184172930SrwatsonCPP = @CPP@
185172930SrwatsonCPPFLAGS = @CPPFLAGS@
186172930SrwatsonCRYPTO_LIBS = @CRYPTO_LIBS@
187172930SrwatsonCRYPT_LIBS = @CRYPT_LIBS@
188172990SrwatsonCYGPATH_W = @CYGPATH_W@
189172990SrwatsonDEFS = @DEFS@
190172990SrwatsonDEPDIR = @DEPDIR@
191172990SrwatsonDLLTOOL = @DLLTOOL@
192172990SrwatsonDL_LIBS = @DL_LIBS@
193172990SrwatsonDSYMUTIL = @DSYMUTIL@
194172990SrwatsonDUMPBIN = @DUMPBIN@
195172990SrwatsonECHO_C = @ECHO_C@
196172930SrwatsonECHO_N = @ECHO_N@
197172930SrwatsonECHO_T = @ECHO_T@
198172930SrwatsonEGREP = @EGREP@
199172930SrwatsonEXEEXT = @EXEEXT@
200171047SrwatsonFGREP = @FGREP@
201172930SrwatsonGREP = @GREP@
202172990SrwatsonINSTALL = @INSTALL@
203172990SrwatsonINSTALL_DATA = @INSTALL_DATA@
204172930SrwatsonINSTALL_PROGRAM = @INSTALL_PROGRAM@
205145147SrwatsonINSTALL_SCRIPT = @INSTALL_SCRIPT@
206172930SrwatsonINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
207145147SrwatsonLD = @LD@
208172930SrwatsonLDFLAGS = @LDFLAGS@
209145147SrwatsonLIBOBJS = @LIBOBJS@
210172930SrwatsonLIBS = @LIBS@
211145147SrwatsonLIBTOOL = @LIBTOOL@
212172990SrwatsonLIB_MAJ = @LIB_MAJ@
213172990SrwatsonLIPO = @LIPO@
214172930SrwatsonLN_S = @LN_S@
215145147SrwatsonLTLIBOBJS = @LTLIBOBJS@
216172990SrwatsonMAKEINFO = @MAKEINFO@
217172990SrwatsonMANIFEST_TOOL = @MANIFEST_TOOL@
218172990SrwatsonMKDIR_P = @MKDIR_P@
219172990SrwatsonNM = @NM@
220172930SrwatsonNMEDIT = @NMEDIT@
221100978SrwatsonOBJDUMP = @OBJDUMP@
222172930SrwatsonOBJEXT = @OBJEXT@
223172990SrwatsonOPENPAM_MODULES_DIR = @OPENPAM_MODULES_DIR@
224172990SrwatsonOTOOL = @OTOOL@
225172990SrwatsonOTOOL64 = @OTOOL64@
226172990SrwatsonPACKAGE = @PACKAGE@
227172990SrwatsonPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
228172990SrwatsonPACKAGE_NAME = @PACKAGE_NAME@
229172990SrwatsonPACKAGE_STRING = @PACKAGE_STRING@
230172930SrwatsonPACKAGE_TARNAME = @PACKAGE_TARNAME@
231172930SrwatsonPACKAGE_URL = @PACKAGE_URL@
232168955SrwatsonPACKAGE_VERSION = @PACKAGE_VERSION@
233172930SrwatsonPATH_SEPARATOR = @PATH_SEPARATOR@
234168955SrwatsonRANLIB = @RANLIB@
235172930SrwatsonSED = @SED@
236168955SrwatsonSET_MAKE = @SET_MAKE@
237172930SrwatsonSHELL = @SHELL@
238172930SrwatsonSTRIP = @STRIP@
239172930SrwatsonVERSION = @VERSION@
240172930Srwatsonabs_builddir = @abs_builddir@
241172930Srwatsonabs_srcdir = @abs_srcdir@
242172930Srwatsonabs_top_builddir = @abs_top_builddir@
243172930Srwatsonabs_top_srcdir = @abs_top_srcdir@
244172990Srwatsonac_ct_AR = @ac_ct_AR@
245172990Srwatsonac_ct_CC = @ac_ct_CC@
246172990Srwatsonac_ct_DUMPBIN = @ac_ct_DUMPBIN@
247172990Srwatsonam__include = @am__include@
248172990Srwatsonam__leading_dot = @am__leading_dot@
249172990Srwatsonam__quote = @am__quote@
250172990Srwatsonam__tar = @am__tar@
251172990Srwatsonam__untar = @am__untar@
252172990Srwatsonbindir = @bindir@
253172990Srwatsonbuild = @build@
254172990Srwatsonbuild_alias = @build_alias@
255172990Srwatsonbuild_cpu = @build_cpu@
256172990Srwatsonbuild_os = @build_os@
257172990Srwatsonbuild_vendor = @build_vendor@
258172990Srwatsonbuilddir = @builddir@
259172990Srwatsondatadir = @datadir@
260172990Srwatsondatarootdir = @datarootdir@
261172990Srwatsondocdir = @docdir@
262172990Srwatsondvidir = @dvidir@
263172990Srwatsonexec_prefix = @exec_prefix@
264172990Srwatsonhost = @host@
265172930Srwatsonhost_alias = @host_alias@
266172930Srwatsonhost_cpu = @host_cpu@
267172930Srwatsonhost_os = @host_os@
268172930Srwatsonhost_vendor = @host_vendor@
269172930Srwatsonhtmldir = @htmldir@
270172930Srwatsonincludedir = @includedir@
271172930Srwatsoninfodir = @infodir@
272172930Srwatsoninstall_sh = @install_sh@
273126121Spjdlibdir = @libdir@
274172990Srwatsonlibexecdir = @libexecdir@
275172990Srwatsonlocaledir = @localedir@
276172990Srwatsonlocalstatedir = @localstatedir@
277172990Srwatsonmandir = @mandir@
278172990Srwatsonmkdir_p = @mkdir_p@
279172990Srwatsonoldincludedir = @oldincludedir@
280172990Srwatsonpdfdir = @pdfdir@
281172990Srwatsonprefix = @prefix@
282172990Srwatsonprogram_transform_name = @program_transform_name@
283172990Srwatsonpsdir = @psdir@
284172990Srwatsonsbindir = @sbindir@
285172990Srwatsonsharedstatedir = @sharedstatedir@
286172990Srwatsonsrcdir = @srcdir@
287172990Srwatsonsysconfdir = @sysconfdir@
288172990Srwatsontarget_alias = @target_alias@
289172990Srwatsontop_build_prefix = @top_build_prefix@
290172990Srwatsontop_builddir = @top_builddir@
291172990Srwatsontop_srcdir = @top_srcdir@
292172990SrwatsonSUBDIRS = libpam
293172990Srwatsonall: all-recursive
294172990Srwatson
295172990Srwatson.SUFFIXES:
296172990Srwatson$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
297172990Srwatson	@for dep in $?; do \
298172990Srwatson	  case '$(am__configure_deps)' in \
299172990Srwatson	    *$$dep*) \
300172990Srwatson	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
301172990Srwatson	        && { if test -f $@; then exit 0; else break; fi; }; \
302172990Srwatson	      exit 1;; \
303172990Srwatson	  esac; \
304172990Srwatson	done; \
305172990Srwatson	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/Makefile'; \
306172990Srwatson	$(am__cd) $(top_srcdir) && \
307172990Srwatson	  $(AUTOMAKE) --foreign lib/Makefile
308172990Srwatson.PRECIOUS: Makefile
309172990SrwatsonMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
310172990Srwatson	@case '$?' in \
311172990Srwatson	  *config.status*) \
312172990Srwatson	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
313172990Srwatson	  *) \
314172990Srwatson	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
315172990Srwatson	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
316172990Srwatson	esac;
317172990Srwatson
318172990Srwatson$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
319172990Srwatson	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
320172990Srwatson
321172990Srwatson$(top_srcdir)/configure:  $(am__configure_deps)
322172990Srwatson	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
323172990Srwatson$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
324172990Srwatson	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
325172990Srwatson$(am__aclocal_m4_deps):
326172990Srwatson
327172990Srwatsonmostlyclean-libtool:
328172930Srwatson	-rm -f *.lo
329106212Srwatson
330172930Srwatsonclean-libtool:
331172930Srwatson	-rm -rf .libs _libs
332172930Srwatson
333100978Srwatson# This directory's subdirectories are mostly independent; you can cd
334172930Srwatson# into them and run 'make' without going through this Makefile.
335100978Srwatson# To change the values of 'make' variables: instead of editing Makefiles,
336172930Srwatson# (1) if the variable is set in 'config.status', edit 'config.status'
337119198Srwatson#     (which will cause the Makefiles to be regenerated when you run 'make');
338172930Srwatson# (2) otherwise, pass the desired values on the 'make' command line.
339106468Srwatson$(am__recursive_targets):
340172930Srwatson	@fail=; \
341100978Srwatson	if $(am__make_keepgoing); then \
342172930Srwatson	  failcom='fail=yes'; \
343100978Srwatson	else \
344172930Srwatson	  failcom='exit 1'; \
345104529Srwatson	fi; \
346172930Srwatson	dot_seen=no; \
347119198Srwatson	target=`echo $@ | sed s/-recursive//`; \
348172930Srwatson	case "$@" in \
349100978Srwatson	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
350172930Srwatson	  *) list='$(SUBDIRS)' ;; \
351168955Srwatson	esac; \
352172930Srwatson	for subdir in $$list; do \
353104546Srwatson	  echo "Making $$target in $$subdir"; \
354172930Srwatson	  if test "$$subdir" = "."; then \
355106212Srwatson	    dot_seen=yes; \
356172930Srwatson	    local_target="$$target-am"; \
357102129Srwatson	  else \
358172930Srwatson	    local_target="$$target"; \
359102129Srwatson	  fi; \
360172930Srwatson	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
361172930Srwatson	  || eval $$failcom; \
362172930Srwatson	done; \
363100978Srwatson	if test "$$dot_seen" = "no"; then \
364172930Srwatson	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
365100978Srwatson	fi; test -z "$$fail"
366172930Srwatson
367172930SrwatsonID: $(am__tagged_files)
368100978Srwatson	$(am__define_uniq_tagged_files); mkid -fID $$unique
369172930Srwatsontags: tags-recursive
370100978SrwatsonTAGS: tags
371172930Srwatson
372100978Srwatsontags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
373172930Srwatson	set x; \
374100978Srwatson	here=`pwd`; \
375172930Srwatson	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
376100978Srwatson	  include_option=--etags-include; \
377172930Srwatson	  empty_fix=.; \
378100978Srwatson	else \
379172930Srwatson	  include_option=--include; \
380102129Srwatson	  empty_fix=; \
381172930Srwatson	fi; \
382172107Srwatson	list='$(SUBDIRS)'; for subdir in $$list; do \
383172930Srwatson	  if test "$$subdir" = .; then :; else \
384102129Srwatson	    test ! -f $$subdir/TAGS || \
385172990Srwatson	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
386172990Srwatson	  fi; \
387172990Srwatson	done; \
388172990Srwatson	$(am__define_uniq_tagged_files); \
389172990Srwatson	shift; \
390172990Srwatson	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
391172990Srwatson	  test -n "$$unique" || unique=$$empty_fix; \
392172990Srwatson	  if test $$# -gt 0; then \
393172990Srwatson	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
394172990Srwatson	      "$$@" $$unique; \
395172990Srwatson	  else \
396172990Srwatson	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
397172990Srwatson	      $$unique; \
398172990Srwatson	  fi; \
399172990Srwatson	fi
400172990Srwatsonctags: ctags-recursive
401172990Srwatson
402172990SrwatsonCTAGS: ctags
403172990Srwatsonctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
404107271Srwatson	$(am__define_uniq_tagged_files); \
405100978Srwatson	test -z "$(CTAGS_ARGS)$$unique" \
406100978Srwatson	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
407165414Srwatson	     $$unique
408165414Srwatson
409100978SrwatsonGTAGS:
410100978Srwatson	here=`$(am__cd) $(top_builddir) && pwd` \
411100978Srwatson	  && $(am__cd) $(top_srcdir) \
412163606Srwatson	  && gtags -i $(GTAGS_ARGS) "$$here"
413cscopelist: cscopelist-recursive
414
415cscopelist-am: $(am__tagged_files)
416	list='$(am__tagged_files)'; \
417	case "$(srcdir)" in \
418	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
419	  *) sdir=$(subdir)/$(srcdir) ;; \
420	esac; \
421	for i in $$list; do \
422	  if test -f "$$i"; then \
423	    echo "$(subdir)/$$i"; \
424	  else \
425	    echo "$$sdir/$$i"; \
426	  fi; \
427	done >> $(top_builddir)/cscope.files
428
429distclean-tags:
430	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
431
432distdir: $(DISTFILES)
433	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
434	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
435	list='$(DISTFILES)'; \
436	  dist_files=`for file in $$list; do echo $$file; done | \
437	  sed -e "s|^$$srcdirstrip/||;t" \
438	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
439	case $$dist_files in \
440	  */*) $(MKDIR_P) `echo "$$dist_files" | \
441			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
442			   sort -u` ;; \
443	esac; \
444	for file in $$dist_files; do \
445	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
446	  if test -d $$d/$$file; then \
447	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
448	    if test -d "$(distdir)/$$file"; then \
449	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
450	    fi; \
451	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
452	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
453	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
454	    fi; \
455	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
456	  else \
457	    test -f "$(distdir)/$$file" \
458	    || cp -p $$d/$$file "$(distdir)/$$file" \
459	    || exit 1; \
460	  fi; \
461	done
462	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
463	  if test "$$subdir" = .; then :; else \
464	    $(am__make_dryrun) \
465	      || test -d "$(distdir)/$$subdir" \
466	      || $(MKDIR_P) "$(distdir)/$$subdir" \
467	      || exit 1; \
468	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
469	    $(am__relativize); \
470	    new_distdir=$$reldir; \
471	    dir1=$$subdir; dir2="$(top_distdir)"; \
472	    $(am__relativize); \
473	    new_top_distdir=$$reldir; \
474	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
475	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
476	    ($(am__cd) $$subdir && \
477	      $(MAKE) $(AM_MAKEFLAGS) \
478	        top_distdir="$$new_top_distdir" \
479	        distdir="$$new_distdir" \
480		am__remove_distdir=: \
481		am__skip_length_check=: \
482		am__skip_mode_fix=: \
483	        distdir) \
484	      || exit 1; \
485	  fi; \
486	done
487check-am: all-am
488check: check-recursive
489all-am: Makefile
490installdirs: installdirs-recursive
491installdirs-am:
492install: install-recursive
493install-exec: install-exec-recursive
494install-data: install-data-recursive
495uninstall: uninstall-recursive
496
497install-am: all-am
498	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
499
500installcheck: installcheck-recursive
501install-strip:
502	if test -z '$(STRIP)'; then \
503	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
504	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
505	      install; \
506	else \
507	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
508	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
509	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
510	fi
511mostlyclean-generic:
512
513clean-generic:
514
515distclean-generic:
516	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
517	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
518
519maintainer-clean-generic:
520	@echo "This command is intended for maintainers to use"
521	@echo "it deletes files that may require special tools to rebuild."
522clean: clean-recursive
523
524clean-am: clean-generic clean-libtool mostlyclean-am
525
526distclean: distclean-recursive
527	-rm -f Makefile
528distclean-am: clean-am distclean-generic distclean-tags
529
530dvi: dvi-recursive
531
532dvi-am:
533
534html: html-recursive
535
536html-am:
537
538info: info-recursive
539
540info-am:
541
542install-data-am:
543
544install-dvi: install-dvi-recursive
545
546install-dvi-am:
547
548install-exec-am:
549
550install-html: install-html-recursive
551
552install-html-am:
553
554install-info: install-info-recursive
555
556install-info-am:
557
558install-man:
559
560install-pdf: install-pdf-recursive
561
562install-pdf-am:
563
564install-ps: install-ps-recursive
565
566install-ps-am:
567
568installcheck-am:
569
570maintainer-clean: maintainer-clean-recursive
571	-rm -f Makefile
572maintainer-clean-am: distclean-am maintainer-clean-generic
573
574mostlyclean: mostlyclean-recursive
575
576mostlyclean-am: mostlyclean-generic mostlyclean-libtool
577
578pdf: pdf-recursive
579
580pdf-am:
581
582ps: ps-recursive
583
584ps-am:
585
586uninstall-am:
587
588.MAKE: $(am__recursive_targets) install-am install-strip
589
590.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
591	check-am clean clean-generic clean-libtool cscopelist-am ctags \
592	ctags-am distclean distclean-generic distclean-libtool \
593	distclean-tags distdir dvi dvi-am html html-am info info-am \
594	install install-am install-data install-data-am install-dvi \
595	install-dvi-am install-exec install-exec-am install-html \
596	install-html-am install-info install-info-am install-man \
597	install-pdf install-pdf-am install-ps install-ps-am \
598	install-strip installcheck installcheck-am installdirs \
599	installdirs-am maintainer-clean maintainer-clean-generic \
600	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
601	ps ps-am tags tags-am uninstall uninstall-am
602
603
604# Tell versions [3.59,3.63) of GNU make to not export all variables.
605# Otherwise a system limit (for SysV at least) may be exceeded.
606.NOEXPORT:
607