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