Packaging: clean spec file
[platform/upstream/ibus-libpinyin.git] / Makefile.in
1 # Makefile.in generated by automake 1.13.4 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 # vim:set noet ts=4:
18 #
19 # ibus-libpinyin - Intelligent Pinyin engine based on libpinyin for IBus
20 #
21 # Copyright (c) 2008-2010 Peng Huang <shawn.p.huang@gmail.com>
22 #
23 # This program is free software; you can redistribute it and/or modify
24 # it under the terms of the GNU General Public License as published by
25 # the Free Software Foundation; either version 2, or (at your option)
26 # any later version.
27 #
28 # This program is distributed in the hope that it will be useful,
29 # but WITHOUT ANY WARRANTY; without even the implied warranty of
30 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
31 # GNU General Public License for more details.
32 #
33 # You should have received a copy of the GNU General Public License
34 # along with this program; if not, write to the Free Software
35 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
36 VPATH = @srcdir@
37 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
38 am__make_running_with_option = \
39   case $${target_option-} in \
40       ?) ;; \
41       *) echo "am__make_running_with_option: internal error: invalid" \
42               "target option '$${target_option-}' specified" >&2; \
43          exit 1;; \
44   esac; \
45   has_opt=no; \
46   sane_makeflags=$$MAKEFLAGS; \
47   if $(am__is_gnu_make); then \
48     sane_makeflags=$$MFLAGS; \
49   else \
50     case $$MAKEFLAGS in \
51       *\\[\ \   ]*) \
52         bs=\\; \
53         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
54           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
55     esac; \
56   fi; \
57   skip_next=no; \
58   strip_trailopt () \
59   { \
60     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
61   }; \
62   for flg in $$sane_makeflags; do \
63     test $$skip_next = yes && { skip_next=no; continue; }; \
64     case $$flg in \
65       *=*|--*) continue;; \
66         -*I) strip_trailopt 'I'; skip_next=yes;; \
67       -*I?*) strip_trailopt 'I';; \
68         -*O) strip_trailopt 'O'; skip_next=yes;; \
69       -*O?*) strip_trailopt 'O';; \
70         -*l) strip_trailopt 'l'; skip_next=yes;; \
71       -*l?*) strip_trailopt 'l';; \
72       -[dEDm]) skip_next=yes;; \
73       -[JT]) skip_next=yes;; \
74     esac; \
75     case $$flg in \
76       *$$target_option*) has_opt=yes; break;; \
77     esac; \
78   done; \
79   test $$has_opt = yes
80 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
81 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
82 pkgdatadir = $(datadir)/@PACKAGE@
83 pkgincludedir = $(includedir)/@PACKAGE@
84 pkglibdir = $(libdir)/@PACKAGE@
85 pkglibexecdir = $(libexecdir)/@PACKAGE@
86 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
87 install_sh_DATA = $(install_sh) -c -m 644
88 install_sh_PROGRAM = $(install_sh) -c
89 install_sh_SCRIPT = $(install_sh) -c
90 INSTALL_HEADER = $(INSTALL_DATA)
91 transform = $(program_transform_name)
92 NORMAL_INSTALL = :
93 PRE_INSTALL = :
94 POST_INSTALL = :
95 NORMAL_UNINSTALL = :
96 PRE_UNINSTALL = :
97 POST_UNINSTALL = :
98 build_triplet = @build@
99 host_triplet = @host@
100 subdir = .
101 DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
102         $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
103         $(top_srcdir)/configure $(am__configure_deps) \
104         $(srcdir)/config.h.in $(srcdir)/ibus-libpinyin.spec.in COPYING \
105         compile config.guess config.sub depcomp install-sh missing \
106         py-compile ltmain.sh
107 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
108 am__aclocal_m4_deps = $(top_srcdir)/m4/as-version.m4 \
109         $(top_srcdir)/m4/boost.m4 $(top_srcdir)/m4/intltool.m4 \
110         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
111         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
112         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
113 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
114         $(ACLOCAL_M4)
115 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
116  configure.lineno config.status.lineno
117 mkinstalldirs = $(install_sh) -d
118 CONFIG_HEADER = config.h
119 CONFIG_CLEAN_FILES = ibus-libpinyin.spec
120 CONFIG_CLEAN_VPATH_FILES =
121 AM_V_P = $(am__v_P_@AM_V@)
122 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
123 am__v_P_0 = false
124 am__v_P_1 = :
125 AM_V_GEN = $(am__v_GEN_@AM_V@)
126 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
127 am__v_GEN_0 = @echo "  GEN     " $@;
128 am__v_GEN_1 = 
129 AM_V_at = $(am__v_at_@AM_V@)
130 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
131 am__v_at_0 = @
132 am__v_at_1 = 
133 SOURCES =
134 DIST_SOURCES =
135 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
136         ctags-recursive dvi-recursive html-recursive info-recursive \
137         install-data-recursive install-dvi-recursive \
138         install-exec-recursive install-html-recursive \
139         install-info-recursive install-pdf-recursive \
140         install-ps-recursive install-recursive installcheck-recursive \
141         installdirs-recursive pdf-recursive ps-recursive \
142         tags-recursive uninstall-recursive
143 am__can_run_installinfo = \
144   case $$AM_UPDATE_INFO_DIR in \
145     n|no|NO) false;; \
146     *) (install-info --version) >/dev/null 2>&1;; \
147   esac
148 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
149   distclean-recursive maintainer-clean-recursive
150 am__recursive_targets = \
151   $(RECURSIVE_TARGETS) \
152   $(RECURSIVE_CLEAN_TARGETS) \
153   $(am__extra_recursive_targets)
154 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
155         cscope distdir dist dist-all distcheck
156 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
157         $(LISP)config.h.in
158 # Read a list of newline-separated strings from the standard input,
159 # and print each of them once, without duplicates.  Input order is
160 # *not* preserved.
161 am__uniquify_input = $(AWK) '\
162   BEGIN { nonempty = 0; } \
163   { items[$$0] = 1; nonempty = 1; } \
164   END { if (nonempty) { for (i in items) print i; }; } \
165 '
166 # Make sure the list of sources is unique.  This is necessary because,
167 # e.g., the same source file might be shared among _SOURCES variables
168 # for different programs/libraries.
169 am__define_uniq_tagged_files = \
170   list='$(am__tagged_files)'; \
171   unique=`for i in $$list; do \
172     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
173   done | $(am__uniquify_input)`
174 ETAGS = etags
175 CTAGS = ctags
176 CSCOPE = cscope
177 DIST_SUBDIRS = data lua src setup m4 po
178 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
179 distdir = $(PACKAGE)-$(VERSION)
180 top_distdir = $(distdir)
181 am__remove_distdir = \
182   if test -d "$(distdir)"; then \
183     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
184       && rm -rf "$(distdir)" \
185       || { sleep 5 && rm -rf "$(distdir)"; }; \
186   else :; fi
187 am__post_remove_distdir = $(am__remove_distdir)
188 am__relativize = \
189   dir0=`pwd`; \
190   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
191   sed_rest='s,^[^/]*/*,,'; \
192   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
193   sed_butlast='s,/*[^/]*$$,,'; \
194   while test -n "$$dir1"; do \
195     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
196     if test "$$first" != "."; then \
197       if test "$$first" = ".."; then \
198         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
199         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
200       else \
201         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
202         if test "$$first2" = "$$first"; then \
203           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
204         else \
205           dir2="../$$dir2"; \
206         fi; \
207         dir0="$$dir0"/"$$first"; \
208       fi; \
209     fi; \
210     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
211   done; \
212   reldir="$$dir2"
213 DIST_ARCHIVES = $(distdir).tar.gz
214 GZIP_ENV = --best
215 DIST_TARGETS = dist-gzip
216 distuninstallcheck_listfiles = find . -type f -print
217 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
218   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
219 distcleancheck_listfiles = find . -type f -print
220 ACLOCAL = @ACLOCAL@
221 ALL_LINGUAS = @ALL_LINGUAS@
222 AMTAR = @AMTAR@
223 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
224 AR = @AR@
225 AUTOCONF = @AUTOCONF@
226 AUTOHEADER = @AUTOHEADER@
227 AUTOMAKE = @AUTOMAKE@
228 AWK = @AWK@
229 BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
230 BOOST_ROOT = @BOOST_ROOT@
231 CATALOGS = @CATALOGS@
232 CATOBJEXT = @CATOBJEXT@
233 CC = @CC@
234 CCDEPMODE = @CCDEPMODE@
235 CFLAGS = @CFLAGS@
236 CPP = @CPP@
237 CPPFLAGS = @CPPFLAGS@
238 CXX = @CXX@
239 CXXCPP = @CXXCPP@
240 CXXDEPMODE = @CXXDEPMODE@
241 CXXFLAGS = @CXXFLAGS@
242 CYGPATH_W = @CYGPATH_W@
243 DATADIRNAME = @DATADIRNAME@
244 DEFS = @DEFS@
245 DEPDIR = @DEPDIR@
246 DISTCHECK_CONFIGURE_FLAGS = \
247         CFLAGS='-g3 -O3 -Wall' \
248         CXXFLAGS='-g3 -O3 -Wall' \
249         $(NULL)
250
251 DLLTOOL = @DLLTOOL@
252 DSYMUTIL = @DSYMUTIL@
253 DUMPBIN = @DUMPBIN@
254 ECHO_C = @ECHO_C@
255 ECHO_N = @ECHO_N@
256 ECHO_T = @ECHO_T@
257 EGREP = @EGREP@
258 ENV = @ENV@
259 EXEEXT = @EXEEXT@
260 FGREP = @FGREP@
261 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
262 GMOFILES = @GMOFILES@
263 GMSGFMT = @GMSGFMT@
264 GREP = @GREP@
265 IBUS_CFLAGS = @IBUS_CFLAGS@
266 IBUS_LIBS = @IBUS_LIBS@
267 INSTALL = @INSTALL@
268 INSTALL_DATA = @INSTALL_DATA@
269 INSTALL_PROGRAM = @INSTALL_PROGRAM@
270 INSTALL_SCRIPT = @INSTALL_SCRIPT@
271 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
272 INSTOBJEXT = @INSTOBJEXT@
273 INTLLIBS = @INTLLIBS@
274 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
275 INTLTOOL_MERGE = @INTLTOOL_MERGE@
276 INTLTOOL_PERL = @INTLTOOL_PERL@
277 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
278 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
279 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
280 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
281 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
282 LD = @LD@
283 LDFLAGS = @LDFLAGS@
284 LIBOBJS = @LIBOBJS@
285 LIBPINYIN_CFLAGS = @LIBPINYIN_CFLAGS@
286 LIBPINYIN_DATADIR = @LIBPINYIN_DATADIR@
287 LIBPINYIN_LIBS = @LIBPINYIN_LIBS@
288 LIBS = @LIBS@
289 LIBTOOL = @LIBTOOL@
290 LIBUUID_CFLAGS = @LIBUUID_CFLAGS@
291 LIBUUID_LIBS = @LIBUUID_LIBS@
292 LIPO = @LIPO@
293 LN_S = @LN_S@
294 LTLIBOBJS = @LTLIBOBJS@
295 LUA_CFLAGS = @LUA_CFLAGS@
296 LUA_LIBS = @LUA_LIBS@
297 MAINT = @MAINT@
298 MAKEINFO = @MAKEINFO@
299 MANIFEST_TOOL = @MANIFEST_TOOL@
300 MKDIR_P = @MKDIR_P@
301 MKINSTALLDIRS = @MKINSTALLDIRS@
302 MSGFMT = @MSGFMT@
303 MSGFMT_OPTS = @MSGFMT_OPTS@
304 MSGMERGE = @MSGMERGE@
305 NM = @NM@
306 NMEDIT = @NMEDIT@
307 OBJDUMP = @OBJDUMP@
308 OBJEXT = @OBJEXT@
309 OPENCC_CFLAGS = @OPENCC_CFLAGS@
310 OPENCC_LIBS = @OPENCC_LIBS@
311 OTOOL = @OTOOL@
312 OTOOL64 = @OTOOL64@
313 PACKAGE = @PACKAGE@
314 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
315 PACKAGE_NAME = @PACKAGE_NAME@
316 PACKAGE_STRING = @PACKAGE_STRING@
317 PACKAGE_TARNAME = @PACKAGE_TARNAME@
318 PACKAGE_URL = @PACKAGE_URL@
319 PACKAGE_VERSION = @PACKAGE_VERSION@
320 PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
321 PACKAGE_VERSION_MICRO = @PACKAGE_VERSION_MICRO@
322 PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
323 PACKAGE_VERSION_NANO = @PACKAGE_VERSION_NANO@
324 PACKAGE_VERSION_RELEASE = @PACKAGE_VERSION_RELEASE@
325 PATH_SEPARATOR = @PATH_SEPARATOR@
326 PKG_CONFIG = @PKG_CONFIG@
327 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
328 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
329 POFILES = @POFILES@
330 POSUB = @POSUB@
331 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
332 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
333 PYTHON = @PYTHON@
334 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
335 PYTHON_PLATFORM = @PYTHON_PLATFORM@
336 PYTHON_PREFIX = @PYTHON_PREFIX@
337 PYTHON_VERSION = @PYTHON_VERSION@
338 RANLIB = @RANLIB@
339 SED = @SED@
340 SET_MAKE = @SET_MAKE@
341 SHELL = @SHELL@
342 SQLITE3 = @SQLITE3@
343 SQLITE_CFLAGS = @SQLITE_CFLAGS@
344 SQLITE_LIBS = @SQLITE_LIBS@
345 STRIP = @STRIP@
346 USE_NLS = @USE_NLS@
347 VERSION = @VERSION@
348 XGETTEXT = @XGETTEXT@
349 abs_builddir = @abs_builddir@
350 abs_srcdir = @abs_srcdir@
351 abs_top_builddir = @abs_top_builddir@
352 abs_top_srcdir = @abs_top_srcdir@
353 ac_ct_AR = @ac_ct_AR@
354 ac_ct_CC = @ac_ct_CC@
355 ac_ct_CXX = @ac_ct_CXX@
356 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
357 am__include = @am__include@
358 am__leading_dot = @am__leading_dot@
359 am__quote = @am__quote@
360 am__tar = @am__tar@
361 am__untar = @am__untar@
362 bindir = @bindir@
363 build = @build@
364 build_alias = @build_alias@
365 build_cpu = @build_cpu@
366 build_os = @build_os@
367 build_vendor = @build_vendor@
368 builddir = @builddir@
369 datadir = @datadir@
370 datarootdir = @datarootdir@
371 docdir = @docdir@
372 dvidir = @dvidir@
373 exec_prefix = @exec_prefix@
374 host = @host@
375 host_alias = @host_alias@
376 host_cpu = @host_cpu@
377 host_os = @host_os@
378 host_vendor = @host_vendor@
379 htmldir = @htmldir@
380 includedir = @includedir@
381 infodir = @infodir@
382 install_sh = @install_sh@
383 intltool__v_merge_options_ = @intltool__v_merge_options_@
384 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
385 libdir = @libdir@
386 libexecdir = @libexecdir@
387 localedir = @localedir@
388 localstatedir = @localstatedir@
389 mandir = @mandir@
390 mkdir_p = @mkdir_p@
391 oldincludedir = @oldincludedir@
392 pdfdir = @pdfdir@
393 pkgpyexecdir = @pkgpyexecdir@
394 pkgpythondir = @pkgpythondir@
395 prefix = @prefix@
396 program_transform_name = @program_transform_name@
397 psdir = @psdir@
398 pyexecdir = @pyexecdir@
399 pythondir = @pythondir@
400 sbindir = @sbindir@
401 sharedstatedir = @sharedstatedir@
402 srcdir = @srcdir@
403 sysconfdir = @sysconfdir@
404 target_alias = @target_alias@
405 top_build_prefix = @top_build_prefix@
406 top_builddir = @top_builddir@
407 top_srcdir = @top_srcdir@
408 @IBUS_BUILD_LUA_EXTENSION_TRUE@LUADIR = lua
409 SUBDIRS = \
410         data \
411         $(LUADIR) \
412         src \
413         setup \
414         m4 \
415         po \
416         $(NULL)
417
418 ACLOCAL_AMFLAGS = -I m4
419 EXTRA_DIST = \
420         autogen.sh \
421         ibus-libpinyin.spec.in \
422         $(NULL)
423
424 noinst_DIST = \
425         $(NULL)
426
427 DISTCLEANFILES = \
428         po/stamp-it \
429         $(NULL)
430
431 all: config.h
432         $(MAKE) $(AM_MAKEFLAGS) all-recursive
433
434 .SUFFIXES:
435 am--refresh: Makefile
436         @:
437 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
438         @for dep in $?; do \
439           case '$(am__configure_deps)' in \
440             *$$dep*) \
441               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
442               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
443                 && exit 0; \
444               exit 1;; \
445           esac; \
446         done; \
447         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
448         $(am__cd) $(top_srcdir) && \
449           $(AUTOMAKE) --gnu Makefile
450 .PRECIOUS: Makefile
451 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
452         @case '$?' in \
453           *config.status*) \
454             echo ' $(SHELL) ./config.status'; \
455             $(SHELL) ./config.status;; \
456           *) \
457             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
458             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
459         esac;
460
461 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
462         $(SHELL) ./config.status --recheck
463
464 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
465         $(am__cd) $(srcdir) && $(AUTOCONF)
466 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
467         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
468 $(am__aclocal_m4_deps):
469
470 config.h: stamp-h1
471         @if test ! -f $@; then rm -f stamp-h1; else :; fi
472         @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
473
474 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
475         @rm -f stamp-h1
476         cd $(top_builddir) && $(SHELL) ./config.status config.h
477 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
478         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
479         rm -f stamp-h1
480         touch $@
481
482 distclean-hdr:
483         -rm -f config.h stamp-h1
484 ibus-libpinyin.spec: $(top_builddir)/config.status $(srcdir)/ibus-libpinyin.spec.in
485         cd $(top_builddir) && $(SHELL) ./config.status $@
486
487 mostlyclean-libtool:
488         -rm -f *.lo
489
490 clean-libtool:
491         -rm -rf .libs _libs
492
493 distclean-libtool:
494         -rm -f libtool config.lt
495
496 # This directory's subdirectories are mostly independent; you can cd
497 # into them and run 'make' without going through this Makefile.
498 # To change the values of 'make' variables: instead of editing Makefiles,
499 # (1) if the variable is set in 'config.status', edit 'config.status'
500 #     (which will cause the Makefiles to be regenerated when you run 'make');
501 # (2) otherwise, pass the desired values on the 'make' command line.
502 $(am__recursive_targets):
503         @fail=; \
504         if $(am__make_keepgoing); then \
505           failcom='fail=yes'; \
506         else \
507           failcom='exit 1'; \
508         fi; \
509         dot_seen=no; \
510         target=`echo $@ | sed s/-recursive//`; \
511         case "$@" in \
512           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
513           *) list='$(SUBDIRS)' ;; \
514         esac; \
515         for subdir in $$list; do \
516           echo "Making $$target in $$subdir"; \
517           if test "$$subdir" = "."; then \
518             dot_seen=yes; \
519             local_target="$$target-am"; \
520           else \
521             local_target="$$target"; \
522           fi; \
523           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
524           || eval $$failcom; \
525         done; \
526         if test "$$dot_seen" = "no"; then \
527           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
528         fi; test -z "$$fail"
529
530 ID: $(am__tagged_files)
531         $(am__define_uniq_tagged_files); mkid -fID $$unique
532 tags: tags-recursive
533 TAGS: tags
534
535 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
536         set x; \
537         here=`pwd`; \
538         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
539           include_option=--etags-include; \
540           empty_fix=.; \
541         else \
542           include_option=--include; \
543           empty_fix=; \
544         fi; \
545         list='$(SUBDIRS)'; for subdir in $$list; do \
546           if test "$$subdir" = .; then :; else \
547             test ! -f $$subdir/TAGS || \
548               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
549           fi; \
550         done; \
551         $(am__define_uniq_tagged_files); \
552         shift; \
553         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
554           test -n "$$unique" || unique=$$empty_fix; \
555           if test $$# -gt 0; then \
556             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
557               "$$@" $$unique; \
558           else \
559             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
560               $$unique; \
561           fi; \
562         fi
563 ctags: ctags-recursive
564
565 CTAGS: ctags
566 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
567         $(am__define_uniq_tagged_files); \
568         test -z "$(CTAGS_ARGS)$$unique" \
569           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
570              $$unique
571
572 GTAGS:
573         here=`$(am__cd) $(top_builddir) && pwd` \
574           && $(am__cd) $(top_srcdir) \
575           && gtags -i $(GTAGS_ARGS) "$$here"
576 cscope: cscope.files
577         test ! -s cscope.files \
578           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
579 clean-cscope:
580         -rm -f cscope.files
581 cscope.files: clean-cscope cscopelist
582 cscopelist: cscopelist-recursive
583
584 cscopelist-am: $(am__tagged_files)
585         list='$(am__tagged_files)'; \
586         case "$(srcdir)" in \
587           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
588           *) sdir=$(subdir)/$(srcdir) ;; \
589         esac; \
590         for i in $$list; do \
591           if test -f "$$i"; then \
592             echo "$(subdir)/$$i"; \
593           else \
594             echo "$$sdir/$$i"; \
595           fi; \
596         done >> $(top_builddir)/cscope.files
597
598 distclean-tags:
599         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
600         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
601
602 distdir: $(DISTFILES)
603         $(am__remove_distdir)
604         test -d "$(distdir)" || mkdir "$(distdir)"
605         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
606         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
607         list='$(DISTFILES)'; \
608           dist_files=`for file in $$list; do echo $$file; done | \
609           sed -e "s|^$$srcdirstrip/||;t" \
610               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
611         case $$dist_files in \
612           */*) $(MKDIR_P) `echo "$$dist_files" | \
613                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
614                            sort -u` ;; \
615         esac; \
616         for file in $$dist_files; do \
617           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
618           if test -d $$d/$$file; then \
619             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
620             if test -d "$(distdir)/$$file"; then \
621               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
622             fi; \
623             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
624               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
625               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
626             fi; \
627             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
628           else \
629             test -f "$(distdir)/$$file" \
630             || cp -p $$d/$$file "$(distdir)/$$file" \
631             || exit 1; \
632           fi; \
633         done
634         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
635           if test "$$subdir" = .; then :; else \
636             $(am__make_dryrun) \
637               || test -d "$(distdir)/$$subdir" \
638               || $(MKDIR_P) "$(distdir)/$$subdir" \
639               || exit 1; \
640             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
641             $(am__relativize); \
642             new_distdir=$$reldir; \
643             dir1=$$subdir; dir2="$(top_distdir)"; \
644             $(am__relativize); \
645             new_top_distdir=$$reldir; \
646             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
647             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
648             ($(am__cd) $$subdir && \
649               $(MAKE) $(AM_MAKEFLAGS) \
650                 top_distdir="$$new_top_distdir" \
651                 distdir="$$new_distdir" \
652                 am__remove_distdir=: \
653                 am__skip_length_check=: \
654                 am__skip_mode_fix=: \
655                 distdir) \
656               || exit 1; \
657           fi; \
658         done
659         $(MAKE) $(AM_MAKEFLAGS) \
660           top_distdir="$(top_distdir)" distdir="$(distdir)" \
661           dist-hook
662         -test -n "$(am__skip_mode_fix)" \
663         || find "$(distdir)" -type d ! -perm -755 \
664                 -exec chmod u+rwx,go+rx {} \; -o \
665           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
666           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
667           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
668         || chmod -R a+r "$(distdir)"
669 dist-gzip: distdir
670         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
671         $(am__post_remove_distdir)
672
673 dist-bzip2: distdir
674         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
675         $(am__post_remove_distdir)
676
677 dist-lzip: distdir
678         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
679         $(am__post_remove_distdir)
680
681 dist-xz: distdir
682         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
683         $(am__post_remove_distdir)
684
685 dist-tarZ: distdir
686         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
687         $(am__post_remove_distdir)
688
689 dist-shar: distdir
690         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
691         $(am__post_remove_distdir)
692
693 dist-zip: distdir
694         -rm -f $(distdir).zip
695         zip -rq $(distdir).zip $(distdir)
696         $(am__post_remove_distdir)
697
698 dist dist-all:
699         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
700         $(am__post_remove_distdir)
701
702 # This target untars the dist file and tries a VPATH configuration.  Then
703 # it guarantees that the distribution is self-contained by making another
704 # tarfile.
705 distcheck: dist
706         case '$(DIST_ARCHIVES)' in \
707         *.tar.gz*) \
708           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
709         *.tar.bz2*) \
710           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
711         *.tar.lz*) \
712           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
713         *.tar.xz*) \
714           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
715         *.tar.Z*) \
716           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
717         *.shar.gz*) \
718           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
719         *.zip*) \
720           unzip $(distdir).zip ;;\
721         esac
722         chmod -R a-w $(distdir)
723         chmod u+w $(distdir)
724         mkdir $(distdir)/_build $(distdir)/_inst
725         chmod a-w $(distdir)
726         test -d $(distdir)/_build || exit 0; \
727         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
728           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
729           && am__cwd=`pwd` \
730           && $(am__cd) $(distdir)/_build \
731           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
732             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
733             $(DISTCHECK_CONFIGURE_FLAGS) \
734           && $(MAKE) $(AM_MAKEFLAGS) \
735           && $(MAKE) $(AM_MAKEFLAGS) dvi \
736           && $(MAKE) $(AM_MAKEFLAGS) check \
737           && $(MAKE) $(AM_MAKEFLAGS) install \
738           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
739           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
740           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
741                 distuninstallcheck \
742           && chmod -R a-w "$$dc_install_base" \
743           && ({ \
744                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
745                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
746                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
747                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
748                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
749               } || { rm -rf "$$dc_destdir"; exit 1; }) \
750           && rm -rf "$$dc_destdir" \
751           && $(MAKE) $(AM_MAKEFLAGS) dist \
752           && rm -rf $(DIST_ARCHIVES) \
753           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
754           && cd "$$am__cwd" \
755           || exit 1
756         $(am__post_remove_distdir)
757         @(echo "$(distdir) archives ready for distribution: "; \
758           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
759           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
760 distuninstallcheck:
761         @test -n '$(distuninstallcheck_dir)' || { \
762           echo 'ERROR: trying to run $@ with an empty' \
763                '$$(distuninstallcheck_dir)' >&2; \
764           exit 1; \
765         }; \
766         $(am__cd) '$(distuninstallcheck_dir)' || { \
767           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
768           exit 1; \
769         }; \
770         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
771            || { echo "ERROR: files left after uninstall:" ; \
772                 if test -n "$(DESTDIR)"; then \
773                   echo "  (check DESTDIR support)"; \
774                 fi ; \
775                 $(distuninstallcheck_listfiles) ; \
776                 exit 1; } >&2
777 distcleancheck: distclean
778         @if test '$(srcdir)' = . ; then \
779           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
780           exit 1 ; \
781         fi
782         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
783           || { echo "ERROR: files left in build directory after distclean:" ; \
784                $(distcleancheck_listfiles) ; \
785                exit 1; } >&2
786 check-am: all-am
787 check: check-recursive
788 all-am: Makefile config.h
789 installdirs: installdirs-recursive
790 installdirs-am:
791 install: install-recursive
792 install-exec: install-exec-recursive
793 install-data: install-data-recursive
794 uninstall: uninstall-recursive
795
796 install-am: all-am
797         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
798
799 installcheck: installcheck-recursive
800 install-strip:
801         if test -z '$(STRIP)'; then \
802           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
803             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
804               install; \
805         else \
806           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
807             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
808             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
809         fi
810 mostlyclean-generic:
811
812 clean-generic:
813
814 distclean-generic:
815         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
816         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
817         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
818
819 maintainer-clean-generic:
820         @echo "This command is intended for maintainers to use"
821         @echo "it deletes files that may require special tools to rebuild."
822 clean: clean-recursive
823
824 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
825
826 distclean: distclean-recursive
827         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
828         -rm -f Makefile
829 distclean-am: clean-am distclean-generic distclean-hdr \
830         distclean-libtool distclean-tags
831
832 dvi: dvi-recursive
833
834 dvi-am:
835
836 html: html-recursive
837
838 html-am:
839
840 info: info-recursive
841
842 info-am:
843
844 install-data-am:
845
846 install-dvi: install-dvi-recursive
847
848 install-dvi-am:
849
850 install-exec-am:
851
852 install-html: install-html-recursive
853
854 install-html-am:
855
856 install-info: install-info-recursive
857
858 install-info-am:
859
860 install-man:
861
862 install-pdf: install-pdf-recursive
863
864 install-pdf-am:
865
866 install-ps: install-ps-recursive
867
868 install-ps-am:
869
870 installcheck-am:
871
872 maintainer-clean: maintainer-clean-recursive
873         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
874         -rm -rf $(top_srcdir)/autom4te.cache
875         -rm -f Makefile
876 maintainer-clean-am: distclean-am maintainer-clean-generic
877
878 mostlyclean: mostlyclean-recursive
879
880 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
881
882 pdf: pdf-recursive
883
884 pdf-am:
885
886 ps: ps-recursive
887
888 ps-am:
889
890 uninstall-am:
891
892 .MAKE: $(am__recursive_targets) all install-am install-strip
893
894 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
895         am--refresh check check-am clean clean-cscope clean-generic \
896         clean-libtool clean-local cscope cscopelist-am ctags ctags-am \
897         dist dist-all dist-bzip2 dist-gzip dist-hook dist-lzip \
898         dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
899         distclean-generic distclean-hdr distclean-libtool \
900         distclean-tags distcleancheck distdir distuninstallcheck dvi \
901         dvi-am html html-am info info-am install install-am \
902         install-data install-data-am install-dvi install-dvi-am \
903         install-exec install-exec-am install-html install-html-am \
904         install-info install-info-am install-man install-pdf \
905         install-pdf-am install-ps install-ps-am install-strip \
906         installcheck installcheck-am installdirs installdirs-am \
907         maintainer-clean maintainer-clean-generic mostlyclean \
908         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
909         tags tags-am uninstall uninstall-am
910
911
912 dist-hook:
913         if test -d .git ; then \
914                 git log --name-status --date=iso > $(distdir)/ChangeLog ; \
915         fi
916
917 rpm: dist @PACKAGE_NAME@.spec
918         rpmbuild -bb \
919                         --define "_sourcedir `pwd`" \
920                         --define "_builddir `pwd`/rpm" \
921                         --define "_srcrpmdir `pwd`/rpm" \
922                         --define "_rpmdir `pwd`/rpm" \
923                         --define "_specdir `pwd`" \
924                         @PACKAGE_NAME@.spec
925
926 srpm: dist @PACKAGE_NAME@.spec
927         rpmbuild -bs \
928                         --define "_sourcedir `pwd`" \
929                         --define "_builddir `pwd`/rpm" \
930                         --define "_srcrpmdir `pwd`/rpm" \
931                         --define "_rpmdir `pwd`/rpm" \
932                         --define "_specdir `pwd`" \
933                         @PACKAGE_NAME@.spec
934
935 .PHONY: debian/changelog
936 debian/changelog:
937         $(AM_V_GEN) \
938         ( \
939                 . /etc/lsb-release; \
940                 date=`date -R`; \
941                 version=@VERSION@; \
942                 serie=$(serie); \
943                 if test -z "$$serie"; then \
944                   serie=$$DISTRIB_CODENAME; \
945                 fi; \
946                 if test -z "$$release"; then \
947                   release=1; \
948                 fi; \
949                 s=`cat debian/changelog.in`; \
950                 eval "echo \"$${s}\""; \
951         ) > $@
952
953 ppa: dist debian/changelog
954         $(AM_V_GEN) \
955         ( \
956                 mkdir ppa; \
957                 cp $(distdir).tar.gz ppa/@PACKAGE_NAME@_@PACKAGE_VERSION@.orig.tar.gz ; \
958                 cd ppa; \
959                 tar zxvf ../$(distdir).tar.gz ; \
960                 cd $(distdir); \
961                 cp -a ../../debian . ; \
962                 cd debian; \
963                 debuild -S -sa ; \
964         )
965
966 dpkg: dist debian/changelog
967         $(AM_V_GEN) \
968         ( \
969                 mkdir ppa; \
970                 cd ppa; \
971                 tar zxvf ../$(distdir).tar.gz ; \
972                 cd $(distdir); \
973                 cp -a ../../debian . ; \
974                 cd debian; \
975                 debuild -b -uc -us; \
976         )
977
978 clean-rpm:
979         $(RM) -r "`uname -i`"
980
981 clean-local: clean-rpm
982
983 # Tell versions [3.59,3.63) of GNU make to not export all variables.
984 # Otherwise a system limit (for SysV at least) may be exceeded.
985 .NOEXPORT: