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