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