1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
 
   4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
   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.
 
  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
 
  17 # Cycript - Optimizing JavaScript Compiler/Runtime
 
  18 # Copyright (C) 2009-2013  Jay Freeman (saurik)
 
  20 # GNU General Public License, Version 3 {{{
 
  22 # Cycript is free software: you can redistribute it and/or modify
 
  23 # it under the terms of the GNU General Public License as published
 
  24 # by the Free Software Foundation, either version 3 of the License,
 
  25 # or (at your option) any later version.
 
  27 # Cycript is distributed in the hope that it will be useful, but
 
  28 # WITHOUT ANY WARRANTY; without even the implied warranty of
 
  29 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
  30 # GNU General Public License for more details.
 
  32 # You should have received a copy of the GNU General Public License
 
  33 # along with Cycript.  If not, see <http://www.gnu.org/licenses/>.
 
  38 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
  39 am__make_running_with_option = \
 
  40   case $${target_option-} in \
 
  42       *) echo "am__make_running_with_option: internal error: invalid" \
 
  43               "target option '$${target_option-}' specified" >&2; \
 
  47   sane_makeflags=$$MAKEFLAGS; \
 
  48   if $(am__is_gnu_make); then \
 
  49     sane_makeflags=$$MFLAGS; \
 
  54         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
  55           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
  61     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
  63   for flg in $$sane_makeflags; do \
 
  64     test $$skip_next = yes && { skip_next=no; continue; }; \
 
  67         -*I) strip_trailopt 'I'; skip_next=yes;; \
 
  68       -*I?*) strip_trailopt 'I';; \
 
  69         -*O) strip_trailopt 'O'; skip_next=yes;; \
 
  70       -*O?*) strip_trailopt 'O';; \
 
  71         -*l) strip_trailopt 'l'; skip_next=yes;; \
 
  72       -*l?*) strip_trailopt 'l';; \
 
  73       -[dEDm]) skip_next=yes;; \
 
  74       -[JT]) skip_next=yes;; \
 
  77       *$$target_option*) has_opt=yes; break;; \
 
  81 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
  82 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
 
  83 pkgdatadir = $(datadir)/@PACKAGE@
 
  84 pkgincludedir = $(includedir)/@PACKAGE@
 
  85 pkglibdir = $(libdir)/@PACKAGE@
 
  86 pkglibexecdir = $(libexecdir)/@PACKAGE@
 
  87 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
  88 install_sh_DATA = $(install_sh) -c -m 644
 
  89 install_sh_PROGRAM = $(install_sh) -c
 
  90 install_sh_SCRIPT = $(install_sh) -c
 
  91 INSTALL_HEADER = $(INSTALL_DATA)
 
  92 transform = $(program_transform_name)
 
  99 build_triplet = @build@
 
 100 host_triplet = @host@
 
 101 @CY_MACH_TRUE@am__append_1 = libcycript-any.la
 
 102 @CY_CONSOLE_TRUE@bin_PROGRAMS = cycript$(EXEEXT)
 
 103 @CY_EXECUTE_TRUE@am__append_2 = sig/ffi_type.cpp sig/parse.cpp \
 
 104 @CY_EXECUTE_TRUE@       sig/copy.cpp Bridge.cpp Execute.cpp \
 
 105 @CY_EXECUTE_TRUE@       JavaScriptCore.cpp
 
 106 @CY_EXECUTE_TRUE@am__append_3 = $(LTJAVASCRIPTCORE)
 
 107 @CY_EXECUTE_TRUE@am__append_4 = -DCY_EXECUTE
 
 108 @CY_EXECUTE_TRUE@am__append_5 = C
 
 109 @CY_EXECUTE_TRUE@am__append_6 = Bridge.gperf Bridge.hpp
 
 110 @CY_OBJECTIVEC_TRUE@am__append_7 = ObjectiveC
 
 111 @CY_OBJECTIVEC_TRUE@am__append_8 = ObjectiveC/Output.cpp ObjectiveC/Replace.cpp ObjectiveC/Library.mm
 
 112 @CY_OBJECTIVEC_TRUE@am__append_9 = $(LTOBJECTIVEC)
 
 113 @CY_MACH_TRUE@am__append_10 = Handler.mm
 
 114 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@am__append_11 = Mach/Inject.cpp
 
 115 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@am__append_12 = -DCY_ATTACH
 
 116 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@am__append_13 = Trampoline.t.lo \
 
 117 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@ libTrampoline.t.la \
 
 118 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@ Trampoline.t.hpp
 
 120 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
 121         $(top_srcdir)/configure $(am__configure_deps) \
 
 122         $(srcdir)/config.h.in depcomp COPYING INSTALL ar-lib compile \
 
 123         config.guess config.rpath config.sub install-sh missing \
 
 125 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
 126 am__aclocal_m4_deps = $(top_srcdir)/m4/find_apr.m4 \
 
 127         $(top_srcdir)/m4/framework.m4 $(top_srcdir)/m4/libtool.m4 \
 
 128         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
 129         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
 130         $(top_srcdir)/configure.ac
 
 131 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
 133 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
 134  configure.lineno config.status.lineno
 
 135 mkinstalldirs = $(install_sh) -d
 
 136 CONFIG_HEADER = config.h
 
 138 CONFIG_CLEAN_VPATH_FILES =
 
 139 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
 140 am__vpath_adj = case $$p in \
 
 141     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
 144 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
 146 am__nobase_strip_setup = \
 
 147   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
 149   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
 150 am__nobase_list = $(am__nobase_strip_setup); \
 
 151   for p in $$list; do echo "$$p $$p"; done | \
 
 152   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
 153   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
 154     if (++n[$$2] == $(am__install_max)) \
 
 155       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
 156     END { for (dir in files) print dir, files[dir] }'
 
 158   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
 159   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
 160 am__uninstall_files_from_dir = { \
 
 162     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
 163     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
 164          $(am__cd) "$$dir" && rm -f $$files; }; \
 
 166 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"
 
 167 LTLIBRARIES = $(lib_LTLIBRARIES)
 
 168 libcycript_any_la_DEPENDENCIES =
 
 169 am__libcycript_any_la_SOURCES_DIST = Select.cpp
 
 170 @CY_MACH_TRUE@am_libcycript_any_la_OBJECTS = Select.lo
 
 171 libcycript_any_la_OBJECTS = $(am_libcycript_any_la_OBJECTS)
 
 172 AM_V_lt = $(am__v_lt_@AM_V@)
 
 173 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 
 174 am__v_lt_0 = --silent
 
 176 libcycript_any_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
 
 177         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
 
 178         $(AM_CXXFLAGS) $(CXXFLAGS) $(libcycript_any_la_LDFLAGS) \
 
 180 @CY_MACH_TRUE@am_libcycript_any_la_rpath = -rpath $(libdir)
 
 182 @CY_EXECUTE_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1)
 
 183 @CY_OBJECTIVEC_TRUE@am__DEPENDENCIES_3 = $(am__DEPENDENCIES_1)
 
 184 libcycript_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
 
 185         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) \
 
 186         $(am__DEPENDENCIES_3)
 
 187 am__libcycript_la_SOURCES_DIST = ConvertUTF.c Decode.cpp Driver.cpp \
 
 188         Highlight.cpp Library.cpp Network.cpp Output.cpp Parser.cpp \
 
 189         Replace.cpp Cycript.tab.cc lex.cy.cpp sig/ffi_type.cpp \
 
 190         sig/parse.cpp sig/copy.cpp Bridge.cpp Execute.cpp \
 
 191         JavaScriptCore.cpp ObjectiveC/Output.cpp \
 
 192         ObjectiveC/Replace.cpp ObjectiveC/Library.mm Handler.mm
 
 193 am__dirstamp = $(am__leading_dot)dirstamp
 
 194 @CY_EXECUTE_TRUE@am__objects_1 = sig/ffi_type.lo sig/parse.lo \
 
 195 @CY_EXECUTE_TRUE@       sig/copy.lo Bridge.lo Execute.lo \
 
 196 @CY_EXECUTE_TRUE@       JavaScriptCore.lo
 
 197 @CY_OBJECTIVEC_TRUE@am__objects_2 = ObjectiveC/Output.lo \
 
 198 @CY_OBJECTIVEC_TRUE@    ObjectiveC/Replace.lo \
 
 199 @CY_OBJECTIVEC_TRUE@    ObjectiveC/Library.lo
 
 200 @CY_MACH_TRUE@am__objects_3 = Handler.lo
 
 201 am_libcycript_la_OBJECTS = ConvertUTF.lo Decode.lo Driver.lo \
 
 202         Highlight.lo Library.lo Network.lo Output.lo Parser.lo \
 
 203         Replace.lo Cycript.tab.lo lex.cy.lo $(am__objects_1) \
 
 204         $(am__objects_2) $(am__objects_3)
 
 205 libcycript_la_OBJECTS = $(am_libcycript_la_OBJECTS)
 
 206 libcycript_la_LINK = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
 
 207         $(LIBTOOLFLAGS) --mode=link $(OBJCXXLD) $(AM_OBJCXXFLAGS) \
 
 208         $(OBJCXXFLAGS) $(libcycript_la_LDFLAGS) $(LDFLAGS) -o $@
 
 209 PROGRAMS = $(bin_PROGRAMS)
 
 210 am__cycript_SOURCES_DIST = Console.cpp Display.cpp Mach/Inject.cpp
 
 211 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@am__objects_4 = Mach/Inject.$(OBJEXT)
 
 212 @CY_CONSOLE_TRUE@am_cycript_OBJECTS = Console.$(OBJEXT) \
 
 213 @CY_CONSOLE_TRUE@       Display.$(OBJEXT) $(am__objects_4)
 
 214 cycript_OBJECTS = $(am_cycript_OBJECTS)
 
 215 @CY_CONSOLE_TRUE@cycript_DEPENDENCIES = libcycript.la \
 
 216 @CY_CONSOLE_TRUE@       $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
 217 @CY_CONSOLE_TRUE@       $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
 
 218 AM_V_P = $(am__v_P_@AM_V@)
 
 219 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
 222 AM_V_GEN = $(am__v_GEN_@AM_V@)
 
 223 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
 224 am__v_GEN_0 = @echo "  GEN     " $@;
 
 226 AM_V_at = $(am__v_at_@AM_V@)
 
 227 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
 230 DEFAULT_INCLUDES = -I.@am__isrc@
 
 231 depcomp = $(SHELL) $(top_srcdir)/depcomp
 
 232 am__depfiles_maybe = depfiles
 
 234 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
 235         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
 236 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
 237         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
 238         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
 239         $(AM_CFLAGS) $(CFLAGS)
 
 240 AM_V_CC = $(am__v_CC_@AM_V@)
 
 241 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 
 242 am__v_CC_0 = @echo "  CC      " $@;
 
 245 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
 246         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
 247         $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
 248 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
 249 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 
 250 am__v_CCLD_0 = @echo "  CCLD    " $@;
 
 252 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
 253         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
 254 LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
 255         $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
 
 256         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
 257         $(AM_CXXFLAGS) $(CXXFLAGS)
 
 258 AM_V_CXX = $(am__v_CXX_@AM_V@)
 
 259 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
 
 260 am__v_CXX_0 = @echo "  CXX     " $@;
 
 263 CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
 264         $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
 
 265         $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
 266 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
 
 267 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
 
 268 am__v_CXXLD_0 = @echo "  CXXLD   " $@;
 
 270 OBJCXXCOMPILE = $(OBJCXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
 271         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_OBJCXXFLAGS) $(OBJCXXFLAGS)
 
 272 LTOBJCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
 
 273         $(LIBTOOLFLAGS) --mode=compile $(OBJCXX) $(DEFS) \
 
 274         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
 275         $(AM_OBJCXXFLAGS) $(OBJCXXFLAGS)
 
 276 AM_V_OBJCXX = $(am__v_OBJCXX_@AM_V@)
 
 277 am__v_OBJCXX_ = $(am__v_OBJCXX_@AM_DEFAULT_V@)
 
 278 am__v_OBJCXX_0 = @echo "  OBJCXX  " $@;
 
 281 OBJCXXLINK = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
 282         --mode=link $(OBJCXXLD) $(AM_OBJCXXFLAGS) $(OBJCXXFLAGS) \
 
 283         $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
 284 AM_V_OBJCXXLD = $(am__v_OBJCXXLD_@AM_V@)
 
 285 am__v_OBJCXXLD_ = $(am__v_OBJCXXLD_@AM_DEFAULT_V@)
 
 286 am__v_OBJCXXLD_0 = @echo "  OBJCXXLD" $@;
 
 288 SOURCES = $(libcycript_any_la_SOURCES) $(libcycript_la_SOURCES) \
 
 290 DIST_SOURCES = $(am__libcycript_any_la_SOURCES_DIST) \
 
 291         $(am__libcycript_la_SOURCES_DIST) $(am__cycript_SOURCES_DIST)
 
 292 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
 293         ctags-recursive dvi-recursive html-recursive info-recursive \
 
 294         install-data-recursive install-dvi-recursive \
 
 295         install-exec-recursive install-html-recursive \
 
 296         install-info-recursive install-pdf-recursive \
 
 297         install-ps-recursive install-recursive installcheck-recursive \
 
 298         installdirs-recursive pdf-recursive ps-recursive \
 
 299         tags-recursive uninstall-recursive
 
 300 am__can_run_installinfo = \
 
 301   case $$AM_UPDATE_INFO_DIR in \
 
 303     *) (install-info --version) >/dev/null 2>&1;; \
 
 305 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
 306   distclean-recursive maintainer-clean-recursive
 
 307 am__recursive_targets = \
 
 308   $(RECURSIVE_TARGETS) \
 
 309   $(RECURSIVE_CLEAN_TARGETS) \
 
 310   $(am__extra_recursive_targets)
 
 311 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
 
 312         cscope distdir dist dist-all distcheck
 
 313 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
 
 315 # Read a list of newline-separated strings from the standard input,
 
 316 # and print each of them once, without duplicates.  Input order is
 
 318 am__uniquify_input = $(AWK) '\
 
 319   BEGIN { nonempty = 0; } \
 
 320   { items[$$0] = 1; nonempty = 1; } \
 
 321   END { if (nonempty) { for (i in items) print i; }; } \
 
 323 # Make sure the list of sources is unique.  This is necessary because,
 
 324 # e.g., the same source file might be shared among _SOURCES variables
 
 325 # for different programs/libraries.
 
 326 am__define_uniq_tagged_files = \
 
 327   list='$(am__tagged_files)'; \
 
 328   unique=`for i in $$list; do \
 
 329     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
 330   done | $(am__uniquify_input)`
 
 334 DIST_SUBDIRS = $(SUBDIRS)
 
 335 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
 336 distdir = $(PACKAGE)-$(VERSION)
 
 337 top_distdir = $(distdir)
 
 338 am__remove_distdir = \
 
 339   if test -d "$(distdir)"; then \
 
 340     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
 341       && rm -rf "$(distdir)" \
 
 342       || { sleep 5 && rm -rf "$(distdir)"; }; \
 
 344 am__post_remove_distdir = $(am__remove_distdir)
 
 347   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
 348   sed_rest='s,^[^/]*/*,,'; \
 
 349   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
 350   sed_butlast='s,/*[^/]*$$,,'; \
 
 351   while test -n "$$dir1"; do \
 
 352     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
 353     if test "$$first" != "."; then \
 
 354       if test "$$first" = ".."; then \
 
 355         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
 356         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
 358         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
 359         if test "$$first2" = "$$first"; then \
 
 360           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
 364         dir0="$$dir0"/"$$first"; \
 
 367     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
 370 DIST_ARCHIVES = $(distdir).tar.gz
 
 372 DIST_TARGETS = dist-gzip
 
 373 distuninstallcheck_listfiles = find . -type f -print
 
 374 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
 
 375   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
 
 376 distcleancheck_listfiles = find . -type f -print
 
 379 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
 381 AUTOCONF = @AUTOCONF@
 
 382 AUTOHEADER = @AUTOHEADER@
 
 383 AUTOMAKE = @AUTOMAKE@
 
 387 CCDEPMODE = @CCDEPMODE@
 
 390 CPPFLAGS = @CPPFLAGS@
 
 393 CXXDEPMODE = @CXXDEPMODE@
 
 394 CXXFLAGS = @CXXFLAGS@
 
 395 CYGPATH_W = @CYGPATH_W@
 
 397 CY_ATTACH_GROUP = @CY_ATTACH_GROUP@
 
 398 CY_EXECUTE = @CY_EXECUTE@
 
 399 CY_FILTERS = @CY_FILTERS@
 
 401 CY_OBJECTIVEC = @CY_OBJECTIVEC@
 
 405 DSYMUTIL = @DSYMUTIL@
 
 415 GNUSTEP_CONFIG = @GNUSTEP_CONFIG@
 
 420 INSTALL_DATA = @INSTALL_DATA@
 
 421 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
 422 INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
 423 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
 426 LIBFFI_CFLAGS = @LIBFFI_CFLAGS@
 
 427 LIBFFI_LIBS = @LIBFFI_LIBS@
 
 434 LTJAVASCRIPTCORE = @LTJAVASCRIPTCORE@
 
 435 LTLIBAPR = @LTLIBAPR@
 
 436 LTLIBFFI = @LTLIBFFI@
 
 437 LTLIBGCC = @LTLIBGCC@
 
 438 LTLIBOBJS = @LTLIBOBJS@
 
 439 LTLIBREADLINE = @LTLIBREADLINE@
 
 440 LTLIBTERMCAP = @LTLIBTERMCAP@
 
 441 LTOBJECTIVEC = @LTOBJECTIVEC@
 
 443 MAKEINFO = @MAKEINFO@
 
 444 MANIFEST_TOOL = @MANIFEST_TOOL@
 
 449 OBJCXXDEPMODE = @OBJCXXDEPMODE@
 
 450 OBJCXXFLAGS = @OBJCXXFLAGS@
 
 456 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
 457 PACKAGE_NAME = @PACKAGE_NAME@
 
 458 PACKAGE_STRING = @PACKAGE_STRING@
 
 459 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
 460 PACKAGE_URL = @PACKAGE_URL@
 
 461 PACKAGE_VERSION = @PACKAGE_VERSION@
 
 462 PATH_SEPARATOR = @PATH_SEPARATOR@
 
 463 PKG_CONFIG = @PKG_CONFIG@
 
 464 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
 465 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
 468 SET_MAKE = @SET_MAKE@
 
 474 WEBKIT_CFLAGS = @WEBKIT_CFLAGS@
 
 475 WEBKIT_LIBS = @WEBKIT_LIBS@
 
 479 abs_builddir = @abs_builddir@
 
 480 abs_srcdir = @abs_srcdir@
 
 481 abs_top_builddir = @abs_top_builddir@
 
 482 abs_top_srcdir = @abs_top_srcdir@
 
 483 ac_ct_AR = @ac_ct_AR@
 
 484 ac_ct_CC = @ac_ct_CC@
 
 485 ac_ct_CXX = @ac_ct_CXX@
 
 486 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
 487 ac_ct_OBJCXX = @ac_ct_OBJCXX@
 
 488 ac_ct__LIPO = @ac_ct__LIPO@
 
 489 ac_ct__NM = @ac_ct__NM@
 
 490 ac_ct__OTOOL = @ac_ct__OTOOL@
 
 491 am__include = @am__include@
 
 492 am__leading_dot = @am__leading_dot@
 
 493 am__quote = @am__quote@
 
 495 am__untar = @am__untar@
 
 498 build_alias = @build_alias@
 
 499 build_cpu = @build_cpu@
 
 500 build_os = @build_os@
 
 501 build_vendor = @build_vendor@
 
 502 builddir = @builddir@
 
 504 datarootdir = @datarootdir@
 
 507 exec_prefix = @exec_prefix@
 
 509 host_alias = @host_alias@
 
 510 host_cpu = @host_cpu@
 
 512 host_vendor = @host_vendor@
 
 514 includedir = @includedir@
 
 516 install_sh = @install_sh@
 
 518 libexecdir = @libexecdir@
 
 519 localedir = @localedir@
 
 520 localstatedir = @localstatedir@
 
 523 oldincludedir = @oldincludedir@
 
 526 program_transform_name = @program_transform_name@
 
 529 sharedstatedir = @sharedstatedir@
 
 531 sysconfdir = @sysconfdir@
 
 532 target_alias = @target_alias@
 
 533 top_build_prefix = @top_build_prefix@
 
 534 top_builddir = @top_builddir@
 
 535 top_srcdir = @top_srcdir@
 
 536 AUTOMAKE_OPTIONS = subdir-objects
 
 537 CLEANFILES = $(am__append_6) $(am__append_13) Cycript.yy Cycript.l \
 
 538         lex.cy.cpp Cycript.tab.cc Cycript.tab.hh location.hh \
 
 539         position.hh stack.hh Cycript.output
 
 541 ACLOCAL_AMFLAGS = -I m4
 
 542 AM_CPPFLAGS = -I$(srcdir)/include -DYYDEBUG=1 -include config.h \
 
 543         -include $(srcdir)/unconfig.h $(am__append_4) $(am__append_12)
 
 544 CY_LDFLAGS = -no-undefined -avoid-version -export-dynamic
 
 545 lib_LTLIBRARIES = $(am__append_1) libcycript.la
 
 546 @CY_MACH_TRUE@libcycript_any_la_SOURCES = Select.cpp
 
 547 @CY_MACH_TRUE@libcycript_any_la_LDFLAGS = $(CY_LDFLAGS)
 
 548 @CY_MACH_TRUE@libcycript_any_la_LIBADD = -ldl
 
 549 libcycript_la_LDFLAGS = $(CY_LDFLAGS)
 
 550 libcycript_la_LIBADD = $(LTLIBFFI) $(LTLIBGCC) -ldl $(am__append_3) \
 
 552 libcycript_la_SOURCES = ConvertUTF.c Decode.cpp Driver.cpp \
 
 553         Highlight.cpp Library.cpp Network.cpp Output.cpp Parser.cpp \
 
 554         Replace.cpp Cycript.tab.cc lex.cy.cpp $(am__append_2) \
 
 555         $(am__append_8) $(am__append_10)
 
 556 filters = $(CY_FILTERS) $(am__append_5) $(am__append_7)
 
 557 @CY_CONSOLE_TRUE@cycript_SOURCES = Console.cpp Display.cpp \
 
 558 @CY_CONSOLE_TRUE@       $(am__append_11)
 
 559 @CY_CONSOLE_TRUE@cycript_LDADD = libcycript.la $(LTLIBAPR) $(LTLIBREADLINE) $(LTLIBTERMCAP) $(LTLIBGCC) -ldl
 
 560 @CY_CONSOLE_TRUE@ldid = true
 
 561 @CY_CONSOLE_TRUE@entitle = $(ldid) -S$(srcdir)/cycript.xml
 
 563         $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
 566 .SUFFIXES: .c .cc .cpp .lo .mm .o .obj
 
 567 am--refresh: Makefile
 
 569 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
 571           case '$(am__configure_deps)' in \
 
 573               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
 
 574               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
 
 579         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
 
 580         $(am__cd) $(top_srcdir) && \
 
 581           $(AUTOMAKE) --foreign Makefile
 
 583 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
 586             echo ' $(SHELL) ./config.status'; \
 
 587             $(SHELL) ./config.status;; \
 
 589             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
 590             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
 593 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
 594         $(SHELL) ./config.status --recheck
 
 596 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
 597         $(am__cd) $(srcdir) && $(AUTOCONF)
 
 598 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
 599         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
 600 $(am__aclocal_m4_deps):
 
 603         @test -f $@ || rm -f stamp-h1
 
 604         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
 
 606 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 
 608         cd $(top_builddir) && $(SHELL) ./config.status config.h
 
 609 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
 
 610         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
 
 615         -rm -f config.h stamp-h1
 
 617 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
 
 619         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
 620         list2=; for p in $$list; do \
 
 621           if test -f $$p; then \
 
 622             list2="$$list2 $$p"; \
 
 625         test -z "$$list2" || { \
 
 626           echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
 
 627           $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
 
 628           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
 
 629           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
 
 632 uninstall-libLTLIBRARIES:
 
 634         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
 635         for p in $$list; do \
 
 637           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
 
 638           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
 
 641 clean-libLTLIBRARIES:
 
 642         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
 
 643         @list='$(lib_LTLIBRARIES)'; \
 
 644         locs=`for p in $$list; do echo $$p; done | \
 
 645               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
 
 647         test -z "$$locs" || { \
 
 648           echo rm -f $${locs}; \
 
 652 libcycript-any.la: $(libcycript_any_la_OBJECTS) $(libcycript_any_la_DEPENDENCIES) $(EXTRA_libcycript_any_la_DEPENDENCIES) 
 
 653         $(AM_V_CXXLD)$(libcycript_any_la_LINK) $(am_libcycript_any_la_rpath) $(libcycript_any_la_OBJECTS) $(libcycript_any_la_LIBADD) $(LIBS)
 
 656         @: > sig/$(am__dirstamp)
 
 657 sig/$(DEPDIR)/$(am__dirstamp):
 
 658         @$(MKDIR_P) sig/$(DEPDIR)
 
 659         @: > sig/$(DEPDIR)/$(am__dirstamp)
 
 660 sig/ffi_type.lo: sig/$(am__dirstamp) sig/$(DEPDIR)/$(am__dirstamp)
 
 661 sig/parse.lo: sig/$(am__dirstamp) sig/$(DEPDIR)/$(am__dirstamp)
 
 662 sig/copy.lo: sig/$(am__dirstamp) sig/$(DEPDIR)/$(am__dirstamp)
 
 663 ObjectiveC/$(am__dirstamp):
 
 664         @$(MKDIR_P) ObjectiveC
 
 665         @: > ObjectiveC/$(am__dirstamp)
 
 666 ObjectiveC/$(DEPDIR)/$(am__dirstamp):
 
 667         @$(MKDIR_P) ObjectiveC/$(DEPDIR)
 
 668         @: > ObjectiveC/$(DEPDIR)/$(am__dirstamp)
 
 669 ObjectiveC/Output.lo: ObjectiveC/$(am__dirstamp) \
 
 670         ObjectiveC/$(DEPDIR)/$(am__dirstamp)
 
 671 ObjectiveC/Replace.lo: ObjectiveC/$(am__dirstamp) \
 
 672         ObjectiveC/$(DEPDIR)/$(am__dirstamp)
 
 673 ObjectiveC/Library.lo: ObjectiveC/$(am__dirstamp) \
 
 674         ObjectiveC/$(DEPDIR)/$(am__dirstamp)
 
 676 libcycript.la: $(libcycript_la_OBJECTS) $(libcycript_la_DEPENDENCIES) $(EXTRA_libcycript_la_DEPENDENCIES) 
 
 677         $(AM_V_OBJCXXLD)$(libcycript_la_LINK) -rpath $(libdir) $(libcycript_la_OBJECTS) $(libcycript_la_LIBADD) $(LIBS)
 
 678 install-binPROGRAMS: $(bin_PROGRAMS)
 
 680         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
 681         if test -n "$$list"; then \
 
 682           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
 
 683           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
 
 685         for p in $$list; do echo "$$p $$p"; done | \
 
 686         sed 's/$(EXEEXT)$$//' | \
 
 687         while read p p1; do if test -f $$p \
 
 689           ; then echo "$$p"; echo "$$p"; else :; fi; \
 
 691         sed -e 'p;s,.*/,,;n;h' \
 
 693             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
 694         sed 'N;N;N;s,\n, ,g' | \
 
 695         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
 696           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
 697             if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
 698             else { print "f", $$3 "/" $$4, $$1; } } \
 
 699           END { for (d in files) print "f", d, files[d] }' | \
 
 700         while read type dir files; do \
 
 701             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
 702             test -z "$$files" || { \
 
 703             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 
 704             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 
 708 uninstall-binPROGRAMS:
 
 710         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
 711         files=`for p in $$list; do echo "$$p"; done | \
 
 712           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
 713               -e 's/$$/$(EXEEXT)/' \
 
 715         test -n "$$list" || exit 0; \
 
 716         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 
 717         cd "$(DESTDIR)$(bindir)" && rm -f $$files
 
 720         @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
 
 721         echo " rm -f" $$list; \
 
 722         rm -f $$list || exit $$?; \
 
 723         test -n "$(EXEEXT)" || exit 0; \
 
 724         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
 725         echo " rm -f" $$list; \
 
 727 Mach/$(am__dirstamp):
 
 729         @: > Mach/$(am__dirstamp)
 
 730 Mach/$(DEPDIR)/$(am__dirstamp):
 
 731         @$(MKDIR_P) Mach/$(DEPDIR)
 
 732         @: > Mach/$(DEPDIR)/$(am__dirstamp)
 
 733 Mach/Inject.$(OBJEXT): Mach/$(am__dirstamp) \
 
 734         Mach/$(DEPDIR)/$(am__dirstamp)
 
 736 cycript$(EXEEXT): $(cycript_OBJECTS) $(cycript_DEPENDENCIES) $(EXTRA_cycript_DEPENDENCIES) 
 
 737         @rm -f cycript$(EXEEXT)
 
 738         $(AM_V_CXXLD)$(CXXLINK) $(cycript_OBJECTS) $(cycript_LDADD) $(LIBS)
 
 742         -rm -f Mach/*.$(OBJEXT)
 
 743         -rm -f ObjectiveC/*.$(OBJEXT)
 
 744         -rm -f ObjectiveC/*.lo
 
 745         -rm -f sig/*.$(OBJEXT)
 
 751 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Bridge.Plo@am__quote@
 
 752 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Console.Po@am__quote@
 
 753 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ConvertUTF.Plo@am__quote@
 
 754 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Cycript.tab.Plo@am__quote@
 
 755 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Decode.Plo@am__quote@
 
 756 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Display.Po@am__quote@
 
 757 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Driver.Plo@am__quote@
 
 758 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Execute.Plo@am__quote@
 
 759 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Handler.Plo@am__quote@
 
 760 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Highlight.Plo@am__quote@
 
 761 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/JavaScriptCore.Plo@am__quote@
 
 762 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Library.Plo@am__quote@
 
 763 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Network.Plo@am__quote@
 
 764 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Output.Plo@am__quote@
 
 765 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Parser.Plo@am__quote@
 
 766 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Replace.Plo@am__quote@
 
 767 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Select.Plo@am__quote@
 
 768 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lex.cy.Plo@am__quote@
 
 769 @AMDEP_TRUE@@am__include@ @am__quote@Mach/$(DEPDIR)/Inject.Po@am__quote@
 
 770 @AMDEP_TRUE@@am__include@ @am__quote@ObjectiveC/$(DEPDIR)/Library.Plo@am__quote@
 
 771 @AMDEP_TRUE@@am__include@ @am__quote@ObjectiveC/$(DEPDIR)/Output.Plo@am__quote@
 
 772 @AMDEP_TRUE@@am__include@ @am__quote@ObjectiveC/$(DEPDIR)/Replace.Plo@am__quote@
 
 773 @AMDEP_TRUE@@am__include@ @am__quote@sig/$(DEPDIR)/copy.Plo@am__quote@
 
 774 @AMDEP_TRUE@@am__include@ @am__quote@sig/$(DEPDIR)/ffi_type.Plo@am__quote@
 
 775 @AMDEP_TRUE@@am__include@ @am__quote@sig/$(DEPDIR)/parse.Plo@am__quote@
 
 778 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
 
 779 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
 
 780 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
 
 781 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
 782 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
 783 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
 
 786 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
 
 787 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
 
 788 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
 
 789 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
 790 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
 791 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
 794 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
 
 795 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
 
 796 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
 
 797 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
 798 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
 799 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
 
 802 @am__fastdepCXX_TRUE@   $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
 
 803 @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
 
 804 @am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Po
 
 805 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
 806 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
 807 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
 
 810 @am__fastdepCXX_TRUE@   $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
 
 811 @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
 
 812 @am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Po
 
 813 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
 814 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
 815 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
 818 @am__fastdepCXX_TRUE@   $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
 
 819 @am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
 
 820 @am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Plo
 
 821 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
 822 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
 823 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
 
 826 @am__fastdepCXX_TRUE@   $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
 
 827 @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
 
 828 @am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Po
 
 829 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
 830 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
 831 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
 
 834 @am__fastdepCXX_TRUE@   $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
 
 835 @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
 
 836 @am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Po
 
 837 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
 838 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
 839 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
 842 @am__fastdepCXX_TRUE@   $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
 
 843 @am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
 
 844 @am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Plo
 
 845 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
 846 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
 847 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
 
 850 @am__fastdepOBJCXX_TRUE@        $(AM_V_OBJCXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
 
 851 @am__fastdepOBJCXX_TRUE@        $(OBJCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
 
 852 @am__fastdepOBJCXX_TRUE@        $(am__mv) $$depbase.Tpo $$depbase.Po
 
 853 @AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@   $(AM_V_OBJCXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
 854 @AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@   DEPDIR=$(DEPDIR) $(OBJCXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
 855 @am__fastdepOBJCXX_FALSE@       $(AM_V_OBJCXX@am__nodep@)$(OBJCXXCOMPILE) -c -o $@ $<
 
 858 @am__fastdepOBJCXX_TRUE@        $(AM_V_OBJCXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
 
 859 @am__fastdepOBJCXX_TRUE@        $(OBJCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
 
 860 @am__fastdepOBJCXX_TRUE@        $(am__mv) $$depbase.Tpo $$depbase.Po
 
 861 @AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@   $(AM_V_OBJCXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
 862 @AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@   DEPDIR=$(DEPDIR) $(OBJCXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
 863 @am__fastdepOBJCXX_FALSE@       $(AM_V_OBJCXX@am__nodep@)$(OBJCXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
 866 @am__fastdepOBJCXX_TRUE@        $(AM_V_OBJCXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
 
 867 @am__fastdepOBJCXX_TRUE@        $(LTOBJCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
 
 868 @am__fastdepOBJCXX_TRUE@        $(am__mv) $$depbase.Tpo $$depbase.Plo
 
 869 @AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@   $(AM_V_OBJCXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
 870 @AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@   DEPDIR=$(DEPDIR) $(OBJCXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
 871 @am__fastdepOBJCXX_FALSE@       $(AM_V_OBJCXX@am__nodep@)$(LTOBJCXXCOMPILE) -c -o $@ $<
 
 878         -rm -rf ObjectiveC/.libs ObjectiveC/_libs
 
 879         -rm -rf sig/.libs sig/_libs
 
 882         -rm -f libtool config.lt
 
 884 # This directory's subdirectories are mostly independent; you can cd
 
 885 # into them and run 'make' without going through this Makefile.
 
 886 # To change the values of 'make' variables: instead of editing Makefiles,
 
 887 # (1) if the variable is set in 'config.status', edit 'config.status'
 
 888 #     (which will cause the Makefiles to be regenerated when you run 'make');
 
 889 # (2) otherwise, pass the desired values on the 'make' command line.
 
 890 $(am__recursive_targets):
 
 892         if $(am__make_keepgoing); then \
 
 893           failcom='fail=yes'; \
 
 898         target=`echo $@ | sed s/-recursive//`; \
 
 900           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
 901           *) list='$(SUBDIRS)' ;; \
 
 903         for subdir in $$list; do \
 
 904           echo "Making $$target in $$subdir"; \
 
 905           if test "$$subdir" = "."; then \
 
 907             local_target="$$target-am"; \
 
 909             local_target="$$target"; \
 
 911           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
 914         if test "$$dot_seen" = "no"; then \
 
 915           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
 918 ID: $(am__tagged_files)
 
 919         $(am__define_uniq_tagged_files); mkid -fID $$unique
 
 923 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
 926         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
 927           include_option=--etags-include; \
 
 930           include_option=--include; \
 
 933         list='$(SUBDIRS)'; for subdir in $$list; do \
 
 934           if test "$$subdir" = .; then :; else \
 
 935             test ! -f $$subdir/TAGS || \
 
 936               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
 939         $(am__define_uniq_tagged_files); \
 
 941         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
 942           test -n "$$unique" || unique=$$empty_fix; \
 
 943           if test $$# -gt 0; then \
 
 944             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
 947             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
 951 ctags: ctags-recursive
 
 954 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
 955         $(am__define_uniq_tagged_files); \
 
 956         test -z "$(CTAGS_ARGS)$$unique" \
 
 957           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
 961         here=`$(am__cd) $(top_builddir) && pwd` \
 
 962           && $(am__cd) $(top_srcdir) \
 
 963           && gtags -i $(GTAGS_ARGS) "$$here"
 
 965         test ! -s cscope.files \
 
 966           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
 
 969 cscope.files: clean-cscope cscopelist
 
 970 cscopelist: cscopelist-recursive
 
 972 cscopelist-am: $(am__tagged_files)
 
 973         list='$(am__tagged_files)'; \
 
 974         case "$(srcdir)" in \
 
 975           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
 976           *) sdir=$(subdir)/$(srcdir) ;; \
 
 978         for i in $$list; do \
 
 979           if test -f "$$i"; then \
 
 980             echo "$(subdir)/$$i"; \
 
 984         done >> $(top_builddir)/cscope.files
 
 987         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
 988         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
 
 990 distdir: $(DISTFILES)
 
 991         $(am__remove_distdir)
 
 992         test -d "$(distdir)" || mkdir "$(distdir)"
 
 993         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
 994         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
 995         list='$(DISTFILES)'; \
 
 996           dist_files=`for file in $$list; do echo $$file; done | \
 
 997           sed -e "s|^$$srcdirstrip/||;t" \
 
 998               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
 999         case $$dist_files in \
 
1000           */*) $(MKDIR_P) `echo "$$dist_files" | \
 
1001                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
1004         for file in $$dist_files; do \
 
1005           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
1006           if test -d $$d/$$file; then \
 
1007             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
1008             if test -d "$(distdir)/$$file"; then \
 
1009               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
1011             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
1012               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
1013               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
1015             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
1017             test -f "$(distdir)/$$file" \
 
1018             || cp -p $$d/$$file "$(distdir)/$$file" \
 
1022         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
1023           if test "$$subdir" = .; then :; else \
 
1024             $(am__make_dryrun) \
 
1025               || test -d "$(distdir)/$$subdir" \
 
1026               || $(MKDIR_P) "$(distdir)/$$subdir" \
 
1028             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
1029             $(am__relativize); \
 
1030             new_distdir=$$reldir; \
 
1031             dir1=$$subdir; dir2="$(top_distdir)"; \
 
1032             $(am__relativize); \
 
1033             new_top_distdir=$$reldir; \
 
1034             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
1035             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
1036             ($(am__cd) $$subdir && \
 
1037               $(MAKE) $(AM_MAKEFLAGS) \
 
1038                 top_distdir="$$new_top_distdir" \
 
1039                 distdir="$$new_distdir" \
 
1040                 am__remove_distdir=: \
 
1041                 am__skip_length_check=: \
 
1042                 am__skip_mode_fix=: \
 
1047         -test -n "$(am__skip_mode_fix)" \
 
1048         || find "$(distdir)" -type d ! -perm -755 \
 
1049                 -exec chmod u+rwx,go+rx {} \; -o \
 
1050           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
1051           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
1052           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
 
1053         || chmod -R a+r "$(distdir)"
 
1055         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
1056         $(am__post_remove_distdir)
 
1059         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
 
1060         $(am__post_remove_distdir)
 
1063         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
 
1064         $(am__post_remove_distdir)
 
1067         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
 
1068         $(am__post_remove_distdir)
 
1071         @echo WARNING: "Support for shar distribution archives is" \
 
1073         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
 
1074         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
1075         $(am__post_remove_distdir)
 
1078         @echo WARNING: "Support for distribution archives compressed with" \
 
1079                        "legacy program 'compress' is deprecated." >&2
 
1080         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
 
1081         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
1082         $(am__post_remove_distdir)
 
1085         -rm -f $(distdir).zip
 
1086         zip -rq $(distdir).zip $(distdir)
 
1087         $(am__post_remove_distdir)
 
1090         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
 
1091         $(am__post_remove_distdir)
 
1093 # This target untars the dist file and tries a VPATH configuration.  Then
 
1094 # it guarantees that the distribution is self-contained by making another
 
1097         case '$(DIST_ARCHIVES)' in \
 
1099           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
 
1101           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
 
1103           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
 
1105           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
 
1107           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
1109           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
 
1111           unzip $(distdir).zip ;;\
 
1113         chmod -R a-w $(distdir)
 
1114         chmod u+w $(distdir)
 
1115         mkdir $(distdir)/_build $(distdir)/_inst
 
1116         chmod a-w $(distdir)
 
1117         test -d $(distdir)/_build || exit 0; \
 
1118         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
1119           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
1121           && $(am__cd) $(distdir)/_build \
 
1123             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
 
1124             $(DISTCHECK_CONFIGURE_FLAGS) \
 
1125             --srcdir=.. --prefix="$$dc_install_base" \
 
1126           && $(MAKE) $(AM_MAKEFLAGS) \
 
1127           && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
1128           && $(MAKE) $(AM_MAKEFLAGS) check \
 
1129           && $(MAKE) $(AM_MAKEFLAGS) install \
 
1130           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
1131           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
1132           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
1133                 distuninstallcheck \
 
1134           && chmod -R a-w "$$dc_install_base" \
 
1136                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 
1137                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
1138                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
1139                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
1140                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
1141               } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
1142           && rm -rf "$$dc_destdir" \
 
1143           && $(MAKE) $(AM_MAKEFLAGS) dist \
 
1144           && rm -rf $(DIST_ARCHIVES) \
 
1145           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
1148         $(am__post_remove_distdir)
 
1149         @(echo "$(distdir) archives ready for distribution: "; \
 
1150           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
1151           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
 
1153         @test -n '$(distuninstallcheck_dir)' || { \
 
1154           echo 'ERROR: trying to run $@ with an empty' \
 
1155                '$$(distuninstallcheck_dir)' >&2; \
 
1158         $(am__cd) '$(distuninstallcheck_dir)' || { \
 
1159           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
 
1162         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
 
1163            || { echo "ERROR: files left after uninstall:" ; \
 
1164                 if test -n "$(DESTDIR)"; then \
 
1165                   echo "  (check DESTDIR support)"; \
 
1167                 $(distuninstallcheck_listfiles) ; \
 
1169 distcleancheck: distclean
 
1170         @if test '$(srcdir)' = . ; then \
 
1171           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
1174         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
1175           || { echo "ERROR: files left in build directory after distclean:" ; \
 
1176                $(distcleancheck_listfiles) ; \
 
1179 check: check-recursive
 
1180 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) config.h
 
1181 install-binPROGRAMS: install-libLTLIBRARIES
 
1183 installdirs: installdirs-recursive
 
1185         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"; do \
 
1186           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
1188 install: install-recursive
 
1189 install-exec: install-exec-recursive
 
1190 install-data: install-data-recursive
 
1191 uninstall: uninstall-recursive
 
1194         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
1196 installcheck: installcheck-recursive
 
1198         if test -z '$(STRIP)'; then \
 
1199           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
1200             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
1203           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
1204             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
1205             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
1207 mostlyclean-generic:
 
1210         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
1213         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
1214         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
1215         -rm -f Mach/$(DEPDIR)/$(am__dirstamp)
 
1216         -rm -f Mach/$(am__dirstamp)
 
1217         -rm -f ObjectiveC/$(DEPDIR)/$(am__dirstamp)
 
1218         -rm -f ObjectiveC/$(am__dirstamp)
 
1219         -rm -f sig/$(DEPDIR)/$(am__dirstamp)
 
1220         -rm -f sig/$(am__dirstamp)
 
1222 maintainer-clean-generic:
 
1223         @echo "This command is intended for maintainers to use"
 
1224         @echo "it deletes files that may require special tools to rebuild."
 
1225 clean: clean-recursive
 
1227 clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
 
1228         clean-libtool mostlyclean-am
 
1230 distclean: distclean-recursive
 
1231         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
1232         -rm -rf ./$(DEPDIR) Mach/$(DEPDIR) ObjectiveC/$(DEPDIR) sig/$(DEPDIR)
 
1234 distclean-am: clean-am distclean-compile distclean-generic \
 
1235         distclean-hdr distclean-libtool distclean-tags
 
1241 html: html-recursive
 
1245 info: info-recursive
 
1251 install-dvi: install-dvi-recursive
 
1255 install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
 
1257 install-html: install-html-recursive
 
1261 install-info: install-info-recursive
 
1267 install-pdf: install-pdf-recursive
 
1271 install-ps: install-ps-recursive
 
1277 maintainer-clean: maintainer-clean-recursive
 
1278         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
1279         -rm -rf $(top_srcdir)/autom4te.cache
 
1280         -rm -rf ./$(DEPDIR) Mach/$(DEPDIR) ObjectiveC/$(DEPDIR) sig/$(DEPDIR)
 
1282 maintainer-clean-am: distclean-am maintainer-clean-generic
 
1284 mostlyclean: mostlyclean-recursive
 
1286 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
1297 uninstall-am: uninstall-binPROGRAMS uninstall-libLTLIBRARIES
 
1299 .MAKE: $(am__recursive_targets) all install-am install-strip
 
1301 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
 
1302         am--refresh check check-am clean clean-binPROGRAMS \
 
1303         clean-cscope clean-generic clean-libLTLIBRARIES clean-libtool \
 
1304         cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
 
1305         dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
 
1306         distcheck distclean distclean-compile distclean-generic \
 
1307         distclean-hdr distclean-libtool distclean-tags distcleancheck \
 
1308         distdir distuninstallcheck dvi dvi-am html html-am info \
 
1309         info-am install install-am install-binPROGRAMS install-data \
 
1310         install-data-am install-dvi install-dvi-am install-exec \
 
1311         install-exec-am install-html install-html-am install-info \
 
1312         install-info-am install-libLTLIBRARIES install-man install-pdf \
 
1313         install-pdf-am install-ps install-ps-am install-strip \
 
1314         installcheck installcheck-am installdirs installdirs-am \
 
1315         maintainer-clean maintainer-clean-generic mostlyclean \
 
1316         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
1317         pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
 
1318         uninstall-binPROGRAMS uninstall-libLTLIBRARIES
 
1323 @CY_EXECUTE_TRUE@Bridge.lo: Bridge.hpp
 
1324 @CY_EXECUTE_TRUE@Bridge.gperf: Bridge.def Bridge.sh
 
1325 @CY_EXECUTE_TRUE@       $(srcdir)/Bridge.sh $< >$@
 
1326 @CY_EXECUTE_TRUE@Bridge.hpp: Bridge.gperf
 
1327 @CY_EXECUTE_TRUE@       $(GPERF) $< | $(SED) -e 's/defined __GNUC_STDC_INLINE__ || defined __GNUC_GNU_INLINE__/0/' >$@
 
1329 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@Mach/Inject.$(OBJEXT): Trampoline.t.hpp
 
1330 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@Trampoline.t.lo: Trampoline.t.cpp Trampoline.hpp Baton.hpp Standard.hpp
 
1331 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@ $(LTCXXCOMPILE) $(CY_ARCH) -c -o $@ $< -fno-stack-protector -O0
 
1332 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@libTrampoline.t.la: Trampoline.t.lo
 
1333 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@ $(CXXLINK) $(CY_ARCH) -rpath $(libdir) $^
 
1334 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@Trampoline.t.hpp: libTrampoline.t.la trampoline.sh
 
1335 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@ $(srcdir)/trampoline.sh $@ .libs/libTrampoline.t.dylib Trampoline $(SED) $(LIPO) $(NM) $(OTOOL)
 
1336 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@ ! grep '## symbol stub for:' $@
 
1337 Cycript.yy: Cycript.yy.in
 
1338         $(srcdir)/Filter.sh <$< >$@ $(filters)
 
1339 Cycript.l: Cycript.l.in
 
1340         $(srcdir)/Filter.sh <$< >$@ $(filters)
 
1341 lex.cy.cpp: Cycript.l
 
1342         $(FLEX) -t $< | $(SED) -e 's/int yyl;/yy_size_t yyl;/;s/int yyleng_r;/yy_size_t yyleng_r;/' >$@
 
1344 Console.$(OBJEXT) Cycript.tab.lo Driver.lo Handler.lo Highlight.lo Library.lo lex.cy.lo: Cycript.tab.hh
 
1345 Cycript.tab.cc Cycript.tab.hh location.hh position.hh stack.hh Cycript.output: Cycript.yy
 
1346         $(BISON) -v --report=state $<
 
1347         ! grep -n '^State [0-9]* conflicts:' Cycript.output
 
1348         ! grep -n '^ *$$default  reduce using rule [0-9]* (Lex[A-Z][^)]*)$$' Cycript.output -B 2 | grep 'shift, and go to state [0-9]*$$'
 
1349         ! grep -n '^ *$$default  reduce using rule [0-9]* (Lex[A-Z][^)]*)$$' Cycript.output -B 2 | grep -v '$$default' | grep 'reduce using rule [0-9]* ([^)]*)$$'
 
1351 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 
1352 # Otherwise a system limit (for SysV at least) may be exceeded.