xref: /freebsd/contrib/lutok/Makefile.in (revision 132f818ddbf457ee67d502cd89b5a18e0a34713d)
1# Makefile.in generated by automake 1.17 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2024 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# Copyright 2010 Google Inc.
18# All rights reserved.
19#
20# Redistribution and use in source and binary forms, with or without
21# modification, are permitted provided that the following conditions are
22# met:
23#
24# * Redistributions of source code must retain the above copyright
25#   notice, this list of conditions and the following disclaimer.
26# * Redistributions in binary form must reproduce the above copyright
27#   notice, this list of conditions and the following disclaimer in the
28#   documentation and/or other materials provided with the distribution.
29# * Neither the name of Google Inc. nor the names of its contributors
30#   may be used to endorse or promote products derived from this software
31#   without specific prior written permission.
32#
33# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
34# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
35# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
36# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
37# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
38# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
39# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
40# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
41# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
42# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
43# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
44
45
46
47
48
49VPATH = @srcdir@
50am__is_gnu_make = { \
51  if test -z '$(MAKELEVEL)'; then \
52    false; \
53  elif test -n '$(MAKE_HOST)'; then \
54    true; \
55  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
56    true; \
57  else \
58    false; \
59  fi; \
60}
61am__make_running_with_option = \
62  case $${target_option-} in \
63      ?) ;; \
64      *) echo "am__make_running_with_option: internal error: invalid" \
65              "target option '$${target_option-}' specified" >&2; \
66         exit 1;; \
67  esac; \
68  has_opt=no; \
69  sane_makeflags=$$MAKEFLAGS; \
70  if $(am__is_gnu_make); then \
71    sane_makeflags=$$MFLAGS; \
72  else \
73    case $$MAKEFLAGS in \
74      *\\[\ \	]*) \
75        bs=\\; \
76        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
77          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
78    esac; \
79  fi; \
80  skip_next=no; \
81  strip_trailopt () \
82  { \
83    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
84  }; \
85  for flg in $$sane_makeflags; do \
86    test $$skip_next = yes && { skip_next=no; continue; }; \
87    case $$flg in \
88      *=*|--*) continue;; \
89        -*I) strip_trailopt 'I'; skip_next=yes;; \
90      -*I?*) strip_trailopt 'I';; \
91        -*O) strip_trailopt 'O'; skip_next=yes;; \
92      -*O?*) strip_trailopt 'O';; \
93        -*l) strip_trailopt 'l'; skip_next=yes;; \
94      -*l?*) strip_trailopt 'l';; \
95      -[dEDm]) skip_next=yes;; \
96      -[JT]) skip_next=yes;; \
97    esac; \
98    case $$flg in \
99      *$$target_option*) has_opt=yes; break;; \
100    esac; \
101  done; \
102  test $$has_opt = yes
103am__make_dryrun = (target_option=n; $(am__make_running_with_option))
104am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
105am__rm_f = rm -f $(am__rm_f_notfound)
106am__rm_rf = rm -rf $(am__rm_f_notfound)
107pkgdatadir = $(datadir)/@PACKAGE@
108pkgincludedir = $(includedir)/@PACKAGE@
109pkglibdir = $(libdir)/@PACKAGE@
110pkglibexecdir = $(libexecdir)/@PACKAGE@
111am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
112install_sh_DATA = $(install_sh) -c -m 644
113install_sh_PROGRAM = $(install_sh) -c
114install_sh_SCRIPT = $(install_sh) -c
115INSTALL_HEADER = $(INSTALL_DATA)
116transform = $(program_transform_name)
117NORMAL_INSTALL = :
118PRE_INSTALL = :
119POST_INSTALL = :
120NORMAL_UNINSTALL = :
121PRE_UNINSTALL = :
122POST_UNINSTALL = :
123build_triplet = @build@
124host_triplet = @host@
125@WITH_ATF_TRUE@am__append_1 = $(tests_DATA) examples_test.sh
126@WITH_ATF_TRUE@tests_PROGRAMS = c_gate_test$(EXEEXT) \
127@WITH_ATF_TRUE@	debug_test$(EXEEXT) exceptions_test$(EXEEXT) \
128@WITH_ATF_TRUE@	operations_test$(EXEEXT) \
129@WITH_ATF_TRUE@	stack_cleaner_test$(EXEEXT) state_test$(EXEEXT)
130@WITH_ATF_TRUE@am__append_2 = examples_test
131@HAVE_KYUA_TRUE@@WITH_ATF_TRUE@am__append_3 = check-kyua \
132@HAVE_KYUA_TRUE@@WITH_ATF_TRUE@	installcheck-kyua
133@WITH_ATF_FALSE@am__append_4 = dist-no-atf
134@WITH_ATF_FALSE@am__append_5 = dist-no-atf
135@WITH_DOXYGEN_TRUE@am__append_6 = clean-api-docs
136@WITH_DOXYGEN_TRUE@am__append_7 = api-docs/html
137@WITH_DOXYGEN_FALSE@am__append_8 = dist-no-doxygen
138@WITH_DOXYGEN_FALSE@am__append_9 = dist-no-doxygen
139subdir = .
140ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
141am__aclocal_m4_deps = $(top_srcdir)/m4/ac_cxx_compile_stdcxx.m4 \
142	$(top_srcdir)/m4/atf-c++.m4 $(top_srcdir)/m4/atf-common.m4 \
143	$(top_srcdir)/m4/atf-sh.m4 $(top_srcdir)/m4/compiler-flags.m4 \
144	$(top_srcdir)/m4/developer-mode.m4 $(top_srcdir)/m4/doxygen.m4 \
145	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
146	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
147	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/lua.m4 \
148	$(top_srcdir)/configure.ac
149am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
150	$(ACLOCAL_M4)
151DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
152	$(am__configure_deps) $(pkginclude_HEADERS) $(am__DIST_COMMON)
153am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
154 configure.lineno config.status.lineno
155mkinstalldirs = $(install_sh) -d
156CONFIG_HEADER = config.h
157CONFIG_CLEAN_FILES = Doxyfile
158CONFIG_CLEAN_VPATH_FILES =
159am__installdirs = "$(DESTDIR)$(testsdir)" "$(DESTDIR)$(libdir)" \
160	"$(DESTDIR)$(testsdir)" "$(DESTDIR)$(docdir)" \
161	"$(DESTDIR)$(examplesdir)" "$(DESTDIR)$(pkgconfigdir)" \
162	"$(DESTDIR)$(testsdir)" "$(DESTDIR)$(pkgincludedir)"
163PROGRAMS = $(tests_PROGRAMS)
164am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
165am__vpath_adj = case $$p in \
166    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
167    *) f=$$p;; \
168  esac;
169am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
170am__install_max = 40
171am__nobase_strip_setup = \
172  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
173am__nobase_strip = \
174  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
175am__nobase_list = $(am__nobase_strip_setup); \
176  for p in $$list; do echo "$$p $$p"; done | \
177  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
178  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
179    if (++n[$$2] == $(am__install_max)) \
180      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
181    END { for (dir in files) print dir, files[dir] }'
182am__base_list = \
183  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
184  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
185am__uninstall_files_from_dir = { \
186  { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
187  || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
188       $(am__cd) "$$dir" && echo $$files | $(am__xargs_n) 40 $(am__rm_f); }; \
189  }
190LTLIBRARIES = $(lib_LTLIBRARIES)
191am__DEPENDENCIES_1 =
192liblutok_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
193am_liblutok_la_OBJECTS = liblutok_la-c_gate.lo liblutok_la-debug.lo \
194	liblutok_la-exceptions.lo liblutok_la-operations.lo \
195	liblutok_la-stack_cleaner.lo liblutok_la-state.lo
196liblutok_la_OBJECTS = $(am_liblutok_la_OBJECTS)
197AM_V_lt = $(am__v_lt_@AM_V@)
198am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
199am__v_lt_0 = --silent
200am__v_lt_1 =
201liblutok_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
202	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
203	$(CXXFLAGS) $(liblutok_la_LDFLAGS) $(LDFLAGS) -o $@
204am__c_gate_test_SOURCES_DIST = c_gate_test.cpp test_utils.hpp
205@WITH_ATF_TRUE@am_c_gate_test_OBJECTS =  \
206@WITH_ATF_TRUE@	c_gate_test-c_gate_test.$(OBJEXT)
207c_gate_test_OBJECTS = $(am_c_gate_test_OBJECTS)
208am__DEPENDENCIES_2 = liblutok.la $(am__DEPENDENCIES_1)
209@WITH_ATF_TRUE@c_gate_test_DEPENDENCIES = $(am__DEPENDENCIES_2) \
210@WITH_ATF_TRUE@	$(am__DEPENDENCIES_1)
211c_gate_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
212	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(c_gate_test_CXXFLAGS) \
213	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
214am__debug_test_SOURCES_DIST = debug_test.cpp test_utils.hpp
215@WITH_ATF_TRUE@am_debug_test_OBJECTS =  \
216@WITH_ATF_TRUE@	debug_test-debug_test.$(OBJEXT)
217debug_test_OBJECTS = $(am_debug_test_OBJECTS)
218@WITH_ATF_TRUE@debug_test_DEPENDENCIES = $(am__DEPENDENCIES_2) \
219@WITH_ATF_TRUE@	$(am__DEPENDENCIES_1)
220debug_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
221	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(debug_test_CXXFLAGS) \
222	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
223am__exceptions_test_SOURCES_DIST = exceptions_test.cpp
224@WITH_ATF_TRUE@am_exceptions_test_OBJECTS =  \
225@WITH_ATF_TRUE@	exceptions_test-exceptions_test.$(OBJEXT)
226exceptions_test_OBJECTS = $(am_exceptions_test_OBJECTS)
227@WITH_ATF_TRUE@exceptions_test_DEPENDENCIES = $(am__DEPENDENCIES_2) \
228@WITH_ATF_TRUE@	$(am__DEPENDENCIES_1)
229exceptions_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
230	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
231	$(exceptions_test_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
232	$(LDFLAGS) -o $@
233am__operations_test_SOURCES_DIST = operations_test.cpp test_utils.hpp
234@WITH_ATF_TRUE@am_operations_test_OBJECTS =  \
235@WITH_ATF_TRUE@	operations_test-operations_test.$(OBJEXT)
236operations_test_OBJECTS = $(am_operations_test_OBJECTS)
237@WITH_ATF_TRUE@operations_test_DEPENDENCIES = $(am__DEPENDENCIES_2) \
238@WITH_ATF_TRUE@	$(am__DEPENDENCIES_1)
239operations_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
240	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
241	$(operations_test_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
242	$(LDFLAGS) -o $@
243am__stack_cleaner_test_SOURCES_DIST = stack_cleaner_test.cpp \
244	test_utils.hpp
245@WITH_ATF_TRUE@am_stack_cleaner_test_OBJECTS = stack_cleaner_test-stack_cleaner_test.$(OBJEXT)
246stack_cleaner_test_OBJECTS = $(am_stack_cleaner_test_OBJECTS)
247@WITH_ATF_TRUE@stack_cleaner_test_DEPENDENCIES =  \
248@WITH_ATF_TRUE@	$(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1)
249stack_cleaner_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
250	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
251	$(stack_cleaner_test_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
252	$(LDFLAGS) -o $@
253am__state_test_SOURCES_DIST = state_test.cpp test_utils.hpp
254@WITH_ATF_TRUE@am_state_test_OBJECTS =  \
255@WITH_ATF_TRUE@	state_test-state_test.$(OBJEXT)
256state_test_OBJECTS = $(am_state_test_OBJECTS)
257@WITH_ATF_TRUE@state_test_DEPENDENCIES = $(am__DEPENDENCIES_2) \
258@WITH_ATF_TRUE@	$(am__DEPENDENCIES_1)
259state_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
260	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(state_test_CXXFLAGS) \
261	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
262SCRIPTS = $(tests_SCRIPTS)
263AM_V_P = $(am__v_P_@AM_V@)
264am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
265am__v_P_0 = false
266am__v_P_1 = :
267AM_V_GEN = $(am__v_GEN_@AM_V@)
268am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
269am__v_GEN_0 = @echo "  GEN     " $@;
270am__v_GEN_1 =
271AM_V_at = $(am__v_at_@AM_V@)
272am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
273am__v_at_0 = @
274am__v_at_1 =
275DEFAULT_INCLUDES = -I.@am__isrc@
276depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
277am__maybe_remake_depfiles = depfiles
278am__depfiles_remade = ./$(DEPDIR)/c_gate_test-c_gate_test.Po \
279	./$(DEPDIR)/debug_test-debug_test.Po \
280	./$(DEPDIR)/exceptions_test-exceptions_test.Po \
281	./$(DEPDIR)/liblutok_la-c_gate.Plo \
282	./$(DEPDIR)/liblutok_la-debug.Plo \
283	./$(DEPDIR)/liblutok_la-exceptions.Plo \
284	./$(DEPDIR)/liblutok_la-operations.Plo \
285	./$(DEPDIR)/liblutok_la-stack_cleaner.Plo \
286	./$(DEPDIR)/liblutok_la-state.Plo \
287	./$(DEPDIR)/operations_test-operations_test.Po \
288	./$(DEPDIR)/stack_cleaner_test-stack_cleaner_test.Po \
289	./$(DEPDIR)/state_test-state_test.Po
290am__mv = mv -f
291CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
292	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
293LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
294	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
295	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
296	$(AM_CXXFLAGS) $(CXXFLAGS)
297AM_V_CXX = $(am__v_CXX_@AM_V@)
298am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
299am__v_CXX_0 = @echo "  CXX     " $@;
300am__v_CXX_1 =
301CXXLD = $(CXX)
302CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
303	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
304	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
305AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
306am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
307am__v_CXXLD_0 = @echo "  CXXLD   " $@;
308am__v_CXXLD_1 =
309COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
310	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
311LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
312	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
313	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
314	$(AM_CFLAGS) $(CFLAGS)
315AM_V_CC = $(am__v_CC_@AM_V@)
316am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
317am__v_CC_0 = @echo "  CC      " $@;
318am__v_CC_1 =
319CCLD = $(CC)
320LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
321	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
322	$(AM_LDFLAGS) $(LDFLAGS) -o $@
323AM_V_CCLD = $(am__v_CCLD_@AM_V@)
324am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
325am__v_CCLD_0 = @echo "  CCLD    " $@;
326am__v_CCLD_1 =
327SOURCES = $(liblutok_la_SOURCES) $(c_gate_test_SOURCES) \
328	$(debug_test_SOURCES) $(exceptions_test_SOURCES) \
329	$(operations_test_SOURCES) $(stack_cleaner_test_SOURCES) \
330	$(state_test_SOURCES)
331DIST_SOURCES = $(liblutok_la_SOURCES) $(am__c_gate_test_SOURCES_DIST) \
332	$(am__debug_test_SOURCES_DIST) \
333	$(am__exceptions_test_SOURCES_DIST) \
334	$(am__operations_test_SOURCES_DIST) \
335	$(am__stack_cleaner_test_SOURCES_DIST) \
336	$(am__state_test_SOURCES_DIST)
337am__can_run_installinfo = \
338  case $$AM_UPDATE_INFO_DIR in \
339    n|no|NO) false;; \
340    *) (install-info --version) >/dev/null 2>&1;; \
341  esac
342DATA = $(doc_DATA) $(examples_DATA) $(noinst_DATA) $(pkgconfig_DATA) \
343	$(tests_DATA)
344HEADERS = $(pkginclude_HEADERS)
345am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
346	config.h.in
347# Read a list of newline-separated strings from the standard input,
348# and print each of them once, without duplicates.  Input order is
349# *not* preserved.
350am__uniquify_input = $(AWK) '\
351  BEGIN { nonempty = 0; } \
352  { items[$$0] = 1; nonempty = 1; } \
353  END { if (nonempty) { for (i in items) print i; }; } \
354'
355# Make sure the list of sources is unique.  This is necessary because,
356# e.g., the same source file might be shared among _SOURCES variables
357# for different programs/libraries.
358am__define_uniq_tagged_files = \
359  list='$(am__tagged_files)'; \
360  unique=`for i in $$list; do \
361    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
362  done | $(am__uniquify_input)`
363AM_RECURSIVE_TARGETS = cscope
364am__DIST_COMMON = $(srcdir)/Doxyfile.in $(srcdir)/Makefile.in \
365	$(srcdir)/config.h.in $(top_srcdir)/admin/ar-lib \
366	$(top_srcdir)/admin/compile $(top_srcdir)/admin/config.guess \
367	$(top_srcdir)/admin/config.sub $(top_srcdir)/admin/depcomp \
368	$(top_srcdir)/admin/install-sh $(top_srcdir)/admin/ltmain.sh \
369	$(top_srcdir)/admin/missing AUTHORS COPYING INSTALL.md NEWS \
370	README.md admin/ar-lib admin/compile admin/config.guess \
371	admin/config.sub admin/depcomp admin/install-sh \
372	admin/ltmain.sh admin/missing
373DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
374distdir = $(PACKAGE)-$(VERSION)
375top_distdir = $(distdir)
376am__remove_distdir = \
377  if test -d "$(distdir)"; then \
378    find "$(distdir)" -type d ! -perm -700 -exec chmod u+rwx {} ';' \
379      ; rm -rf "$(distdir)" \
380      || { sleep 5 && rm -rf "$(distdir)"; }; \
381  else :; fi
382am__post_remove_distdir = $(am__remove_distdir)
383DIST_ARCHIVES = $(distdir).tar.gz
384GZIP_ENV = -9
385DIST_TARGETS = dist-gzip
386# Exists only to be overridden by the user if desired.
387AM_DISTCHECK_DVI_TARGET = dvi
388distuninstallcheck_listfiles = find . -type f -print
389am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
390  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
391distcleancheck_listfiles = \
392  find . \( -type f -a \! \
393            \( -name .nfs* -o -name .smb* -o -name .__afs* \) \) -print
394ACLOCAL = @ACLOCAL@
395AMTAR = @AMTAR@
396AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
397AR = @AR@
398ATF_CXX_CFLAGS = @ATF_CXX_CFLAGS@
399ATF_CXX_LIBS = @ATF_CXX_LIBS@
400ATF_SH = @ATF_SH@
401AUTOCONF = @AUTOCONF@
402AUTOHEADER = @AUTOHEADER@
403AUTOMAKE = @AUTOMAKE@
404AWK = @AWK@
405CC = @CC@
406CCDEPMODE = @CCDEPMODE@
407CFLAGS = @CFLAGS@
408CPPFLAGS = @CPPFLAGS@
409CSCOPE = @CSCOPE@
410CTAGS = @CTAGS@
411CXX = @CXX@
412CXXCPP = @CXXCPP@
413CXXDEPMODE = @CXXDEPMODE@
414CXXFLAGS = @CXXFLAGS@
415CYGPATH_W = @CYGPATH_W@
416DEFS = @DEFS@
417DEPDIR = @DEPDIR@
418DLLTOOL = @DLLTOOL@
419DOXYGEN = @DOXYGEN@
420DSYMUTIL = @DSYMUTIL@
421DUMPBIN = @DUMPBIN@
422ECHO_C = @ECHO_C@
423ECHO_N = @ECHO_N@
424ECHO_T = @ECHO_T@
425EGREP = @EGREP@
426ETAGS = @ETAGS@
427EXEEXT = @EXEEXT@
428FGREP = @FGREP@
429FILECMD = @FILECMD@
430GIT = @GIT@
431GREP = @GREP@
432HAVE_CXX20 = @HAVE_CXX20@
433INSTALL = @INSTALL@
434INSTALL_DATA = @INSTALL_DATA@
435INSTALL_PROGRAM = @INSTALL_PROGRAM@
436INSTALL_SCRIPT = @INSTALL_SCRIPT@
437INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
438KYUA = @KYUA@
439LD = @LD@
440LDFLAGS = @LDFLAGS@
441LIBOBJS = @LIBOBJS@
442LIBS = @LIBS@
443LIBTOOL = @LIBTOOL@
444LIPO = @LIPO@
445LN_S = @LN_S@
446LTLIBOBJS = @LTLIBOBJS@
447LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
448LUA_CFLAGS = @LUA_CFLAGS@
449LUA_LIBS = @LUA_LIBS@
450MAKEINFO = @MAKEINFO@
451MANIFEST_TOOL = @MANIFEST_TOOL@
452MKDIR_P = @MKDIR_P@
453NM = @NM@
454NMEDIT = @NMEDIT@
455OBJDUMP = @OBJDUMP@
456OBJEXT = @OBJEXT@
457OTOOL = @OTOOL@
458OTOOL64 = @OTOOL64@
459PACKAGE = @PACKAGE@
460PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
461PACKAGE_NAME = @PACKAGE_NAME@
462PACKAGE_STRING = @PACKAGE_STRING@
463PACKAGE_TARNAME = @PACKAGE_TARNAME@
464PACKAGE_URL = @PACKAGE_URL@
465PACKAGE_VERSION = @PACKAGE_VERSION@
466PATH_SEPARATOR = @PATH_SEPARATOR@
467PKG_CONFIG = @PKG_CONFIG@
468PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
469PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
470RANLIB = @RANLIB@
471SED = @SED@
472SET_MAKE = @SET_MAKE@
473SHELL = @SHELL@
474STRIP = @STRIP@
475VERSION = @VERSION@
476abs_builddir = @abs_builddir@
477abs_srcdir = @abs_srcdir@
478abs_top_builddir = @abs_top_builddir@
479abs_top_srcdir = @abs_top_srcdir@
480ac_ct_AR = @ac_ct_AR@
481ac_ct_CC = @ac_ct_CC@
482ac_ct_CXX = @ac_ct_CXX@
483ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
484am__include = @am__include@
485am__leading_dot = @am__leading_dot@
486am__quote = @am__quote@
487am__rm_f_notfound = @am__rm_f_notfound@
488am__tar = @am__tar@
489am__untar = @am__untar@
490am__xargs_n = @am__xargs_n@
491bindir = @bindir@
492build = @build@
493build_alias = @build_alias@
494build_cpu = @build_cpu@
495build_os = @build_os@
496build_vendor = @build_vendor@
497builddir = @builddir@
498datadir = @datadir@
499datarootdir = @datarootdir@
500docdir = @docdir@
501dvidir = @dvidir@
502exec_prefix = @exec_prefix@
503host = @host@
504host_alias = @host_alias@
505host_cpu = @host_cpu@
506host_os = @host_os@
507host_vendor = @host_vendor@
508htmldir = @htmldir@
509includedir = @includedir@
510infodir = @infodir@
511install_sh = @install_sh@
512libdir = @libdir@
513libexecdir = @libexecdir@
514localedir = @localedir@
515localstatedir = @localstatedir@
516mandir = @mandir@
517mkdir_p = @mkdir_p@
518oldincludedir = @oldincludedir@
519pdfdir = @pdfdir@
520pkgconfigdir = @pkgconfigdir@
521prefix = @prefix@
522program_transform_name = @program_transform_name@
523psdir = @psdir@
524runstatedir = @runstatedir@
525sbindir = @sbindir@
526sharedstatedir = @sharedstatedir@
527srcdir = @srcdir@
528sysconfdir = @sysconfdir@
529target_alias = @target_alias@
530testsdir = @testsdir@
531top_build_prefix = @top_build_prefix@
532top_builddir = @top_builddir@
533top_srcdir = @top_srcdir@
534ACLOCAL_AMFLAGS = -I m4
535doc_DATA = AUTHORS COPYING NEWS README.md
536noinst_DATA = INSTALL.md README.md
537EXTRA_DIST = $(doc_DATA) INSTALL.md README.md include/lutok/README \
538	include/lutok/c_gate.hpp include/lutok/debug.hpp \
539	include/lutok/exceptions.hpp include/lutok/operations.hpp \
540	include/lutok/stack_cleaner.hpp include/lutok/state.hpp \
541	include/lutok/state.ipp lutok.pc.in $(examples_DATA) \
542	$(am__append_1) $(am__append_7)
543LUTOK_CFLAGS = -I$(srcdir)/include $(LUA_CFLAGS)
544LUTOK_LIBS = liblutok.la $(LUA_LIBS)
545pkginclude_HEADERS = c_gate.hpp debug.hpp exceptions.hpp \
546	operations.hpp stack_cleaner.hpp state.hpp state.ipp \
547	test_utils.hpp
548lib_LTLIBRARIES = liblutok.la
549liblutok_la_SOURCES = c_gate.cpp c_gate.hpp debug.cpp debug.hpp \
550	exceptions.cpp exceptions.hpp operations.cpp operations.hpp \
551	stack_cleaner.cpp stack_cleaner.hpp state.cpp state.hpp \
552	state.ipp test_utils.hpp
553liblutok_la_CPPFLAGS = $(LUTOK_CFLAGS)
554liblutok_la_LDFLAGS = -version-info 3:0:0
555liblutok_la_LIBADD = $(LUA_LIBS)
556pkgconfig_DATA = lutok.pc
557CLEANFILES = lutok.pc $(am__append_2)
558CLEAN_TARGETS = $(am__append_6)
559DIST_HOOKS = $(am__append_4) $(am__append_8)
560PHONY_TARGETS = $(am__append_3) $(am__append_5) $(am__append_9) \
561	clean-all
562examplesdir = $(docdir)/examples
563examples_DATA = examples/Makefile examples/bindings.cpp \
564	examples/hello.cpp examples/interpreter.cpp examples/raii.cpp
565@WITH_ATF_TRUE@tests_DATA = Kyuafile
566@WITH_ATF_TRUE@c_gate_test_SOURCES = c_gate_test.cpp test_utils.hpp
567@WITH_ATF_TRUE@c_gate_test_CXXFLAGS = $(LUTOK_CFLAGS) $(ATF_CXX_CFLAGS)
568@WITH_ATF_TRUE@c_gate_test_LDADD = $(LUTOK_LIBS) $(ATF_CXX_LIBS)
569@WITH_ATF_TRUE@debug_test_SOURCES = debug_test.cpp test_utils.hpp
570@WITH_ATF_TRUE@debug_test_CXXFLAGS = $(LUTOK_CFLAGS) $(ATF_CXX_CFLAGS)
571@WITH_ATF_TRUE@debug_test_LDADD = $(LUTOK_LIBS) $(ATF_CXX_LIBS)
572@WITH_ATF_TRUE@tests_SCRIPTS = examples_test
573@WITH_ATF_TRUE@exceptions_test_SOURCES = exceptions_test.cpp
574@WITH_ATF_TRUE@exceptions_test_CXXFLAGS = $(LUTOK_CFLAGS) $(ATF_CXX_CFLAGS)
575@WITH_ATF_TRUE@exceptions_test_LDADD = $(LUTOK_LIBS) $(ATF_CXX_LIBS)
576@WITH_ATF_TRUE@operations_test_SOURCES = operations_test.cpp test_utils.hpp
577@WITH_ATF_TRUE@operations_test_CXXFLAGS = $(LUTOK_CFLAGS) $(ATF_CXX_CFLAGS)
578@WITH_ATF_TRUE@operations_test_LDADD = $(LUTOK_LIBS) $(ATF_CXX_LIBS)
579@WITH_ATF_TRUE@stack_cleaner_test_SOURCES = stack_cleaner_test.cpp test_utils.hpp
580@WITH_ATF_TRUE@stack_cleaner_test_CXXFLAGS = $(LUTOK_CFLAGS) $(ATF_CXX_CFLAGS)
581@WITH_ATF_TRUE@stack_cleaner_test_LDADD = $(LUTOK_LIBS) $(ATF_CXX_LIBS)
582@WITH_ATF_TRUE@state_test_SOURCES = state_test.cpp test_utils.hpp
583@WITH_ATF_TRUE@state_test_CXXFLAGS = $(LUTOK_CFLAGS) $(ATF_CXX_CFLAGS)
584@WITH_ATF_TRUE@state_test_LDADD = $(LUTOK_LIBS) $(ATF_CXX_LIBS)
585all: config.h
586	$(MAKE) $(AM_MAKEFLAGS) all-am
587
588.SUFFIXES:
589.SUFFIXES: .cpp .lo .o .obj
590am--refresh: Makefile
591	@:
592$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
593	@for dep in $?; do \
594	  case '$(am__configure_deps)' in \
595	    *$$dep*) \
596	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
597	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
598		&& exit 0; \
599	      exit 1;; \
600	  esac; \
601	done; \
602	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
603	$(am__cd) $(top_srcdir) && \
604	  $(AUTOMAKE) --foreign Makefile
605Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
606	@case '$?' in \
607	  *config.status*) \
608	    echo ' $(SHELL) ./config.status'; \
609	    $(SHELL) ./config.status;; \
610	  *) \
611	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
612	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
613	esac;
614
615$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
616	$(SHELL) ./config.status --recheck
617
618$(top_srcdir)/configure:  $(am__configure_deps)
619	$(am__cd) $(srcdir) && $(AUTOCONF)
620$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
621	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
622$(am__aclocal_m4_deps):
623
624config.h: stamp-h1
625	@test -f $@ || rm -f stamp-h1
626	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
627
628stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
629	$(AM_V_at)rm -f stamp-h1
630	$(AM_V_GEN)cd $(top_builddir) && $(SHELL) ./config.status config.h
631$(srcdir)/config.h.in:  $(am__configure_deps)
632	$(AM_V_GEN)($(am__cd) $(top_srcdir) && $(AUTOHEADER))
633	$(AM_V_at)rm -f stamp-h1
634	$(AM_V_at)touch $@
635
636distclean-hdr:
637	-rm -f config.h stamp-h1
638Doxyfile: $(top_builddir)/config.status $(srcdir)/Doxyfile.in
639	cd $(top_builddir) && $(SHELL) ./config.status $@
640install-testsPROGRAMS: $(tests_PROGRAMS)
641	@$(NORMAL_INSTALL)
642	@list='$(tests_PROGRAMS)'; test -n "$(testsdir)" || list=; \
643	if test -n "$$list"; then \
644	  echo " $(MKDIR_P) '$(DESTDIR)$(testsdir)'"; \
645	  $(MKDIR_P) "$(DESTDIR)$(testsdir)" || exit 1; \
646	fi; \
647	for p in $$list; do echo "$$p $$p"; done | \
648	sed 's/$(EXEEXT)$$//' | \
649	while read p p1; do if test -f $$p \
650	 || test -f $$p1 \
651	  ; then echo "$$p"; echo "$$p"; else :; fi; \
652	done | \
653	sed -e 'p;s,.*/,,;n;h' \
654	    -e 's|.*|.|' \
655	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
656	sed 'N;N;N;s,\n, ,g' | \
657	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
658	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
659	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
660	    else { print "f", $$3 "/" $$4, $$1; } } \
661	  END { for (d in files) print "f", d, files[d] }' | \
662	while read type dir files; do \
663	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
664	    test -z "$$files" || { \
665	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(testsdir)$$dir'"; \
666	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(testsdir)$$dir" || exit $$?; \
667	    } \
668	; done
669
670uninstall-testsPROGRAMS:
671	@$(NORMAL_UNINSTALL)
672	@list='$(tests_PROGRAMS)'; test -n "$(testsdir)" || list=; \
673	files=`for p in $$list; do echo "$$p"; done | \
674	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
675	      -e 's/$$/$(EXEEXT)/' \
676	`; \
677	test -n "$$list" || exit 0; \
678	echo " ( cd '$(DESTDIR)$(testsdir)' && rm -f" $$files ")"; \
679	cd "$(DESTDIR)$(testsdir)" && $(am__rm_f) $$files
680
681clean-testsPROGRAMS:
682	$(am__rm_f) $(tests_PROGRAMS)
683	test -z "$(EXEEXT)" || $(am__rm_f) $(tests_PROGRAMS:$(EXEEXT)=)
684
685install-libLTLIBRARIES: $(lib_LTLIBRARIES)
686	@$(NORMAL_INSTALL)
687	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
688	list2=; for p in $$list; do \
689	  if test -f $$p; then \
690	    list2="$$list2 $$p"; \
691	  else :; fi; \
692	done; \
693	test -z "$$list2" || { \
694	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
695	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
696	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
697	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
698	}
699
700uninstall-libLTLIBRARIES:
701	@$(NORMAL_UNINSTALL)
702	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
703	for p in $$list; do \
704	  $(am__strip_dir) \
705	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
706	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
707	done
708
709clean-libLTLIBRARIES:
710	-$(am__rm_f) $(lib_LTLIBRARIES)
711	@list='$(lib_LTLIBRARIES)'; \
712	locs=`for p in $$list; do echo $$p; done | \
713	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
714	      sort -u`; \
715	echo rm -f $${locs}; \
716	$(am__rm_f) $${locs}
717
718liblutok.la: $(liblutok_la_OBJECTS) $(liblutok_la_DEPENDENCIES) $(EXTRA_liblutok_la_DEPENDENCIES)
719	$(AM_V_CXXLD)$(liblutok_la_LINK) -rpath $(libdir) $(liblutok_la_OBJECTS) $(liblutok_la_LIBADD) $(LIBS)
720
721c_gate_test$(EXEEXT): $(c_gate_test_OBJECTS) $(c_gate_test_DEPENDENCIES) $(EXTRA_c_gate_test_DEPENDENCIES)
722	@rm -f c_gate_test$(EXEEXT)
723	$(AM_V_CXXLD)$(c_gate_test_LINK) $(c_gate_test_OBJECTS) $(c_gate_test_LDADD) $(LIBS)
724
725debug_test$(EXEEXT): $(debug_test_OBJECTS) $(debug_test_DEPENDENCIES) $(EXTRA_debug_test_DEPENDENCIES)
726	@rm -f debug_test$(EXEEXT)
727	$(AM_V_CXXLD)$(debug_test_LINK) $(debug_test_OBJECTS) $(debug_test_LDADD) $(LIBS)
728
729exceptions_test$(EXEEXT): $(exceptions_test_OBJECTS) $(exceptions_test_DEPENDENCIES) $(EXTRA_exceptions_test_DEPENDENCIES)
730	@rm -f exceptions_test$(EXEEXT)
731	$(AM_V_CXXLD)$(exceptions_test_LINK) $(exceptions_test_OBJECTS) $(exceptions_test_LDADD) $(LIBS)
732
733operations_test$(EXEEXT): $(operations_test_OBJECTS) $(operations_test_DEPENDENCIES) $(EXTRA_operations_test_DEPENDENCIES)
734	@rm -f operations_test$(EXEEXT)
735	$(AM_V_CXXLD)$(operations_test_LINK) $(operations_test_OBJECTS) $(operations_test_LDADD) $(LIBS)
736
737stack_cleaner_test$(EXEEXT): $(stack_cleaner_test_OBJECTS) $(stack_cleaner_test_DEPENDENCIES) $(EXTRA_stack_cleaner_test_DEPENDENCIES)
738	@rm -f stack_cleaner_test$(EXEEXT)
739	$(AM_V_CXXLD)$(stack_cleaner_test_LINK) $(stack_cleaner_test_OBJECTS) $(stack_cleaner_test_LDADD) $(LIBS)
740
741state_test$(EXEEXT): $(state_test_OBJECTS) $(state_test_DEPENDENCIES) $(EXTRA_state_test_DEPENDENCIES)
742	@rm -f state_test$(EXEEXT)
743	$(AM_V_CXXLD)$(state_test_LINK) $(state_test_OBJECTS) $(state_test_LDADD) $(LIBS)
744install-testsSCRIPTS: $(tests_SCRIPTS)
745	@$(NORMAL_INSTALL)
746	@list='$(tests_SCRIPTS)'; test -n "$(testsdir)" || list=; \
747	if test -n "$$list"; then \
748	  echo " $(MKDIR_P) '$(DESTDIR)$(testsdir)'"; \
749	  $(MKDIR_P) "$(DESTDIR)$(testsdir)" || exit 1; \
750	fi; \
751	for p in $$list; do \
752	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
753	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
754	done | \
755	sed -e 'p;s,.*/,,;n' \
756	    -e 'h;s|.*|.|' \
757	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
758	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
759	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
760	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
761	      if (++n[d] == $(am__install_max)) { \
762		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
763	    else { print "f", d "/" $$4, $$1 } } \
764	  END { for (d in files) print "f", d, files[d] }' | \
765	while read type dir files; do \
766	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
767	     test -z "$$files" || { \
768	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(testsdir)$$dir'"; \
769	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(testsdir)$$dir" || exit $$?; \
770	     } \
771	; done
772
773uninstall-testsSCRIPTS:
774	@$(NORMAL_UNINSTALL)
775	@list='$(tests_SCRIPTS)'; test -n "$(testsdir)" || exit 0; \
776	files=`for p in $$list; do echo "$$p"; done | \
777	       sed -e 's,.*/,,;$(transform)'`; \
778	dir='$(DESTDIR)$(testsdir)'; $(am__uninstall_files_from_dir)
779
780mostlyclean-compile:
781	-rm -f *.$(OBJEXT)
782
783distclean-compile:
784	-rm -f *.tab.c
785
786@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c_gate_test-c_gate_test.Po@am__quote@ # am--include-marker
787@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debug_test-debug_test.Po@am__quote@ # am--include-marker
788@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exceptions_test-exceptions_test.Po@am__quote@ # am--include-marker
789@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblutok_la-c_gate.Plo@am__quote@ # am--include-marker
790@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblutok_la-debug.Plo@am__quote@ # am--include-marker
791@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblutok_la-exceptions.Plo@am__quote@ # am--include-marker
792@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblutok_la-operations.Plo@am__quote@ # am--include-marker
793@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblutok_la-stack_cleaner.Plo@am__quote@ # am--include-marker
794@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblutok_la-state.Plo@am__quote@ # am--include-marker
795@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/operations_test-operations_test.Po@am__quote@ # am--include-marker
796@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stack_cleaner_test-stack_cleaner_test.Po@am__quote@ # am--include-marker
797@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/state_test-state_test.Po@am__quote@ # am--include-marker
798
799$(am__depfiles_remade):
800	@$(MKDIR_P) $(@D)
801	@: >>$@
802
803am--depfiles: $(am__depfiles_remade)
804
805.cpp.o:
806@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
807@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
808@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
809@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
810@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
811@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
812
813.cpp.obj:
814@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
815@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
816@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
817@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
818@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
819@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
820
821.cpp.lo:
822@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
823@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
824@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
825@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
826@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
827@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
828
829liblutok_la-c_gate.lo: c_gate.cpp
830@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblutok_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT liblutok_la-c_gate.lo -MD -MP -MF $(DEPDIR)/liblutok_la-c_gate.Tpo -c -o liblutok_la-c_gate.lo `test -f 'c_gate.cpp' || echo '$(srcdir)/'`c_gate.cpp
831@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblutok_la-c_gate.Tpo $(DEPDIR)/liblutok_la-c_gate.Plo
832@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='c_gate.cpp' object='liblutok_la-c_gate.lo' libtool=yes @AMDEPBACKSLASH@
833@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
834@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblutok_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o liblutok_la-c_gate.lo `test -f 'c_gate.cpp' || echo '$(srcdir)/'`c_gate.cpp
835
836liblutok_la-debug.lo: debug.cpp
837@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblutok_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT liblutok_la-debug.lo -MD -MP -MF $(DEPDIR)/liblutok_la-debug.Tpo -c -o liblutok_la-debug.lo `test -f 'debug.cpp' || echo '$(srcdir)/'`debug.cpp
838@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblutok_la-debug.Tpo $(DEPDIR)/liblutok_la-debug.Plo
839@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='debug.cpp' object='liblutok_la-debug.lo' libtool=yes @AMDEPBACKSLASH@
840@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
841@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblutok_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o liblutok_la-debug.lo `test -f 'debug.cpp' || echo '$(srcdir)/'`debug.cpp
842
843liblutok_la-exceptions.lo: exceptions.cpp
844@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblutok_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT liblutok_la-exceptions.lo -MD -MP -MF $(DEPDIR)/liblutok_la-exceptions.Tpo -c -o liblutok_la-exceptions.lo `test -f 'exceptions.cpp' || echo '$(srcdir)/'`exceptions.cpp
845@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblutok_la-exceptions.Tpo $(DEPDIR)/liblutok_la-exceptions.Plo
846@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='exceptions.cpp' object='liblutok_la-exceptions.lo' libtool=yes @AMDEPBACKSLASH@
847@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
848@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblutok_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o liblutok_la-exceptions.lo `test -f 'exceptions.cpp' || echo '$(srcdir)/'`exceptions.cpp
849
850liblutok_la-operations.lo: operations.cpp
851@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblutok_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT liblutok_la-operations.lo -MD -MP -MF $(DEPDIR)/liblutok_la-operations.Tpo -c -o liblutok_la-operations.lo `test -f 'operations.cpp' || echo '$(srcdir)/'`operations.cpp
852@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblutok_la-operations.Tpo $(DEPDIR)/liblutok_la-operations.Plo
853@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='operations.cpp' object='liblutok_la-operations.lo' libtool=yes @AMDEPBACKSLASH@
854@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
855@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblutok_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o liblutok_la-operations.lo `test -f 'operations.cpp' || echo '$(srcdir)/'`operations.cpp
856
857liblutok_la-stack_cleaner.lo: stack_cleaner.cpp
858@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblutok_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT liblutok_la-stack_cleaner.lo -MD -MP -MF $(DEPDIR)/liblutok_la-stack_cleaner.Tpo -c -o liblutok_la-stack_cleaner.lo `test -f 'stack_cleaner.cpp' || echo '$(srcdir)/'`stack_cleaner.cpp
859@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblutok_la-stack_cleaner.Tpo $(DEPDIR)/liblutok_la-stack_cleaner.Plo
860@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='stack_cleaner.cpp' object='liblutok_la-stack_cleaner.lo' libtool=yes @AMDEPBACKSLASH@
861@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
862@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblutok_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o liblutok_la-stack_cleaner.lo `test -f 'stack_cleaner.cpp' || echo '$(srcdir)/'`stack_cleaner.cpp
863
864liblutok_la-state.lo: state.cpp
865@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblutok_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT liblutok_la-state.lo -MD -MP -MF $(DEPDIR)/liblutok_la-state.Tpo -c -o liblutok_la-state.lo `test -f 'state.cpp' || echo '$(srcdir)/'`state.cpp
866@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblutok_la-state.Tpo $(DEPDIR)/liblutok_la-state.Plo
867@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='state.cpp' object='liblutok_la-state.lo' libtool=yes @AMDEPBACKSLASH@
868@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
869@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblutok_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o liblutok_la-state.lo `test -f 'state.cpp' || echo '$(srcdir)/'`state.cpp
870
871c_gate_test-c_gate_test.o: c_gate_test.cpp
872@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(c_gate_test_CXXFLAGS) $(CXXFLAGS) -MT c_gate_test-c_gate_test.o -MD -MP -MF $(DEPDIR)/c_gate_test-c_gate_test.Tpo -c -o c_gate_test-c_gate_test.o `test -f 'c_gate_test.cpp' || echo '$(srcdir)/'`c_gate_test.cpp
873@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/c_gate_test-c_gate_test.Tpo $(DEPDIR)/c_gate_test-c_gate_test.Po
874@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='c_gate_test.cpp' object='c_gate_test-c_gate_test.o' libtool=no @AMDEPBACKSLASH@
875@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
876@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(c_gate_test_CXXFLAGS) $(CXXFLAGS) -c -o c_gate_test-c_gate_test.o `test -f 'c_gate_test.cpp' || echo '$(srcdir)/'`c_gate_test.cpp
877
878c_gate_test-c_gate_test.obj: c_gate_test.cpp
879@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(c_gate_test_CXXFLAGS) $(CXXFLAGS) -MT c_gate_test-c_gate_test.obj -MD -MP -MF $(DEPDIR)/c_gate_test-c_gate_test.Tpo -c -o c_gate_test-c_gate_test.obj `if test -f 'c_gate_test.cpp'; then $(CYGPATH_W) 'c_gate_test.cpp'; else $(CYGPATH_W) '$(srcdir)/c_gate_test.cpp'; fi`
880@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/c_gate_test-c_gate_test.Tpo $(DEPDIR)/c_gate_test-c_gate_test.Po
881@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='c_gate_test.cpp' object='c_gate_test-c_gate_test.obj' libtool=no @AMDEPBACKSLASH@
882@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
883@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(c_gate_test_CXXFLAGS) $(CXXFLAGS) -c -o c_gate_test-c_gate_test.obj `if test -f 'c_gate_test.cpp'; then $(CYGPATH_W) 'c_gate_test.cpp'; else $(CYGPATH_W) '$(srcdir)/c_gate_test.cpp'; fi`
884
885debug_test-debug_test.o: debug_test.cpp
886@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(debug_test_CXXFLAGS) $(CXXFLAGS) -MT debug_test-debug_test.o -MD -MP -MF $(DEPDIR)/debug_test-debug_test.Tpo -c -o debug_test-debug_test.o `test -f 'debug_test.cpp' || echo '$(srcdir)/'`debug_test.cpp
887@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/debug_test-debug_test.Tpo $(DEPDIR)/debug_test-debug_test.Po
888@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='debug_test.cpp' object='debug_test-debug_test.o' libtool=no @AMDEPBACKSLASH@
889@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
890@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(debug_test_CXXFLAGS) $(CXXFLAGS) -c -o debug_test-debug_test.o `test -f 'debug_test.cpp' || echo '$(srcdir)/'`debug_test.cpp
891
892debug_test-debug_test.obj: debug_test.cpp
893@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(debug_test_CXXFLAGS) $(CXXFLAGS) -MT debug_test-debug_test.obj -MD -MP -MF $(DEPDIR)/debug_test-debug_test.Tpo -c -o debug_test-debug_test.obj `if test -f 'debug_test.cpp'; then $(CYGPATH_W) 'debug_test.cpp'; else $(CYGPATH_W) '$(srcdir)/debug_test.cpp'; fi`
894@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/debug_test-debug_test.Tpo $(DEPDIR)/debug_test-debug_test.Po
895@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='debug_test.cpp' object='debug_test-debug_test.obj' libtool=no @AMDEPBACKSLASH@
896@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
897@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(debug_test_CXXFLAGS) $(CXXFLAGS) -c -o debug_test-debug_test.obj `if test -f 'debug_test.cpp'; then $(CYGPATH_W) 'debug_test.cpp'; else $(CYGPATH_W) '$(srcdir)/debug_test.cpp'; fi`
898
899exceptions_test-exceptions_test.o: exceptions_test.cpp
900@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(exceptions_test_CXXFLAGS) $(CXXFLAGS) -MT exceptions_test-exceptions_test.o -MD -MP -MF $(DEPDIR)/exceptions_test-exceptions_test.Tpo -c -o exceptions_test-exceptions_test.o `test -f 'exceptions_test.cpp' || echo '$(srcdir)/'`exceptions_test.cpp
901@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/exceptions_test-exceptions_test.Tpo $(DEPDIR)/exceptions_test-exceptions_test.Po
902@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='exceptions_test.cpp' object='exceptions_test-exceptions_test.o' libtool=no @AMDEPBACKSLASH@
903@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
904@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(exceptions_test_CXXFLAGS) $(CXXFLAGS) -c -o exceptions_test-exceptions_test.o `test -f 'exceptions_test.cpp' || echo '$(srcdir)/'`exceptions_test.cpp
905
906exceptions_test-exceptions_test.obj: exceptions_test.cpp
907@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(exceptions_test_CXXFLAGS) $(CXXFLAGS) -MT exceptions_test-exceptions_test.obj -MD -MP -MF $(DEPDIR)/exceptions_test-exceptions_test.Tpo -c -o exceptions_test-exceptions_test.obj `if test -f 'exceptions_test.cpp'; then $(CYGPATH_W) 'exceptions_test.cpp'; else $(CYGPATH_W) '$(srcdir)/exceptions_test.cpp'; fi`
908@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/exceptions_test-exceptions_test.Tpo $(DEPDIR)/exceptions_test-exceptions_test.Po
909@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='exceptions_test.cpp' object='exceptions_test-exceptions_test.obj' libtool=no @AMDEPBACKSLASH@
910@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
911@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(exceptions_test_CXXFLAGS) $(CXXFLAGS) -c -o exceptions_test-exceptions_test.obj `if test -f 'exceptions_test.cpp'; then $(CYGPATH_W) 'exceptions_test.cpp'; else $(CYGPATH_W) '$(srcdir)/exceptions_test.cpp'; fi`
912
913operations_test-operations_test.o: operations_test.cpp
914@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(operations_test_CXXFLAGS) $(CXXFLAGS) -MT operations_test-operations_test.o -MD -MP -MF $(DEPDIR)/operations_test-operations_test.Tpo -c -o operations_test-operations_test.o `test -f 'operations_test.cpp' || echo '$(srcdir)/'`operations_test.cpp
915@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/operations_test-operations_test.Tpo $(DEPDIR)/operations_test-operations_test.Po
916@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='operations_test.cpp' object='operations_test-operations_test.o' libtool=no @AMDEPBACKSLASH@
917@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
918@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(operations_test_CXXFLAGS) $(CXXFLAGS) -c -o operations_test-operations_test.o `test -f 'operations_test.cpp' || echo '$(srcdir)/'`operations_test.cpp
919
920operations_test-operations_test.obj: operations_test.cpp
921@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(operations_test_CXXFLAGS) $(CXXFLAGS) -MT operations_test-operations_test.obj -MD -MP -MF $(DEPDIR)/operations_test-operations_test.Tpo -c -o operations_test-operations_test.obj `if test -f 'operations_test.cpp'; then $(CYGPATH_W) 'operations_test.cpp'; else $(CYGPATH_W) '$(srcdir)/operations_test.cpp'; fi`
922@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/operations_test-operations_test.Tpo $(DEPDIR)/operations_test-operations_test.Po
923@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='operations_test.cpp' object='operations_test-operations_test.obj' libtool=no @AMDEPBACKSLASH@
924@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
925@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(operations_test_CXXFLAGS) $(CXXFLAGS) -c -o operations_test-operations_test.obj `if test -f 'operations_test.cpp'; then $(CYGPATH_W) 'operations_test.cpp'; else $(CYGPATH_W) '$(srcdir)/operations_test.cpp'; fi`
926
927stack_cleaner_test-stack_cleaner_test.o: stack_cleaner_test.cpp
928@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stack_cleaner_test_CXXFLAGS) $(CXXFLAGS) -MT stack_cleaner_test-stack_cleaner_test.o -MD -MP -MF $(DEPDIR)/stack_cleaner_test-stack_cleaner_test.Tpo -c -o stack_cleaner_test-stack_cleaner_test.o `test -f 'stack_cleaner_test.cpp' || echo '$(srcdir)/'`stack_cleaner_test.cpp
929@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stack_cleaner_test-stack_cleaner_test.Tpo $(DEPDIR)/stack_cleaner_test-stack_cleaner_test.Po
930@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='stack_cleaner_test.cpp' object='stack_cleaner_test-stack_cleaner_test.o' libtool=no @AMDEPBACKSLASH@
931@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
932@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stack_cleaner_test_CXXFLAGS) $(CXXFLAGS) -c -o stack_cleaner_test-stack_cleaner_test.o `test -f 'stack_cleaner_test.cpp' || echo '$(srcdir)/'`stack_cleaner_test.cpp
933
934stack_cleaner_test-stack_cleaner_test.obj: stack_cleaner_test.cpp
935@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stack_cleaner_test_CXXFLAGS) $(CXXFLAGS) -MT stack_cleaner_test-stack_cleaner_test.obj -MD -MP -MF $(DEPDIR)/stack_cleaner_test-stack_cleaner_test.Tpo -c -o stack_cleaner_test-stack_cleaner_test.obj `if test -f 'stack_cleaner_test.cpp'; then $(CYGPATH_W) 'stack_cleaner_test.cpp'; else $(CYGPATH_W) '$(srcdir)/stack_cleaner_test.cpp'; fi`
936@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stack_cleaner_test-stack_cleaner_test.Tpo $(DEPDIR)/stack_cleaner_test-stack_cleaner_test.Po
937@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='stack_cleaner_test.cpp' object='stack_cleaner_test-stack_cleaner_test.obj' libtool=no @AMDEPBACKSLASH@
938@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
939@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stack_cleaner_test_CXXFLAGS) $(CXXFLAGS) -c -o stack_cleaner_test-stack_cleaner_test.obj `if test -f 'stack_cleaner_test.cpp'; then $(CYGPATH_W) 'stack_cleaner_test.cpp'; else $(CYGPATH_W) '$(srcdir)/stack_cleaner_test.cpp'; fi`
940
941state_test-state_test.o: state_test.cpp
942@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(state_test_CXXFLAGS) $(CXXFLAGS) -MT state_test-state_test.o -MD -MP -MF $(DEPDIR)/state_test-state_test.Tpo -c -o state_test-state_test.o `test -f 'state_test.cpp' || echo '$(srcdir)/'`state_test.cpp
943@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/state_test-state_test.Tpo $(DEPDIR)/state_test-state_test.Po
944@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='state_test.cpp' object='state_test-state_test.o' libtool=no @AMDEPBACKSLASH@
945@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
946@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(state_test_CXXFLAGS) $(CXXFLAGS) -c -o state_test-state_test.o `test -f 'state_test.cpp' || echo '$(srcdir)/'`state_test.cpp
947
948state_test-state_test.obj: state_test.cpp
949@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(state_test_CXXFLAGS) $(CXXFLAGS) -MT state_test-state_test.obj -MD -MP -MF $(DEPDIR)/state_test-state_test.Tpo -c -o state_test-state_test.obj `if test -f 'state_test.cpp'; then $(CYGPATH_W) 'state_test.cpp'; else $(CYGPATH_W) '$(srcdir)/state_test.cpp'; fi`
950@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/state_test-state_test.Tpo $(DEPDIR)/state_test-state_test.Po
951@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='state_test.cpp' object='state_test-state_test.obj' libtool=no @AMDEPBACKSLASH@
952@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
953@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(state_test_CXXFLAGS) $(CXXFLAGS) -c -o state_test-state_test.obj `if test -f 'state_test.cpp'; then $(CYGPATH_W) 'state_test.cpp'; else $(CYGPATH_W) '$(srcdir)/state_test.cpp'; fi`
954
955mostlyclean-libtool:
956	-rm -f *.lo
957
958clean-libtool:
959	-rm -rf .libs _libs
960
961distclean-libtool:
962	-rm -f libtool config.lt
963install-docDATA: $(doc_DATA)
964	@$(NORMAL_INSTALL)
965	@list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
966	if test -n "$$list"; then \
967	  echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
968	  $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
969	fi; \
970	for p in $$list; do \
971	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
972	  echo "$$d$$p"; \
973	done | $(am__base_list) | \
974	while read files; do \
975	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
976	  $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
977	done
978
979uninstall-docDATA:
980	@$(NORMAL_UNINSTALL)
981	@list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
982	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
983	dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
984install-examplesDATA: $(examples_DATA)
985	@$(NORMAL_INSTALL)
986	@list='$(examples_DATA)'; test -n "$(examplesdir)" || list=; \
987	if test -n "$$list"; then \
988	  echo " $(MKDIR_P) '$(DESTDIR)$(examplesdir)'"; \
989	  $(MKDIR_P) "$(DESTDIR)$(examplesdir)" || exit 1; \
990	fi; \
991	for p in $$list; do \
992	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
993	  echo "$$d$$p"; \
994	done | $(am__base_list) | \
995	while read files; do \
996	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(examplesdir)'"; \
997	  $(INSTALL_DATA) $$files "$(DESTDIR)$(examplesdir)" || exit $$?; \
998	done
999
1000uninstall-examplesDATA:
1001	@$(NORMAL_UNINSTALL)
1002	@list='$(examples_DATA)'; test -n "$(examplesdir)" || list=; \
1003	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1004	dir='$(DESTDIR)$(examplesdir)'; $(am__uninstall_files_from_dir)
1005install-pkgconfigDATA: $(pkgconfig_DATA)
1006	@$(NORMAL_INSTALL)
1007	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
1008	if test -n "$$list"; then \
1009	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
1010	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
1011	fi; \
1012	for p in $$list; do \
1013	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1014	  echo "$$d$$p"; \
1015	done | $(am__base_list) | \
1016	while read files; do \
1017	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
1018	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
1019	done
1020
1021uninstall-pkgconfigDATA:
1022	@$(NORMAL_UNINSTALL)
1023	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
1024	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1025	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
1026install-testsDATA: $(tests_DATA)
1027	@$(NORMAL_INSTALL)
1028	@list='$(tests_DATA)'; test -n "$(testsdir)" || list=; \
1029	if test -n "$$list"; then \
1030	  echo " $(MKDIR_P) '$(DESTDIR)$(testsdir)'"; \
1031	  $(MKDIR_P) "$(DESTDIR)$(testsdir)" || exit 1; \
1032	fi; \
1033	for p in $$list; do \
1034	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1035	  echo "$$d$$p"; \
1036	done | $(am__base_list) | \
1037	while read files; do \
1038	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(testsdir)'"; \
1039	  $(INSTALL_DATA) $$files "$(DESTDIR)$(testsdir)" || exit $$?; \
1040	done
1041
1042uninstall-testsDATA:
1043	@$(NORMAL_UNINSTALL)
1044	@list='$(tests_DATA)'; test -n "$(testsdir)" || list=; \
1045	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1046	dir='$(DESTDIR)$(testsdir)'; $(am__uninstall_files_from_dir)
1047install-pkgincludeHEADERS: $(pkginclude_HEADERS)
1048	@$(NORMAL_INSTALL)
1049	@list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
1050	if test -n "$$list"; then \
1051	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \
1052	  $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \
1053	fi; \
1054	for p in $$list; do \
1055	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1056	  echo "$$d$$p"; \
1057	done | $(am__base_list) | \
1058	while read files; do \
1059	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
1060	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
1061	done
1062
1063uninstall-pkgincludeHEADERS:
1064	@$(NORMAL_UNINSTALL)
1065	@list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
1066	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1067	dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
1068
1069ID: $(am__tagged_files)
1070	$(am__define_uniq_tagged_files); mkid -fID $$unique
1071tags: tags-am
1072TAGS: tags
1073
1074tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1075	set x; \
1076	here=`pwd`; \
1077	$(am__define_uniq_tagged_files); \
1078	shift; \
1079	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1080	  test -n "$$unique" || unique=$$empty_fix; \
1081	  if test $$# -gt 0; then \
1082	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1083	      "$$@" $$unique; \
1084	  else \
1085	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1086	      $$unique; \
1087	  fi; \
1088	fi
1089ctags: ctags-am
1090
1091CTAGS: ctags
1092ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1093	$(am__define_uniq_tagged_files); \
1094	test -z "$(CTAGS_ARGS)$$unique" \
1095	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1096	     $$unique
1097
1098GTAGS:
1099	here=`$(am__cd) $(top_builddir) && pwd` \
1100	  && $(am__cd) $(top_srcdir) \
1101	  && gtags -i $(GTAGS_ARGS) "$$here"
1102cscope: cscope.files
1103	test ! -s cscope.files \
1104	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
1105clean-cscope:
1106	-rm -f cscope.files
1107cscope.files: clean-cscope cscopelist
1108cscopelist: cscopelist-am
1109
1110cscopelist-am: $(am__tagged_files)
1111	list='$(am__tagged_files)'; \
1112	case "$(srcdir)" in \
1113	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1114	  *) sdir=$(subdir)/$(srcdir) ;; \
1115	esac; \
1116	for i in $$list; do \
1117	  if test -f "$$i"; then \
1118	    echo "$(subdir)/$$i"; \
1119	  else \
1120	    echo "$$sdir/$$i"; \
1121	  fi; \
1122	done >> $(top_builddir)/cscope.files
1123
1124distclean-tags:
1125	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1126	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
1127distdir: $(BUILT_SOURCES)
1128	$(MAKE) $(AM_MAKEFLAGS) distdir-am
1129
1130distdir-am: $(DISTFILES)
1131	@case `sed 15q $(srcdir)/NEWS` in \
1132	*"$(VERSION)"*) : ;; \
1133	*) \
1134	  echo "NEWS not updated; not releasing" 1>&2; \
1135	  exit 1;; \
1136	esac
1137	$(am__remove_distdir)
1138	$(AM_V_at)$(MKDIR_P) "$(distdir)"
1139	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1140	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1141	list='$(DISTFILES)'; \
1142	  dist_files=`for file in $$list; do echo $$file; done | \
1143	  sed -e "s|^$$srcdirstrip/||;t" \
1144	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1145	case $$dist_files in \
1146	  */*) $(MKDIR_P) `echo "$$dist_files" | \
1147			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1148			   sort -u` ;; \
1149	esac; \
1150	for file in $$dist_files; do \
1151	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1152	  if test -d $$d/$$file; then \
1153	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1154	    if test -d "$(distdir)/$$file"; then \
1155	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1156	    fi; \
1157	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1158	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1159	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1160	    fi; \
1161	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1162	  else \
1163	    test -f "$(distdir)/$$file" \
1164	    || cp -p $$d/$$file "$(distdir)/$$file" \
1165	    || exit 1; \
1166	  fi; \
1167	done
1168	$(MAKE) $(AM_MAKEFLAGS) \
1169	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
1170	  dist-hook
1171	-test -n "$(am__skip_mode_fix)" \
1172	|| find "$(distdir)" -type d ! -perm -755 \
1173		-exec chmod u+rwx,go+rx {} \; -o \
1174	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1175	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1176	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1177	|| chmod -R a+r "$(distdir)"
1178dist-gzip: distdir
1179	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
1180	$(am__post_remove_distdir)
1181
1182dist-bzip2: distdir
1183	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1184	$(am__post_remove_distdir)
1185
1186dist-lzip: distdir
1187	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1188	$(am__post_remove_distdir)
1189
1190dist-xz: distdir
1191	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1192	$(am__post_remove_distdir)
1193
1194dist-zstd: distdir
1195	tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
1196	$(am__post_remove_distdir)
1197
1198dist-tarZ: distdir
1199	@echo WARNING: "Support for distribution archives compressed with" \
1200		       "legacy program 'compress' is deprecated." >&2
1201	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1202	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1203	$(am__post_remove_distdir)
1204
1205dist-shar: distdir
1206	@echo WARNING: "Support for shar distribution archives is" \
1207	               "deprecated." >&2
1208	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1209	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
1210	$(am__post_remove_distdir)
1211
1212dist-zip: distdir
1213	-rm -f $(distdir).zip
1214	zip -rq $(distdir).zip $(distdir)
1215	$(am__post_remove_distdir)
1216
1217dist dist-all:
1218	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
1219	$(am__post_remove_distdir)
1220
1221# This target untars the dist file and tries a VPATH configuration.  Then
1222# it guarantees that the distribution is self-contained by making another
1223# tarfile.
1224distcheck: dist
1225	case '$(DIST_ARCHIVES)' in \
1226	*.tar.gz*) \
1227	  eval GZIP= gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
1228	*.tar.bz2*) \
1229	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1230	*.tar.lz*) \
1231	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1232	*.tar.xz*) \
1233	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1234	*.tar.Z*) \
1235	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1236	*.shar.gz*) \
1237	  eval GZIP= gzip -dc $(distdir).shar.gz | unshar ;;\
1238	*.zip*) \
1239	  unzip $(distdir).zip ;;\
1240	*.tar.zst*) \
1241	  zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
1242	esac
1243	chmod -R a-w $(distdir)
1244	chmod u+w $(distdir)
1245	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
1246	chmod a-w $(distdir)
1247	test -d $(distdir)/_build || exit 0; \
1248	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1249	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1250	  && am__cwd=`pwd` \
1251	  && $(am__cd) $(distdir)/_build/sub \
1252	  && ../../configure \
1253	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1254	    $(DISTCHECK_CONFIGURE_FLAGS) \
1255	    --srcdir=../.. --prefix="$$dc_install_base" \
1256	  && $(MAKE) $(AM_MAKEFLAGS) \
1257	  && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
1258	  && $(MAKE) $(AM_MAKEFLAGS) check \
1259	  && $(MAKE) $(AM_MAKEFLAGS) install \
1260	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1261	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1262	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1263	        distuninstallcheck \
1264	  && chmod -R a-w "$$dc_install_base" \
1265	  && ({ \
1266	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1267	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1268	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1269	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1270	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1271	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
1272	  && rm -rf "$$dc_destdir" \
1273	  && $(MAKE) $(AM_MAKEFLAGS) dist \
1274	  && rm -rf $(DIST_ARCHIVES) \
1275	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1276	  && cd "$$am__cwd" \
1277	  || exit 1
1278	$(am__post_remove_distdir)
1279	@(echo "$(distdir) archives ready for distribution: "; \
1280	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1281	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1282distuninstallcheck:
1283	@test -n '$(distuninstallcheck_dir)' || { \
1284	  echo 'ERROR: trying to run $@ with an empty' \
1285	       '$$(distuninstallcheck_dir)' >&2; \
1286	  exit 1; \
1287	}; \
1288	$(am__cd) '$(distuninstallcheck_dir)' || { \
1289	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1290	  exit 1; \
1291	}; \
1292	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1293	   || { echo "ERROR: files left after uninstall:" ; \
1294	        if test -n "$(DESTDIR)"; then \
1295	          echo "  (check DESTDIR support)"; \
1296	        fi ; \
1297	        $(distuninstallcheck_listfiles) ; \
1298	        exit 1; } >&2
1299distcleancheck: distclean
1300	@if test '$(srcdir)' = . ; then \
1301	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1302	  exit 1 ; \
1303	fi
1304	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1305	  || { echo "ERROR: files left in build directory after distclean:" ; \
1306	       $(distcleancheck_listfiles) ; \
1307	       exit 1; } >&2
1308@HAVE_KYUA_FALSE@check-local:
1309@WITH_ATF_FALSE@check-local:
1310check-am: all-am
1311	$(MAKE) $(AM_MAKEFLAGS) check-local
1312check: check-am
1313@WITH_DOXYGEN_FALSE@all-local:
1314all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) $(SCRIPTS) $(DATA) \
1315		$(HEADERS) config.h all-local
1316install-testsPROGRAMS: install-libLTLIBRARIES
1317
1318installdirs:
1319	for dir in "$(DESTDIR)$(testsdir)" "$(DESTDIR)$(libdir)" "$(DESTDIR)$(testsdir)" "$(DESTDIR)$(docdir)" "$(DESTDIR)$(examplesdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(testsdir)" "$(DESTDIR)$(pkgincludedir)"; do \
1320	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1321	done
1322install: install-am
1323install-exec: install-exec-am
1324install-data: install-data-am
1325uninstall: uninstall-am
1326
1327install-am: all-am
1328	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1329
1330installcheck: installcheck-am
1331install-strip:
1332	if test -z '$(STRIP)'; then \
1333	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1334	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1335	      install; \
1336	else \
1337	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1338	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1339	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1340	fi
1341mostlyclean-generic:
1342
1343clean-generic:
1344	-$(am__rm_f) $(CLEANFILES)
1345
1346distclean-generic:
1347	-$(am__rm_f) $(CONFIG_CLEAN_FILES)
1348	-test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES)
1349
1350maintainer-clean-generic:
1351	@echo "This command is intended for maintainers to use"
1352	@echo "it deletes files that may require special tools to rebuild."
1353@HAVE_KYUA_FALSE@installcheck-local:
1354@WITH_ATF_FALSE@installcheck-local:
1355clean: clean-am
1356
1357clean-am: clean-generic clean-libLTLIBRARIES clean-libtool clean-local \
1358	clean-testsPROGRAMS mostlyclean-am
1359
1360distclean: distclean-am
1361	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1362	-rm -f ./$(DEPDIR)/c_gate_test-c_gate_test.Po
1363	-rm -f ./$(DEPDIR)/debug_test-debug_test.Po
1364	-rm -f ./$(DEPDIR)/exceptions_test-exceptions_test.Po
1365	-rm -f ./$(DEPDIR)/liblutok_la-c_gate.Plo
1366	-rm -f ./$(DEPDIR)/liblutok_la-debug.Plo
1367	-rm -f ./$(DEPDIR)/liblutok_la-exceptions.Plo
1368	-rm -f ./$(DEPDIR)/liblutok_la-operations.Plo
1369	-rm -f ./$(DEPDIR)/liblutok_la-stack_cleaner.Plo
1370	-rm -f ./$(DEPDIR)/liblutok_la-state.Plo
1371	-rm -f ./$(DEPDIR)/operations_test-operations_test.Po
1372	-rm -f ./$(DEPDIR)/stack_cleaner_test-stack_cleaner_test.Po
1373	-rm -f ./$(DEPDIR)/state_test-state_test.Po
1374	-rm -f Makefile
1375distclean-am: clean-am distclean-compile distclean-generic \
1376	distclean-hdr distclean-libtool distclean-tags
1377
1378dvi: dvi-am
1379
1380dvi-am:
1381
1382html: html-am
1383
1384html-am:
1385
1386info: info-am
1387
1388info-am:
1389
1390install-data-am: install-data-local install-docDATA \
1391	install-examplesDATA install-pkgconfigDATA \
1392	install-pkgincludeHEADERS install-testsDATA \
1393	install-testsPROGRAMS install-testsSCRIPTS
1394
1395install-dvi: install-dvi-am
1396
1397install-dvi-am:
1398
1399install-exec-am: install-libLTLIBRARIES
1400
1401install-html: install-html-am
1402
1403install-html-am:
1404
1405install-info: install-info-am
1406
1407install-info-am:
1408
1409install-man:
1410
1411install-pdf: install-pdf-am
1412
1413install-pdf-am:
1414
1415install-ps: install-ps-am
1416
1417install-ps-am:
1418
1419installcheck-am: installcheck-local
1420
1421maintainer-clean: maintainer-clean-am
1422	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1423	-rm -rf $(top_srcdir)/autom4te.cache
1424	-rm -f ./$(DEPDIR)/c_gate_test-c_gate_test.Po
1425	-rm -f ./$(DEPDIR)/debug_test-debug_test.Po
1426	-rm -f ./$(DEPDIR)/exceptions_test-exceptions_test.Po
1427	-rm -f ./$(DEPDIR)/liblutok_la-c_gate.Plo
1428	-rm -f ./$(DEPDIR)/liblutok_la-debug.Plo
1429	-rm -f ./$(DEPDIR)/liblutok_la-exceptions.Plo
1430	-rm -f ./$(DEPDIR)/liblutok_la-operations.Plo
1431	-rm -f ./$(DEPDIR)/liblutok_la-stack_cleaner.Plo
1432	-rm -f ./$(DEPDIR)/liblutok_la-state.Plo
1433	-rm -f ./$(DEPDIR)/operations_test-operations_test.Po
1434	-rm -f ./$(DEPDIR)/stack_cleaner_test-stack_cleaner_test.Po
1435	-rm -f ./$(DEPDIR)/state_test-state_test.Po
1436	-rm -f Makefile
1437maintainer-clean-am: distclean-am maintainer-clean-generic
1438
1439mostlyclean: mostlyclean-am
1440
1441mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1442	mostlyclean-libtool
1443
1444pdf: pdf-am
1445
1446pdf-am:
1447
1448ps: ps-am
1449
1450ps-am:
1451
1452uninstall-am: uninstall-docDATA uninstall-examplesDATA \
1453	uninstall-libLTLIBRARIES uninstall-local \
1454	uninstall-pkgconfigDATA uninstall-pkgincludeHEADERS \
1455	uninstall-testsDATA uninstall-testsPROGRAMS \
1456	uninstall-testsSCRIPTS
1457
1458.MAKE: all check-am install-am install-strip
1459
1460.PHONY: CTAGS GTAGS TAGS all all-am all-local am--depfiles am--refresh \
1461	check check-am check-local clean clean-cscope clean-generic \
1462	clean-libLTLIBRARIES clean-libtool clean-local \
1463	clean-testsPROGRAMS cscope cscopelist-am ctags ctags-am dist \
1464	dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
1465	dist-tarZ dist-xz dist-zip dist-zstd distcheck distclean \
1466	distclean-compile distclean-generic distclean-hdr \
1467	distclean-libtool distclean-tags distcleancheck distdir \
1468	distuninstallcheck dvi dvi-am html html-am info info-am \
1469	install install-am install-data install-data-am \
1470	install-data-local install-docDATA install-dvi install-dvi-am \
1471	install-examplesDATA install-exec install-exec-am install-html \
1472	install-html-am install-info install-info-am \
1473	install-libLTLIBRARIES install-man install-pdf install-pdf-am \
1474	install-pkgconfigDATA install-pkgincludeHEADERS install-ps \
1475	install-ps-am install-strip install-testsDATA \
1476	install-testsPROGRAMS install-testsSCRIPTS installcheck \
1477	installcheck-am installcheck-local installdirs \
1478	maintainer-clean maintainer-clean-generic mostlyclean \
1479	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1480	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
1481	uninstall-docDATA uninstall-examplesDATA \
1482	uninstall-libLTLIBRARIES uninstall-local \
1483	uninstall-pkgconfigDATA uninstall-pkgincludeHEADERS \
1484	uninstall-testsDATA uninstall-testsPROGRAMS \
1485	uninstall-testsSCRIPTS
1486
1487.PRECIOUS: Makefile
1488
1489lutok.pc: $(srcdir)/lutok.pc.in Makefile
1490	$(AM_V_GEN)sed -e 's#__INCLUDEDIR__#$(includedir)#g' \
1491	    -e 's#__LIBDIR__#$(libdir)#g' \
1492	    -e 's#__LUA_CFLAGS__#$(LUA_CFLAGS)#g' \
1493	    -e 's#__LUA_LIBS__#$(LUA_LIBS)#g' \
1494	    -e 's#__VERSION__#$(PACKAGE_VERSION)#g' \
1495	    <$(srcdir)/lutok.pc.in >lutok.pc.tmp; \
1496	mv lutok.pc.tmp lutok.pc
1497@WITH_ATF_TRUE@examples_test: $(srcdir)/examples_test.sh
1498@WITH_ATF_TRUE@	$(AM_V_GEN)sed -e 's,__ATF_SH__,$(ATF_SH),g' \
1499@WITH_ATF_TRUE@	    -e 's,__CXX__,$(CXX),g' \
1500@WITH_ATF_TRUE@	    -e 's,__EXAMPLESDIR__,$(examplesdir),g' \
1501@WITH_ATF_TRUE@	    -e 's,__LIBDIR__,$(libdir),g' \
1502@WITH_ATF_TRUE@	    <$(srcdir)/examples_test.sh >examples_test.tmp; \
1503@WITH_ATF_TRUE@	chmod +x examples_test.tmp; \
1504@WITH_ATF_TRUE@	rm -f examples_test; \
1505@WITH_ATF_TRUE@	mv examples_test.tmp examples_test
1506
1507@HAVE_KYUA_TRUE@@WITH_ATF_TRUE@check-local: check-kyua
1508@HAVE_KYUA_TRUE@@WITH_ATF_TRUE@check-kyua:
1509@HAVE_KYUA_TRUE@@WITH_ATF_TRUE@	$(TESTS_ENVIRONMENT) kyua test \
1510@HAVE_KYUA_TRUE@@WITH_ATF_TRUE@	    --kyuafile='$(top_srcdir)/Kyuafile' --build-root='$(top_builddir)'
1511
1512@HAVE_KYUA_TRUE@@WITH_ATF_TRUE@installcheck-local: installcheck-kyua
1513@HAVE_KYUA_TRUE@@WITH_ATF_TRUE@installcheck-kyua:
1514@HAVE_KYUA_TRUE@@WITH_ATF_TRUE@	cd $(testsdir) && $(TESTS_ENVIRONMENT) kyua test
1515@WITH_ATF_FALSE@dist-no-atf:
1516@WITH_ATF_FALSE@	@echo "Sorry; cannot build a distfile without atf"
1517@WITH_ATF_FALSE@	@false
1518
1519# This should probably be html-local, but it seems better to generate the
1520# documentation in all cases to get warnings about missing documentation every
1521# time the code is modified.  (And, after all, the documentation is not
1522# installed so generating it unconditionally is not a big problem.)
1523@WITH_DOXYGEN_TRUE@all-local: api-docs/api-docs.tag
1524
1525@WITH_DOXYGEN_TRUE@api-docs/api-docs.tag: $(builddir)/Doxyfile $(SOURCES)
1526@WITH_DOXYGEN_TRUE@	$(AM_V_GEN)rm -rf api-docs; \
1527@WITH_DOXYGEN_TRUE@	mkdir -p api-docs; \
1528@WITH_DOXYGEN_TRUE@	${DOXYGEN} $(builddir)/Doxyfile 2>&1 | tee api-docs/warnings; \
1529@WITH_DOXYGEN_TRUE@	rm -f api-docs/html/installdox
1530@WITH_DOXYGEN_TRUE@api-docs/html: api-docs/api-docs.tag
1531@WITH_DOXYGEN_TRUE@clean-api-docs:
1532@WITH_DOXYGEN_TRUE@	rm -rf api-docs
1533@WITH_DOXYGEN_FALSE@dist-no-doxygen:
1534@WITH_DOXYGEN_FALSE@	@echo "Sorry; cannot build a distfile without Doxygen"
1535@WITH_DOXYGEN_FALSE@	@false
1536
1537install-data-local: install-api-docs
1538install-api-docs: install-docDATA
1539	@echo "Installing HTML documentation into $(DESTDIR)$(htmldir)"
1540	@if [ -d api-docs/html ]; then \
1541	    test -z "$(htmldir)" || $(MKDIR_P) "$(DESTDIR)$(htmldir)"; \
1542	    ( cd api-docs/html && tar cf - . ) | \
1543                ( cd "$(DESTDIR)$(htmldir)" && tar xf - ); \
1544	elif [ -d "$(srcdir)/api-docs/html" ]; then \
1545	    test -z "$(htmldir)" || $(MKDIR_P) "$(DESTDIR)$(htmldir)"; \
1546	    ( cd "$(srcdir)/api-docs/html" && tar cf - . ) | \
1547                ( cd "$(DESTDIR)$(htmldir)" && tar xf - ); \
1548	else \
1549	    echo "Doxygen not installed and prebuilt documents not found"; \
1550	fi
1551
1552uninstall-local: uninstall-api-docs
1553uninstall-api-docs:
1554	find "$(DESTDIR)$(htmldir)" -type d -exec chmod 755 {} \;
1555	rm -rf "$(DESTDIR)$(htmldir)"
1556
1557clean-local: $(CLEAN_TARGETS)
1558clean-all:
1559	GIT="$(GIT)" $(SH) $(srcdir)/admin/clean-all.sh
1560
1561dist-hook: $(DIST_HOOKS)
1562
1563.PHONY: ${PHONY_TARGETS}
1564
1565# Tell versions [3.59,3.63) of GNU make to not export all variables.
1566# Otherwise a system limit (for SysV at least) may be exceeded.
1567.NOEXPORT:
1568
1569# Tell GNU make to disable its built-in pattern rules.
1570%:: %,v
1571%:: RCS/%,v
1572%:: RCS/%
1573%:: s.%
1574%:: SCCS/s.%
1575