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