Imported Upstream version 1.6.4
[platform/upstream/openfst.git] / src / extensions / const / 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/extensions/const
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)" "$(DESTDIR)$(libfstdir)"
133 LTLIBRARIES = $(lib_LTLIBRARIES) $(libfst_LTLIBRARIES)
134 const16_fst_la_LIBADD =
135 am_const16_fst_la_OBJECTS = const16-fst.lo
136 const16_fst_la_OBJECTS = $(am_const16_fst_la_OBJECTS)
137 AM_V_lt = $(am__v_lt_@AM_V@)
138 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
139 am__v_lt_0 = --silent
140 am__v_lt_1 = 
141 const16_fst_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
142         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
143         $(AM_CXXFLAGS) $(CXXFLAGS) $(const16_fst_la_LDFLAGS) \
144         $(LDFLAGS) -o $@
145 const64_fst_la_LIBADD =
146 am_const64_fst_la_OBJECTS = const64-fst.lo
147 const64_fst_la_OBJECTS = $(am_const64_fst_la_OBJECTS)
148 const64_fst_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
149         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
150         $(AM_CXXFLAGS) $(CXXFLAGS) $(const64_fst_la_LDFLAGS) \
151         $(LDFLAGS) -o $@
152 const8_fst_la_LIBADD =
153 am_const8_fst_la_OBJECTS = const8-fst.lo
154 const8_fst_la_OBJECTS = $(am_const8_fst_la_OBJECTS)
155 const8_fst_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
156         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
157         $(AM_CXXFLAGS) $(CXXFLAGS) $(const8_fst_la_LDFLAGS) $(LDFLAGS) \
158         -o $@
159 am__DEPENDENCIES_1 =
160 libfstconst_la_DEPENDENCIES = ../../lib/libfst.la \
161         $(am__DEPENDENCIES_1)
162 am_libfstconst_la_OBJECTS = const8-fst.lo const16-fst.lo \
163         const64-fst.lo
164 libfstconst_la_OBJECTS = $(am_libfstconst_la_OBJECTS)
165 libfstconst_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
166         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
167         $(AM_CXXFLAGS) $(CXXFLAGS) $(libfstconst_la_LDFLAGS) \
168         $(LDFLAGS) -o $@
169 AM_V_P = $(am__v_P_@AM_V@)
170 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
171 am__v_P_0 = false
172 am__v_P_1 = :
173 AM_V_GEN = $(am__v_GEN_@AM_V@)
174 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
175 am__v_GEN_0 = @echo "  GEN     " $@;
176 am__v_GEN_1 = 
177 AM_V_at = $(am__v_at_@AM_V@)
178 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
179 am__v_at_0 = @
180 am__v_at_1 = 
181 DEFAULT_INCLUDES = 
182 depcomp = $(SHELL) $(top_srcdir)/depcomp
183 am__depfiles_maybe = depfiles
184 am__mv = mv -f
185 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
186         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
187 LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
188         $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
189         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
190         $(AM_CXXFLAGS) $(CXXFLAGS)
191 AM_V_CXX = $(am__v_CXX_@AM_V@)
192 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
193 am__v_CXX_0 = @echo "  CXX     " $@;
194 am__v_CXX_1 = 
195 CXXLD = $(CXX)
196 CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
197         $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
198         $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
199 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
200 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
201 am__v_CXXLD_0 = @echo "  CXXLD   " $@;
202 am__v_CXXLD_1 = 
203 SOURCES = $(const16_fst_la_SOURCES) $(const64_fst_la_SOURCES) \
204         $(const8_fst_la_SOURCES) $(libfstconst_la_SOURCES)
205 DIST_SOURCES = $(const16_fst_la_SOURCES) $(const64_fst_la_SOURCES) \
206         $(const8_fst_la_SOURCES) $(libfstconst_la_SOURCES)
207 am__can_run_installinfo = \
208   case $$AM_UPDATE_INFO_DIR in \
209     n|no|NO) false;; \
210     *) (install-info --version) >/dev/null 2>&1;; \
211   esac
212 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
213 # Read a list of newline-separated strings from the standard input,
214 # and print each of them once, without duplicates.  Input order is
215 # *not* preserved.
216 am__uniquify_input = $(AWK) '\
217   BEGIN { nonempty = 0; } \
218   { items[$$0] = 1; nonempty = 1; } \
219   END { if (nonempty) { for (i in items) print i; }; } \
220 '
221 # Make sure the list of sources is unique.  This is necessary because,
222 # e.g., the same source file might be shared among _SOURCES variables
223 # for different programs/libraries.
224 am__define_uniq_tagged_files = \
225   list='$(am__tagged_files)'; \
226   unique=`for i in $$list; do \
227     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
228   done | $(am__uniquify_input)`
229 ETAGS = etags
230 CTAGS = ctags
231 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
232 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
233 ACLOCAL = @ACLOCAL@
234 AMTAR = @AMTAR@
235 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
236 AR = @AR@
237 AUTOCONF = @AUTOCONF@
238 AUTOHEADER = @AUTOHEADER@
239 AUTOMAKE = @AUTOMAKE@
240 AWK = @AWK@
241 CC = @CC@
242 CCDEPMODE = @CCDEPMODE@
243 CFLAGS = @CFLAGS@
244 CPP = @CPP@
245 CPPFLAGS = @CPPFLAGS@
246 CXX = @CXX@
247 CXXCPP = @CXXCPP@
248 CXXDEPMODE = @CXXDEPMODE@
249 CXXFLAGS = @CXXFLAGS@
250 CYGPATH_W = @CYGPATH_W@
251 DEFS = @DEFS@
252 DEPDIR = @DEPDIR@
253 DLLTOOL = @DLLTOOL@
254 DL_LIBS = @DL_LIBS@
255 DSYMUTIL = @DSYMUTIL@
256 DUMPBIN = @DUMPBIN@
257 ECHO_C = @ECHO_C@
258 ECHO_N = @ECHO_N@
259 ECHO_T = @ECHO_T@
260 EGREP = @EGREP@
261 EXEEXT = @EXEEXT@
262 FGREP = @FGREP@
263 GREP = @GREP@
264 INSTALL = @INSTALL@
265 INSTALL_DATA = @INSTALL_DATA@
266 INSTALL_PROGRAM = @INSTALL_PROGRAM@
267 INSTALL_SCRIPT = @INSTALL_SCRIPT@
268 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
269 LD = @LD@
270 LDFLAGS = @LDFLAGS@
271 LIBOBJS = @LIBOBJS@
272 LIBS = @LIBS@
273 LIBTOOL = @LIBTOOL@
274 LIPO = @LIPO@
275 LN_S = @LN_S@
276 LTLIBOBJS = @LTLIBOBJS@
277 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
278 MAKEINFO = @MAKEINFO@
279 MANIFEST_TOOL = @MANIFEST_TOOL@
280 MKDIR_P = @MKDIR_P@
281 NM = @NM@
282 NMEDIT = @NMEDIT@
283 OBJDUMP = @OBJDUMP@
284 OBJEXT = @OBJEXT@
285 OTOOL = @OTOOL@
286 OTOOL64 = @OTOOL64@
287 PACKAGE = @PACKAGE@
288 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
289 PACKAGE_NAME = @PACKAGE_NAME@
290 PACKAGE_STRING = @PACKAGE_STRING@
291 PACKAGE_TARNAME = @PACKAGE_TARNAME@
292 PACKAGE_URL = @PACKAGE_URL@
293 PACKAGE_VERSION = @PACKAGE_VERSION@
294 PATH_SEPARATOR = @PATH_SEPARATOR@
295 PYTHON = @PYTHON@
296 PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
297 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
298 PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@
299 PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
300 PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
301 PYTHON_PLATFORM = @PYTHON_PLATFORM@
302 PYTHON_PREFIX = @PYTHON_PREFIX@
303 PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
304 PYTHON_VERSION = @PYTHON_VERSION@
305 RANLIB = @RANLIB@
306 SED = @SED@
307 SET_MAKE = @SET_MAKE@
308 SHELL = @SHELL@
309 STRIP = @STRIP@
310 VERSION = @VERSION@
311 abs_builddir = @abs_builddir@
312 abs_srcdir = @abs_srcdir@
313 abs_top_builddir = @abs_top_builddir@
314 abs_top_srcdir = @abs_top_srcdir@
315 ac_ct_AR = @ac_ct_AR@
316 ac_ct_CC = @ac_ct_CC@
317 ac_ct_CXX = @ac_ct_CXX@
318 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
319 am__include = @am__include@
320 am__leading_dot = @am__leading_dot@
321 am__quote = @am__quote@
322 am__tar = @am__tar@
323 am__untar = @am__untar@
324 bindir = @bindir@
325 build = @build@
326 build_alias = @build_alias@
327 build_cpu = @build_cpu@
328 build_os = @build_os@
329 build_vendor = @build_vendor@
330 builddir = @builddir@
331 datadir = @datadir@
332 datarootdir = @datarootdir@
333 docdir = @docdir@
334 dvidir = @dvidir@
335 exec_prefix = @exec_prefix@
336 host = @host@
337 host_alias = @host_alias@
338 host_cpu = @host_cpu@
339 host_os = @host_os@
340 host_vendor = @host_vendor@
341 htmldir = @htmldir@
342 includedir = @includedir@
343 infodir = @infodir@
344 install_sh = @install_sh@
345 libdir = @libdir@
346 libexecdir = @libexecdir@
347 libfstdir = @libfstdir@
348 localedir = @localedir@
349 localstatedir = @localstatedir@
350 mandir = @mandir@
351 mkdir_p = @mkdir_p@
352 oldincludedir = @oldincludedir@
353 pdfdir = @pdfdir@
354 pkgpyexecdir = @pkgpyexecdir@
355 pkgpythondir = @pkgpythondir@
356 prefix = @prefix@
357 program_transform_name = @program_transform_name@
358 psdir = @psdir@
359 pyexecdir = @pyexecdir@
360 pythondir = @pythondir@
361 runstatedir = @runstatedir@
362 sbindir = @sbindir@
363 sharedstatedir = @sharedstatedir@
364 srcdir = @srcdir@
365 sysconfdir = @sysconfdir@
366 target_alias = @target_alias@
367 top_build_prefix = @top_build_prefix@
368 top_builddir = @top_builddir@
369 top_srcdir = @top_srcdir@
370 AM_CPPFLAGS = -I$(srcdir)/../../include $(ICU_CPPFLAGS)
371 libfst_LTLIBRARIES = const8-fst.la const16-fst.la const64-fst.la
372 lib_LTLIBRARIES = libfstconst.la
373 libfstconst_la_SOURCES = const8-fst.cc const16-fst.cc const64-fst.cc
374 libfstconst_la_LDFLAGS = -version-info 8:0:0 -lm $(DL_LIBS)
375 libfstconst_la_LIBADD = ../../lib/libfst.la -lm $(DL_LIBS)
376 const8_fst_la_SOURCES = const8-fst.cc
377 const8_fst_la_LDFLAGS = -module
378 const16_fst_la_SOURCES = const16-fst.cc
379 const16_fst_la_LDFLAGS = -module
380 const64_fst_la_SOURCES = const64-fst.cc
381 const64_fst_la_LDFLAGS = -module
382 all: all-am
383
384 .SUFFIXES:
385 .SUFFIXES: .cc .lo .o .obj
386 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
387         @for dep in $?; do \
388           case '$(am__configure_deps)' in \
389             *$$dep*) \
390               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
391                 && { if test -f $@; then exit 0; else break; fi; }; \
392               exit 1;; \
393           esac; \
394         done; \
395         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/extensions/const/Makefile'; \
396         $(am__cd) $(top_srcdir) && \
397           $(AUTOMAKE) --foreign src/extensions/const/Makefile
398 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
399         @case '$?' in \
400           *config.status*) \
401             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
402           *) \
403             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
404             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
405         esac;
406
407 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
408         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
409
410 $(top_srcdir)/configure:  $(am__configure_deps)
411         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
412 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
413         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
414 $(am__aclocal_m4_deps):
415
416 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
417         @$(NORMAL_INSTALL)
418         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
419         list2=; for p in $$list; do \
420           if test -f $$p; then \
421             list2="$$list2 $$p"; \
422           else :; fi; \
423         done; \
424         test -z "$$list2" || { \
425           echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
426           $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
427           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
428           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
429         }
430
431 uninstall-libLTLIBRARIES:
432         @$(NORMAL_UNINSTALL)
433         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
434         for p in $$list; do \
435           $(am__strip_dir) \
436           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
437           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
438         done
439
440 clean-libLTLIBRARIES:
441         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
442         @list='$(lib_LTLIBRARIES)'; \
443         locs=`for p in $$list; do echo $$p; done | \
444               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
445               sort -u`; \
446         test -z "$$locs" || { \
447           echo rm -f $${locs}; \
448           rm -f $${locs}; \
449         }
450
451 install-libfstLTLIBRARIES: $(libfst_LTLIBRARIES)
452         @$(NORMAL_INSTALL)
453         @list='$(libfst_LTLIBRARIES)'; test -n "$(libfstdir)" || list=; \
454         list2=; for p in $$list; do \
455           if test -f $$p; then \
456             list2="$$list2 $$p"; \
457           else :; fi; \
458         done; \
459         test -z "$$list2" || { \
460           echo " $(MKDIR_P) '$(DESTDIR)$(libfstdir)'"; \
461           $(MKDIR_P) "$(DESTDIR)$(libfstdir)" || exit 1; \
462           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libfstdir)'"; \
463           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libfstdir)"; \
464         }
465
466 uninstall-libfstLTLIBRARIES:
467         @$(NORMAL_UNINSTALL)
468         @list='$(libfst_LTLIBRARIES)'; test -n "$(libfstdir)" || list=; \
469         for p in $$list; do \
470           $(am__strip_dir) \
471           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libfstdir)/$$f'"; \
472           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libfstdir)/$$f"; \
473         done
474
475 clean-libfstLTLIBRARIES:
476         -test -z "$(libfst_LTLIBRARIES)" || rm -f $(libfst_LTLIBRARIES)
477         @list='$(libfst_LTLIBRARIES)'; \
478         locs=`for p in $$list; do echo $$p; done | \
479               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
480               sort -u`; \
481         test -z "$$locs" || { \
482           echo rm -f $${locs}; \
483           rm -f $${locs}; \
484         }
485
486 const16-fst.la: $(const16_fst_la_OBJECTS) $(const16_fst_la_DEPENDENCIES) $(EXTRA_const16_fst_la_DEPENDENCIES) 
487         $(AM_V_CXXLD)$(const16_fst_la_LINK) -rpath $(libfstdir) $(const16_fst_la_OBJECTS) $(const16_fst_la_LIBADD) $(LIBS)
488
489 const64-fst.la: $(const64_fst_la_OBJECTS) $(const64_fst_la_DEPENDENCIES) $(EXTRA_const64_fst_la_DEPENDENCIES) 
490         $(AM_V_CXXLD)$(const64_fst_la_LINK) -rpath $(libfstdir) $(const64_fst_la_OBJECTS) $(const64_fst_la_LIBADD) $(LIBS)
491
492 const8-fst.la: $(const8_fst_la_OBJECTS) $(const8_fst_la_DEPENDENCIES) $(EXTRA_const8_fst_la_DEPENDENCIES) 
493         $(AM_V_CXXLD)$(const8_fst_la_LINK) -rpath $(libfstdir) $(const8_fst_la_OBJECTS) $(const8_fst_la_LIBADD) $(LIBS)
494
495 libfstconst.la: $(libfstconst_la_OBJECTS) $(libfstconst_la_DEPENDENCIES) $(EXTRA_libfstconst_la_DEPENDENCIES) 
496         $(AM_V_CXXLD)$(libfstconst_la_LINK) -rpath $(libdir) $(libfstconst_la_OBJECTS) $(libfstconst_la_LIBADD) $(LIBS)
497
498 mostlyclean-compile:
499         -rm -f *.$(OBJEXT)
500
501 distclean-compile:
502         -rm -f *.tab.c
503
504 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/const16-fst.Plo@am__quote@
505 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/const64-fst.Plo@am__quote@
506 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/const8-fst.Plo@am__quote@
507
508 .cc.o:
509 @am__fastdepCXX_TRUE@   $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
510 @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
511 @am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Po
512 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
513 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
514 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
515
516 .cc.obj:
517 @am__fastdepCXX_TRUE@   $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
518 @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
519 @am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Po
520 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
521 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
522 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
523
524 .cc.lo:
525 @am__fastdepCXX_TRUE@   $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
526 @am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
527 @am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Plo
528 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
529 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
530 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
531
532 mostlyclean-libtool:
533         -rm -f *.lo
534
535 clean-libtool:
536         -rm -rf .libs _libs
537
538 ID: $(am__tagged_files)
539         $(am__define_uniq_tagged_files); mkid -fID $$unique
540 tags: tags-am
541 TAGS: tags
542
543 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
544         set x; \
545         here=`pwd`; \
546         $(am__define_uniq_tagged_files); \
547         shift; \
548         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
549           test -n "$$unique" || unique=$$empty_fix; \
550           if test $$# -gt 0; then \
551             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
552               "$$@" $$unique; \
553           else \
554             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
555               $$unique; \
556           fi; \
557         fi
558 ctags: ctags-am
559
560 CTAGS: ctags
561 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
562         $(am__define_uniq_tagged_files); \
563         test -z "$(CTAGS_ARGS)$$unique" \
564           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
565              $$unique
566
567 GTAGS:
568         here=`$(am__cd) $(top_builddir) && pwd` \
569           && $(am__cd) $(top_srcdir) \
570           && gtags -i $(GTAGS_ARGS) "$$here"
571 cscopelist: cscopelist-am
572
573 cscopelist-am: $(am__tagged_files)
574         list='$(am__tagged_files)'; \
575         case "$(srcdir)" in \
576           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
577           *) sdir=$(subdir)/$(srcdir) ;; \
578         esac; \
579         for i in $$list; do \
580           if test -f "$$i"; then \
581             echo "$(subdir)/$$i"; \
582           else \
583             echo "$$sdir/$$i"; \
584           fi; \
585         done >> $(top_builddir)/cscope.files
586
587 distclean-tags:
588         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
589
590 distdir: $(DISTFILES)
591         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
592         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
593         list='$(DISTFILES)'; \
594           dist_files=`for file in $$list; do echo $$file; done | \
595           sed -e "s|^$$srcdirstrip/||;t" \
596               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
597         case $$dist_files in \
598           */*) $(MKDIR_P) `echo "$$dist_files" | \
599                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
600                            sort -u` ;; \
601         esac; \
602         for file in $$dist_files; do \
603           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
604           if test -d $$d/$$file; then \
605             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
606             if test -d "$(distdir)/$$file"; then \
607               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
608             fi; \
609             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
610               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
611               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
612             fi; \
613             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
614           else \
615             test -f "$(distdir)/$$file" \
616             || cp -p $$d/$$file "$(distdir)/$$file" \
617             || exit 1; \
618           fi; \
619         done
620 check-am: all-am
621 check: check-am
622 all-am: Makefile $(LTLIBRARIES)
623 installdirs:
624         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libfstdir)"; do \
625           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
626         done
627 install: install-am
628 install-exec: install-exec-am
629 install-data: install-data-am
630 uninstall: uninstall-am
631
632 install-am: all-am
633         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
634
635 installcheck: installcheck-am
636 install-strip:
637         if test -z '$(STRIP)'; then \
638           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
639             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
640               install; \
641         else \
642           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
643             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
644             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
645         fi
646 mostlyclean-generic:
647
648 clean-generic:
649
650 distclean-generic:
651         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
652         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
653
654 maintainer-clean-generic:
655         @echo "This command is intended for maintainers to use"
656         @echo "it deletes files that may require special tools to rebuild."
657 clean: clean-am
658
659 clean-am: clean-generic clean-libLTLIBRARIES clean-libfstLTLIBRARIES \
660         clean-libtool mostlyclean-am
661
662 distclean: distclean-am
663         -rm -rf ./$(DEPDIR)
664         -rm -f Makefile
665 distclean-am: clean-am distclean-compile distclean-generic \
666         distclean-tags
667
668 dvi: dvi-am
669
670 dvi-am:
671
672 html: html-am
673
674 html-am:
675
676 info: info-am
677
678 info-am:
679
680 install-data-am: install-libfstLTLIBRARIES
681
682 install-dvi: install-dvi-am
683
684 install-dvi-am:
685
686 install-exec-am: install-libLTLIBRARIES
687
688 install-html: install-html-am
689
690 install-html-am:
691
692 install-info: install-info-am
693
694 install-info-am:
695
696 install-man:
697
698 install-pdf: install-pdf-am
699
700 install-pdf-am:
701
702 install-ps: install-ps-am
703
704 install-ps-am:
705
706 installcheck-am:
707
708 maintainer-clean: maintainer-clean-am
709         -rm -rf ./$(DEPDIR)
710         -rm -f Makefile
711 maintainer-clean-am: distclean-am maintainer-clean-generic
712
713 mostlyclean: mostlyclean-am
714
715 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
716         mostlyclean-libtool
717
718 pdf: pdf-am
719
720 pdf-am:
721
722 ps: ps-am
723
724 ps-am:
725
726 uninstall-am: uninstall-libLTLIBRARIES uninstall-libfstLTLIBRARIES
727
728 .MAKE: install-am install-strip
729
730 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
731         clean-libLTLIBRARIES clean-libfstLTLIBRARIES clean-libtool \
732         cscopelist-am ctags ctags-am distclean distclean-compile \
733         distclean-generic distclean-libtool distclean-tags distdir dvi \
734         dvi-am html html-am info info-am install install-am \
735         install-data install-data-am install-dvi install-dvi-am \
736         install-exec install-exec-am install-html install-html-am \
737         install-info install-info-am install-libLTLIBRARIES \
738         install-libfstLTLIBRARIES install-man install-pdf \
739         install-pdf-am install-ps install-ps-am install-strip \
740         installcheck installcheck-am installdirs maintainer-clean \
741         maintainer-clean-generic mostlyclean mostlyclean-compile \
742         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
743         tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES \
744         uninstall-libfstLTLIBRARIES
745
746 .PRECIOUS: Makefile
747
748
749 # Tell versions [3.59,3.63) of GNU make to not export all variables.
750 # Otherwise a system limit (for SysV at least) may be exceeded.
751 .NOEXPORT: