Imported Upstream version 1.6.4
[platform/upstream/openfst.git] / src / extensions / special / 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
18 VPATH = @srcdir@
19 am__is_gnu_make = { \
20   if test -z '$(MAKELEVEL)'; then \
21     false; \
22   elif test -n '$(MAKE_HOST)'; then \
23     true; \
24   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
25     true; \
26   else \
27     false; \
28   fi; \
29 }
30 am__make_running_with_option = \
31   case $${target_option-} in \
32       ?) ;; \
33       *) echo "am__make_running_with_option: internal error: invalid" \
34               "target option '$${target_option-}' specified" >&2; \
35          exit 1;; \
36   esac; \
37   has_opt=no; \
38   sane_makeflags=$$MAKEFLAGS; \
39   if $(am__is_gnu_make); then \
40     sane_makeflags=$$MFLAGS; \
41   else \
42     case $$MAKEFLAGS in \
43       *\\[\ \   ]*) \
44         bs=\\; \
45         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
47     esac; \
48   fi; \
49   skip_next=no; \
50   strip_trailopt () \
51   { \
52     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53   }; \
54   for flg in $$sane_makeflags; do \
55     test $$skip_next = yes && { skip_next=no; continue; }; \
56     case $$flg in \
57       *=*|--*) continue;; \
58         -*I) strip_trailopt 'I'; skip_next=yes;; \
59       -*I?*) strip_trailopt 'I';; \
60         -*O) strip_trailopt 'O'; skip_next=yes;; \
61       -*O?*) strip_trailopt 'O';; \
62         -*l) strip_trailopt 'l'; skip_next=yes;; \
63       -*l?*) strip_trailopt 'l';; \
64       -[dEDm]) skip_next=yes;; \
65       -[JT]) skip_next=yes;; \
66     esac; \
67     case $$flg in \
68       *$$target_option*) has_opt=yes; break;; \
69     esac; \
70   done; \
71   test $$has_opt = yes
72 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
74 pkgdatadir = $(datadir)/@PACKAGE@
75 pkgincludedir = $(includedir)/@PACKAGE@
76 pkglibdir = $(libdir)/@PACKAGE@
77 pkglibexecdir = $(libexecdir)/@PACKAGE@
78 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79 install_sh_DATA = $(install_sh) -c -m 644
80 install_sh_PROGRAM = $(install_sh) -c
81 install_sh_SCRIPT = $(install_sh) -c
82 INSTALL_HEADER = $(INSTALL_DATA)
83 transform = $(program_transform_name)
84 NORMAL_INSTALL = :
85 PRE_INSTALL = :
86 POST_INSTALL = :
87 NORMAL_UNINSTALL = :
88 PRE_UNINSTALL = :
89 POST_UNINSTALL = :
90 build_triplet = @build@
91 host_triplet = @host@
92 @HAVE_BIN_TRUE@bin_PROGRAMS = fstspecial$(EXEEXT)
93 subdir = src/extensions/special
94 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_python_devel.m4 \
96         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
97         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
98         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
99 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
100         $(ACLOCAL_M4)
101 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
102 mkinstalldirs = $(install_sh) -d
103 CONFIG_HEADER = $(top_builddir)/config.h \
104         $(top_builddir)/src/include/fst/config.h
105 CONFIG_CLEAN_FILES =
106 CONFIG_CLEAN_VPATH_FILES =
107 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
108 am__vpath_adj = case $$p in \
109     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
110     *) f=$$p;; \
111   esac;
112 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
113 am__install_max = 40
114 am__nobase_strip_setup = \
115   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
116 am__nobase_strip = \
117   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
118 am__nobase_list = $(am__nobase_strip_setup); \
119   for p in $$list; do echo "$$p $$p"; done | \
120   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
121   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
122     if (++n[$$2] == $(am__install_max)) \
123       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
124     END { for (dir in files) print dir, files[dir] }'
125 am__base_list = \
126   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
127   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
128 am__uninstall_files_from_dir = { \
129   test -z "$$files" \
130     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
131     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
132          $(am__cd) "$$dir" && rm -f $$files; }; \
133   }
134 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libfstdir)" \
135         "$(DESTDIR)$(bindir)"
136 LTLIBRARIES = $(lib_LTLIBRARIES) $(libfst_LTLIBRARIES)
137 am__DEPENDENCIES_1 =
138 libfstspecial_la_DEPENDENCIES = ../../lib/libfst.la \
139         $(am__DEPENDENCIES_1)
140 am_libfstspecial_la_OBJECTS = phi-fst.lo rho-fst.lo sigma-fst.lo
141 libfstspecial_la_OBJECTS = $(am_libfstspecial_la_OBJECTS)
142 AM_V_lt = $(am__v_lt_@AM_V@)
143 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
144 am__v_lt_0 = --silent
145 am__v_lt_1 = 
146 libfstspecial_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
147         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
148         $(AM_CXXFLAGS) $(CXXFLAGS) $(libfstspecial_la_LDFLAGS) \
149         $(LDFLAGS) -o $@
150 phi_fst_la_LIBADD =
151 am_phi_fst_la_OBJECTS = phi-fst.lo
152 phi_fst_la_OBJECTS = $(am_phi_fst_la_OBJECTS)
153 phi_fst_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
154         $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
155         $(CXXFLAGS) $(phi_fst_la_LDFLAGS) $(LDFLAGS) -o $@
156 rho_fst_la_LIBADD =
157 am_rho_fst_la_OBJECTS = rho-fst.lo
158 rho_fst_la_OBJECTS = $(am_rho_fst_la_OBJECTS)
159 rho_fst_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
160         $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
161         $(CXXFLAGS) $(rho_fst_la_LDFLAGS) $(LDFLAGS) -o $@
162 sigma_fst_la_LIBADD =
163 am_sigma_fst_la_OBJECTS = sigma-fst.lo
164 sigma_fst_la_OBJECTS = $(am_sigma_fst_la_OBJECTS)
165 sigma_fst_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
166         $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
167         $(CXXFLAGS) $(sigma_fst_la_LDFLAGS) $(LDFLAGS) -o $@
168 PROGRAMS = $(bin_PROGRAMS)
169 am__fstspecial_SOURCES_DIST = ../../bin/fstconvert.cc phi-fst.cc \
170         rho-fst.cc sigma-fst.cc
171 am__dirstamp = $(am__leading_dot)dirstamp
172 @HAVE_BIN_TRUE@am_fstspecial_OBJECTS =  \
173 @HAVE_BIN_TRUE@ ../../bin/fstspecial-fstconvert.$(OBJEXT) \
174 @HAVE_BIN_TRUE@ fstspecial-phi-fst.$(OBJEXT) \
175 @HAVE_BIN_TRUE@ fstspecial-rho-fst.$(OBJEXT) \
176 @HAVE_BIN_TRUE@ fstspecial-sigma-fst.$(OBJEXT)
177 fstspecial_OBJECTS = $(am_fstspecial_OBJECTS)
178 fstspecial_LDADD = $(LDADD)
179 @HAVE_BIN_TRUE@fstspecial_DEPENDENCIES = ../../script/libfstscript.la \
180 @HAVE_BIN_TRUE@ ../../lib/libfst.la $(am__DEPENDENCIES_1)
181 AM_V_P = $(am__v_P_@AM_V@)
182 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
183 am__v_P_0 = false
184 am__v_P_1 = :
185 AM_V_GEN = $(am__v_GEN_@AM_V@)
186 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
187 am__v_GEN_0 = @echo "  GEN     " $@;
188 am__v_GEN_1 = 
189 AM_V_at = $(am__v_at_@AM_V@)
190 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
191 am__v_at_0 = @
192 am__v_at_1 = 
193 DEFAULT_INCLUDES = 
194 depcomp = $(SHELL) $(top_srcdir)/depcomp
195 am__depfiles_maybe = depfiles
196 am__mv = mv -f
197 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
198         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
199 LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
200         $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
201         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
202         $(AM_CXXFLAGS) $(CXXFLAGS)
203 AM_V_CXX = $(am__v_CXX_@AM_V@)
204 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
205 am__v_CXX_0 = @echo "  CXX     " $@;
206 am__v_CXX_1 = 
207 CXXLD = $(CXX)
208 CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
209         $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
210         $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
211 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
212 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
213 am__v_CXXLD_0 = @echo "  CXXLD   " $@;
214 am__v_CXXLD_1 = 
215 SOURCES = $(libfstspecial_la_SOURCES) $(phi_fst_la_SOURCES) \
216         $(rho_fst_la_SOURCES) $(sigma_fst_la_SOURCES) \
217         $(fstspecial_SOURCES)
218 DIST_SOURCES = $(libfstspecial_la_SOURCES) $(phi_fst_la_SOURCES) \
219         $(rho_fst_la_SOURCES) $(sigma_fst_la_SOURCES) \
220         $(am__fstspecial_SOURCES_DIST)
221 am__can_run_installinfo = \
222   case $$AM_UPDATE_INFO_DIR in \
223     n|no|NO) false;; \
224     *) (install-info --version) >/dev/null 2>&1;; \
225   esac
226 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
227 # Read a list of newline-separated strings from the standard input,
228 # and print each of them once, without duplicates.  Input order is
229 # *not* preserved.
230 am__uniquify_input = $(AWK) '\
231   BEGIN { nonempty = 0; } \
232   { items[$$0] = 1; nonempty = 1; } \
233   END { if (nonempty) { for (i in items) print i; }; } \
234 '
235 # Make sure the list of sources is unique.  This is necessary because,
236 # e.g., the same source file might be shared among _SOURCES variables
237 # for different programs/libraries.
238 am__define_uniq_tagged_files = \
239   list='$(am__tagged_files)'; \
240   unique=`for i in $$list; do \
241     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
242   done | $(am__uniquify_input)`
243 ETAGS = etags
244 CTAGS = ctags
245 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
246 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
247 ACLOCAL = @ACLOCAL@
248 AMTAR = @AMTAR@
249 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
250 AR = @AR@
251 AUTOCONF = @AUTOCONF@
252 AUTOHEADER = @AUTOHEADER@
253 AUTOMAKE = @AUTOMAKE@
254 AWK = @AWK@
255 CC = @CC@
256 CCDEPMODE = @CCDEPMODE@
257 CFLAGS = @CFLAGS@
258 CPP = @CPP@
259 CPPFLAGS = @CPPFLAGS@
260 CXX = @CXX@
261 CXXCPP = @CXXCPP@
262 CXXDEPMODE = @CXXDEPMODE@
263 CXXFLAGS = @CXXFLAGS@
264 CYGPATH_W = @CYGPATH_W@
265 DEFS = @DEFS@
266 DEPDIR = @DEPDIR@
267 DLLTOOL = @DLLTOOL@
268 DL_LIBS = @DL_LIBS@
269 DSYMUTIL = @DSYMUTIL@
270 DUMPBIN = @DUMPBIN@
271 ECHO_C = @ECHO_C@
272 ECHO_N = @ECHO_N@
273 ECHO_T = @ECHO_T@
274 EGREP = @EGREP@
275 EXEEXT = @EXEEXT@
276 FGREP = @FGREP@
277 GREP = @GREP@
278 INSTALL = @INSTALL@
279 INSTALL_DATA = @INSTALL_DATA@
280 INSTALL_PROGRAM = @INSTALL_PROGRAM@
281 INSTALL_SCRIPT = @INSTALL_SCRIPT@
282 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
283 LD = @LD@
284 LDFLAGS = @LDFLAGS@
285 LIBOBJS = @LIBOBJS@
286 LIBS = @LIBS@
287 LIBTOOL = @LIBTOOL@
288 LIPO = @LIPO@
289 LN_S = @LN_S@
290 LTLIBOBJS = @LTLIBOBJS@
291 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
292 MAKEINFO = @MAKEINFO@
293 MANIFEST_TOOL = @MANIFEST_TOOL@
294 MKDIR_P = @MKDIR_P@
295 NM = @NM@
296 NMEDIT = @NMEDIT@
297 OBJDUMP = @OBJDUMP@
298 OBJEXT = @OBJEXT@
299 OTOOL = @OTOOL@
300 OTOOL64 = @OTOOL64@
301 PACKAGE = @PACKAGE@
302 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
303 PACKAGE_NAME = @PACKAGE_NAME@
304 PACKAGE_STRING = @PACKAGE_STRING@
305 PACKAGE_TARNAME = @PACKAGE_TARNAME@
306 PACKAGE_URL = @PACKAGE_URL@
307 PACKAGE_VERSION = @PACKAGE_VERSION@
308 PATH_SEPARATOR = @PATH_SEPARATOR@
309 PYTHON = @PYTHON@
310 PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
311 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
312 PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@
313 PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
314 PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
315 PYTHON_PLATFORM = @PYTHON_PLATFORM@
316 PYTHON_PREFIX = @PYTHON_PREFIX@
317 PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
318 PYTHON_VERSION = @PYTHON_VERSION@
319 RANLIB = @RANLIB@
320 SED = @SED@
321 SET_MAKE = @SET_MAKE@
322 SHELL = @SHELL@
323 STRIP = @STRIP@
324 VERSION = @VERSION@
325 abs_builddir = @abs_builddir@
326 abs_srcdir = @abs_srcdir@
327 abs_top_builddir = @abs_top_builddir@
328 abs_top_srcdir = @abs_top_srcdir@
329 ac_ct_AR = @ac_ct_AR@
330 ac_ct_CC = @ac_ct_CC@
331 ac_ct_CXX = @ac_ct_CXX@
332 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
333 am__include = @am__include@
334 am__leading_dot = @am__leading_dot@
335 am__quote = @am__quote@
336 am__tar = @am__tar@
337 am__untar = @am__untar@
338 bindir = @bindir@
339 build = @build@
340 build_alias = @build_alias@
341 build_cpu = @build_cpu@
342 build_os = @build_os@
343 build_vendor = @build_vendor@
344 builddir = @builddir@
345 datadir = @datadir@
346 datarootdir = @datarootdir@
347 docdir = @docdir@
348 dvidir = @dvidir@
349 exec_prefix = @exec_prefix@
350 host = @host@
351 host_alias = @host_alias@
352 host_cpu = @host_cpu@
353 host_os = @host_os@
354 host_vendor = @host_vendor@
355 htmldir = @htmldir@
356 includedir = @includedir@
357 infodir = @infodir@
358 install_sh = @install_sh@
359 libdir = @libdir@
360 libexecdir = @libexecdir@
361 libfstdir = @libfstdir@
362 localedir = @localedir@
363 localstatedir = @localstatedir@
364 mandir = @mandir@
365 mkdir_p = @mkdir_p@
366 oldincludedir = @oldincludedir@
367 pdfdir = @pdfdir@
368 pkgpyexecdir = @pkgpyexecdir@
369 pkgpythondir = @pkgpythondir@
370 prefix = @prefix@
371 program_transform_name = @program_transform_name@
372 psdir = @psdir@
373 pyexecdir = @pyexecdir@
374 pythondir = @pythondir@
375 runstatedir = @runstatedir@
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 = ../../script/libfstscript.la \
386 @HAVE_BIN_TRUE@         ../../lib/libfst.la -lm $(DL_LIBS)
387
388 @HAVE_BIN_TRUE@fstspecial_SOURCES = ../../bin/fstconvert.cc phi-fst.cc rho-fst.cc sigma-fst.cc
389 @HAVE_BIN_TRUE@fstspecial_CPPFLAGS = $(AM_CPPFLAGS)
390 libfst_LTLIBRARIES = phi-fst.la rho-fst.la sigma-fst.la
391 lib_LTLIBRARIES = libfstspecial.la
392 libfstspecial_la_SOURCES = phi-fst.cc rho-fst.cc sigma-fst.cc
393 libfstspecial_la_LDFLAGS = -version-info 8:0:0 -lm $(DL_LIBS)
394 libfstspecial_la_LIBADD = ../../lib/libfst.la -lm $(DL_LIBS)
395 phi_fst_la_SOURCES = phi-fst.cc
396 phi_fst_la_LDFLAGS = -module
397 rho_fst_la_SOURCES = rho-fst.cc
398 rho_fst_la_LDFLAGS = -module
399 sigma_fst_la_SOURCES = sigma-fst.cc
400 sigma_fst_la_LDFLAGS = -module
401 all: all-am
402
403 .SUFFIXES:
404 .SUFFIXES: .cc .lo .o .obj
405 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
406         @for dep in $?; do \
407           case '$(am__configure_deps)' in \
408             *$$dep*) \
409               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
410                 && { if test -f $@; then exit 0; else break; fi; }; \
411               exit 1;; \
412           esac; \
413         done; \
414         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/extensions/special/Makefile'; \
415         $(am__cd) $(top_srcdir) && \
416           $(AUTOMAKE) --foreign src/extensions/special/Makefile
417 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
418         @case '$?' in \
419           *config.status*) \
420             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
421           *) \
422             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
423             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
424         esac;
425
426 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
427         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
428
429 $(top_srcdir)/configure:  $(am__configure_deps)
430         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
431 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
432         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
433 $(am__aclocal_m4_deps):
434
435 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
436         @$(NORMAL_INSTALL)
437         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
438         list2=; for p in $$list; do \
439           if test -f $$p; then \
440             list2="$$list2 $$p"; \
441           else :; fi; \
442         done; \
443         test -z "$$list2" || { \
444           echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
445           $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
446           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
447           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
448         }
449
450 uninstall-libLTLIBRARIES:
451         @$(NORMAL_UNINSTALL)
452         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
453         for p in $$list; do \
454           $(am__strip_dir) \
455           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
456           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
457         done
458
459 clean-libLTLIBRARIES:
460         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
461         @list='$(lib_LTLIBRARIES)'; \
462         locs=`for p in $$list; do echo $$p; done | \
463               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
464               sort -u`; \
465         test -z "$$locs" || { \
466           echo rm -f $${locs}; \
467           rm -f $${locs}; \
468         }
469
470 install-libfstLTLIBRARIES: $(libfst_LTLIBRARIES)
471         @$(NORMAL_INSTALL)
472         @list='$(libfst_LTLIBRARIES)'; test -n "$(libfstdir)" || list=; \
473         list2=; for p in $$list; do \
474           if test -f $$p; then \
475             list2="$$list2 $$p"; \
476           else :; fi; \
477         done; \
478         test -z "$$list2" || { \
479           echo " $(MKDIR_P) '$(DESTDIR)$(libfstdir)'"; \
480           $(MKDIR_P) "$(DESTDIR)$(libfstdir)" || exit 1; \
481           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libfstdir)'"; \
482           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libfstdir)"; \
483         }
484
485 uninstall-libfstLTLIBRARIES:
486         @$(NORMAL_UNINSTALL)
487         @list='$(libfst_LTLIBRARIES)'; test -n "$(libfstdir)" || list=; \
488         for p in $$list; do \
489           $(am__strip_dir) \
490           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libfstdir)/$$f'"; \
491           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libfstdir)/$$f"; \
492         done
493
494 clean-libfstLTLIBRARIES:
495         -test -z "$(libfst_LTLIBRARIES)" || rm -f $(libfst_LTLIBRARIES)
496         @list='$(libfst_LTLIBRARIES)'; \
497         locs=`for p in $$list; do echo $$p; done | \
498               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
499               sort -u`; \
500         test -z "$$locs" || { \
501           echo rm -f $${locs}; \
502           rm -f $${locs}; \
503         }
504
505 libfstspecial.la: $(libfstspecial_la_OBJECTS) $(libfstspecial_la_DEPENDENCIES) $(EXTRA_libfstspecial_la_DEPENDENCIES) 
506         $(AM_V_CXXLD)$(libfstspecial_la_LINK) -rpath $(libdir) $(libfstspecial_la_OBJECTS) $(libfstspecial_la_LIBADD) $(LIBS)
507
508 phi-fst.la: $(phi_fst_la_OBJECTS) $(phi_fst_la_DEPENDENCIES) $(EXTRA_phi_fst_la_DEPENDENCIES) 
509         $(AM_V_CXXLD)$(phi_fst_la_LINK) -rpath $(libfstdir) $(phi_fst_la_OBJECTS) $(phi_fst_la_LIBADD) $(LIBS)
510
511 rho-fst.la: $(rho_fst_la_OBJECTS) $(rho_fst_la_DEPENDENCIES) $(EXTRA_rho_fst_la_DEPENDENCIES) 
512         $(AM_V_CXXLD)$(rho_fst_la_LINK) -rpath $(libfstdir) $(rho_fst_la_OBJECTS) $(rho_fst_la_LIBADD) $(LIBS)
513
514 sigma-fst.la: $(sigma_fst_la_OBJECTS) $(sigma_fst_la_DEPENDENCIES) $(EXTRA_sigma_fst_la_DEPENDENCIES) 
515         $(AM_V_CXXLD)$(sigma_fst_la_LINK) -rpath $(libfstdir) $(sigma_fst_la_OBJECTS) $(sigma_fst_la_LIBADD) $(LIBS)
516 install-binPROGRAMS: $(bin_PROGRAMS)
517         @$(NORMAL_INSTALL)
518         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
519         if test -n "$$list"; then \
520           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
521           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
522         fi; \
523         for p in $$list; do echo "$$p $$p"; done | \
524         sed 's/$(EXEEXT)$$//' | \
525         while read p p1; do if test -f $$p \
526          || test -f $$p1 \
527           ; then echo "$$p"; echo "$$p"; else :; fi; \
528         done | \
529         sed -e 'p;s,.*/,,;n;h' \
530             -e 's|.*|.|' \
531             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
532         sed 'N;N;N;s,\n, ,g' | \
533         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
534           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
535             if ($$2 == $$4) files[d] = files[d] " " $$1; \
536             else { print "f", $$3 "/" $$4, $$1; } } \
537           END { for (d in files) print "f", d, files[d] }' | \
538         while read type dir files; do \
539             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
540             test -z "$$files" || { \
541             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
542             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
543             } \
544         ; done
545
546 uninstall-binPROGRAMS:
547         @$(NORMAL_UNINSTALL)
548         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
549         files=`for p in $$list; do echo "$$p"; done | \
550           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
551               -e 's/$$/$(EXEEXT)/' \
552         `; \
553         test -n "$$list" || exit 0; \
554         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
555         cd "$(DESTDIR)$(bindir)" && rm -f $$files
556
557 clean-binPROGRAMS:
558         @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
559         echo " rm -f" $$list; \
560         rm -f $$list || exit $$?; \
561         test -n "$(EXEEXT)" || exit 0; \
562         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
563         echo " rm -f" $$list; \
564         rm -f $$list
565 ../../bin/$(am__dirstamp):
566         @$(MKDIR_P) ../../bin
567         @: > ../../bin/$(am__dirstamp)
568 ../../bin/$(DEPDIR)/$(am__dirstamp):
569         @$(MKDIR_P) ../../bin/$(DEPDIR)
570         @: > ../../bin/$(DEPDIR)/$(am__dirstamp)
571 ../../bin/fstspecial-fstconvert.$(OBJEXT): ../../bin/$(am__dirstamp) \
572         ../../bin/$(DEPDIR)/$(am__dirstamp)
573
574 fstspecial$(EXEEXT): $(fstspecial_OBJECTS) $(fstspecial_DEPENDENCIES) $(EXTRA_fstspecial_DEPENDENCIES) 
575         @rm -f fstspecial$(EXEEXT)
576         $(AM_V_CXXLD)$(CXXLINK) $(fstspecial_OBJECTS) $(fstspecial_LDADD) $(LIBS)
577
578 mostlyclean-compile:
579         -rm -f *.$(OBJEXT)
580         -rm -f ../../bin/*.$(OBJEXT)
581
582 distclean-compile:
583         -rm -f *.tab.c
584
585 @AMDEP_TRUE@@am__include@ @am__quote@../../bin/$(DEPDIR)/fstspecial-fstconvert.Po@am__quote@
586 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fstspecial-phi-fst.Po@am__quote@
587 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fstspecial-rho-fst.Po@am__quote@
588 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fstspecial-sigma-fst.Po@am__quote@
589 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/phi-fst.Plo@am__quote@
590 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rho-fst.Plo@am__quote@
591 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sigma-fst.Plo@am__quote@
592
593 .cc.o:
594 @am__fastdepCXX_TRUE@   $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
595 @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
596 @am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Po
597 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
598 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
599 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
600
601 .cc.obj:
602 @am__fastdepCXX_TRUE@   $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
603 @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
604 @am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Po
605 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
606 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
607 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
608
609 .cc.lo:
610 @am__fastdepCXX_TRUE@   $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
611 @am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
612 @am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Plo
613 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
614 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
615 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
616
617 ../../bin/fstspecial-fstconvert.o: ../../bin/fstconvert.cc
618 @am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fstspecial_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ../../bin/fstspecial-fstconvert.o -MD -MP -MF ../../bin/$(DEPDIR)/fstspecial-fstconvert.Tpo -c -o ../../bin/fstspecial-fstconvert.o `test -f '../../bin/fstconvert.cc' || echo '$(srcdir)/'`../../bin/fstconvert.cc
619 @am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) ../../bin/$(DEPDIR)/fstspecial-fstconvert.Tpo ../../bin/$(DEPDIR)/fstspecial-fstconvert.Po
620 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='../../bin/fstconvert.cc' object='../../bin/fstspecial-fstconvert.o' libtool=no @AMDEPBACKSLASH@
621 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
622 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fstspecial_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ../../bin/fstspecial-fstconvert.o `test -f '../../bin/fstconvert.cc' || echo '$(srcdir)/'`../../bin/fstconvert.cc
623
624 ../../bin/fstspecial-fstconvert.obj: ../../bin/fstconvert.cc
625 @am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fstspecial_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ../../bin/fstspecial-fstconvert.obj -MD -MP -MF ../../bin/$(DEPDIR)/fstspecial-fstconvert.Tpo -c -o ../../bin/fstspecial-fstconvert.obj `if test -f '../../bin/fstconvert.cc'; then $(CYGPATH_W) '../../bin/fstconvert.cc'; else $(CYGPATH_W) '$(srcdir)/../../bin/fstconvert.cc'; fi`
626 @am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) ../../bin/$(DEPDIR)/fstspecial-fstconvert.Tpo ../../bin/$(DEPDIR)/fstspecial-fstconvert.Po
627 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='../../bin/fstconvert.cc' object='../../bin/fstspecial-fstconvert.obj' libtool=no @AMDEPBACKSLASH@
628 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
629 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fstspecial_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ../../bin/fstspecial-fstconvert.obj `if test -f '../../bin/fstconvert.cc'; then $(CYGPATH_W) '../../bin/fstconvert.cc'; else $(CYGPATH_W) '$(srcdir)/../../bin/fstconvert.cc'; fi`
630
631 fstspecial-phi-fst.o: phi-fst.cc
632 @am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fstspecial_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT fstspecial-phi-fst.o -MD -MP -MF $(DEPDIR)/fstspecial-phi-fst.Tpo -c -o fstspecial-phi-fst.o `test -f 'phi-fst.cc' || echo '$(srcdir)/'`phi-fst.cc
633 @am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/fstspecial-phi-fst.Tpo $(DEPDIR)/fstspecial-phi-fst.Po
634 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='phi-fst.cc' object='fstspecial-phi-fst.o' libtool=no @AMDEPBACKSLASH@
635 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
636 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fstspecial_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o fstspecial-phi-fst.o `test -f 'phi-fst.cc' || echo '$(srcdir)/'`phi-fst.cc
637
638 fstspecial-phi-fst.obj: phi-fst.cc
639 @am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fstspecial_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT fstspecial-phi-fst.obj -MD -MP -MF $(DEPDIR)/fstspecial-phi-fst.Tpo -c -o fstspecial-phi-fst.obj `if test -f 'phi-fst.cc'; then $(CYGPATH_W) 'phi-fst.cc'; else $(CYGPATH_W) '$(srcdir)/phi-fst.cc'; fi`
640 @am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/fstspecial-phi-fst.Tpo $(DEPDIR)/fstspecial-phi-fst.Po
641 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='phi-fst.cc' object='fstspecial-phi-fst.obj' libtool=no @AMDEPBACKSLASH@
642 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
643 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fstspecial_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o fstspecial-phi-fst.obj `if test -f 'phi-fst.cc'; then $(CYGPATH_W) 'phi-fst.cc'; else $(CYGPATH_W) '$(srcdir)/phi-fst.cc'; fi`
644
645 fstspecial-rho-fst.o: rho-fst.cc
646 @am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fstspecial_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT fstspecial-rho-fst.o -MD -MP -MF $(DEPDIR)/fstspecial-rho-fst.Tpo -c -o fstspecial-rho-fst.o `test -f 'rho-fst.cc' || echo '$(srcdir)/'`rho-fst.cc
647 @am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/fstspecial-rho-fst.Tpo $(DEPDIR)/fstspecial-rho-fst.Po
648 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='rho-fst.cc' object='fstspecial-rho-fst.o' libtool=no @AMDEPBACKSLASH@
649 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
650 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fstspecial_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o fstspecial-rho-fst.o `test -f 'rho-fst.cc' || echo '$(srcdir)/'`rho-fst.cc
651
652 fstspecial-rho-fst.obj: rho-fst.cc
653 @am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fstspecial_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT fstspecial-rho-fst.obj -MD -MP -MF $(DEPDIR)/fstspecial-rho-fst.Tpo -c -o fstspecial-rho-fst.obj `if test -f 'rho-fst.cc'; then $(CYGPATH_W) 'rho-fst.cc'; else $(CYGPATH_W) '$(srcdir)/rho-fst.cc'; fi`
654 @am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/fstspecial-rho-fst.Tpo $(DEPDIR)/fstspecial-rho-fst.Po
655 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='rho-fst.cc' object='fstspecial-rho-fst.obj' libtool=no @AMDEPBACKSLASH@
656 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
657 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fstspecial_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o fstspecial-rho-fst.obj `if test -f 'rho-fst.cc'; then $(CYGPATH_W) 'rho-fst.cc'; else $(CYGPATH_W) '$(srcdir)/rho-fst.cc'; fi`
658
659 fstspecial-sigma-fst.o: sigma-fst.cc
660 @am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fstspecial_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT fstspecial-sigma-fst.o -MD -MP -MF $(DEPDIR)/fstspecial-sigma-fst.Tpo -c -o fstspecial-sigma-fst.o `test -f 'sigma-fst.cc' || echo '$(srcdir)/'`sigma-fst.cc
661 @am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/fstspecial-sigma-fst.Tpo $(DEPDIR)/fstspecial-sigma-fst.Po
662 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='sigma-fst.cc' object='fstspecial-sigma-fst.o' libtool=no @AMDEPBACKSLASH@
663 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
664 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fstspecial_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o fstspecial-sigma-fst.o `test -f 'sigma-fst.cc' || echo '$(srcdir)/'`sigma-fst.cc
665
666 fstspecial-sigma-fst.obj: sigma-fst.cc
667 @am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fstspecial_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT fstspecial-sigma-fst.obj -MD -MP -MF $(DEPDIR)/fstspecial-sigma-fst.Tpo -c -o fstspecial-sigma-fst.obj `if test -f 'sigma-fst.cc'; then $(CYGPATH_W) 'sigma-fst.cc'; else $(CYGPATH_W) '$(srcdir)/sigma-fst.cc'; fi`
668 @am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/fstspecial-sigma-fst.Tpo $(DEPDIR)/fstspecial-sigma-fst.Po
669 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='sigma-fst.cc' object='fstspecial-sigma-fst.obj' libtool=no @AMDEPBACKSLASH@
670 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
671 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fstspecial_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o fstspecial-sigma-fst.obj `if test -f 'sigma-fst.cc'; then $(CYGPATH_W) 'sigma-fst.cc'; else $(CYGPATH_W) '$(srcdir)/sigma-fst.cc'; fi`
672
673 mostlyclean-libtool:
674         -rm -f *.lo
675
676 clean-libtool:
677         -rm -rf .libs _libs
678
679 ID: $(am__tagged_files)
680         $(am__define_uniq_tagged_files); mkid -fID $$unique
681 tags: tags-am
682 TAGS: tags
683
684 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
685         set x; \
686         here=`pwd`; \
687         $(am__define_uniq_tagged_files); \
688         shift; \
689         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
690           test -n "$$unique" || unique=$$empty_fix; \
691           if test $$# -gt 0; then \
692             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
693               "$$@" $$unique; \
694           else \
695             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
696               $$unique; \
697           fi; \
698         fi
699 ctags: ctags-am
700
701 CTAGS: ctags
702 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
703         $(am__define_uniq_tagged_files); \
704         test -z "$(CTAGS_ARGS)$$unique" \
705           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
706              $$unique
707
708 GTAGS:
709         here=`$(am__cd) $(top_builddir) && pwd` \
710           && $(am__cd) $(top_srcdir) \
711           && gtags -i $(GTAGS_ARGS) "$$here"
712 cscopelist: cscopelist-am
713
714 cscopelist-am: $(am__tagged_files)
715         list='$(am__tagged_files)'; \
716         case "$(srcdir)" in \
717           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
718           *) sdir=$(subdir)/$(srcdir) ;; \
719         esac; \
720         for i in $$list; do \
721           if test -f "$$i"; then \
722             echo "$(subdir)/$$i"; \
723           else \
724             echo "$$sdir/$$i"; \
725           fi; \
726         done >> $(top_builddir)/cscope.files
727
728 distclean-tags:
729         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
730
731 distdir: $(DISTFILES)
732         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
733         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
734         list='$(DISTFILES)'; \
735           dist_files=`for file in $$list; do echo $$file; done | \
736           sed -e "s|^$$srcdirstrip/||;t" \
737               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
738         case $$dist_files in \
739           */*) $(MKDIR_P) `echo "$$dist_files" | \
740                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
741                            sort -u` ;; \
742         esac; \
743         for file in $$dist_files; do \
744           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
745           if test -d $$d/$$file; then \
746             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
747             if test -d "$(distdir)/$$file"; then \
748               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
749             fi; \
750             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
751               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
752               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
753             fi; \
754             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
755           else \
756             test -f "$(distdir)/$$file" \
757             || cp -p $$d/$$file "$(distdir)/$$file" \
758             || exit 1; \
759           fi; \
760         done
761 check-am: all-am
762 check: check-am
763 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS)
764 install-binPROGRAMS: install-libLTLIBRARIES
765
766 installdirs:
767         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libfstdir)" "$(DESTDIR)$(bindir)"; do \
768           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
769         done
770 install: install-am
771 install-exec: install-exec-am
772 install-data: install-data-am
773 uninstall: uninstall-am
774
775 install-am: all-am
776         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
777
778 installcheck: installcheck-am
779 install-strip:
780         if test -z '$(STRIP)'; then \
781           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
782             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
783               install; \
784         else \
785           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
786             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
787             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
788         fi
789 mostlyclean-generic:
790
791 clean-generic:
792
793 distclean-generic:
794         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
795         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
796         -rm -f ../../bin/$(DEPDIR)/$(am__dirstamp)
797         -rm -f ../../bin/$(am__dirstamp)
798
799 maintainer-clean-generic:
800         @echo "This command is intended for maintainers to use"
801         @echo "it deletes files that may require special tools to rebuild."
802 clean: clean-am
803
804 clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
805         clean-libfstLTLIBRARIES clean-libtool mostlyclean-am
806
807 distclean: distclean-am
808         -rm -rf ../../bin/$(DEPDIR) ./$(DEPDIR)
809         -rm -f Makefile
810 distclean-am: clean-am distclean-compile distclean-generic \
811         distclean-tags
812
813 dvi: dvi-am
814
815 dvi-am:
816
817 html: html-am
818
819 html-am:
820
821 info: info-am
822
823 info-am:
824
825 install-data-am: install-libfstLTLIBRARIES
826
827 install-dvi: install-dvi-am
828
829 install-dvi-am:
830
831 install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
832
833 install-html: install-html-am
834
835 install-html-am:
836
837 install-info: install-info-am
838
839 install-info-am:
840
841 install-man:
842
843 install-pdf: install-pdf-am
844
845 install-pdf-am:
846
847 install-ps: install-ps-am
848
849 install-ps-am:
850
851 installcheck-am:
852
853 maintainer-clean: maintainer-clean-am
854         -rm -rf ../../bin/$(DEPDIR) ./$(DEPDIR)
855         -rm -f Makefile
856 maintainer-clean-am: distclean-am maintainer-clean-generic
857
858 mostlyclean: mostlyclean-am
859
860 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
861         mostlyclean-libtool
862
863 pdf: pdf-am
864
865 pdf-am:
866
867 ps: ps-am
868
869 ps-am:
870
871 uninstall-am: uninstall-binPROGRAMS uninstall-libLTLIBRARIES \
872         uninstall-libfstLTLIBRARIES
873
874 .MAKE: install-am install-strip
875
876 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
877         clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
878         clean-libfstLTLIBRARIES clean-libtool cscopelist-am ctags \
879         ctags-am distclean distclean-compile distclean-generic \
880         distclean-libtool distclean-tags distdir dvi dvi-am html \
881         html-am info info-am install install-am install-binPROGRAMS \
882         install-data install-data-am install-dvi install-dvi-am \
883         install-exec install-exec-am install-html install-html-am \
884         install-info install-info-am install-libLTLIBRARIES \
885         install-libfstLTLIBRARIES install-man install-pdf \
886         install-pdf-am install-ps install-ps-am install-strip \
887         installcheck installcheck-am installdirs maintainer-clean \
888         maintainer-clean-generic mostlyclean mostlyclean-compile \
889         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
890         tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
891         uninstall-libLTLIBRARIES uninstall-libfstLTLIBRARIES
892
893 .PRECIOUS: Makefile
894
895
896 # Tell versions [3.59,3.63) of GNU make to not export all variables.
897 # Otherwise a system limit (for SysV at least) may be exceeded.
898 .NOEXPORT: