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