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