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