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