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