1# Makefile.in generated by automake 1.11.3 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6# Foundation, Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17VPATH = @srcdir@
18pkgdatadir = $(datadir)/@PACKAGE@
19pkgincludedir = $(includedir)/@PACKAGE@
20pkglibdir = $(libdir)/@PACKAGE@
21pkglibexecdir = $(libexecdir)/@PACKAGE@
22am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23install_sh_DATA = $(install_sh) -c -m 644
24install_sh_PROGRAM = $(install_sh) -c
25install_sh_SCRIPT = $(install_sh) -c
26INSTALL_HEADER = $(INSTALL_DATA)
27transform = $(program_transform_name)
28NORMAL_INSTALL = :
29PRE_INSTALL = :
30POST_INSTALL = :
31NORMAL_UNINSTALL = :
32PRE_UNINSTALL = :
33POST_UNINSTALL = :
34build_triplet = @build@
35host_triplet = @host@
36target_triplet = @target@
37@HAVE_SWIG_TRUE@am__append_1 = bindings
38subdir = .
39DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
40	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
41	$(top_srcdir)/configure AUTHORS COPYING COPYING.LIB ChangeLog \
42	INSTALL NEWS compile config.guess config.sub depcomp \
43	install-sh ltmain.sh missing py-compile
44ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
46	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
47	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
48	$(top_srcdir)/configure.ac
49am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50	$(ACLOCAL_M4)
51am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
52 configure.lineno config.status.lineno
53mkinstalldirs = $(install_sh) -d
54CONFIG_HEADER = config.h
55CONFIG_CLEAN_VPATH_FILES =
56SOURCES =
57DIST_SOURCES =
58RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
59	html-recursive info-recursive install-data-recursive \
60	install-dvi-recursive install-exec-recursive \
61	install-html-recursive install-info-recursive \
62	install-pdf-recursive install-ps-recursive install-recursive \
63	installcheck-recursive installdirs-recursive pdf-recursive \
64	ps-recursive uninstall-recursive
65RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
66  distclean-recursive maintainer-clean-recursive
67AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
68	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
69	distdir dist dist-all distcheck
70ETAGS = etags
71CTAGS = ctags
72DIST_SUBDIRS = src utils m4 docs bindings
73DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
74distdir = $(PACKAGE)-$(VERSION)
75top_distdir = $(distdir)
76am__remove_distdir = \
77  if test -d "$(distdir)"; then \
78    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
79      && rm -rf "$(distdir)" \
80      || { sleep 5 && rm -rf "$(distdir)"; }; \
81  else :; fi
82am__relativize = \
83  dir0=`pwd`; \
84  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
85  sed_rest='s,^[^/]*/*,,'; \
86  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
87  sed_butlast='s,/*[^/]*$$,,'; \
88  while test -n "$$dir1"; do \
89    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
90    if test "$$first" != "."; then \
91      if test "$$first" = ".."; then \
92        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
93        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
94      else \
95        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
96        if test "$$first2" = "$$first"; then \
97          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
98        else \
99          dir2="../$$dir2"; \
100        fi; \
101        dir0="$$dir0"/"$$first"; \
102      fi; \
103    fi; \
104    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
105  done; \
106  reldir="$$dir2"
107DIST_ARCHIVES = $(distdir).tar.gz
108GZIP_ENV = --best
109distuninstallcheck_listfiles = find . -type f -print
110am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
111  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
112distcleancheck_listfiles = find . -type f -print
113ACLOCAL = @ACLOCAL@
114AMTAR = @AMTAR@
115AR = @AR@
116AUTOCONF = @AUTOCONF@
117AUTOHEADER = @AUTOHEADER@
118AUTOMAKE = @AUTOMAKE@
119AWK = @AWK@
120CC = @CC@
121CCDEPMODE = @CCDEPMODE@
122CFLAGS = @CFLAGS@
123CPP = @CPP@
124CPPFLAGS = @CPPFLAGS@
125CYGPATH_W = @CYGPATH_W@
126DEBUG = @DEBUG@
127DEFS = @DEFS@
128DEPDIR = @DEPDIR@
129DLLTOOL = @DLLTOOL@
130DSYMUTIL = @DSYMUTIL@
131DUMPBIN = @DUMPBIN@
132ECHO_C = @ECHO_C@
133ECHO_N = @ECHO_N@
134ECHO_T = @ECHO_T@
135EGREP = @EGREP@
136EXEEXT = @EXEEXT@
137FGREP = @FGREP@
138GREP = @GREP@
139INSTALL = @INSTALL@
140INSTALL_DATA = @INSTALL_DATA@
141INSTALL_PROGRAM = @INSTALL_PROGRAM@
142INSTALL_SCRIPT = @INSTALL_SCRIPT@
143INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
144LD = @LD@
145LDFLAGS = @LDFLAGS@
146LIBOBJS = @LIBOBJS@
147LIBS = @LIBS@
148LIBTOOL = @LIBTOOL@
149LIBTOOL_DEPS = @LIBTOOL_DEPS@
150LIPO = @LIPO@
151LN_S = @LN_S@
152LTLIBOBJS = @LTLIBOBJS@
153MAKEINFO = @MAKEINFO@
154MANIFEST_TOOL = @MANIFEST_TOOL@
155MKDIR_P = @MKDIR_P@
156NM = @NM@
157NMEDIT = @NMEDIT@
158OBJDUMP = @OBJDUMP@
159OBJEXT = @OBJEXT@
160OTOOL = @OTOOL@
161OTOOL64 = @OTOOL64@
162PACKAGE = @PACKAGE@
163PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
164PACKAGE_NAME = @PACKAGE_NAME@
165PACKAGE_STRING = @PACKAGE_STRING@
166PACKAGE_TARNAME = @PACKAGE_TARNAME@
167PACKAGE_URL = @PACKAGE_URL@
168PACKAGE_VERSION = @PACKAGE_VERSION@
169PATH_SEPARATOR = @PATH_SEPARATOR@
170PYTHON = @PYTHON@
171PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
172PYTHON_PLATFORM = @PYTHON_PLATFORM@
173PYTHON_PREFIX = @PYTHON_PREFIX@
174PYTHON_VERSION = @PYTHON_VERSION@
175RANLIB = @RANLIB@
176SED = @SED@
177SET_MAKE = @SET_MAKE@
178SHELL = @SHELL@
179STRIP = @STRIP@
180VERSION = @VERSION@
181abs_builddir = @abs_builddir@
182abs_srcdir = @abs_srcdir@
183abs_top_builddir = @abs_top_builddir@
184abs_top_srcdir = @abs_top_srcdir@
185ac_ct_AR = @ac_ct_AR@
186ac_ct_CC = @ac_ct_CC@
187ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
188am__include = @am__include@
189am__leading_dot = @am__leading_dot@
190am__quote = @am__quote@
191am__tar = @am__tar@
192am__untar = @am__untar@
193bindir = @bindir@
194build = @build@
195build_alias = @build_alias@
196build_cpu = @build_cpu@
197build_os = @build_os@
198build_vendor = @build_vendor@
199builddir = @builddir@
200datadir = @datadir@
201datarootdir = @datarootdir@
202docdir = @docdir@
203dvidir = @dvidir@
204exec_prefix = @exec_prefix@
205host = @host@
206host_alias = @host_alias@
207host_cpu = @host_cpu@
208host_os = @host_os@
209host_vendor = @host_vendor@
210htmldir = @htmldir@
211includedir = @includedir@
212infodir = @infodir@
213install_sh = @install_sh@
214libdir = @libdir@
215libexecdir = @libexecdir@
216localedir = @localedir@
217localstatedir = @localstatedir@
218mandir = @mandir@
219mkdir_p = @mkdir_p@
220oldincludedir = @oldincludedir@
221pdfdir = @pdfdir@
222pkgpyexecdir = @pkgpyexecdir@
223pkgpythondir = @pkgpythondir@
224prefix = @prefix@
225program_transform_name = @program_transform_name@
226psdir = @psdir@
227pyexecdir = @pyexecdir@
228pythondir = @pythondir@
229sbindir = @sbindir@
230sharedstatedir = @sharedstatedir@
231srcdir = @srcdir@
232swig_found = @swig_found@
233sysconfdir = @sysconfdir@
234target = @target@
235target_alias = @target_alias@
236target_cpu = @target_cpu@
237target_os = @target_os@
238target_vendor = @target_vendor@
239top_build_prefix = @top_build_prefix@
240top_builddir = @top_builddir@
241top_srcdir = @top_srcdir@
242
243# Makefile.am -- 
244# Copyright 2009 Red Hat Inc., Durham, North Carolina.
245# All Rights Reserved.
246#
247# This program is free software; you can redistribute it and/or modify
248# it under the terms of the GNU General Public License as published by
249# the Free Software Foundation; either version 2 of the License, or
250# (at your option) any later version.
251#
252# This program is distributed in the hope that it will be useful,
253# but WITHOUT ANY WARRANTY; without even the implied warranty of
254# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
255# GNU General Public License for more details.
256#
257# You should have received a copy of the GNU General Public License
258# along with this program; if not, write to the Free Software
259# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
260#
261# Authors:
262#   Steve Grubb <sgrubb@redhat.com>
263#
264ACLOCAL_AMFLAGS = -I m4
265SUBDIRS = src utils m4 docs $(am__append_1)
266EXTRA_DIST = ChangeLog AUTHORS NEWS README INSTALL COPYING COPYING.LIB \
267	libcap-ng.spec autogen.sh 
268
269CONFIG_CLEAN_FILES = debug*.list config/*
270all: config.h
271	$(MAKE) $(AM_MAKEFLAGS) all-recursive
272
273.SUFFIXES:
274am--refresh: Makefile
275	@:
276$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
277	@for dep in $?; do \
278	  case '$(am__configure_deps)' in \
279	    *$$dep*) \
280	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
281	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
282		&& exit 0; \
283	      exit 1;; \
284	  esac; \
285	done; \
286	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
287	$(am__cd) $(top_srcdir) && \
288	  $(AUTOMAKE) --gnu Makefile
289.PRECIOUS: Makefile
290Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
291	@case '$?' in \
292	  *config.status*) \
293	    echo ' $(SHELL) ./config.status'; \
294	    $(SHELL) ./config.status;; \
295	  *) \
296	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
297	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
298	esac;
299
300$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
301	$(SHELL) ./config.status --recheck
302
303$(top_srcdir)/configure:  $(am__configure_deps)
304	$(am__cd) $(srcdir) && $(AUTOCONF)
305$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
306	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
307$(am__aclocal_m4_deps):
308
309config.h: stamp-h1
310	@if test ! -f $@; then rm -f stamp-h1; else :; fi
311	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
312
313stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
314	@rm -f stamp-h1
315	cd $(top_builddir) && $(SHELL) ./config.status config.h
316$(srcdir)/config.h.in:  $(am__configure_deps) 
317	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
318	rm -f stamp-h1
319	touch $@
320
321distclean-hdr:
322	-rm -f config.h stamp-h1
323
324mostlyclean-libtool:
325	-rm -f *.lo
326
327clean-libtool:
328	-rm -rf .libs _libs
329
330distclean-libtool:
331	-rm -f libtool config.lt
332
333# This directory's subdirectories are mostly independent; you can cd
334# into them and run `make' without going through this Makefile.
335# To change the values of `make' variables: instead of editing Makefiles,
336# (1) if the variable is set in `config.status', edit `config.status'
337#     (which will cause the Makefiles to be regenerated when you run `make');
338# (2) otherwise, pass the desired values on the `make' command line.
339$(RECURSIVE_TARGETS):
340	@fail= failcom='exit 1'; \
341	for f in x $$MAKEFLAGS; do \
342	  case $$f in \
343	    *=* | --[!k]*);; \
344	    *k*) failcom='fail=yes';; \
345	  esac; \
346	done; \
347	dot_seen=no; \
348	target=`echo $@ | sed s/-recursive//`; \
349	list='$(SUBDIRS)'; for subdir in $$list; do \
350	  echo "Making $$target in $$subdir"; \
351	  if test "$$subdir" = "."; then \
352	    dot_seen=yes; \
353	    local_target="$$target-am"; \
354	  else \
355	    local_target="$$target"; \
356	  fi; \
357	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
358	  || eval $$failcom; \
359	done; \
360	if test "$$dot_seen" = "no"; then \
361	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
362	fi; test -z "$$fail"
363
364$(RECURSIVE_CLEAN_TARGETS):
365	@fail= failcom='exit 1'; \
366	for f in x $$MAKEFLAGS; do \
367	  case $$f in \
368	    *=* | --[!k]*);; \
369	    *k*) failcom='fail=yes';; \
370	  esac; \
371	done; \
372	dot_seen=no; \
373	case "$@" in \
374	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
375	  *) list='$(SUBDIRS)' ;; \
376	esac; \
377	rev=''; for subdir in $$list; do \
378	  if test "$$subdir" = "."; then :; else \
379	    rev="$$subdir $$rev"; \
380	  fi; \
381	done; \
382	rev="$$rev ."; \
383	target=`echo $@ | sed s/-recursive//`; \
384	for subdir in $$rev; do \
385	  echo "Making $$target in $$subdir"; \
386	  if test "$$subdir" = "."; then \
387	    local_target="$$target-am"; \
388	  else \
389	    local_target="$$target"; \
390	  fi; \
391	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
392	  || eval $$failcom; \
393	done && test -z "$$fail"
394tags-recursive:
395	list='$(SUBDIRS)'; for subdir in $$list; do \
396	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
397	done
398ctags-recursive:
399	list='$(SUBDIRS)'; for subdir in $$list; do \
400	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
401	done
402
403ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
404	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
405	unique=`for i in $$list; do \
406	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
407	  done | \
408	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
409	      END { if (nonempty) { for (i in files) print i; }; }'`; \
410	mkid -fID $$unique
411tags: TAGS
412
413TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
414		$(TAGS_FILES) $(LISP)
415	set x; \
416	here=`pwd`; \
417	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
418	  include_option=--etags-include; \
419	  empty_fix=.; \
420	else \
421	  include_option=--include; \
422	  empty_fix=; \
423	fi; \
424	list='$(SUBDIRS)'; for subdir in $$list; do \
425	  if test "$$subdir" = .; then :; else \
426	    test ! -f $$subdir/TAGS || \
427	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
428	  fi; \
429	done; \
430	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
431	unique=`for i in $$list; do \
432	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
433	  done | \
434	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
435	      END { if (nonempty) { for (i in files) print i; }; }'`; \
436	shift; \
437	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
438	  test -n "$$unique" || unique=$$empty_fix; \
439	  if test $$# -gt 0; then \
440	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
441	      "$$@" $$unique; \
442	  else \
443	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
444	      $$unique; \
445	  fi; \
446	fi
447ctags: CTAGS
448CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
449		$(TAGS_FILES) $(LISP)
450	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
451	unique=`for i in $$list; do \
452	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
453	  done | \
454	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
455	      END { if (nonempty) { for (i in files) print i; }; }'`; \
456	test -z "$(CTAGS_ARGS)$$unique" \
457	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
458	     $$unique
459
460GTAGS:
461	here=`$(am__cd) $(top_builddir) && pwd` \
462	  && $(am__cd) $(top_srcdir) \
463	  && gtags -i $(GTAGS_ARGS) "$$here"
464
465distclean-tags:
466	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
467
468distdir: $(DISTFILES)
469	$(am__remove_distdir)
470	test -d "$(distdir)" || mkdir "$(distdir)"
471	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
472	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
473	list='$(DISTFILES)'; \
474	  dist_files=`for file in $$list; do echo $$file; done | \
475	  sed -e "s|^$$srcdirstrip/||;t" \
476	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
477	case $$dist_files in \
478	  */*) $(MKDIR_P) `echo "$$dist_files" | \
479			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
480			   sort -u` ;; \
481	esac; \
482	for file in $$dist_files; do \
483	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
484	  if test -d $$d/$$file; then \
485	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
486	    if test -d "$(distdir)/$$file"; then \
487	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
488	    fi; \
489	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
490	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
491	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
492	    fi; \
493	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
494	  else \
495	    test -f "$(distdir)/$$file" \
496	    || cp -p $$d/$$file "$(distdir)/$$file" \
497	    || exit 1; \
498	  fi; \
499	done
500	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
501	  if test "$$subdir" = .; then :; else \
502	    test -d "$(distdir)/$$subdir" \
503	    || $(MKDIR_P) "$(distdir)/$$subdir" \
504	    || exit 1; \
505	  fi; \
506	done
507	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
508	  if test "$$subdir" = .; then :; else \
509	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
510	    $(am__relativize); \
511	    new_distdir=$$reldir; \
512	    dir1=$$subdir; dir2="$(top_distdir)"; \
513	    $(am__relativize); \
514	    new_top_distdir=$$reldir; \
515	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
516	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
517	    ($(am__cd) $$subdir && \
518	      $(MAKE) $(AM_MAKEFLAGS) \
519	        top_distdir="$$new_top_distdir" \
520	        distdir="$$new_distdir" \
521		am__remove_distdir=: \
522		am__skip_length_check=: \
523		am__skip_mode_fix=: \
524	        distdir) \
525	      || exit 1; \
526	  fi; \
527	done
528	-test -n "$(am__skip_mode_fix)" \
529	|| find "$(distdir)" -type d ! -perm -755 \
530		-exec chmod u+rwx,go+rx {} \; -o \
531	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
532	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
533	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
534	|| chmod -R a+r "$(distdir)"
535dist-gzip: distdir
536	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
537	$(am__remove_distdir)
538
539dist-bzip2: distdir
540	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
541	$(am__remove_distdir)
542
543dist-lzip: distdir
544	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
545	$(am__remove_distdir)
546
547dist-lzma: distdir
548	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
549	$(am__remove_distdir)
550
551dist-xz: distdir
552	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
553	$(am__remove_distdir)
554
555dist-tarZ: distdir
556	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
557	$(am__remove_distdir)
558
559dist-shar: distdir
560	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
561	$(am__remove_distdir)
562
563dist-zip: distdir
564	-rm -f $(distdir).zip
565	zip -rq $(distdir).zip $(distdir)
566	$(am__remove_distdir)
567
568dist dist-all: distdir
569	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
570	$(am__remove_distdir)
571
572# This target untars the dist file and tries a VPATH configuration.  Then
573# it guarantees that the distribution is self-contained by making another
574# tarfile.
575distcheck: dist
576	case '$(DIST_ARCHIVES)' in \
577	*.tar.gz*) \
578	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
579	*.tar.bz2*) \
580	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
581	*.tar.lzma*) \
582	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
583	*.tar.lz*) \
584	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
585	*.tar.xz*) \
586	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
587	*.tar.Z*) \
588	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
589	*.shar.gz*) \
590	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
591	*.zip*) \
592	  unzip $(distdir).zip ;;\
593	esac
594	chmod -R a-w $(distdir); chmod a+w $(distdir)
595	mkdir $(distdir)/_build
596	mkdir $(distdir)/_inst
597	chmod a-w $(distdir)
598	test -d $(distdir)/_build || exit 0; \
599	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
600	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
601	  && am__cwd=`pwd` \
602	  && $(am__cd) $(distdir)/_build \
603	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
604	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
605	    $(DISTCHECK_CONFIGURE_FLAGS) \
606	  && $(MAKE) $(AM_MAKEFLAGS) \
607	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
608	  && $(MAKE) $(AM_MAKEFLAGS) check \
609	  && $(MAKE) $(AM_MAKEFLAGS) install \
610	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
611	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
612	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
613	        distuninstallcheck \
614	  && chmod -R a-w "$$dc_install_base" \
615	  && ({ \
616	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
617	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
618	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
619	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
620	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
621	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
622	  && rm -rf "$$dc_destdir" \
623	  && $(MAKE) $(AM_MAKEFLAGS) dist \
624	  && rm -rf $(DIST_ARCHIVES) \
625	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
626	  && cd "$$am__cwd" \
627	  || exit 1
628	$(am__remove_distdir)
629	@(echo "$(distdir) archives ready for distribution: "; \
630	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
631	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
632distuninstallcheck:
633	@test -n '$(distuninstallcheck_dir)' || { \
634	  echo 'ERROR: trying to run $@ with an empty' \
635	       '$$(distuninstallcheck_dir)' >&2; \
636	  exit 1; \
637	}; \
638	$(am__cd) '$(distuninstallcheck_dir)' || { \
639	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
640	  exit 1; \
641	}; \
642	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
643	   || { echo "ERROR: files left after uninstall:" ; \
644	        if test -n "$(DESTDIR)"; then \
645	          echo "  (check DESTDIR support)"; \
646	        fi ; \
647	        $(distuninstallcheck_listfiles) ; \
648	        exit 1; } >&2
649distcleancheck: distclean
650	@if test '$(srcdir)' = . ; then \
651	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
652	  exit 1 ; \
653	fi
654	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
655	  || { echo "ERROR: files left in build directory after distclean:" ; \
656	       $(distcleancheck_listfiles) ; \
657	       exit 1; } >&2
658check-am: all-am
659check: check-recursive
660all-am: Makefile config.h
661installdirs: installdirs-recursive
662installdirs-am:
663install: install-recursive
664install-exec: install-exec-recursive
665install-data: install-data-recursive
666uninstall: uninstall-recursive
667
668install-am: all-am
669	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
670
671installcheck: installcheck-recursive
672install-strip:
673	if test -z '$(STRIP)'; then \
674	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
675	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
676	      install; \
677	else \
678	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
679	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
680	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
681	fi
682mostlyclean-generic:
683
684distclean-generic:
685	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
686	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
687
688maintainer-clean-generic:
689	@echo "This command is intended for maintainers to use"
690	@echo "it deletes files that may require special tools to rebuild."
691clean: clean-recursive
692
693clean-am: clean-generic clean-libtool mostlyclean-am
694
695distclean: distclean-recursive
696	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
697	-rm -f Makefile
698distclean-am: clean-am distclean-generic distclean-hdr \
699	distclean-libtool distclean-tags
700
701dvi: dvi-recursive
702
703dvi-am:
704
705html: html-recursive
706
707html-am:
708
709info: info-recursive
710
711info-am:
712
713install-data-am:
714
715install-dvi: install-dvi-recursive
716
717install-dvi-am:
718
719install-exec-am:
720
721install-html: install-html-recursive
722
723install-html-am:
724
725install-info: install-info-recursive
726
727install-info-am:
728
729install-man:
730
731install-pdf: install-pdf-recursive
732
733install-pdf-am:
734
735install-ps: install-ps-recursive
736
737install-ps-am:
738
739installcheck-am:
740
741maintainer-clean: maintainer-clean-recursive
742	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
743	-rm -rf $(top_srcdir)/autom4te.cache
744	-rm -f Makefile
745maintainer-clean-am: distclean-am maintainer-clean-generic
746
747mostlyclean: mostlyclean-recursive
748
749mostlyclean-am: mostlyclean-generic mostlyclean-libtool
750
751pdf: pdf-recursive
752
753pdf-am:
754
755ps: ps-recursive
756
757ps-am:
758
759uninstall-am:
760
761.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
762	ctags-recursive install-am install-strip tags-recursive
763
764.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
765	all all-am am--refresh check check-am clean clean-generic \
766	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
767	dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
768	dist-zip distcheck distclean distclean-generic distclean-hdr \
769	distclean-libtool distclean-tags distcleancheck distdir \
770	distuninstallcheck dvi dvi-am html html-am info info-am \
771	install install-am install-data install-data-am install-dvi \
772	install-dvi-am install-exec install-exec-am install-html \
773	install-html-am install-info install-info-am install-man \
774	install-pdf install-pdf-am install-ps install-ps-am \
775	install-strip installcheck installcheck-am installdirs \
776	installdirs-am maintainer-clean maintainer-clean-generic \
777	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
778	ps ps-am tags tags-recursive uninstall uninstall-am
779
780clean-generic:
781	rm -rf autom4te*.cache 
782	rm -f *.rej *.orig *.lang
783
784# Tell versions [3.59,3.63) of GNU make to not export all variables.
785# Otherwise a system limit (for SysV at least) may be exceeded.
786.NOEXPORT:
787