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