Makefile.in revision 228692
1228692Sdes# Makefile.in generated by automake 1.11.1 from Makefile.am.
2141098Sdes# @configure_input@
3117610Sdes
4141098Sdes# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5228692Sdes# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6228692Sdes# Inc.
7117610Sdes# This Makefile.in is free software; the Free Software Foundation
8117610Sdes# gives unlimited permission to copy and/or distribute it,
9117610Sdes# with or without modifications, as long as this notice is preserved.
10117610Sdes
11117610Sdes# This program is distributed in the hope that it will be useful,
12117610Sdes# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13117610Sdes# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14117610Sdes# PARTICULAR PURPOSE.
15117610Sdes
16117610Sdes@SET_MAKE@
17147455Sdes
18228692Sdes# $Id: Makefile.am 428 2010-03-09 17:32:17Z des $
19117610SdesVPATH = @srcdir@
20117610Sdespkgdatadir = $(datadir)/@PACKAGE@
21228692Sdespkgincludedir = $(includedir)/@PACKAGE@
22117610Sdespkglibdir = $(libdir)/@PACKAGE@
23228692Sdespkglibexecdir = $(libexecdir)/@PACKAGE@
24141098Sdesam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25141098Sdesinstall_sh_DATA = $(install_sh) -c -m 644
26141098Sdesinstall_sh_PROGRAM = $(install_sh) -c
27141098Sdesinstall_sh_SCRIPT = $(install_sh) -c
28117610SdesINSTALL_HEADER = $(INSTALL_DATA)
29141098Sdestransform = $(program_transform_name)
30117610SdesNORMAL_INSTALL = :
31117610SdesPRE_INSTALL = :
32117610SdesPOST_INSTALL = :
33117610SdesNORMAL_UNINSTALL = :
34117610SdesPRE_UNINSTALL = :
35117610SdesPOST_UNINSTALL = :
36117610Sdesbuild_triplet = @build@
37117610Sdeshost_triplet = @host@
38174832Sdes@WITH_DOC_TRUE@am__append_1 = doc
39228692Sdessubdir = .
40141098SdesDIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
41141098Sdes	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
42228692Sdes	$(top_srcdir)/configure INSTALL config.guess config.sub \
43228692Sdes	depcomp install-sh ltmain.sh missing
44141098SdesACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45141098Sdesam__aclocal_m4_deps = $(top_srcdir)/configure.ac
46141098Sdesam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47141098Sdes	$(ACLOCAL_M4)
48141098Sdesam__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
49228692Sdes configure.lineno config.status.lineno
50174832Sdesmkinstalldirs = $(install_sh) -d
51141098SdesCONFIG_HEADER = config.h
52141098SdesCONFIG_CLEAN_FILES =
53228692SdesCONFIG_CLEAN_VPATH_FILES =
54141098SdesSOURCES =
55141098SdesDIST_SOURCES =
56141098SdesRECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
57141098Sdes	html-recursive info-recursive install-data-recursive \
58228692Sdes	install-dvi-recursive install-exec-recursive \
59228692Sdes	install-html-recursive install-info-recursive \
60228692Sdes	install-pdf-recursive install-ps-recursive install-recursive \
61228692Sdes	installcheck-recursive installdirs-recursive pdf-recursive \
62228692Sdes	ps-recursive uninstall-recursive
63228692SdesRECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
64228692Sdes  distclean-recursive maintainer-clean-recursive
65228692SdesAM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
66228692Sdes	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
67228692Sdes	distdir dist dist-all distcheck
68141098SdesETAGS = etags
69141098SdesCTAGS = ctags
70174832SdesDIST_SUBDIRS = lib bin modules include doc
71141098SdesDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
72141098Sdesdistdir = $(PACKAGE)-$(VERSION)
73141098Sdestop_distdir = $(distdir)
74141098Sdesam__remove_distdir = \
75228692Sdes  { test ! -d "$(distdir)" \
76228692Sdes    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
77228692Sdes         && rm -fr "$(distdir)"; }; }
78228692Sdesam__relativize = \
79228692Sdes  dir0=`pwd`; \
80228692Sdes  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
81228692Sdes  sed_rest='s,^[^/]*/*,,'; \
82228692Sdes  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
83228692Sdes  sed_butlast='s,/*[^/]*$$,,'; \
84228692Sdes  while test -n "$$dir1"; do \
85228692Sdes    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
86228692Sdes    if test "$$first" != "."; then \
87228692Sdes      if test "$$first" = ".."; then \
88228692Sdes        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
89228692Sdes        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
90228692Sdes      else \
91228692Sdes        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
92228692Sdes        if test "$$first2" = "$$first"; then \
93228692Sdes          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
94228692Sdes        else \
95228692Sdes          dir2="../$$dir2"; \
96228692Sdes        fi; \
97228692Sdes        dir0="$$dir0"/"$$first"; \
98228692Sdes      fi; \
99228692Sdes    fi; \
100228692Sdes    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
101228692Sdes  done; \
102228692Sdes  reldir="$$dir2"
103141098SdesDIST_ARCHIVES = $(distdir).tar.gz
104141098SdesGZIP_ENV = --best
105141098Sdesdistuninstallcheck_listfiles = find . -type f -print
106141098Sdesdistcleancheck_listfiles = find . -type f -print
107141098SdesACLOCAL = @ACLOCAL@
108117610SdesAMTAR = @AMTAR@
109141098SdesAR = @AR@
110141098SdesAUTOCONF = @AUTOCONF@
111141098SdesAUTOHEADER = @AUTOHEADER@
112141098SdesAUTOMAKE = @AUTOMAKE@
113117610SdesAWK = @AWK@
114117610SdesCC = @CC@
115141098SdesCCDEPMODE = @CCDEPMODE@
116117610SdesCFLAGS = @CFLAGS@
117141098SdesCPP = @CPP@
118117610SdesCPPFLAGS = @CPPFLAGS@
119117610SdesCRYPT_LIBS = @CRYPT_LIBS@
120141098SdesCYGPATH_W = @CYGPATH_W@
121141098SdesDEFS = @DEFS@
122117610SdesDEPDIR = @DEPDIR@
123228692SdesDLLTOOL = @DLLTOOL@
124117610SdesDL_LIBS = @DL_LIBS@
125228692SdesDSYMUTIL = @DSYMUTIL@
126228692SdesDUMPBIN = @DUMPBIN@
127141098SdesECHO_C = @ECHO_C@
128141098SdesECHO_N = @ECHO_N@
129141098SdesECHO_T = @ECHO_T@
130141098SdesEGREP = @EGREP@
131117610SdesEXEEXT = @EXEEXT@
132228692SdesFGREP = @FGREP@
133174832SdesGREP = @GREP@
134228692SdesINSTALL = @INSTALL@
135141098SdesINSTALL_DATA = @INSTALL_DATA@
136141098SdesINSTALL_PROGRAM = @INSTALL_PROGRAM@
137141098SdesINSTALL_SCRIPT = @INSTALL_SCRIPT@
138117610SdesINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
139228692SdesLD = @LD@
140141098SdesLDFLAGS = @LDFLAGS@
141141098SdesLIBOBJS = @LIBOBJS@
142141098SdesLIBS = @LIBS@
143117610SdesLIBTOOL = @LIBTOOL@
144117610SdesLIB_MAJ = @LIB_MAJ@
145228692SdesLIPO = @LIPO@
146117610SdesLN_S = @LN_S@
147141098SdesLTLIBOBJS = @LTLIBOBJS@
148141098SdesMAKEINFO = @MAKEINFO@
149228692SdesMANIFEST_TOOL = @MANIFEST_TOOL@
150228692SdesMKDIR_P = @MKDIR_P@
151228692SdesNM = @NM@
152228692SdesNMEDIT = @NMEDIT@
153228692SdesOBJDUMP = @OBJDUMP@
154117610SdesOBJEXT = @OBJEXT@
155117610SdesOPENPAM_MODULES_DIR = @OPENPAM_MODULES_DIR@
156228692SdesOTOOL = @OTOOL@
157228692SdesOTOOL64 = @OTOOL64@
158117610SdesPACKAGE = @PACKAGE@
159141098SdesPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
160141098SdesPACKAGE_NAME = @PACKAGE_NAME@
161141098SdesPACKAGE_STRING = @PACKAGE_STRING@
162141098SdesPACKAGE_TARNAME = @PACKAGE_TARNAME@
163228692SdesPACKAGE_URL = @PACKAGE_URL@
164141098SdesPACKAGE_VERSION = @PACKAGE_VERSION@
165141098SdesPATH_SEPARATOR = @PATH_SEPARATOR@
166117610SdesRANLIB = @RANLIB@
167174832SdesSED = @SED@
168141098SdesSET_MAKE = @SET_MAKE@
169141098SdesSHELL = @SHELL@
170141098SdesSTRIP = @STRIP@
171117610SdesVERSION = @VERSION@
172228692Sdesabs_builddir = @abs_builddir@
173228692Sdesabs_srcdir = @abs_srcdir@
174228692Sdesabs_top_builddir = @abs_top_builddir@
175228692Sdesabs_top_srcdir = @abs_top_srcdir@
176228692Sdesac_ct_AR = @ac_ct_AR@
177141098Sdesac_ct_CC = @ac_ct_CC@
178228692Sdesac_ct_DUMPBIN = @ac_ct_DUMPBIN@
179117610Sdesam__include = @am__include@
180141098Sdesam__leading_dot = @am__leading_dot@
181117610Sdesam__quote = @am__quote@
182174832Sdesam__tar = @am__tar@
183174832Sdesam__untar = @am__untar@
184141098Sdesbindir = @bindir@
185141098Sdesbuild = @build@
186141098Sdesbuild_alias = @build_alias@
187141098Sdesbuild_cpu = @build_cpu@
188141098Sdesbuild_os = @build_os@
189141098Sdesbuild_vendor = @build_vendor@
190228692Sdesbuilddir = @builddir@
191141098Sdesdatadir = @datadir@
192174832Sdesdatarootdir = @datarootdir@
193174832Sdesdocdir = @docdir@
194174832Sdesdvidir = @dvidir@
195141098Sdesexec_prefix = @exec_prefix@
196141098Sdeshost = @host@
197141098Sdeshost_alias = @host_alias@
198141098Sdeshost_cpu = @host_cpu@
199141098Sdeshost_os = @host_os@
200141098Sdeshost_vendor = @host_vendor@
201174832Sdeshtmldir = @htmldir@
202141098Sdesincludedir = @includedir@
203141098Sdesinfodir = @infodir@
204117610Sdesinstall_sh = @install_sh@
205141098Sdeslibdir = @libdir@
206141098Sdeslibexecdir = @libexecdir@
207174832Sdeslocaledir = @localedir@
208141098Sdeslocalstatedir = @localstatedir@
209141098Sdesmandir = @mandir@
210141098Sdesmkdir_p = @mkdir_p@
211141098Sdesoldincludedir = @oldincludedir@
212174832Sdespdfdir = @pdfdir@
213141098Sdesprefix = @prefix@
214141098Sdesprogram_transform_name = @program_transform_name@
215174832Sdespsdir = @psdir@
216141098Sdessbindir = @sbindir@
217141098Sdessharedstatedir = @sharedstatedir@
218228692Sdessrcdir = @srcdir@
219141098Sdessysconfdir = @sysconfdir@
220141098Sdestarget_alias = @target_alias@
221228692Sdestop_build_prefix = @top_build_prefix@
222228692Sdestop_builddir = @top_builddir@
223228692Sdestop_srcdir = @top_srcdir@
224228692SdesACLOCAL_AMFLAGS = -I m4
225174832SdesSUBDIRS = lib bin modules include $(am__append_1)
226174832SdesEXTRA_DIST = \
227174832Sdes	CREDITS \
228174832Sdes	HISTORY \
229174832Sdes	INSTALL \
230174832Sdes	LICENSE \
231174832Sdes	README \
232174832Sdes	RELNOTES \
233174832Sdes	autogen.sh \
234174832Sdes	misc/gendoc.pl
235174832Sdes
236117610Sdesall: config.h
237117610Sdes	$(MAKE) $(AM_MAKEFLAGS) all-recursive
238117610Sdes
239117610Sdes.SUFFIXES:
240141098Sdesam--refresh:
241141098Sdes	@:
242141098Sdes$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
243141098Sdes	@for dep in $?; do \
244141098Sdes	  case '$(am__configure_deps)' in \
245141098Sdes	    *$$dep*) \
246228692Sdes	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
247228692Sdes	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
248141098Sdes		&& exit 0; \
249141098Sdes	      exit 1;; \
250141098Sdes	  esac; \
251141098Sdes	done; \
252228692Sdes	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
253228692Sdes	$(am__cd) $(top_srcdir) && \
254228692Sdes	  $(AUTOMAKE) --foreign Makefile
255141098Sdes.PRECIOUS: Makefile
256141098SdesMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
257141098Sdes	@case '$?' in \
258141098Sdes	  *config.status*) \
259141098Sdes	    echo ' $(SHELL) ./config.status'; \
260141098Sdes	    $(SHELL) ./config.status;; \
261141098Sdes	  *) \
262141098Sdes	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
263141098Sdes	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
264141098Sdes	esac;
265117610Sdes
266141098Sdes$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
267117610Sdes	$(SHELL) ./config.status --recheck
268141098Sdes
269141098Sdes$(top_srcdir)/configure:  $(am__configure_deps)
270228692Sdes	$(am__cd) $(srcdir) && $(AUTOCONF)
271141098Sdes$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
272228692Sdes	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
273228692Sdes$(am__aclocal_m4_deps):
274117610Sdes
275141098Sdesconfig.h: stamp-h1
276117610Sdes	@if test ! -f $@; then \
277141098Sdes	  rm -f stamp-h1; \
278228692Sdes	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
279117610Sdes	else :; fi
280141098Sdes
281141098Sdesstamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
282141098Sdes	@rm -f stamp-h1
283141098Sdes	cd $(top_builddir) && $(SHELL) ./config.status config.h
284141098Sdes$(srcdir)/config.h.in:  $(am__configure_deps) 
285228692Sdes	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
286141098Sdes	rm -f stamp-h1
287141098Sdes	touch $@
288117610Sdes
289117610Sdesdistclean-hdr:
290141098Sdes	-rm -f config.h stamp-h1
291141098Sdes
292141098Sdesmostlyclean-libtool:
293141098Sdes	-rm -f *.lo
294141098Sdes
295141098Sdesclean-libtool:
296141098Sdes	-rm -rf .libs _libs
297141098Sdes
298141098Sdesdistclean-libtool:
299228692Sdes	-rm -f libtool config.lt
300117610Sdes
301117610Sdes# This directory's subdirectories are mostly independent; you can cd
302117610Sdes# into them and run `make' without going through this Makefile.
303117610Sdes# To change the values of `make' variables: instead of editing Makefiles,
304117610Sdes# (1) if the variable is set in `config.status', edit `config.status'
305117610Sdes#     (which will cause the Makefiles to be regenerated when you run `make');
306117610Sdes# (2) otherwise, pass the desired values on the `make' command line.
307117610Sdes$(RECURSIVE_TARGETS):
308228692Sdes	@fail= failcom='exit 1'; \
309174832Sdes	for f in x $$MAKEFLAGS; do \
310174832Sdes	  case $$f in \
311174832Sdes	    *=* | --[!k]*);; \
312174832Sdes	    *k*) failcom='fail=yes';; \
313174832Sdes	  esac; \
314174832Sdes	done; \
315117610Sdes	dot_seen=no; \
316117610Sdes	target=`echo $@ | sed s/-recursive//`; \
317117610Sdes	list='$(SUBDIRS)'; for subdir in $$list; do \
318117610Sdes	  echo "Making $$target in $$subdir"; \
319117610Sdes	  if test "$$subdir" = "."; then \
320117610Sdes	    dot_seen=yes; \
321117610Sdes	    local_target="$$target-am"; \
322117610Sdes	  else \
323117610Sdes	    local_target="$$target"; \
324117610Sdes	  fi; \
325228692Sdes	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
326174832Sdes	  || eval $$failcom; \
327117610Sdes	done; \
328117610Sdes	if test "$$dot_seen" = "no"; then \
329117610Sdes	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
330117610Sdes	fi; test -z "$$fail"
331117610Sdes
332228692Sdes$(RECURSIVE_CLEAN_TARGETS):
333228692Sdes	@fail= failcom='exit 1'; \
334174832Sdes	for f in x $$MAKEFLAGS; do \
335174832Sdes	  case $$f in \
336174832Sdes	    *=* | --[!k]*);; \
337174832Sdes	    *k*) failcom='fail=yes';; \
338174832Sdes	  esac; \
339174832Sdes	done; \
340117610Sdes	dot_seen=no; \
341117610Sdes	case "$@" in \
342117610Sdes	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
343117610Sdes	  *) list='$(SUBDIRS)' ;; \
344117610Sdes	esac; \
345117610Sdes	rev=''; for subdir in $$list; do \
346117610Sdes	  if test "$$subdir" = "."; then :; else \
347117610Sdes	    rev="$$subdir $$rev"; \
348117610Sdes	  fi; \
349117610Sdes	done; \
350117610Sdes	rev="$$rev ."; \
351117610Sdes	target=`echo $@ | sed s/-recursive//`; \
352117610Sdes	for subdir in $$rev; do \
353117610Sdes	  echo "Making $$target in $$subdir"; \
354117610Sdes	  if test "$$subdir" = "."; then \
355117610Sdes	    local_target="$$target-am"; \
356117610Sdes	  else \
357117610Sdes	    local_target="$$target"; \
358117610Sdes	  fi; \
359228692Sdes	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
360174832Sdes	  || eval $$failcom; \
361117610Sdes	done && test -z "$$fail"
362117610Sdestags-recursive:
363117610Sdes	list='$(SUBDIRS)'; for subdir in $$list; do \
364228692Sdes	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
365117610Sdes	done
366141098Sdesctags-recursive:
367141098Sdes	list='$(SUBDIRS)'; for subdir in $$list; do \
368228692Sdes	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
369141098Sdes	done
370117610Sdes
371117610SdesID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
372141098Sdes	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
373117610Sdes	unique=`for i in $$list; do \
374117610Sdes	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
375117610Sdes	  done | \
376228692Sdes	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
377228692Sdes	      END { if (nonempty) { for (i in files) print i; }; }'`; \
378141098Sdes	mkid -fID $$unique
379141098Sdestags: TAGS
380117610Sdes
381117610SdesTAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
382117610Sdes		$(TAGS_FILES) $(LISP)
383228692Sdes	set x; \
384117610Sdes	here=`pwd`; \
385141098Sdes	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
386141098Sdes	  include_option=--etags-include; \
387141098Sdes	  empty_fix=.; \
388141098Sdes	else \
389141098Sdes	  include_option=--include; \
390141098Sdes	  empty_fix=; \
391141098Sdes	fi; \
392117610Sdes	list='$(SUBDIRS)'; for subdir in $$list; do \
393117610Sdes	  if test "$$subdir" = .; then :; else \
394141098Sdes	    test ! -f $$subdir/TAGS || \
395228692Sdes	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
396117610Sdes	  fi; \
397117610Sdes	done; \
398141098Sdes	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
399117610Sdes	unique=`for i in $$list; do \
400117610Sdes	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
401117610Sdes	  done | \
402228692Sdes	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
403228692Sdes	      END { if (nonempty) { for (i in files) print i; }; }'`; \
404228692Sdes	shift; \
405228692Sdes	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
406141098Sdes	  test -n "$$unique" || unique=$$empty_fix; \
407228692Sdes	  if test $$# -gt 0; then \
408228692Sdes	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
409228692Sdes	      "$$@" $$unique; \
410228692Sdes	  else \
411228692Sdes	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
412228692Sdes	      $$unique; \
413228692Sdes	  fi; \
414141098Sdes	fi
415141098Sdesctags: CTAGS
416141098SdesCTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
417141098Sdes		$(TAGS_FILES) $(LISP)
418141098Sdes	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
419141098Sdes	unique=`for i in $$list; do \
420141098Sdes	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
421141098Sdes	  done | \
422228692Sdes	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
423228692Sdes	      END { if (nonempty) { for (i in files) print i; }; }'`; \
424228692Sdes	test -z "$(CTAGS_ARGS)$$unique" \
425141098Sdes	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
426228692Sdes	     $$unique
427117610Sdes
428117610SdesGTAGS:
429141098Sdes	here=`$(am__cd) $(top_builddir) && pwd` \
430228692Sdes	  && $(am__cd) $(top_srcdir) \
431228692Sdes	  && gtags -i $(GTAGS_ARGS) "$$here"
432117610Sdes
433117610Sdesdistclean-tags:
434141098Sdes	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
435117610Sdes
436117610Sdesdistdir: $(DISTFILES)
437141098Sdes	$(am__remove_distdir)
438228692Sdes	test -d "$(distdir)" || mkdir "$(distdir)"
439228692Sdes	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
440228692Sdes	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
441228692Sdes	list='$(DISTFILES)'; \
442228692Sdes	  dist_files=`for file in $$list; do echo $$file; done | \
443228692Sdes	  sed -e "s|^$$srcdirstrip/||;t" \
444228692Sdes	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
445228692Sdes	case $$dist_files in \
446228692Sdes	  */*) $(MKDIR_P) `echo "$$dist_files" | \
447228692Sdes			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
448228692Sdes			   sort -u` ;; \
449228692Sdes	esac; \
450228692Sdes	for file in $$dist_files; do \
451141098Sdes	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
452117610Sdes	  if test -d $$d/$$file; then \
453228692Sdes	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
454228692Sdes	    if test -d "$(distdir)/$$file"; then \
455228692Sdes	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
456228692Sdes	    fi; \
457141098Sdes	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
458228692Sdes	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
459228692Sdes	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
460141098Sdes	    fi; \
461228692Sdes	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
462117610Sdes	  else \
463228692Sdes	    test -f "$(distdir)/$$file" \
464228692Sdes	    || cp -p $$d/$$file "$(distdir)/$$file" \
465117610Sdes	    || exit 1; \
466117610Sdes	  fi; \
467117610Sdes	done
468228692Sdes	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
469117610Sdes	  if test "$$subdir" = .; then :; else \
470141098Sdes	    test -d "$(distdir)/$$subdir" \
471228692Sdes	    || $(MKDIR_P) "$(distdir)/$$subdir" \
472117610Sdes	    || exit 1; \
473228692Sdes	  fi; \
474228692Sdes	done
475228692Sdes	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
476228692Sdes	  if test "$$subdir" = .; then :; else \
477228692Sdes	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
478228692Sdes	    $(am__relativize); \
479228692Sdes	    new_distdir=$$reldir; \
480228692Sdes	    dir1=$$subdir; dir2="$(top_distdir)"; \
481228692Sdes	    $(am__relativize); \
482228692Sdes	    new_top_distdir=$$reldir; \
483228692Sdes	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
484228692Sdes	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
485228692Sdes	    ($(am__cd) $$subdir && \
486117610Sdes	      $(MAKE) $(AM_MAKEFLAGS) \
487228692Sdes	        top_distdir="$$new_top_distdir" \
488228692Sdes	        distdir="$$new_distdir" \
489228692Sdes		am__remove_distdir=: \
490228692Sdes		am__skip_length_check=: \
491228692Sdes		am__skip_mode_fix=: \
492117610Sdes	        distdir) \
493117610Sdes	      || exit 1; \
494117610Sdes	  fi; \
495117610Sdes	done
496228692Sdes	-test -n "$(am__skip_mode_fix)" \
497228692Sdes	|| find "$(distdir)" -type d ! -perm -755 \
498228692Sdes		-exec chmod u+rwx,go+rx {} \; -o \
499117610Sdes	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
500117610Sdes	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
501228692Sdes	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
502228692Sdes	|| chmod -R a+r "$(distdir)"
503141098Sdesdist-gzip: distdir
504174832Sdes	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
505141098Sdes	$(am__remove_distdir)
506117610Sdes
507141098Sdesdist-bzip2: distdir
508174832Sdes	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
509141098Sdes	$(am__remove_distdir)
510141098Sdes
511228692Sdesdist-lzma: distdir
512228692Sdes	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
513228692Sdes	$(am__remove_distdir)
514228692Sdes
515228692Sdesdist-xz: distdir
516228692Sdes	tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
517228692Sdes	$(am__remove_distdir)
518228692Sdes
519141098Sdesdist-tarZ: distdir
520174832Sdes	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
521141098Sdes	$(am__remove_distdir)
522141098Sdes
523141098Sdesdist-shar: distdir
524141098Sdes	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
525141098Sdes	$(am__remove_distdir)
526141098Sdes
527141098Sdesdist-zip: distdir
528141098Sdes	-rm -f $(distdir).zip
529141098Sdes	zip -rq $(distdir).zip $(distdir)
530141098Sdes	$(am__remove_distdir)
531141098Sdes
532141098Sdesdist dist-all: distdir
533174832Sdes	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
534141098Sdes	$(am__remove_distdir)
535141098Sdes
536117610Sdes# This target untars the dist file and tries a VPATH configuration.  Then
537117610Sdes# it guarantees that the distribution is self-contained by making another
538117610Sdes# tarfile.
539117610Sdesdistcheck: dist
540141098Sdes	case '$(DIST_ARCHIVES)' in \
541141098Sdes	*.tar.gz*) \
542228692Sdes	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
543141098Sdes	*.tar.bz2*) \
544228692Sdes	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
545228692Sdes	*.tar.lzma*) \
546228692Sdes	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
547228692Sdes	*.tar.xz*) \
548228692Sdes	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
549141098Sdes	*.tar.Z*) \
550174832Sdes	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
551141098Sdes	*.shar.gz*) \
552228692Sdes	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
553141098Sdes	*.zip*) \
554141098Sdes	  unzip $(distdir).zip ;;\
555141098Sdes	esac
556117610Sdes	chmod -R a-w $(distdir); chmod a+w $(distdir)
557141098Sdes	mkdir $(distdir)/_build
558141098Sdes	mkdir $(distdir)/_inst
559117610Sdes	chmod a-w $(distdir)
560228692Sdes	test -d $(distdir)/_build || exit 0; \
561141098Sdes	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
562141098Sdes	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
563228692Sdes	  && am__cwd=`pwd` \
564228692Sdes	  && $(am__cd) $(distdir)/_build \
565141098Sdes	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
566141098Sdes	    $(DISTCHECK_CONFIGURE_FLAGS) \
567117610Sdes	  && $(MAKE) $(AM_MAKEFLAGS) \
568117610Sdes	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
569117610Sdes	  && $(MAKE) $(AM_MAKEFLAGS) check \
570117610Sdes	  && $(MAKE) $(AM_MAKEFLAGS) install \
571117610Sdes	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
572117610Sdes	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
573141098Sdes	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
574141098Sdes	        distuninstallcheck \
575141098Sdes	  && chmod -R a-w "$$dc_install_base" \
576141098Sdes	  && ({ \
577141098Sdes	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
578141098Sdes	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
579141098Sdes	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
580141098Sdes	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
581141098Sdes	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
582141098Sdes	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
583141098Sdes	  && rm -rf "$$dc_destdir" \
584117610Sdes	  && $(MAKE) $(AM_MAKEFLAGS) dist \
585141098Sdes	  && rm -rf $(DIST_ARCHIVES) \
586228692Sdes	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
587228692Sdes	  && cd "$$am__cwd" \
588228692Sdes	  || exit 1
589141098Sdes	$(am__remove_distdir)
590141098Sdes	@(echo "$(distdir) archives ready for distribution: "; \
591141098Sdes	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
592228692Sdes	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
593141098Sdesdistuninstallcheck:
594228692Sdes	@$(am__cd) '$(distuninstallcheck_dir)' \
595141098Sdes	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
596141098Sdes	   || { echo "ERROR: files left after uninstall:" ; \
597141098Sdes	        if test -n "$(DESTDIR)"; then \
598141098Sdes	          echo "  (check DESTDIR support)"; \
599141098Sdes	        fi ; \
600141098Sdes	        $(distuninstallcheck_listfiles) ; \
601141098Sdes	        exit 1; } >&2
602141098Sdesdistcleancheck: distclean
603141098Sdes	@if test '$(srcdir)' = . ; then \
604141098Sdes	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
605141098Sdes	  exit 1 ; \
606141098Sdes	fi
607141098Sdes	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
608141098Sdes	  || { echo "ERROR: files left in build directory after distclean:" ; \
609141098Sdes	       $(distcleancheck_listfiles) ; \
610141098Sdes	       exit 1; } >&2
611117610Sdescheck-am: all-am
612117610Sdescheck: check-recursive
613117610Sdesall-am: Makefile config.h
614117610Sdesinstalldirs: installdirs-recursive
615117610Sdesinstalldirs-am:
616117610Sdesinstall: install-recursive
617117610Sdesinstall-exec: install-exec-recursive
618117610Sdesinstall-data: install-data-recursive
619117610Sdesuninstall: uninstall-recursive
620117610Sdes
621117610Sdesinstall-am: all-am
622117610Sdes	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
623117610Sdes
624117610Sdesinstallcheck: installcheck-recursive
625117610Sdesinstall-strip:
626117610Sdes	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
627141098Sdes	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
628117610Sdes	  `test -z '$(STRIP)' || \
629117610Sdes	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
630117610Sdesmostlyclean-generic:
631117610Sdes
632117610Sdesclean-generic:
633117610Sdes
634117610Sdesdistclean-generic:
635174832Sdes	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
636228692Sdes	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
637117610Sdes
638117610Sdesmaintainer-clean-generic:
639117610Sdes	@echo "This command is intended for maintainers to use"
640117610Sdes	@echo "it deletes files that may require special tools to rebuild."
641117610Sdesclean: clean-recursive
642117610Sdes
643117610Sdesclean-am: clean-generic clean-libtool mostlyclean-am
644117610Sdes
645117610Sdesdistclean: distclean-recursive
646141098Sdes	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
647141098Sdes	-rm -f Makefile
648141098Sdesdistclean-am: clean-am distclean-generic distclean-hdr \
649141098Sdes	distclean-libtool distclean-tags
650117610Sdes
651117610Sdesdvi: dvi-recursive
652117610Sdes
653117610Sdesdvi-am:
654117610Sdes
655141098Sdeshtml: html-recursive
656141098Sdes
657228692Sdeshtml-am:
658228692Sdes
659117610Sdesinfo: info-recursive
660117610Sdes
661117610Sdesinfo-am:
662117610Sdes
663117610Sdesinstall-data-am:
664117610Sdes
665228692Sdesinstall-dvi: install-dvi-recursive
666228692Sdes
667228692Sdesinstall-dvi-am:
668228692Sdes
669117610Sdesinstall-exec-am:
670117610Sdes
671228692Sdesinstall-html: install-html-recursive
672228692Sdes
673228692Sdesinstall-html-am:
674228692Sdes
675117610Sdesinstall-info: install-info-recursive
676117610Sdes
677228692Sdesinstall-info-am:
678228692Sdes
679117610Sdesinstall-man:
680117610Sdes
681228692Sdesinstall-pdf: install-pdf-recursive
682228692Sdes
683228692Sdesinstall-pdf-am:
684228692Sdes
685228692Sdesinstall-ps: install-ps-recursive
686228692Sdes
687228692Sdesinstall-ps-am:
688228692Sdes
689117610Sdesinstallcheck-am:
690117610Sdes
691117610Sdesmaintainer-clean: maintainer-clean-recursive
692141098Sdes	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
693141098Sdes	-rm -rf $(top_srcdir)/autom4te.cache
694141098Sdes	-rm -f Makefile
695117610Sdesmaintainer-clean-am: distclean-am maintainer-clean-generic
696117610Sdes
697117610Sdesmostlyclean: mostlyclean-recursive
698117610Sdes
699117610Sdesmostlyclean-am: mostlyclean-generic mostlyclean-libtool
700117610Sdes
701141098Sdespdf: pdf-recursive
702141098Sdes
703141098Sdespdf-am:
704141098Sdes
705141098Sdesps: ps-recursive
706141098Sdes
707141098Sdesps-am:
708141098Sdes
709228692Sdesuninstall-am:
710117610Sdes
711228692Sdes.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
712228692Sdes	ctags-recursive install-am install-strip tags-recursive
713117610Sdes
714228692Sdes.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
715228692Sdes	all all-am am--refresh check check-am clean clean-generic \
716228692Sdes	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
717228692Sdes	dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
718228692Sdes	distcheck distclean distclean-generic distclean-hdr \
719228692Sdes	distclean-libtool distclean-tags distcleancheck distdir \
720141098Sdes	distuninstallcheck dvi dvi-am html html-am info info-am \
721228692Sdes	install install-am install-data install-data-am install-dvi \
722228692Sdes	install-dvi-am install-exec install-exec-am install-html \
723228692Sdes	install-html-am install-info install-info-am install-man \
724228692Sdes	install-pdf install-pdf-am install-ps install-ps-am \
725141098Sdes	install-strip installcheck installcheck-am installdirs \
726141098Sdes	installdirs-am maintainer-clean maintainer-clean-generic \
727228692Sdes	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
728228692Sdes	ps ps-am tags tags-recursive uninstall uninstall-am
729117610Sdes
730228692Sdes
731117610Sdes# Tell versions [3.59,3.63) of GNU make to not export all variables.
732117610Sdes# Otherwise a system limit (for SysV at least) may be exceeded.
733117610Sdes.NOEXPORT:
734