Allow libpinyin to build in cross compile mode.
[platform/upstream/libpinyin.git] / src / storage / 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
18 VPATH = @srcdir@
19 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
20 am__make_running_with_option = \
21   case $${target_option-} in \
22       ?) ;; \
23       *) echo "am__make_running_with_option: internal error: invalid" \
24               "target option '$${target_option-}' specified" >&2; \
25          exit 1;; \
26   esac; \
27   has_opt=no; \
28   sane_makeflags=$$MAKEFLAGS; \
29   if $(am__is_gnu_make); then \
30     sane_makeflags=$$MFLAGS; \
31   else \
32     case $$MAKEFLAGS in \
33       *\\[\ \   ]*) \
34         bs=\\; \
35         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
36           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
37     esac; \
38   fi; \
39   skip_next=no; \
40   strip_trailopt () \
41   { \
42     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
43   }; \
44   for flg in $$sane_makeflags; do \
45     test $$skip_next = yes && { skip_next=no; continue; }; \
46     case $$flg in \
47       *=*|--*) continue;; \
48         -*I) strip_trailopt 'I'; skip_next=yes;; \
49       -*I?*) strip_trailopt 'I';; \
50         -*O) strip_trailopt 'O'; skip_next=yes;; \
51       -*O?*) strip_trailopt 'O';; \
52         -*l) strip_trailopt 'l'; skip_next=yes;; \
53       -*l?*) strip_trailopt 'l';; \
54       -[dEDm]) skip_next=yes;; \
55       -[JT]) skip_next=yes;; \
56     esac; \
57     case $$flg in \
58       *$$target_option*) has_opt=yes; break;; \
59     esac; \
60   done; \
61   test $$has_opt = yes
62 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
63 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
64 pkgdatadir = $(datadir)/@PACKAGE@
65 pkgincludedir = $(includedir)/@PACKAGE@
66 pkglibdir = $(libdir)/@PACKAGE@
67 pkglibexecdir = $(libexecdir)/@PACKAGE@
68 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
69 install_sh_DATA = $(install_sh) -c -m 644
70 install_sh_PROGRAM = $(install_sh) -c
71 install_sh_SCRIPT = $(install_sh) -c
72 INSTALL_HEADER = $(INSTALL_DATA)
73 transform = $(program_transform_name)
74 NORMAL_INSTALL = :
75 PRE_INSTALL = :
76 POST_INSTALL = :
77 NORMAL_UNINSTALL = :
78 PRE_UNINSTALL = :
79 POST_UNINSTALL = :
80 build_triplet = @build@
81 host_triplet = @host@
82 subdir = src/storage
83 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
84         $(top_srcdir)/depcomp $(libpinyininclude_HEADERS) \
85         $(noinst_HEADERS)
86 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
87 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
88 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
89         $(ACLOCAL_M4)
90 mkinstalldirs = $(install_sh) -d
91 CONFIG_HEADER = $(top_builddir)/config.h
92 CONFIG_CLEAN_FILES =
93 CONFIG_CLEAN_VPATH_FILES =
94 LTLIBRARIES = $(noinst_LTLIBRARIES)
95 libstorage_la_LIBADD =
96 am_libstorage_la_OBJECTS = libstorage_la-phrase_index.lo \
97         libstorage_la-phrase_large_table2.lo libstorage_la-ngram.lo \
98         libstorage_la-tag_utility.lo libstorage_la-pinyin_parser2.lo \
99         libstorage_la-chewing_large_table.lo \
100         libstorage_la-table_info.lo
101 libstorage_la_OBJECTS = $(am_libstorage_la_OBJECTS)
102 AM_V_lt = $(am__v_lt_@AM_V@)
103 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
104 am__v_lt_0 = --silent
105 am__v_lt_1 = 
106 libstorage_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
107         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
108         $(libstorage_la_CXXFLAGS) $(CXXFLAGS) $(libstorage_la_LDFLAGS) \
109         $(LDFLAGS) -o $@
110 AM_V_P = $(am__v_P_@AM_V@)
111 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
112 am__v_P_0 = false
113 am__v_P_1 = :
114 AM_V_GEN = $(am__v_GEN_@AM_V@)
115 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
116 am__v_GEN_0 = @echo "  GEN     " $@;
117 am__v_GEN_1 = 
118 AM_V_at = $(am__v_at_@AM_V@)
119 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
120 am__v_at_0 = @
121 am__v_at_1 = 
122 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
123 depcomp = $(SHELL) $(top_srcdir)/depcomp
124 am__depfiles_maybe = depfiles
125 am__mv = mv -f
126 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
127         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
128 LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
129         $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
130         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
131         $(AM_CXXFLAGS) $(CXXFLAGS)
132 AM_V_CXX = $(am__v_CXX_@AM_V@)
133 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
134 am__v_CXX_0 = @echo "  CXX     " $@;
135 am__v_CXX_1 = 
136 CXXLD = $(CXX)
137 CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
138         $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
139         $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
140 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
141 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
142 am__v_CXXLD_0 = @echo "  CXXLD   " $@;
143 am__v_CXXLD_1 = 
144 SOURCES = $(libstorage_la_SOURCES)
145 DIST_SOURCES = $(libstorage_la_SOURCES)
146 am__can_run_installinfo = \
147   case $$AM_UPDATE_INFO_DIR in \
148     n|no|NO) false;; \
149     *) (install-info --version) >/dev/null 2>&1;; \
150   esac
151 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
152 am__vpath_adj = case $$p in \
153     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
154     *) f=$$p;; \
155   esac;
156 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
157 am__install_max = 40
158 am__nobase_strip_setup = \
159   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
160 am__nobase_strip = \
161   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
162 am__nobase_list = $(am__nobase_strip_setup); \
163   for p in $$list; do echo "$$p $$p"; done | \
164   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
165   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
166     if (++n[$$2] == $(am__install_max)) \
167       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
168     END { for (dir in files) print dir, files[dir] }'
169 am__base_list = \
170   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
171   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
172 am__uninstall_files_from_dir = { \
173   test -z "$$files" \
174     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
175     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
176          $(am__cd) "$$dir" && rm -f $$files; }; \
177   }
178 am__installdirs = "$(DESTDIR)$(libpinyinincludedir)"
179 HEADERS = $(libpinyininclude_HEADERS) $(noinst_HEADERS)
180 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
181 # Read a list of newline-separated strings from the standard input,
182 # and print each of them once, without duplicates.  Input order is
183 # *not* preserved.
184 am__uniquify_input = $(AWK) '\
185   BEGIN { nonempty = 0; } \
186   { items[$$0] = 1; nonempty = 1; } \
187   END { if (nonempty) { for (i in items) print i; }; } \
188 '
189 # Make sure the list of sources is unique.  This is necessary because,
190 # e.g., the same source file might be shared among _SOURCES variables
191 # for different programs/libraries.
192 am__define_uniq_tagged_files = \
193   list='$(am__tagged_files)'; \
194   unique=`for i in $$list; do \
195     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
196   done | $(am__uniquify_input)`
197 ETAGS = etags
198 CTAGS = ctags
199 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
200 ACLOCAL = @ACLOCAL@
201 AMTAR = @AMTAR@
202 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
203 AR = @AR@
204 AUTOCONF = @AUTOCONF@
205 AUTOHEADER = @AUTOHEADER@
206 AUTOMAKE = @AUTOMAKE@
207 AWK = @AWK@
208 CC = @CC@
209 CCDEPMODE = @CCDEPMODE@
210 CFLAGS = @CFLAGS@
211 CPP = @CPP@
212 CPPFLAGS = @CPPFLAGS@
213 CXX = @CXX@
214 CXXCPP = @CXXCPP@
215 CXXDEPMODE = @CXXDEPMODE@
216 CXXFLAGS = @CXXFLAGS@
217 CYGPATH_W = @CYGPATH_W@
218 DEFS = @DEFS@
219 DEPDIR = @DEPDIR@
220 DLLTOOL = @DLLTOOL@
221 DSYMUTIL = @DSYMUTIL@
222 DUMPBIN = @DUMPBIN@
223 ECHO_C = @ECHO_C@
224 ECHO_N = @ECHO_N@
225 ECHO_T = @ECHO_T@
226 EGREP = @EGREP@
227 EXEEXT = @EXEEXT@
228 FGREP = @FGREP@
229 GLIB2_CFLAGS = @GLIB2_CFLAGS@
230 GLIB2_LIBS = @GLIB2_LIBS@
231 GREP = @GREP@
232 INSTALL = @INSTALL@
233 INSTALL_DATA = @INSTALL_DATA@
234 INSTALL_PROGRAM = @INSTALL_PROGRAM@
235 INSTALL_SCRIPT = @INSTALL_SCRIPT@
236 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
237 LD = @LD@
238 LDFLAGS = @LDFLAGS@
239 LIBOBJS = @LIBOBJS@
240 LIBPINYIN_BINARY_VERSION = @LIBPINYIN_BINARY_VERSION@
241 LIBS = @LIBS@
242 LIBTOOL = @LIBTOOL@
243 LIBTOOL_DEPS = @LIBTOOL_DEPS@
244 LIBTOOL_EXPORT_OPTIONS = @LIBTOOL_EXPORT_OPTIONS@
245 LIPO = @LIPO@
246 LN_S = @LN_S@
247 LTLIBOBJS = @LTLIBOBJS@
248 LT_VERSION_INFO = @LT_VERSION_INFO@
249 MAKEINFO = @MAKEINFO@
250 MANIFEST_TOOL = @MANIFEST_TOOL@
251 MKDIR_P = @MKDIR_P@
252 NM = @NM@
253 NMEDIT = @NMEDIT@
254 OBJDUMP = @OBJDUMP@
255 OBJEXT = @OBJEXT@
256 OTOOL = @OTOOL@
257 OTOOL64 = @OTOOL64@
258 PACKAGE = @PACKAGE@
259 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
260 PACKAGE_NAME = @PACKAGE_NAME@
261 PACKAGE_STRING = @PACKAGE_STRING@
262 PACKAGE_TARNAME = @PACKAGE_TARNAME@
263 PACKAGE_URL = @PACKAGE_URL@
264 PACKAGE_VERSION = @PACKAGE_VERSION@
265 PATH_SEPARATOR = @PATH_SEPARATOR@
266 PKG_CONFIG = @PKG_CONFIG@
267 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
268 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
269 RANLIB = @RANLIB@
270 SED = @SED@
271 SET_MAKE = @SET_MAKE@
272 SHELL = @SHELL@
273 STRIP = @STRIP@
274 VERSION = @VERSION@
275 abs_builddir = @abs_builddir@
276 abs_srcdir = @abs_srcdir@
277 abs_top_builddir = @abs_top_builddir@
278 abs_top_srcdir = @abs_top_srcdir@
279 ac_ct_AR = @ac_ct_AR@
280 ac_ct_CC = @ac_ct_CC@
281 ac_ct_CXX = @ac_ct_CXX@
282 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
283 am__include = @am__include@
284 am__leading_dot = @am__leading_dot@
285 am__quote = @am__quote@
286 am__tar = @am__tar@
287 am__untar = @am__untar@
288 bindir = @bindir@
289 build = @build@
290 build_alias = @build_alias@
291 build_cpu = @build_cpu@
292 build_os = @build_os@
293 build_vendor = @build_vendor@
294 builddir = @builddir@
295 datadir = @datadir@
296 datarootdir = @datarootdir@
297 docdir = @docdir@
298 dvidir = @dvidir@
299 exec_prefix = @exec_prefix@
300 host = @host@
301 host_alias = @host_alias@
302 host_cpu = @host_cpu@
303 host_os = @host_os@
304 host_vendor = @host_vendor@
305 htmldir = @htmldir@
306 includedir = @includedir@
307 infodir = @infodir@
308 install_sh = @install_sh@
309 libdir = @libdir@
310 libexecdir = @libexecdir@
311 localedir = @localedir@
312 localstatedir = @localstatedir@
313 mandir = @mandir@
314 mkdir_p = @mkdir_p@
315 oldincludedir = @oldincludedir@
316 pdfdir = @pdfdir@
317 prefix = @prefix@
318 program_transform_name = @program_transform_name@
319 psdir = @psdir@
320 sbindir = @sbindir@
321 sharedstatedir = @sharedstatedir@
322 srcdir = @srcdir@
323 sysconfdir = @sysconfdir@
324 target_alias = @target_alias@
325 top_build_prefix = @top_build_prefix@
326 top_builddir = @top_builddir@
327 top_srcdir = @top_srcdir@
328 INCLUDES = -I$(top_srcdir)/src/include \
329                           -I$(top_srcdir)/src/storage \
330                           @GLIB2_CFLAGS@
331
332 libpinyinincludedir = $(includedir)/libpinyin-@VERSION@
333 libpinyininclude_HEADERS = pinyin_custom2.h
334 noinst_HEADERS = chewing_enum.h \
335                           chewing_key.h \
336                           pinyin_parser2.h \
337                           phrase_index.h \
338                           phrase_index_logger.h \
339                           phrase_large_table2.h \
340                           ngram.h \
341                           flexible_ngram.h \
342                           tag_utility.h \
343                           pinyin_parser_table.h \
344                           double_pinyin_table.h \
345                           chewing_table.h \
346                           pinyin_phrase2.h \
347                           chewing_large_table.h \
348                           facade_chewing_table.h \
349                           facade_phrase_table2.h \
350                           table_info.h
351
352 noinst_LTLIBRARIES = libstorage.la
353 libstorage_la_CXXFLAGS = "-fPIC"
354 libstorage_la_LDFLAGS = -static
355 libstorage_la_SOURCES = phrase_index.cpp \
356                            phrase_large_table2.cpp \
357                            ngram.cpp \
358                            tag_utility.cpp \
359                            pinyin_parser2.cpp \
360                            chewing_large_table.cpp \
361                            table_info.cpp
362
363 all: all-am
364
365 .SUFFIXES:
366 .SUFFIXES: .cpp .lo .o .obj
367 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
368         @for dep in $?; do \
369           case '$(am__configure_deps)' in \
370             *$$dep*) \
371               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
372                 && { if test -f $@; then exit 0; else break; fi; }; \
373               exit 1;; \
374           esac; \
375         done; \
376         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/storage/Makefile'; \
377         $(am__cd) $(top_srcdir) && \
378           $(AUTOMAKE) --gnu src/storage/Makefile
379 .PRECIOUS: Makefile
380 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
381         @case '$?' in \
382           *config.status*) \
383             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
384           *) \
385             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
386             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
387         esac;
388
389 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
390         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
391
392 $(top_srcdir)/configure:  $(am__configure_deps)
393         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
394 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
395         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
396 $(am__aclocal_m4_deps):
397
398 clean-noinstLTLIBRARIES:
399         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
400         @list='$(noinst_LTLIBRARIES)'; \
401         locs=`for p in $$list; do echo $$p; done | \
402               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
403               sort -u`; \
404         test -z "$$locs" || { \
405           echo rm -f $${locs}; \
406           rm -f $${locs}; \
407         }
408
409 libstorage.la: $(libstorage_la_OBJECTS) $(libstorage_la_DEPENDENCIES) $(EXTRA_libstorage_la_DEPENDENCIES) 
410         $(AM_V_CXXLD)$(libstorage_la_LINK)  $(libstorage_la_OBJECTS) $(libstorage_la_LIBADD) $(LIBS)
411
412 mostlyclean-compile:
413         -rm -f *.$(OBJEXT)
414
415 distclean-compile:
416         -rm -f *.tab.c
417
418 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libstorage_la-chewing_large_table.Plo@am__quote@
419 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libstorage_la-ngram.Plo@am__quote@
420 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libstorage_la-phrase_index.Plo@am__quote@
421 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libstorage_la-phrase_large_table2.Plo@am__quote@
422 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libstorage_la-pinyin_parser2.Plo@am__quote@
423 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libstorage_la-table_info.Plo@am__quote@
424 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libstorage_la-tag_utility.Plo@am__quote@
425
426 .cpp.o:
427 @am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
428 @am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
429 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
430 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
431 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
432
433 .cpp.obj:
434 @am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
435 @am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
436 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
437 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
438 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
439
440 .cpp.lo:
441 @am__fastdepCXX_TRUE@   $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
442 @am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
443 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
444 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
445 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
446
447 libstorage_la-phrase_index.lo: phrase_index.cpp
448 @am__fastdepCXX_TRUE@   $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libstorage_la_CXXFLAGS) $(CXXFLAGS) -MT libstorage_la-phrase_index.lo -MD -MP -MF $(DEPDIR)/libstorage_la-phrase_index.Tpo -c -o libstorage_la-phrase_index.lo `test -f 'phrase_index.cpp' || echo '$(srcdir)/'`phrase_index.cpp
449 @am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/libstorage_la-phrase_index.Tpo $(DEPDIR)/libstorage_la-phrase_index.Plo
450 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='phrase_index.cpp' object='libstorage_la-phrase_index.lo' libtool=yes @AMDEPBACKSLASH@
451 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
452 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libstorage_la_CXXFLAGS) $(CXXFLAGS) -c -o libstorage_la-phrase_index.lo `test -f 'phrase_index.cpp' || echo '$(srcdir)/'`phrase_index.cpp
453
454 libstorage_la-phrase_large_table2.lo: phrase_large_table2.cpp
455 @am__fastdepCXX_TRUE@   $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libstorage_la_CXXFLAGS) $(CXXFLAGS) -MT libstorage_la-phrase_large_table2.lo -MD -MP -MF $(DEPDIR)/libstorage_la-phrase_large_table2.Tpo -c -o libstorage_la-phrase_large_table2.lo `test -f 'phrase_large_table2.cpp' || echo '$(srcdir)/'`phrase_large_table2.cpp
456 @am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/libstorage_la-phrase_large_table2.Tpo $(DEPDIR)/libstorage_la-phrase_large_table2.Plo
457 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='phrase_large_table2.cpp' object='libstorage_la-phrase_large_table2.lo' libtool=yes @AMDEPBACKSLASH@
458 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
459 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libstorage_la_CXXFLAGS) $(CXXFLAGS) -c -o libstorage_la-phrase_large_table2.lo `test -f 'phrase_large_table2.cpp' || echo '$(srcdir)/'`phrase_large_table2.cpp
460
461 libstorage_la-ngram.lo: ngram.cpp
462 @am__fastdepCXX_TRUE@   $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libstorage_la_CXXFLAGS) $(CXXFLAGS) -MT libstorage_la-ngram.lo -MD -MP -MF $(DEPDIR)/libstorage_la-ngram.Tpo -c -o libstorage_la-ngram.lo `test -f 'ngram.cpp' || echo '$(srcdir)/'`ngram.cpp
463 @am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/libstorage_la-ngram.Tpo $(DEPDIR)/libstorage_la-ngram.Plo
464 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='ngram.cpp' object='libstorage_la-ngram.lo' libtool=yes @AMDEPBACKSLASH@
465 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
466 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libstorage_la_CXXFLAGS) $(CXXFLAGS) -c -o libstorage_la-ngram.lo `test -f 'ngram.cpp' || echo '$(srcdir)/'`ngram.cpp
467
468 libstorage_la-tag_utility.lo: tag_utility.cpp
469 @am__fastdepCXX_TRUE@   $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libstorage_la_CXXFLAGS) $(CXXFLAGS) -MT libstorage_la-tag_utility.lo -MD -MP -MF $(DEPDIR)/libstorage_la-tag_utility.Tpo -c -o libstorage_la-tag_utility.lo `test -f 'tag_utility.cpp' || echo '$(srcdir)/'`tag_utility.cpp
470 @am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/libstorage_la-tag_utility.Tpo $(DEPDIR)/libstorage_la-tag_utility.Plo
471 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='tag_utility.cpp' object='libstorage_la-tag_utility.lo' libtool=yes @AMDEPBACKSLASH@
472 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
473 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libstorage_la_CXXFLAGS) $(CXXFLAGS) -c -o libstorage_la-tag_utility.lo `test -f 'tag_utility.cpp' || echo '$(srcdir)/'`tag_utility.cpp
474
475 libstorage_la-pinyin_parser2.lo: pinyin_parser2.cpp
476 @am__fastdepCXX_TRUE@   $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libstorage_la_CXXFLAGS) $(CXXFLAGS) -MT libstorage_la-pinyin_parser2.lo -MD -MP -MF $(DEPDIR)/libstorage_la-pinyin_parser2.Tpo -c -o libstorage_la-pinyin_parser2.lo `test -f 'pinyin_parser2.cpp' || echo '$(srcdir)/'`pinyin_parser2.cpp
477 @am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/libstorage_la-pinyin_parser2.Tpo $(DEPDIR)/libstorage_la-pinyin_parser2.Plo
478 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='pinyin_parser2.cpp' object='libstorage_la-pinyin_parser2.lo' libtool=yes @AMDEPBACKSLASH@
479 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
480 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libstorage_la_CXXFLAGS) $(CXXFLAGS) -c -o libstorage_la-pinyin_parser2.lo `test -f 'pinyin_parser2.cpp' || echo '$(srcdir)/'`pinyin_parser2.cpp
481
482 libstorage_la-chewing_large_table.lo: chewing_large_table.cpp
483 @am__fastdepCXX_TRUE@   $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libstorage_la_CXXFLAGS) $(CXXFLAGS) -MT libstorage_la-chewing_large_table.lo -MD -MP -MF $(DEPDIR)/libstorage_la-chewing_large_table.Tpo -c -o libstorage_la-chewing_large_table.lo `test -f 'chewing_large_table.cpp' || echo '$(srcdir)/'`chewing_large_table.cpp
484 @am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/libstorage_la-chewing_large_table.Tpo $(DEPDIR)/libstorage_la-chewing_large_table.Plo
485 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='chewing_large_table.cpp' object='libstorage_la-chewing_large_table.lo' libtool=yes @AMDEPBACKSLASH@
486 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
487 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libstorage_la_CXXFLAGS) $(CXXFLAGS) -c -o libstorage_la-chewing_large_table.lo `test -f 'chewing_large_table.cpp' || echo '$(srcdir)/'`chewing_large_table.cpp
488
489 libstorage_la-table_info.lo: table_info.cpp
490 @am__fastdepCXX_TRUE@   $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libstorage_la_CXXFLAGS) $(CXXFLAGS) -MT libstorage_la-table_info.lo -MD -MP -MF $(DEPDIR)/libstorage_la-table_info.Tpo -c -o libstorage_la-table_info.lo `test -f 'table_info.cpp' || echo '$(srcdir)/'`table_info.cpp
491 @am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/libstorage_la-table_info.Tpo $(DEPDIR)/libstorage_la-table_info.Plo
492 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='table_info.cpp' object='libstorage_la-table_info.lo' libtool=yes @AMDEPBACKSLASH@
493 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
494 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libstorage_la_CXXFLAGS) $(CXXFLAGS) -c -o libstorage_la-table_info.lo `test -f 'table_info.cpp' || echo '$(srcdir)/'`table_info.cpp
495
496 mostlyclean-libtool:
497         -rm -f *.lo
498
499 clean-libtool:
500         -rm -rf .libs _libs
501 install-libpinyinincludeHEADERS: $(libpinyininclude_HEADERS)
502         @$(NORMAL_INSTALL)
503         @list='$(libpinyininclude_HEADERS)'; test -n "$(libpinyinincludedir)" || list=; \
504         if test -n "$$list"; then \
505           echo " $(MKDIR_P) '$(DESTDIR)$(libpinyinincludedir)'"; \
506           $(MKDIR_P) "$(DESTDIR)$(libpinyinincludedir)" || exit 1; \
507         fi; \
508         for p in $$list; do \
509           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
510           echo "$$d$$p"; \
511         done | $(am__base_list) | \
512         while read files; do \
513           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libpinyinincludedir)'"; \
514           $(INSTALL_HEADER) $$files "$(DESTDIR)$(libpinyinincludedir)" || exit $$?; \
515         done
516
517 uninstall-libpinyinincludeHEADERS:
518         @$(NORMAL_UNINSTALL)
519         @list='$(libpinyininclude_HEADERS)'; test -n "$(libpinyinincludedir)" || list=; \
520         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
521         dir='$(DESTDIR)$(libpinyinincludedir)'; $(am__uninstall_files_from_dir)
522
523 ID: $(am__tagged_files)
524         $(am__define_uniq_tagged_files); mkid -fID $$unique
525 tags: tags-am
526 TAGS: tags
527
528 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
529         set x; \
530         here=`pwd`; \
531         $(am__define_uniq_tagged_files); \
532         shift; \
533         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
534           test -n "$$unique" || unique=$$empty_fix; \
535           if test $$# -gt 0; then \
536             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
537               "$$@" $$unique; \
538           else \
539             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
540               $$unique; \
541           fi; \
542         fi
543 ctags: ctags-am
544
545 CTAGS: ctags
546 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
547         $(am__define_uniq_tagged_files); \
548         test -z "$(CTAGS_ARGS)$$unique" \
549           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
550              $$unique
551
552 GTAGS:
553         here=`$(am__cd) $(top_builddir) && pwd` \
554           && $(am__cd) $(top_srcdir) \
555           && gtags -i $(GTAGS_ARGS) "$$here"
556 cscopelist: cscopelist-am
557
558 cscopelist-am: $(am__tagged_files)
559         list='$(am__tagged_files)'; \
560         case "$(srcdir)" in \
561           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
562           *) sdir=$(subdir)/$(srcdir) ;; \
563         esac; \
564         for i in $$list; do \
565           if test -f "$$i"; then \
566             echo "$(subdir)/$$i"; \
567           else \
568             echo "$$sdir/$$i"; \
569           fi; \
570         done >> $(top_builddir)/cscope.files
571
572 distclean-tags:
573         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
574
575 distdir: $(DISTFILES)
576         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
577         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
578         list='$(DISTFILES)'; \
579           dist_files=`for file in $$list; do echo $$file; done | \
580           sed -e "s|^$$srcdirstrip/||;t" \
581               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
582         case $$dist_files in \
583           */*) $(MKDIR_P) `echo "$$dist_files" | \
584                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
585                            sort -u` ;; \
586         esac; \
587         for file in $$dist_files; do \
588           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
589           if test -d $$d/$$file; then \
590             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
591             if test -d "$(distdir)/$$file"; then \
592               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
593             fi; \
594             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
595               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
596               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
597             fi; \
598             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
599           else \
600             test -f "$(distdir)/$$file" \
601             || cp -p $$d/$$file "$(distdir)/$$file" \
602             || exit 1; \
603           fi; \
604         done
605 check-am: all-am
606 check: check-am
607 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
608 installdirs:
609         for dir in "$(DESTDIR)$(libpinyinincludedir)"; do \
610           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
611         done
612 install: install-am
613 install-exec: install-exec-am
614 install-data: install-data-am
615 uninstall: uninstall-am
616
617 install-am: all-am
618         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
619
620 installcheck: installcheck-am
621 install-strip:
622         if test -z '$(STRIP)'; then \
623           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
624             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
625               install; \
626         else \
627           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
628             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
629             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
630         fi
631 mostlyclean-generic:
632
633 clean-generic:
634
635 distclean-generic:
636         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
637         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
638
639 maintainer-clean-generic:
640         @echo "This command is intended for maintainers to use"
641         @echo "it deletes files that may require special tools to rebuild."
642 clean: clean-am
643
644 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
645         mostlyclean-am
646
647 distclean: distclean-am
648         -rm -rf ./$(DEPDIR)
649         -rm -f Makefile
650 distclean-am: clean-am distclean-compile distclean-generic \
651         distclean-tags
652
653 dvi: dvi-am
654
655 dvi-am:
656
657 html: html-am
658
659 html-am:
660
661 info: info-am
662
663 info-am:
664
665 install-data-am: install-libpinyinincludeHEADERS
666
667 install-dvi: install-dvi-am
668
669 install-dvi-am:
670
671 install-exec-am:
672
673 install-html: install-html-am
674
675 install-html-am:
676
677 install-info: install-info-am
678
679 install-info-am:
680
681 install-man:
682
683 install-pdf: install-pdf-am
684
685 install-pdf-am:
686
687 install-ps: install-ps-am
688
689 install-ps-am:
690
691 installcheck-am:
692
693 maintainer-clean: maintainer-clean-am
694         -rm -rf ./$(DEPDIR)
695         -rm -f Makefile
696 maintainer-clean-am: distclean-am maintainer-clean-generic
697
698 mostlyclean: mostlyclean-am
699
700 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
701         mostlyclean-libtool
702
703 pdf: pdf-am
704
705 pdf-am:
706
707 ps: ps-am
708
709 ps-am:
710
711 uninstall-am: uninstall-libpinyinincludeHEADERS
712
713 .MAKE: install-am install-strip
714
715 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
716         clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
717         ctags-am distclean distclean-compile distclean-generic \
718         distclean-libtool distclean-tags distdir dvi dvi-am html \
719         html-am info info-am install install-am install-data \
720         install-data-am install-dvi install-dvi-am install-exec \
721         install-exec-am install-html install-html-am install-info \
722         install-info-am install-libpinyinincludeHEADERS install-man \
723         install-pdf install-pdf-am install-ps install-ps-am \
724         install-strip installcheck installcheck-am installdirs \
725         maintainer-clean maintainer-clean-generic mostlyclean \
726         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
727         pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
728         uninstall-libpinyinincludeHEADERS
729
730
731 # Tell versions [3.59,3.63) of GNU make to not export all variables.
732 # Otherwise a system limit (for SysV at least) may be exceeded.
733 .NOEXPORT: