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