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