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