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