1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# lib/js/Makefile.  Generated from Makefile.in by configure.
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
16
17#
18# Licensed to the Apache Software Foundation (ASF) under one
19# or more contributor license agreements. See the NOTICE file
20# distributed with this work for additional information
21# regarding copyright ownership. The ASF licenses this file
22# to you under the Apache License, Version 2.0 (the
23# "License"); you may not use this file except in compliance
24# with the License. You may obtain a copy of the License at
25#
26#   http://www.apache.org/licenses/LICENSE-2.0
27#
28# Unless required by applicable law or agreed to in writing,
29# software distributed under the License is distributed on an
30# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
31# KIND, either express or implied. See the License for the
32# specific language governing permissions and limitations
33# under the License.
34#
35
36# Make sure this doesn't fail if ant is not configured.
37# We call npm install twice to work around older npm issues
38# (note these issues may no longer be present, but it is ok)
39#
40
41am__is_gnu_make = { \
42  if test -z '$(MAKELEVEL)'; then \
43    false; \
44  elif test -n '$(MAKE_HOST)'; then \
45    true; \
46  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
47    true; \
48  else \
49    false; \
50  fi; \
51}
52am__make_running_with_option = \
53  case $${target_option-} in \
54      ?) ;; \
55      *) echo "am__make_running_with_option: internal error: invalid" \
56              "target option '$${target_option-}' specified" >&2; \
57         exit 1;; \
58  esac; \
59  has_opt=no; \
60  sane_makeflags=$$MAKEFLAGS; \
61  if $(am__is_gnu_make); then \
62    sane_makeflags=$$MFLAGS; \
63  else \
64    case $$MAKEFLAGS in \
65      *\\[\ \	]*) \
66        bs=\\; \
67        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
68          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
69    esac; \
70  fi; \
71  skip_next=no; \
72  strip_trailopt () \
73  { \
74    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
75  }; \
76  for flg in $$sane_makeflags; do \
77    test $$skip_next = yes && { skip_next=no; continue; }; \
78    case $$flg in \
79      *=*|--*) continue;; \
80        -*I) strip_trailopt 'I'; skip_next=yes;; \
81      -*I?*) strip_trailopt 'I';; \
82        -*O) strip_trailopt 'O'; skip_next=yes;; \
83      -*O?*) strip_trailopt 'O';; \
84        -*l) strip_trailopt 'l'; skip_next=yes;; \
85      -*l?*) strip_trailopt 'l';; \
86      -[dEDm]) skip_next=yes;; \
87      -[JT]) skip_next=yes;; \
88    esac; \
89    case $$flg in \
90      *$$target_option*) has_opt=yes; break;; \
91    esac; \
92  done; \
93  test $$has_opt = yes
94am__make_dryrun = (target_option=n; $(am__make_running_with_option))
95am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
96pkgdatadir = $(datadir)/thrift
97pkgincludedir = $(includedir)/thrift
98pkglibdir = $(libdir)/thrift
99pkglibexecdir = $(libexecdir)/thrift
100am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
101install_sh_DATA = $(install_sh) -c -m 644
102install_sh_PROGRAM = $(install_sh) -c
103install_sh_SCRIPT = $(install_sh) -c
104INSTALL_HEADER = $(INSTALL_DATA)
105transform = $(program_transform_name)
106NORMAL_INSTALL = :
107PRE_INSTALL = :
108POST_INSTALL = :
109NORMAL_UNINSTALL = :
110PRE_UNINSTALL = :
111POST_UNINSTALL = :
112build_triplet = x86_64-pc-linux-gnu
113host_triplet = x86_64-pc-linux-gnu
114subdir = lib/js
115ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
116am__aclocal_m4_deps = $(top_srcdir)/aclocal/ac_prog_bison.m4 \
117	$(top_srcdir)/aclocal/ax_boost_base.m4 \
118	$(top_srcdir)/aclocal/ax_check_openssl.m4 \
119	$(top_srcdir)/aclocal/ax_compare_version.m4 \
120	$(top_srcdir)/aclocal/ax_cxx_compile_stdcxx.m4 \
121	$(top_srcdir)/aclocal/ax_cxx_compile_stdcxx_11.m4 \
122	$(top_srcdir)/aclocal/ax_dmd.m4 \
123	$(top_srcdir)/aclocal/ax_javac_and_java.m4 \
124	$(top_srcdir)/aclocal/ax_lib_event.m4 \
125	$(top_srcdir)/aclocal/ax_lib_zlib.m4 \
126	$(top_srcdir)/aclocal/ax_lua.m4 \
127	$(top_srcdir)/aclocal/ax_prog_dotnetcore_version.m4 \
128	$(top_srcdir)/aclocal/ax_prog_haxe_version.m4 \
129	$(top_srcdir)/aclocal/ax_prog_perl_modules.m4 \
130	$(top_srcdir)/aclocal/ax_signed_right_shift.m4 \
131	$(top_srcdir)/aclocal/ax_thrift_internal.m4 \
132	$(top_srcdir)/aclocal/libtool.m4 \
133	$(top_srcdir)/aclocal/ltoptions.m4 \
134	$(top_srcdir)/aclocal/ltsugar.m4 \
135	$(top_srcdir)/aclocal/ltversion.m4 \
136	$(top_srcdir)/aclocal/lt~obsolete.m4 \
137	$(top_srcdir)/aclocal/tar.m4 $(top_srcdir)/configure.ac
138am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
139	$(ACLOCAL_M4)
140DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
141mkinstalldirs = $(install_sh) -d
142CONFIG_HEADER = $(top_builddir)/config.h \
143	$(top_builddir)/lib/cpp/src/thrift/config.h \
144	$(top_builddir)/lib/c_glib/src/thrift/config.h
145CONFIG_CLEAN_FILES =
146CONFIG_CLEAN_VPATH_FILES =
147AM_V_P = $(am__v_P_$(V))
148am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
149am__v_P_0 = false
150am__v_P_1 = :
151AM_V_GEN = $(am__v_GEN_$(V))
152am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
153am__v_GEN_0 = @echo "  GEN     " $@;
154am__v_GEN_1 =
155AM_V_at = $(am__v_at_$(V))
156am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
157am__v_at_0 = @
158am__v_at_1 =
159SOURCES =
160DIST_SOURCES =
161RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
162	ctags-recursive dvi-recursive html-recursive info-recursive \
163	install-data-recursive install-dvi-recursive \
164	install-exec-recursive install-html-recursive \
165	install-info-recursive install-pdf-recursive \
166	install-ps-recursive install-recursive installcheck-recursive \
167	installdirs-recursive pdf-recursive ps-recursive \
168	tags-recursive uninstall-recursive
169am__can_run_installinfo = \
170  case $$AM_UPDATE_INFO_DIR in \
171    n|no|NO) false;; \
172    *) (install-info --version) >/dev/null 2>&1;; \
173  esac
174RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
175  distclean-recursive maintainer-clean-recursive
176am__recursive_targets = \
177  $(RECURSIVE_TARGETS) \
178  $(RECURSIVE_CLEAN_TARGETS) \
179  $(am__extra_recursive_targets)
180AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
181	distdir
182am__extra_recursive_targets = style-recursive
183am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
184# Read a list of newline-separated strings from the standard input,
185# and print each of them once, without duplicates.  Input order is
186# *not* preserved.
187am__uniquify_input = $(AWK) '\
188  BEGIN { nonempty = 0; } \
189  { items[$$0] = 1; nonempty = 1; } \
190  END { if (nonempty) { for (i in items) print i; }; } \
191'
192# Make sure the list of sources is unique.  This is necessary because,
193# e.g., the same source file might be shared among _SOURCES variables
194# for different programs/libraries.
195am__define_uniq_tagged_files = \
196  list='$(am__tagged_files)'; \
197  unique=`for i in $$list; do \
198    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
199  done | $(am__uniquify_input)`
200ETAGS = etags
201CTAGS = ctags
202DIST_SUBDIRS = test
203am__DIST_COMMON = $(srcdir)/Makefile.in
204DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
205am__relativize = \
206  dir0=`pwd`; \
207  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
208  sed_rest='s,^[^/]*/*,,'; \
209  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
210  sed_butlast='s,/*[^/]*$$,,'; \
211  while test -n "$$dir1"; do \
212    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
213    if test "$$first" != "."; then \
214      if test "$$first" = ".."; then \
215        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
216        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
217      else \
218        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
219        if test "$$first2" = "$$first"; then \
220          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
221        else \
222          dir2="../$$dir2"; \
223        fi; \
224        dir0="$$dir0"/"$$first"; \
225      fi; \
226    fi; \
227    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
228  done; \
229  reldir="$$dir2"
230ACLOCAL = ${SHELL} /thrift/src/missing aclocal-1.15
231ALLOCA =
232AMTAR = $${TAR-tar}
233AM_DEFAULT_VERBOSITY = 1
234ANT = /usr/bin/ant
235ANT_FLAGS =
236AR = ar
237AUTOCONF = ${SHELL} /thrift/src/missing autoconf
238AUTOHEADER = ${SHELL} /thrift/src/missing autoheader
239AUTOMAKE = ${SHELL} /thrift/src/missing automake-1.15
240AWK = mawk
241BISON = bison
242BOOST_CHRONO_LDADD = /usr/lib/x86_64-linux-gnu/libboost_chrono.a
243BOOST_CPPFLAGS = -I/usr/include
244BOOST_FILESYSTEM_LDADD = /usr/lib/x86_64-linux-gnu/libboost_filesystem.a
245BOOST_LDFLAGS = -L/usr/lib/x86_64-linux-gnu
246BOOST_LIB_DIR = /usr/lib/x86_64-linux-gnu
247BOOST_SYSTEM_LDADD = /usr/lib/x86_64-linux-gnu/libboost_system.a
248BOOST_TEST_LDADD = /usr/lib/x86_64-linux-gnu/libboost_unit_test_framework.a
249BOOST_THREAD_LDADD = /usr/lib/x86_64-linux-gnu/libboost_thread.a
250BUNDLER = /usr/bin/bundle
251CABAL = /usr/bin/cabal
252CABAL_CONFIGURE_FLAGS =
253CARGO = /root/.cargo/bin/cargo
254CC = gcc
255CCDEPMODE = depmode=gcc3
256CFLAGS = -g -O2
257CLASSPATH =
258CPP = gcc -E
259CPPFLAGS =
260CPPSTYLE_CMD = find . -type f \( -iname "*.h" -or -iname "*.cpp" -or -iname "*.cc" -or -iname "*.tcc" \) -printf "Reformatting: %h/%f\n" -exec clang-format -i {} \;
261CXX = g++ -std=c++11
262CXXCPP = g++ -E -std=c++11
263CXXDEPMODE = depmode=gcc3
264CXXFLAGS = -g -O2
265CYGPATH_W = echo
266DART = /usr/lib/dart/bin/dart
267DARTPUB = /usr/lib/dart/bin/pub
268DEFS = -DHAVE_CONFIG_H
269DEPDIR = .deps
270DLLTOOL = false
271DMD = dmd
272DMD_LIBEVENT_FLAGS = -L-fuse-ld=gold -L-levent
273DMD_OF_DIRSEP = /
274DMD_OPENSSL_FLAGS = -L-fuse-ld=gold -L-lssl -L-lcrypto
275DOTNETCORE = /usr/bin/dotnet
276DOTNETCORE_VERSION = 3.1.102
277DSYMUTIL =
278DUMPBIN =
279D_EVENT_LIB_NAME = libthriftd-event.a
280D_IMPORT_PREFIX = ${prefix}/include/d2
281D_LIB_NAME = libthriftd.a
282D_SSL_LIB_NAME = libthriftd-ssl.a
283ECHO_C =
284ECHO_N = -n
285ECHO_T =
286EGREP = /bin/grep -E
287ENABLE_COVERAGE = 2
288ERL = /usr/bin/erl
289ERLANG_INSTALL_LIB_DIR = /usr/lib/erlang/lib
290ERLANG_INSTALL_LIB_DIR_thrift = ${ERLANG_INSTALL_LIB_DIR}/thrift-0.14.0
291ERLANG_LIB_DIR = /usr/lib/erlang/lib
292ERLC = /usr/bin/erlc
293ERLCFLAGS =
294EXEEXT =
295FGREP = /bin/grep -F
296FLEX_COMPC = /usr/local/adobe/flex/4.6/bin/compc
297GCOV_CFLAGS =
298GCOV_CXXFLAGS =
299GCOV_LDFLAGS =
300GLIB_CFLAGS = -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
301GLIB_LIBS = -lglib-2.0
302GO = /usr/local/bin/go
303GOBJECT_CFLAGS = -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
304GOBJECT_LIBS = -lgobject-2.0 -lglib-2.0
305GRADLE_OPTS =
306GREP = /bin/grep
307GSETTINGS = /usr/bin/gsettings
308HAVE_CXX11 = 1
309HAXE = /usr/bin/haxe
310HAXE_VERSION = 3.4.4
311INSTALL = /usr/bin/install -c
312INSTALLDIRS = vendor
313INSTALL_DATA = ${INSTALL} -m 644
314INSTALL_PROGRAM = ${INSTALL}
315INSTALL_SCRIPT = ${INSTALL}
316INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
317JAVA_PREFIX = /usr/local/lib
318LD = /usr/bin/ld -m elf_x86_64
319LDFLAGS =
320LEX = flex
321LEXLIB =
322LEX_OUTPUT_ROOT = lex.yy
323LIBEVENT_CPPFLAGS =
324LIBEVENT_LDFLAGS =
325LIBEVENT_LIBS = -levent
326LIBOBJS =
327LIBS = -lrt -lpthread
328LIBTOOL = $(SHELL) $(top_builddir)/libtool
329LIPO =
330LN_S = ln -s
331LTLIBOBJS =
332LT_SYS_LIBRARY_PATH =
333LUA = /usr/bin/lua
334LUA_EXEC_PREFIX = ${exec_prefix}
335LUA_INCLUDE = -I/usr/include/lua5.2
336LUA_LIB = -llua5.2  -ldl
337LUA_PLATFORM = unknown
338LUA_PREFIX = ${prefix}
339LUA_SHORT_VERSION = 52
340LUA_VERSION = 5.2
341MAKEINFO = ${SHELL} /thrift/src/missing makeinfo
342MANIFEST_TOOL = :
343MAYBE_AS3 = as3
344MAYBE_CL = cl
345MAYBE_CPP = cpp
346MAYBE_C_GLIB = c_glib
347MAYBE_D = d
348MAYBE_DART = dart
349MAYBE_ERLANG = erl
350MAYBE_GO = go
351MAYBE_HASKELL = hs
352MAYBE_JAVA = java
353MAYBE_LUA = lua
354MAYBE_NETSTD = netstd
355MAYBE_NODEJS = nodejs
356MAYBE_NODETS = nodets
357MAYBE_PERL = perl
358MAYBE_PHP = php
359MAYBE_PY3 = py3
360MAYBE_PYTHON = py
361MAYBE_RS = rs
362MAYBE_RUBY = rb
363MAYBE_SWIFT = swift
364MKDIR_P = /bin/mkdir -p
365NM = /usr/bin/nm -B
366NMEDIT =
367NODEJS = /usr/bin/nodejs
368NODETS = /usr/bin/node
369NPM = /usr/bin/npm
370OBJDUMP = objdump
371OBJEXT = o
372OPENSSL_INCLUDES =
373OPENSSL_LDFLAGS =
374OPENSSL_LIBS = -lssl -lcrypto
375OTOOL =
376OTOOL64 =
377PACKAGE = thrift
378PACKAGE_BUGREPORT =
379PACKAGE_NAME = thrift
380PACKAGE_STRING = thrift 0.14.0
381PACKAGE_TARNAME = thrift
382PACKAGE_URL =
383PACKAGE_VERSION = 0.14.0
384PATH_SEPARATOR = :
385PERL = /usr/bin/perl
386PERL_PREFIX = /usr/local
387PHP = /usr/bin/php
388PHP_CONFIG = /usr/bin/php-config
389PHP_CONFIG_PREFIX = /etc/php.d
390PHP_PREFIX = /usr/lib/php
391PKG_CONFIG = /usr/bin/pkg-config
392PKG_CONFIG_LIBDIR =
393PKG_CONFIG_PATH =
394PYTHON = /usr/bin/python
395PYTHON3 = /usr/bin/python3
396PYTHON_EXEC_PREFIX = ${exec_prefix}
397PYTHON_PLATFORM = linux2
398PYTHON_PREFIX = ${prefix}
399PYTHON_VERSION = 2.7
400PY_PREFIX = /usr
401QT5_CFLAGS = -I/usr/include/x86_64-linux-gnu/qt5/QtNetwork -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/x86_64-linux-gnu/qt5
402QT5_LIBS = -lQt5Network -lQt5Core
403QT5_MOC = /usr/bin/moc
404RANLIB = ranlib
405REBAR = /usr/bin/rebar3
406RUBY = /usr/bin/ruby
407RUBY_PREFIX =
408RUNHASKELL = /usr/bin/runhaskell
409RUSTC = /root/.cargo/bin/rustc
410SBCL = /usr/local/bin/sbcl
411SED = /bin/sed
412SET_MAKE =
413SHELL = /bin/bash
414STRIP = strip
415SWIFT = /usr/bin/swift
416THRIFT = /thrift/src/compiler/cpp/thrift
417TRIAL = /usr/bin/trial
418VERSION = 0.14.0
419YACC = bison -y
420YFLAGS =
421ZLIB_CPPFLAGS =
422ZLIB_LDFLAGS =
423ZLIB_LIBS = -lz
424abs_builddir = /thrift/src/lib/js
425abs_srcdir = /thrift/src/lib/js
426abs_top_builddir = /thrift/src
427abs_top_srcdir = /thrift/src
428ac_ct_AR = ar
429ac_ct_CC = gcc
430ac_ct_CXX = g++
431ac_ct_DUMPBIN =
432am__include = include
433am__leading_dot = .
434am__quote =
435am__tar = tar --hard-dereference --format=ustar -chf - "$$tardir"
436am__untar = tar -xf -
437bindir = ${exec_prefix}/bin
438build = x86_64-pc-linux-gnu
439build_alias =
440build_cpu = x86_64
441build_os = linux-gnu
442build_vendor = pc
443builddir = .
444datadir = ${datarootdir}
445datarootdir = ${prefix}/share
446docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
447dvidir = ${docdir}
448exec_prefix = ${prefix}
449golang_version = go version go1.13.1 linux/amd64
450have_prog_bison = yes
451host = x86_64-pc-linux-gnu
452host_alias =
453host_cpu = x86_64
454host_os = linux-gnu
455host_vendor = pc
456htmldir = ${docdir}
457includedir = ${prefix}/include
458infodir = ${datarootdir}/info
459install_sh = ${SHELL} /thrift/src/install-sh
460libdir = ${exec_prefix}/lib
461libexecdir = ${exec_prefix}/libexec
462localedir = ${datarootdir}/locale
463localstatedir = ${prefix}/var
464luadir = ${prefix}/share/lua/5.2
465luaexecdir = ${exec_prefix}/lib/lua/5.2
466mandir = ${datarootdir}/man
467mkdir_p = $(MKDIR_P)
468oldincludedir = /usr/include
469pdfdir = ${docdir}
470pkgluadir = ${luadir}/thrift
471pkgluaexecdir = ${luaexecdir}/thrift
472pkgpyexecdir = ${pyexecdir}/thrift
473pkgpythondir = ${pythondir}/thrift
474prefix = /usr/local
475program_transform_name = s,x,x,
476psdir = ${docdir}
477pyexecdir = ${exec_prefix}/lib/python2.7/dist-packages
478pythondir = ${prefix}/lib/python2.7/dist-packages
479runstatedir = ${localstatedir}/run
480rustc_version = rustc 1.35.0 (3c235d560 2019-05-20)
481sbindir = ${exec_prefix}/sbin
482sharedstatedir = ${prefix}/com
483srcdir = .
484subdirs =  lib/php/src/ext/thrift_protocol
485sysconfdir = ${prefix}/etc
486target_alias =
487top_build_prefix = ../../
488top_builddir = ../..
489top_srcdir = ../..
490SUBDIRS = test
491EXTRA_DIST = \
492	coding_standards.md \
493	Gruntfile.js \
494	package.json \
495	package-lock.json \
496	CMakeLists.txt \
497	README.md \
498	src \
499	test
500
501all: all-recursive
502
503.SUFFIXES:
504$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
505	@for dep in $?; do \
506	  case '$(am__configure_deps)' in \
507	    *$$dep*) \
508	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
509	        && { if test -f $@; then exit 0; else break; fi; }; \
510	      exit 1;; \
511	  esac; \
512	done; \
513	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/js/Makefile'; \
514	$(am__cd) $(top_srcdir) && \
515	  $(AUTOMAKE) --foreign lib/js/Makefile
516Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
517	@case '$?' in \
518	  *config.status*) \
519	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
520	  *) \
521	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
522	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
523	esac;
524
525$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
526	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
527
528$(top_srcdir)/configure:  $(am__configure_deps)
529	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
530$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
531	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
532$(am__aclocal_m4_deps):
533
534mostlyclean-libtool:
535	-rm -f *.lo
536
537clean-libtool:
538	-rm -rf .libs _libs
539
540# This directory's subdirectories are mostly independent; you can cd
541# into them and run 'make' without going through this Makefile.
542# To change the values of 'make' variables: instead of editing Makefiles,
543# (1) if the variable is set in 'config.status', edit 'config.status'
544#     (which will cause the Makefiles to be regenerated when you run 'make');
545# (2) otherwise, pass the desired values on the 'make' command line.
546$(am__recursive_targets):
547	@fail=; \
548	if $(am__make_keepgoing); then \
549	  failcom='fail=yes'; \
550	else \
551	  failcom='exit 1'; \
552	fi; \
553	dot_seen=no; \
554	target=`echo $@ | sed s/-recursive//`; \
555	case "$@" in \
556	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
557	  *) list='$(SUBDIRS)' ;; \
558	esac; \
559	for subdir in $$list; do \
560	  echo "Making $$target in $$subdir"; \
561	  if test "$$subdir" = "."; then \
562	    dot_seen=yes; \
563	    local_target="$$target-am"; \
564	  else \
565	    local_target="$$target"; \
566	  fi; \
567	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
568	  || eval $$failcom; \
569	done; \
570	if test "$$dot_seen" = "no"; then \
571	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
572	fi; test -z "$$fail"
573style-local:
574
575ID: $(am__tagged_files)
576	$(am__define_uniq_tagged_files); mkid -fID $$unique
577tags: tags-recursive
578TAGS: tags
579
580tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
581	set x; \
582	here=`pwd`; \
583	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
584	  include_option=--etags-include; \
585	  empty_fix=.; \
586	else \
587	  include_option=--include; \
588	  empty_fix=; \
589	fi; \
590	list='$(SUBDIRS)'; for subdir in $$list; do \
591	  if test "$$subdir" = .; then :; else \
592	    test ! -f $$subdir/TAGS || \
593	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
594	  fi; \
595	done; \
596	$(am__define_uniq_tagged_files); \
597	shift; \
598	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
599	  test -n "$$unique" || unique=$$empty_fix; \
600	  if test $$# -gt 0; then \
601	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
602	      "$$@" $$unique; \
603	  else \
604	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
605	      $$unique; \
606	  fi; \
607	fi
608ctags: ctags-recursive
609
610CTAGS: ctags
611ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
612	$(am__define_uniq_tagged_files); \
613	test -z "$(CTAGS_ARGS)$$unique" \
614	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
615	     $$unique
616
617GTAGS:
618	here=`$(am__cd) $(top_builddir) && pwd` \
619	  && $(am__cd) $(top_srcdir) \
620	  && gtags -i $(GTAGS_ARGS) "$$here"
621cscopelist: cscopelist-recursive
622
623cscopelist-am: $(am__tagged_files)
624	list='$(am__tagged_files)'; \
625	case "$(srcdir)" in \
626	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
627	  *) sdir=$(subdir)/$(srcdir) ;; \
628	esac; \
629	for i in $$list; do \
630	  if test -f "$$i"; then \
631	    echo "$(subdir)/$$i"; \
632	  else \
633	    echo "$$sdir/$$i"; \
634	  fi; \
635	done >> $(top_builddir)/cscope.files
636
637distclean-tags:
638	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
639
640distdir: $(DISTFILES)
641	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
642	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
643	list='$(DISTFILES)'; \
644	  dist_files=`for file in $$list; do echo $$file; done | \
645	  sed -e "s|^$$srcdirstrip/||;t" \
646	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
647	case $$dist_files in \
648	  */*) $(MKDIR_P) `echo "$$dist_files" | \
649			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
650			   sort -u` ;; \
651	esac; \
652	for file in $$dist_files; do \
653	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
654	  if test -d $$d/$$file; then \
655	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
656	    if test -d "$(distdir)/$$file"; then \
657	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
658	    fi; \
659	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
660	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
661	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
662	    fi; \
663	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
664	  else \
665	    test -f "$(distdir)/$$file" \
666	    || cp -p $$d/$$file "$(distdir)/$$file" \
667	    || exit 1; \
668	  fi; \
669	done
670	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
671	  if test "$$subdir" = .; then :; else \
672	    $(am__make_dryrun) \
673	      || test -d "$(distdir)/$$subdir" \
674	      || $(MKDIR_P) "$(distdir)/$$subdir" \
675	      || exit 1; \
676	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
677	    $(am__relativize); \
678	    new_distdir=$$reldir; \
679	    dir1=$$subdir; dir2="$(top_distdir)"; \
680	    $(am__relativize); \
681	    new_top_distdir=$$reldir; \
682	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
683	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
684	    ($(am__cd) $$subdir && \
685	      $(MAKE) $(AM_MAKEFLAGS) \
686	        top_distdir="$$new_top_distdir" \
687	        distdir="$$new_distdir" \
688		am__remove_distdir=: \
689		am__skip_length_check=: \
690		am__skip_mode_fix=: \
691	        distdir) \
692	      || exit 1; \
693	  fi; \
694	done
695	$(MAKE) $(AM_MAKEFLAGS) \
696	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
697	  dist-hook
698#check-local:
699check-am: all-am
700	$(MAKE) $(AM_MAKEFLAGS) check-local
701check: check-recursive
702all-am: Makefile
703installdirs: installdirs-recursive
704installdirs-am:
705install: install-recursive
706install-exec: install-exec-recursive
707install-data: install-data-recursive
708uninstall: uninstall-recursive
709
710install-am: all-am
711	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
712
713installcheck: installcheck-recursive
714install-strip:
715	if test -z '$(STRIP)'; then \
716	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
717	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
718	      install; \
719	else \
720	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
721	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
722	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
723	fi
724mostlyclean-generic:
725
726clean-generic:
727
728distclean-generic:
729	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
730	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
731
732maintainer-clean-generic:
733	@echo "This command is intended for maintainers to use"
734	@echo "it deletes files that may require special tools to rebuild."
735clean: clean-recursive
736
737clean-am: clean-generic clean-libtool clean-local mostlyclean-am
738
739distclean: distclean-recursive
740	-rm -f Makefile
741distclean-am: clean-am distclean-generic distclean-tags
742
743dvi: dvi-recursive
744
745dvi-am:
746
747html: html-recursive
748
749html-am:
750
751info: info-recursive
752
753info-am:
754
755install-data-am:
756
757install-dvi: install-dvi-recursive
758
759install-dvi-am:
760
761install-exec-am:
762
763install-html: install-html-recursive
764
765install-html-am:
766
767install-info: install-info-recursive
768
769install-info-am:
770
771install-man:
772
773install-pdf: install-pdf-recursive
774
775install-pdf-am:
776
777install-ps: install-ps-recursive
778
779install-ps-am:
780
781installcheck-am:
782
783maintainer-clean: maintainer-clean-recursive
784	-rm -f Makefile
785maintainer-clean-am: distclean-am maintainer-clean-generic
786
787mostlyclean: mostlyclean-recursive
788
789mostlyclean-am: mostlyclean-generic mostlyclean-libtool
790
791pdf: pdf-recursive
792
793pdf-am:
794
795ps: ps-recursive
796
797ps-am:
798
799style: style-recursive
800
801style-am: style-local
802
803uninstall-am:
804
805.MAKE: $(am__recursive_targets) check-am install-am install-strip
806
807.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
808	check-am check-local clean clean-generic clean-libtool \
809	clean-local cscopelist-am ctags ctags-am dist-hook distclean \
810	distclean-generic distclean-libtool distclean-tags distdir dvi \
811	dvi-am html html-am info info-am install install-am \
812	install-data install-data-am install-dvi install-dvi-am \
813	install-exec install-exec-am install-html install-html-am \
814	install-info install-info-am install-man install-pdf \
815	install-pdf-am install-ps install-ps-am install-strip \
816	installcheck installcheck-am installdirs installdirs-am \
817	maintainer-clean maintainer-clean-generic mostlyclean \
818	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
819	style-am style-local tags tags-am uninstall uninstall-am
820
821.PRECIOUS: Makefile
822
823
824prereq:
825	$(NPM) install || $(NPM) install
826	$(NPM) list
827
828check-local: prereq all
829	./node_modules/.bin/grunt
830
831doc: prereq
832	./node_modules/.bin/grunt jsdoc
833
834clean-local:
835	$(RM) -r dist
836	$(RM) -r doc
837	$(RM) -r node_modules
838	$(RM) -r test/build/
839	$(RM) -r test/gen-*/
840
841dist-hook:
842	$(RM) -r $(distdir)/dist/
843	$(RM) -r $(distdir)/doc/
844	$(RM) -r $(distdir)/node_modules/
845	$(RM) -r $(distdir)/test/build/
846	$(RM) -r $(distdir)/test/gen-*/
847
848# Tell versions [3.59,3.63) of GNU make to not export all variables.
849# Otherwise a system limit (for SysV at least) may be exceeded.
850.NOEXPORT:
851