Imported Upstream version 1.6.6
[platform/upstream/openfst.git] / src / extensions / linear / Makefile.in
1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17
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 @HAVE_BIN_TRUE@bin_PROGRAMS = fstlinear$(EXEEXT) \
83 @HAVE_BIN_TRUE@ fstloglinearapply$(EXEEXT)
84 subdir = src/extensions/linear
85 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
86         $(top_srcdir)/depcomp
87 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
88 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_python_devel.m4 \
89         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
90         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
91         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
92 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
93         $(ACLOCAL_M4)
94 mkinstalldirs = $(install_sh) -d
95 CONFIG_HEADER = $(top_builddir)/config.h \
96         $(top_builddir)/src/include/fst/config.h
97 CONFIG_CLEAN_FILES =
98 CONFIG_CLEAN_VPATH_FILES =
99 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
100 am__vpath_adj = case $$p in \
101     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
102     *) f=$$p;; \
103   esac;
104 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
105 am__install_max = 40
106 am__nobase_strip_setup = \
107   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
108 am__nobase_strip = \
109   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
110 am__nobase_list = $(am__nobase_strip_setup); \
111   for p in $$list; do echo "$$p $$p"; done | \
112   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
113   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
114     if (++n[$$2] == $(am__install_max)) \
115       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
116     END { for (dir in files) print dir, files[dir] }'
117 am__base_list = \
118   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
119   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
120 am__uninstall_files_from_dir = { \
121   test -z "$$files" \
122     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
123     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
124          $(am__cd) "$$dir" && rm -f $$files; }; \
125   }
126 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libfstdir)" \
127         "$(DESTDIR)$(bindir)"
128 LTLIBRARIES = $(lib_LTLIBRARIES) $(libfst_LTLIBRARIES)
129 am__DEPENDENCIES_1 =
130 @HAVE_SCRIPT_TRUE@libfstlinearscript_la_DEPENDENCIES =  \
131 @HAVE_SCRIPT_TRUE@      ../../script/libfstscript.la \
132 @HAVE_SCRIPT_TRUE@      ../../lib/libfst.la $(am__DEPENDENCIES_1)
133 am__libfstlinearscript_la_SOURCES_DIST = linearscript.cc
134 @HAVE_SCRIPT_TRUE@am_libfstlinearscript_la_OBJECTS = linearscript.lo
135 libfstlinearscript_la_OBJECTS = $(am_libfstlinearscript_la_OBJECTS)
136 AM_V_lt = $(am__v_lt_@AM_V@)
137 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
138 am__v_lt_0 = --silent
139 am__v_lt_1 = 
140 libfstlinearscript_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
141         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
142         $(AM_CXXFLAGS) $(CXXFLAGS) $(libfstlinearscript_la_LDFLAGS) \
143         $(LDFLAGS) -o $@
144 @HAVE_SCRIPT_TRUE@am_libfstlinearscript_la_rpath = -rpath $(libdir)
145 linear_classifier_fst_la_LIBADD =
146 am_linear_classifier_fst_la_OBJECTS = linear-classifier-fst.lo
147 linear_classifier_fst_la_OBJECTS =  \
148         $(am_linear_classifier_fst_la_OBJECTS)
149 linear_classifier_fst_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
150         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
151         $(AM_CXXFLAGS) $(CXXFLAGS) $(linear_classifier_fst_la_LDFLAGS) \
152         $(LDFLAGS) -o $@
153 @HAVE_SCRIPT_FALSE@am_linear_classifier_fst_la_rpath = -rpath \
154 @HAVE_SCRIPT_FALSE@     $(libfstdir)
155 @HAVE_SCRIPT_TRUE@am_linear_classifier_fst_la_rpath = -rpath \
156 @HAVE_SCRIPT_TRUE@      $(libfstdir)
157 linear_tagger_fst_la_LIBADD =
158 am_linear_tagger_fst_la_OBJECTS = linear-tagger-fst.lo
159 linear_tagger_fst_la_OBJECTS = $(am_linear_tagger_fst_la_OBJECTS)
160 linear_tagger_fst_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
161         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
162         $(AM_CXXFLAGS) $(CXXFLAGS) $(linear_tagger_fst_la_LDFLAGS) \
163         $(LDFLAGS) -o $@
164 @HAVE_SCRIPT_FALSE@am_linear_tagger_fst_la_rpath = -rpath $(libfstdir)
165 @HAVE_SCRIPT_TRUE@am_linear_tagger_fst_la_rpath = -rpath $(libfstdir)
166 PROGRAMS = $(bin_PROGRAMS)
167 am__fstlinear_SOURCES_DIST = fstlinear.cc
168 @HAVE_BIN_TRUE@am_fstlinear_OBJECTS = fstlinear.$(OBJEXT)
169 fstlinear_OBJECTS = $(am_fstlinear_OBJECTS)
170 fstlinear_LDADD = $(LDADD)
171 @HAVE_BIN_TRUE@fstlinear_DEPENDENCIES = libfstlinearscript.la \
172 @HAVE_BIN_TRUE@ ../../script/libfstscript.la \
173 @HAVE_BIN_TRUE@ ../../lib/libfst.la $(am__DEPENDENCIES_1)
174 am__fstloglinearapply_SOURCES_DIST = fstloglinearapply.cc
175 @HAVE_BIN_TRUE@am_fstloglinearapply_OBJECTS =  \
176 @HAVE_BIN_TRUE@ fstloglinearapply.$(OBJEXT)
177 fstloglinearapply_OBJECTS = $(am_fstloglinearapply_OBJECTS)
178 fstloglinearapply_LDADD = $(LDADD)
179 @HAVE_BIN_TRUE@fstloglinearapply_DEPENDENCIES = libfstlinearscript.la \
180 @HAVE_BIN_TRUE@ ../../script/libfstscript.la \
181 @HAVE_BIN_TRUE@ ../../lib/libfst.la $(am__DEPENDENCIES_1)
182 AM_V_P = $(am__v_P_@AM_V@)
183 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
184 am__v_P_0 = false
185 am__v_P_1 = :
186 AM_V_GEN = $(am__v_GEN_@AM_V@)
187 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
188 am__v_GEN_0 = @echo "  GEN     " $@;
189 am__v_GEN_1 = 
190 AM_V_at = $(am__v_at_@AM_V@)
191 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
192 am__v_at_0 = @
193 am__v_at_1 = 
194 DEFAULT_INCLUDES = 
195 depcomp = $(SHELL) $(top_srcdir)/depcomp
196 am__depfiles_maybe = depfiles
197 am__mv = mv -f
198 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
199         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
200 LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
201         $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
202         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
203         $(AM_CXXFLAGS) $(CXXFLAGS)
204 AM_V_CXX = $(am__v_CXX_@AM_V@)
205 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
206 am__v_CXX_0 = @echo "  CXX     " $@;
207 am__v_CXX_1 = 
208 CXXLD = $(CXX)
209 CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
210         $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
211         $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
212 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
213 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
214 am__v_CXXLD_0 = @echo "  CXXLD   " $@;
215 am__v_CXXLD_1 = 
216 SOURCES = $(libfstlinearscript_la_SOURCES) \
217         $(linear_classifier_fst_la_SOURCES) \
218         $(linear_tagger_fst_la_SOURCES) $(fstlinear_SOURCES) \
219         $(fstloglinearapply_SOURCES)
220 DIST_SOURCES = $(am__libfstlinearscript_la_SOURCES_DIST) \
221         $(linear_classifier_fst_la_SOURCES) \
222         $(linear_tagger_fst_la_SOURCES) $(am__fstlinear_SOURCES_DIST) \
223         $(am__fstloglinearapply_SOURCES_DIST)
224 am__can_run_installinfo = \
225   case $$AM_UPDATE_INFO_DIR in \
226     n|no|NO) false;; \
227     *) (install-info --version) >/dev/null 2>&1;; \
228   esac
229 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
230 # Read a list of newline-separated strings from the standard input,
231 # and print each of them once, without duplicates.  Input order is
232 # *not* preserved.
233 am__uniquify_input = $(AWK) '\
234   BEGIN { nonempty = 0; } \
235   { items[$$0] = 1; nonempty = 1; } \
236   END { if (nonempty) { for (i in items) print i; }; } \
237 '
238 # Make sure the list of sources is unique.  This is necessary because,
239 # e.g., the same source file might be shared among _SOURCES variables
240 # for different programs/libraries.
241 am__define_uniq_tagged_files = \
242   list='$(am__tagged_files)'; \
243   unique=`for i in $$list; do \
244     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
245   done | $(am__uniquify_input)`
246 ETAGS = etags
247 CTAGS = ctags
248 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
249 ACLOCAL = @ACLOCAL@
250 AMTAR = @AMTAR@
251 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
252 AR = @AR@
253 AUTOCONF = @AUTOCONF@
254 AUTOHEADER = @AUTOHEADER@
255 AUTOMAKE = @AUTOMAKE@
256 AWK = @AWK@
257 CC = @CC@
258 CCDEPMODE = @CCDEPMODE@
259 CFLAGS = @CFLAGS@
260 CPP = @CPP@
261 CPPFLAGS = @CPPFLAGS@
262 CXX = @CXX@
263 CXXCPP = @CXXCPP@
264 CXXDEPMODE = @CXXDEPMODE@
265 CXXFLAGS = @CXXFLAGS@
266 CYGPATH_W = @CYGPATH_W@
267 DEFS = @DEFS@
268 DEPDIR = @DEPDIR@
269 DLLTOOL = @DLLTOOL@
270 DL_LIBS = @DL_LIBS@
271 DSYMUTIL = @DSYMUTIL@
272 DUMPBIN = @DUMPBIN@
273 ECHO_C = @ECHO_C@
274 ECHO_N = @ECHO_N@
275 ECHO_T = @ECHO_T@
276 EGREP = @EGREP@
277 EXEEXT = @EXEEXT@
278 FGREP = @FGREP@
279 GREP = @GREP@
280 INSTALL = @INSTALL@
281 INSTALL_DATA = @INSTALL_DATA@
282 INSTALL_PROGRAM = @INSTALL_PROGRAM@
283 INSTALL_SCRIPT = @INSTALL_SCRIPT@
284 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
285 LD = @LD@
286 LDFLAGS = @LDFLAGS@
287 LIBOBJS = @LIBOBJS@
288 LIBS = @LIBS@
289 LIBTOOL = @LIBTOOL@
290 LIPO = @LIPO@
291 LN_S = @LN_S@
292 LTLIBOBJS = @LTLIBOBJS@
293 MAKEINFO = @MAKEINFO@
294 MANIFEST_TOOL = @MANIFEST_TOOL@
295 MKDIR_P = @MKDIR_P@
296 NM = @NM@
297 NMEDIT = @NMEDIT@
298 OBJDUMP = @OBJDUMP@
299 OBJEXT = @OBJEXT@
300 OTOOL = @OTOOL@
301 OTOOL64 = @OTOOL64@
302 PACKAGE = @PACKAGE@
303 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
304 PACKAGE_NAME = @PACKAGE_NAME@
305 PACKAGE_STRING = @PACKAGE_STRING@
306 PACKAGE_TARNAME = @PACKAGE_TARNAME@
307 PACKAGE_URL = @PACKAGE_URL@
308 PACKAGE_VERSION = @PACKAGE_VERSION@
309 PATH_SEPARATOR = @PATH_SEPARATOR@
310 PYTHON = @PYTHON@
311 PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
312 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
313 PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@
314 PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
315 PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
316 PYTHON_PLATFORM = @PYTHON_PLATFORM@
317 PYTHON_PREFIX = @PYTHON_PREFIX@
318 PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
319 PYTHON_VERSION = @PYTHON_VERSION@
320 RANLIB = @RANLIB@
321 SED = @SED@
322 SET_MAKE = @SET_MAKE@
323 SHELL = @SHELL@
324 STRIP = @STRIP@
325 VERSION = @VERSION@
326 abs_builddir = @abs_builddir@
327 abs_srcdir = @abs_srcdir@
328 abs_top_builddir = @abs_top_builddir@
329 abs_top_srcdir = @abs_top_srcdir@
330 ac_ct_AR = @ac_ct_AR@
331 ac_ct_CC = @ac_ct_CC@
332 ac_ct_CXX = @ac_ct_CXX@
333 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
334 am__include = @am__include@
335 am__leading_dot = @am__leading_dot@
336 am__quote = @am__quote@
337 am__tar = @am__tar@
338 am__untar = @am__untar@
339 bindir = @bindir@
340 build = @build@
341 build_alias = @build_alias@
342 build_cpu = @build_cpu@
343 build_os = @build_os@
344 build_vendor = @build_vendor@
345 builddir = @builddir@
346 datadir = @datadir@
347 datarootdir = @datarootdir@
348 docdir = @docdir@
349 dvidir = @dvidir@
350 exec_prefix = @exec_prefix@
351 host = @host@
352 host_alias = @host_alias@
353 host_cpu = @host_cpu@
354 host_os = @host_os@
355 host_vendor = @host_vendor@
356 htmldir = @htmldir@
357 includedir = @includedir@
358 infodir = @infodir@
359 install_sh = @install_sh@
360 libdir = @libdir@
361 libexecdir = @libexecdir@
362 libfstdir = @libfstdir@
363 localedir = @localedir@
364 localstatedir = @localstatedir@
365 mandir = @mandir@
366 mkdir_p = @mkdir_p@
367 oldincludedir = @oldincludedir@
368 pdfdir = @pdfdir@
369 pkgpyexecdir = @pkgpyexecdir@
370 pkgpythondir = @pkgpythondir@
371 prefix = @prefix@
372 program_transform_name = @program_transform_name@
373 psdir = @psdir@
374 pyexecdir = @pyexecdir@
375 pythondir = @pythondir@
376 sbindir = @sbindir@
377 sharedstatedir = @sharedstatedir@
378 srcdir = @srcdir@
379 sysconfdir = @sysconfdir@
380 target_alias = @target_alias@
381 top_build_prefix = @top_build_prefix@
382 top_builddir = @top_builddir@
383 top_srcdir = @top_srcdir@
384 AM_CPPFLAGS = -I$(srcdir)/../../include $(ICU_CPPFLAGS)
385 @HAVE_BIN_TRUE@LDADD = libfstlinearscript.la ../../script/libfstscript.la \
386 @HAVE_BIN_TRUE@    ../../lib/libfst.la -lm $(DL_LIBS)
387
388 @HAVE_BIN_TRUE@fstlinear_SOURCES = fstlinear.cc
389 @HAVE_BIN_TRUE@fstloglinearapply_SOURCES = fstloglinearapply.cc
390 @HAVE_SCRIPT_TRUE@libfstlinearscript_la_SOURCES = linearscript.cc
391 @HAVE_SCRIPT_TRUE@libfstlinearscript_la_LDFLAGS = -version-info 9:0:0 -lm $(DL_LIBS)
392 @HAVE_SCRIPT_TRUE@libfstlinearscript_la_LIBADD = ../../script/libfstscript.la \
393 @HAVE_SCRIPT_TRUE@                                                      ../../lib/libfst.la -lm $(DL_LIBS)
394
395 @HAVE_SCRIPT_FALSE@libfst_LTLIBRARIES = linear_tagger-fst.la linear_classifier-fst.la
396 @HAVE_SCRIPT_TRUE@libfst_LTLIBRARIES = linear_tagger-fst.la \
397 @HAVE_SCRIPT_TRUE@    linear_classifier-fst.la
398
399 @HAVE_SCRIPT_TRUE@lib_LTLIBRARIES = libfstlinearscript.la
400 linear_tagger_fst_la_SOURCES = linear-tagger-fst.cc
401 linear_tagger_fst_la_LDFLAGS = -module
402 linear_classifier_fst_la_SOURCES = linear-classifier-fst.cc
403 linear_classifier_fst_la_LDFLAGS = -module
404 all: all-am
405
406 .SUFFIXES:
407 .SUFFIXES: .cc .lo .o .obj
408 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
409         @for dep in $?; do \
410           case '$(am__configure_deps)' in \
411             *$$dep*) \
412               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
413                 && { if test -f $@; then exit 0; else break; fi; }; \
414               exit 1;; \
415           esac; \
416         done; \
417         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/extensions/linear/Makefile'; \
418         $(am__cd) $(top_srcdir) && \
419           $(AUTOMAKE) --foreign src/extensions/linear/Makefile
420 .PRECIOUS: Makefile
421 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
422         @case '$?' in \
423           *config.status*) \
424             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
425           *) \
426             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
427             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
428         esac;
429
430 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
431         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
432
433 $(top_srcdir)/configure:  $(am__configure_deps)
434         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
435 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
436         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
437 $(am__aclocal_m4_deps):
438
439 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
440         @$(NORMAL_INSTALL)
441         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
442         list2=; for p in $$list; do \
443           if test -f $$p; then \
444             list2="$$list2 $$p"; \
445           else :; fi; \
446         done; \
447         test -z "$$list2" || { \
448           echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
449           $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
450           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
451           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
452         }
453
454 uninstall-libLTLIBRARIES:
455         @$(NORMAL_UNINSTALL)
456         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
457         for p in $$list; do \
458           $(am__strip_dir) \
459           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
460           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
461         done
462
463 clean-libLTLIBRARIES:
464         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
465         @list='$(lib_LTLIBRARIES)'; \
466         locs=`for p in $$list; do echo $$p; done | \
467               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
468               sort -u`; \
469         test -z "$$locs" || { \
470           echo rm -f $${locs}; \
471           rm -f $${locs}; \
472         }
473
474 install-libfstLTLIBRARIES: $(libfst_LTLIBRARIES)
475         @$(NORMAL_INSTALL)
476         @list='$(libfst_LTLIBRARIES)'; test -n "$(libfstdir)" || list=; \
477         list2=; for p in $$list; do \
478           if test -f $$p; then \
479             list2="$$list2 $$p"; \
480           else :; fi; \
481         done; \
482         test -z "$$list2" || { \
483           echo " $(MKDIR_P) '$(DESTDIR)$(libfstdir)'"; \
484           $(MKDIR_P) "$(DESTDIR)$(libfstdir)" || exit 1; \
485           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libfstdir)'"; \
486           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libfstdir)"; \
487         }
488
489 uninstall-libfstLTLIBRARIES:
490         @$(NORMAL_UNINSTALL)
491         @list='$(libfst_LTLIBRARIES)'; test -n "$(libfstdir)" || list=; \
492         for p in $$list; do \
493           $(am__strip_dir) \
494           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libfstdir)/$$f'"; \
495           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libfstdir)/$$f"; \
496         done
497
498 clean-libfstLTLIBRARIES:
499         -test -z "$(libfst_LTLIBRARIES)" || rm -f $(libfst_LTLIBRARIES)
500         @list='$(libfst_LTLIBRARIES)'; \
501         locs=`for p in $$list; do echo $$p; done | \
502               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
503               sort -u`; \
504         test -z "$$locs" || { \
505           echo rm -f $${locs}; \
506           rm -f $${locs}; \
507         }
508
509 libfstlinearscript.la: $(libfstlinearscript_la_OBJECTS) $(libfstlinearscript_la_DEPENDENCIES) $(EXTRA_libfstlinearscript_la_DEPENDENCIES) 
510         $(AM_V_CXXLD)$(libfstlinearscript_la_LINK) $(am_libfstlinearscript_la_rpath) $(libfstlinearscript_la_OBJECTS) $(libfstlinearscript_la_LIBADD) $(LIBS)
511
512 linear_classifier-fst.la: $(linear_classifier_fst_la_OBJECTS) $(linear_classifier_fst_la_DEPENDENCIES) $(EXTRA_linear_classifier_fst_la_DEPENDENCIES) 
513         $(AM_V_CXXLD)$(linear_classifier_fst_la_LINK) $(am_linear_classifier_fst_la_rpath) $(linear_classifier_fst_la_OBJECTS) $(linear_classifier_fst_la_LIBADD) $(LIBS)
514
515 linear_tagger-fst.la: $(linear_tagger_fst_la_OBJECTS) $(linear_tagger_fst_la_DEPENDENCIES) $(EXTRA_linear_tagger_fst_la_DEPENDENCIES) 
516         $(AM_V_CXXLD)$(linear_tagger_fst_la_LINK) $(am_linear_tagger_fst_la_rpath) $(linear_tagger_fst_la_OBJECTS) $(linear_tagger_fst_la_LIBADD) $(LIBS)
517 install-binPROGRAMS: $(bin_PROGRAMS)
518         @$(NORMAL_INSTALL)
519         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
520         if test -n "$$list"; then \
521           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
522           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
523         fi; \
524         for p in $$list; do echo "$$p $$p"; done | \
525         sed 's/$(EXEEXT)$$//' | \
526         while read p p1; do if test -f $$p \
527          || test -f $$p1 \
528           ; then echo "$$p"; echo "$$p"; else :; fi; \
529         done | \
530         sed -e 'p;s,.*/,,;n;h' \
531             -e 's|.*|.|' \
532             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
533         sed 'N;N;N;s,\n, ,g' | \
534         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
535           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
536             if ($$2 == $$4) files[d] = files[d] " " $$1; \
537             else { print "f", $$3 "/" $$4, $$1; } } \
538           END { for (d in files) print "f", d, files[d] }' | \
539         while read type dir files; do \
540             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
541             test -z "$$files" || { \
542             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
543             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
544             } \
545         ; done
546
547 uninstall-binPROGRAMS:
548         @$(NORMAL_UNINSTALL)
549         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
550         files=`for p in $$list; do echo "$$p"; done | \
551           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
552               -e 's/$$/$(EXEEXT)/' \
553         `; \
554         test -n "$$list" || exit 0; \
555         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
556         cd "$(DESTDIR)$(bindir)" && rm -f $$files
557
558 clean-binPROGRAMS:
559         @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
560         echo " rm -f" $$list; \
561         rm -f $$list || exit $$?; \
562         test -n "$(EXEEXT)" || exit 0; \
563         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
564         echo " rm -f" $$list; \
565         rm -f $$list
566
567 fstlinear$(EXEEXT): $(fstlinear_OBJECTS) $(fstlinear_DEPENDENCIES) $(EXTRA_fstlinear_DEPENDENCIES) 
568         @rm -f fstlinear$(EXEEXT)
569         $(AM_V_CXXLD)$(CXXLINK) $(fstlinear_OBJECTS) $(fstlinear_LDADD) $(LIBS)
570
571 fstloglinearapply$(EXEEXT): $(fstloglinearapply_OBJECTS) $(fstloglinearapply_DEPENDENCIES) $(EXTRA_fstloglinearapply_DEPENDENCIES) 
572         @rm -f fstloglinearapply$(EXEEXT)
573         $(AM_V_CXXLD)$(CXXLINK) $(fstloglinearapply_OBJECTS) $(fstloglinearapply_LDADD) $(LIBS)
574
575 mostlyclean-compile:
576         -rm -f *.$(OBJEXT)
577
578 distclean-compile:
579         -rm -f *.tab.c
580
581 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fstlinear.Po@am__quote@
582 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fstloglinearapply.Po@am__quote@
583 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/linear-classifier-fst.Plo@am__quote@
584 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/linear-tagger-fst.Plo@am__quote@
585 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/linearscript.Plo@am__quote@
586
587 .cc.o:
588 @am__fastdepCXX_TRUE@   $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
589 @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
590 @am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Po
591 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
592 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
593 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
594
595 .cc.obj:
596 @am__fastdepCXX_TRUE@   $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
597 @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
598 @am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Po
599 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
600 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
601 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
602
603 .cc.lo:
604 @am__fastdepCXX_TRUE@   $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
605 @am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
606 @am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Plo
607 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
608 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
609 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
610
611 mostlyclean-libtool:
612         -rm -f *.lo
613
614 clean-libtool:
615         -rm -rf .libs _libs
616
617 ID: $(am__tagged_files)
618         $(am__define_uniq_tagged_files); mkid -fID $$unique
619 tags: tags-am
620 TAGS: tags
621
622 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
623         set x; \
624         here=`pwd`; \
625         $(am__define_uniq_tagged_files); \
626         shift; \
627         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
628           test -n "$$unique" || unique=$$empty_fix; \
629           if test $$# -gt 0; then \
630             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
631               "$$@" $$unique; \
632           else \
633             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
634               $$unique; \
635           fi; \
636         fi
637 ctags: ctags-am
638
639 CTAGS: ctags
640 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
641         $(am__define_uniq_tagged_files); \
642         test -z "$(CTAGS_ARGS)$$unique" \
643           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
644              $$unique
645
646 GTAGS:
647         here=`$(am__cd) $(top_builddir) && pwd` \
648           && $(am__cd) $(top_srcdir) \
649           && gtags -i $(GTAGS_ARGS) "$$here"
650 cscopelist: cscopelist-am
651
652 cscopelist-am: $(am__tagged_files)
653         list='$(am__tagged_files)'; \
654         case "$(srcdir)" in \
655           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
656           *) sdir=$(subdir)/$(srcdir) ;; \
657         esac; \
658         for i in $$list; do \
659           if test -f "$$i"; then \
660             echo "$(subdir)/$$i"; \
661           else \
662             echo "$$sdir/$$i"; \
663           fi; \
664         done >> $(top_builddir)/cscope.files
665
666 distclean-tags:
667         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
668
669 distdir: $(DISTFILES)
670         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
671         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
672         list='$(DISTFILES)'; \
673           dist_files=`for file in $$list; do echo $$file; done | \
674           sed -e "s|^$$srcdirstrip/||;t" \
675               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
676         case $$dist_files in \
677           */*) $(MKDIR_P) `echo "$$dist_files" | \
678                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
679                            sort -u` ;; \
680         esac; \
681         for file in $$dist_files; do \
682           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
683           if test -d $$d/$$file; then \
684             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
685             if test -d "$(distdir)/$$file"; then \
686               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
687             fi; \
688             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
689               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
690               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
691             fi; \
692             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
693           else \
694             test -f "$(distdir)/$$file" \
695             || cp -p $$d/$$file "$(distdir)/$$file" \
696             || exit 1; \
697           fi; \
698         done
699 check-am: all-am
700 check: check-am
701 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS)
702 install-binPROGRAMS: install-libLTLIBRARIES
703
704 installdirs:
705         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libfstdir)" "$(DESTDIR)$(bindir)"; do \
706           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
707         done
708 install: install-am
709 install-exec: install-exec-am
710 install-data: install-data-am
711 uninstall: uninstall-am
712
713 install-am: all-am
714         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
715
716 installcheck: installcheck-am
717 install-strip:
718         if test -z '$(STRIP)'; then \
719           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
720             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
721               install; \
722         else \
723           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
724             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
725             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
726         fi
727 mostlyclean-generic:
728
729 clean-generic:
730
731 distclean-generic:
732         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
733         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
734
735 maintainer-clean-generic:
736         @echo "This command is intended for maintainers to use"
737         @echo "it deletes files that may require special tools to rebuild."
738 clean: clean-am
739
740 clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
741         clean-libfstLTLIBRARIES clean-libtool mostlyclean-am
742
743 distclean: distclean-am
744         -rm -rf ./$(DEPDIR)
745         -rm -f Makefile
746 distclean-am: clean-am distclean-compile distclean-generic \
747         distclean-tags
748
749 dvi: dvi-am
750
751 dvi-am:
752
753 html: html-am
754
755 html-am:
756
757 info: info-am
758
759 info-am:
760
761 install-data-am: install-libfstLTLIBRARIES
762
763 install-dvi: install-dvi-am
764
765 install-dvi-am:
766
767 install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
768
769 install-html: install-html-am
770
771 install-html-am:
772
773 install-info: install-info-am
774
775 install-info-am:
776
777 install-man:
778
779 install-pdf: install-pdf-am
780
781 install-pdf-am:
782
783 install-ps: install-ps-am
784
785 install-ps-am:
786
787 installcheck-am:
788
789 maintainer-clean: maintainer-clean-am
790         -rm -rf ./$(DEPDIR)
791         -rm -f Makefile
792 maintainer-clean-am: distclean-am maintainer-clean-generic
793
794 mostlyclean: mostlyclean-am
795
796 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
797         mostlyclean-libtool
798
799 pdf: pdf-am
800
801 pdf-am:
802
803 ps: ps-am
804
805 ps-am:
806
807 uninstall-am: uninstall-binPROGRAMS uninstall-libLTLIBRARIES \
808         uninstall-libfstLTLIBRARIES
809
810 .MAKE: install-am install-strip
811
812 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
813         clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
814         clean-libfstLTLIBRARIES clean-libtool cscopelist-am ctags \
815         ctags-am distclean distclean-compile distclean-generic \
816         distclean-libtool distclean-tags distdir dvi dvi-am html \
817         html-am info info-am install install-am install-binPROGRAMS \
818         install-data install-data-am install-dvi install-dvi-am \
819         install-exec install-exec-am install-html install-html-am \
820         install-info install-info-am install-libLTLIBRARIES \
821         install-libfstLTLIBRARIES install-man install-pdf \
822         install-pdf-am install-ps install-ps-am install-strip \
823         installcheck installcheck-am installdirs maintainer-clean \
824         maintainer-clean-generic mostlyclean mostlyclean-compile \
825         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
826         tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
827         uninstall-libLTLIBRARIES uninstall-libfstLTLIBRARIES
828
829
830 # Tell versions [3.59,3.63) of GNU make to not export all variables.
831 # Otherwise a system limit (for SysV at least) may be exceeded.
832 .NOEXPORT: