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_CONSOLE_TRUE@bin_PROGRAMS = cycript$(EXEEXT)
102 @CY_EXECUTE_TRUE@am__append_1 = sig/ffi_type.cpp sig/parse.cpp \
103 @CY_EXECUTE_TRUE@ sig/copy.cpp Bridge.cpp Execute.cpp \
104 @CY_EXECUTE_TRUE@ JavaScriptCore.cpp
105 @CY_EXECUTE_TRUE@am__append_2 = $(LTJAVASCRIPTCORE)
106 @CY_EXECUTE_TRUE@am__append_3 = -DCY_EXECUTE
107 @CY_EXECUTE_TRUE@am__append_4 = C
108 @CY_EXECUTE_TRUE@am__append_5 = Bridge.gperf Bridge.hpp
109 @CY_OBJECTIVEC_TRUE@am__append_6 = ObjectiveC
110 @CY_OBJECTIVEC_TRUE@am__append_7 = ObjectiveC/Output.cpp ObjectiveC/Replace.cpp ObjectiveC/Library.mm
111 @CY_OBJECTIVEC_TRUE@am__append_8 = $(LTOBJECTIVEC)
112 @CY_MACH_TRUE@am__append_9 = Handler.mm
113 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@am__append_10 = Mach/Inject.cpp
114 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@am__append_11 = -DCY_ATTACH
115 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@am__append_12 = Trampoline.t.lo \
116 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@ libTrampoline.t.la \
117 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@ Trampoline.t.hpp
119 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
120 $(top_srcdir)/configure $(am__configure_deps) \
121 $(srcdir)/config.h.in depcomp COPYING INSTALL ar-lib compile \
122 config.guess config.rpath config.sub install-sh missing \
124 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
125 am__aclocal_m4_deps = $(top_srcdir)/m4/framework.m4 \
126 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
127 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
128 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
129 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
131 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
132 configure.lineno config.status.lineno
133 mkinstalldirs = $(install_sh) -d
134 CONFIG_HEADER = config.h
136 CONFIG_CLEAN_VPATH_FILES =
137 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
138 am__vpath_adj = case $$p in \
139 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
142 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
144 am__nobase_strip_setup = \
145 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
147 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
148 am__nobase_list = $(am__nobase_strip_setup); \
149 for p in $$list; do echo "$$p $$p"; done | \
150 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
151 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
152 if (++n[$$2] == $(am__install_max)) \
153 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
154 END { for (dir in files) print dir, files[dir] }'
156 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
157 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
158 am__uninstall_files_from_dir = { \
160 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
161 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
162 $(am__cd) "$$dir" && rm -f $$files; }; \
164 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"
165 LTLIBRARIES = $(lib_LTLIBRARIES)
167 @CY_EXECUTE_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1)
168 @CY_OBJECTIVEC_TRUE@am__DEPENDENCIES_3 = $(am__DEPENDENCIES_1)
169 libcycript_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
170 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) \
171 $(am__DEPENDENCIES_3)
172 am__libcycript_la_SOURCES_DIST = ConvertUTF.c Decode.cpp Driver.cpp \
173 Highlight.cpp Library.cpp Network.cpp Output.cpp Parser.cpp \
174 Replace.cpp Cycript.tab.cc lex.cy.cpp sig/ffi_type.cpp \
175 sig/parse.cpp sig/copy.cpp Bridge.cpp Execute.cpp \
176 JavaScriptCore.cpp ObjectiveC/Output.cpp \
177 ObjectiveC/Replace.cpp ObjectiveC/Library.mm Handler.mm
178 am__dirstamp = $(am__leading_dot)dirstamp
179 @CY_EXECUTE_TRUE@am__objects_1 = sig/ffi_type.lo sig/parse.lo \
180 @CY_EXECUTE_TRUE@ sig/copy.lo Bridge.lo Execute.lo \
181 @CY_EXECUTE_TRUE@ JavaScriptCore.lo
182 @CY_OBJECTIVEC_TRUE@am__objects_2 = ObjectiveC/Output.lo \
183 @CY_OBJECTIVEC_TRUE@ ObjectiveC/Replace.lo \
184 @CY_OBJECTIVEC_TRUE@ ObjectiveC/Library.lo
185 @CY_MACH_TRUE@am__objects_3 = Handler.lo
186 am_libcycript_la_OBJECTS = ConvertUTF.lo Decode.lo Driver.lo \
187 Highlight.lo Library.lo Network.lo Output.lo Parser.lo \
188 Replace.lo Cycript.tab.lo lex.cy.lo $(am__objects_1) \
189 $(am__objects_2) $(am__objects_3)
190 libcycript_la_OBJECTS = $(am_libcycript_la_OBJECTS)
191 AM_V_lt = $(am__v_lt_@AM_V@)
192 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
193 am__v_lt_0 = --silent
195 libcycript_la_LINK = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
196 $(LIBTOOLFLAGS) --mode=link $(OBJCXXLD) $(AM_OBJCXXFLAGS) \
197 $(OBJCXXFLAGS) $(libcycript_la_LDFLAGS) $(LDFLAGS) -o $@
198 PROGRAMS = $(bin_PROGRAMS)
199 am__cycript_SOURCES_DIST = Console.cpp Display.cpp Mach/Inject.cpp
200 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@am__objects_4 = Mach/Inject.$(OBJEXT)
201 @CY_CONSOLE_TRUE@am_cycript_OBJECTS = Console.$(OBJEXT) \
202 @CY_CONSOLE_TRUE@ Display.$(OBJEXT) $(am__objects_4)
203 cycript_OBJECTS = $(am_cycript_OBJECTS)
204 @CY_CONSOLE_TRUE@cycript_DEPENDENCIES = libcycript.la \
205 @CY_CONSOLE_TRUE@ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
206 @CY_CONSOLE_TRUE@ $(am__DEPENDENCIES_1)
207 AM_V_P = $(am__v_P_@AM_V@)
208 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
211 AM_V_GEN = $(am__v_GEN_@AM_V@)
212 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
213 am__v_GEN_0 = @echo " GEN " $@;
215 AM_V_at = $(am__v_at_@AM_V@)
216 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
219 DEFAULT_INCLUDES = -I.@am__isrc@
220 depcomp = $(SHELL) $(top_srcdir)/depcomp
221 am__depfiles_maybe = depfiles
223 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
224 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
225 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
226 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
227 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
228 $(AM_CFLAGS) $(CFLAGS)
229 AM_V_CC = $(am__v_CC_@AM_V@)
230 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
231 am__v_CC_0 = @echo " CC " $@;
234 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
235 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
236 $(AM_LDFLAGS) $(LDFLAGS) -o $@
237 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
238 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
239 am__v_CCLD_0 = @echo " CCLD " $@;
241 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
242 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
243 LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
244 $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
245 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
246 $(AM_CXXFLAGS) $(CXXFLAGS)
247 AM_V_CXX = $(am__v_CXX_@AM_V@)
248 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
249 am__v_CXX_0 = @echo " CXX " $@;
252 CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
253 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
254 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
255 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
256 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
257 am__v_CXXLD_0 = @echo " CXXLD " $@;
259 OBJCXXCOMPILE = $(OBJCXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
260 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_OBJCXXFLAGS) $(OBJCXXFLAGS)
261 LTOBJCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
262 $(LIBTOOLFLAGS) --mode=compile $(OBJCXX) $(DEFS) \
263 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
264 $(AM_OBJCXXFLAGS) $(OBJCXXFLAGS)
265 AM_V_OBJCXX = $(am__v_OBJCXX_@AM_V@)
266 am__v_OBJCXX_ = $(am__v_OBJCXX_@AM_DEFAULT_V@)
267 am__v_OBJCXX_0 = @echo " OBJCXX " $@;
270 OBJCXXLINK = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
271 --mode=link $(OBJCXXLD) $(AM_OBJCXXFLAGS) $(OBJCXXFLAGS) \
272 $(AM_LDFLAGS) $(LDFLAGS) -o $@
273 AM_V_OBJCXXLD = $(am__v_OBJCXXLD_@AM_V@)
274 am__v_OBJCXXLD_ = $(am__v_OBJCXXLD_@AM_DEFAULT_V@)
275 am__v_OBJCXXLD_0 = @echo " OBJCXXLD" $@;
277 SOURCES = $(libcycript_la_SOURCES) $(cycript_SOURCES)
278 DIST_SOURCES = $(am__libcycript_la_SOURCES_DIST) \
279 $(am__cycript_SOURCES_DIST)
280 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
281 ctags-recursive dvi-recursive html-recursive info-recursive \
282 install-data-recursive install-dvi-recursive \
283 install-exec-recursive install-html-recursive \
284 install-info-recursive install-pdf-recursive \
285 install-ps-recursive install-recursive installcheck-recursive \
286 installdirs-recursive pdf-recursive ps-recursive \
287 tags-recursive uninstall-recursive
288 am__can_run_installinfo = \
289 case $$AM_UPDATE_INFO_DIR in \
291 *) (install-info --version) >/dev/null 2>&1;; \
293 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
294 distclean-recursive maintainer-clean-recursive
295 am__recursive_targets = \
296 $(RECURSIVE_TARGETS) \
297 $(RECURSIVE_CLEAN_TARGETS) \
298 $(am__extra_recursive_targets)
299 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
300 cscope distdir dist dist-all distcheck
301 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
303 # Read a list of newline-separated strings from the standard input,
304 # and print each of them once, without duplicates. Input order is
306 am__uniquify_input = $(AWK) '\
307 BEGIN { nonempty = 0; } \
308 { items[$$0] = 1; nonempty = 1; } \
309 END { if (nonempty) { for (i in items) print i; }; } \
311 # Make sure the list of sources is unique. This is necessary because,
312 # e.g., the same source file might be shared among _SOURCES variables
313 # for different programs/libraries.
314 am__define_uniq_tagged_files = \
315 list='$(am__tagged_files)'; \
316 unique=`for i in $$list; do \
317 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
318 done | $(am__uniquify_input)`
322 DIST_SUBDIRS = $(SUBDIRS)
323 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
324 distdir = $(PACKAGE)-$(VERSION)
325 top_distdir = $(distdir)
326 am__remove_distdir = \
327 if test -d "$(distdir)"; then \
328 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
329 && rm -rf "$(distdir)" \
330 || { sleep 5 && rm -rf "$(distdir)"; }; \
332 am__post_remove_distdir = $(am__remove_distdir)
335 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
336 sed_rest='s,^[^/]*/*,,'; \
337 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
338 sed_butlast='s,/*[^/]*$$,,'; \
339 while test -n "$$dir1"; do \
340 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
341 if test "$$first" != "."; then \
342 if test "$$first" = ".."; then \
343 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
344 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
346 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
347 if test "$$first2" = "$$first"; then \
348 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
352 dir0="$$dir0"/"$$first"; \
355 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
358 DIST_ARCHIVES = $(distdir).tar.gz
360 DIST_TARGETS = dist-gzip
361 distuninstallcheck_listfiles = find . -type f -print
362 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
363 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
364 distcleancheck_listfiles = find . -type f -print
367 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
369 AUTOCONF = @AUTOCONF@
370 AUTOHEADER = @AUTOHEADER@
371 AUTOMAKE = @AUTOMAKE@
375 CCDEPMODE = @CCDEPMODE@
378 CPPFLAGS = @CPPFLAGS@
381 CXXDEPMODE = @CXXDEPMODE@
382 CXXFLAGS = @CXXFLAGS@
383 CYGPATH_W = @CYGPATH_W@
385 CY_ATTACH_GROUP = @CY_ATTACH_GROUP@
386 CY_EXECUTE = @CY_EXECUTE@
387 CY_FILTERS = @CY_FILTERS@
389 CY_OBJECTIVEC = @CY_OBJECTIVEC@
393 DSYMUTIL = @DSYMUTIL@
403 GNUSTEP_CONFIG = @GNUSTEP_CONFIG@
408 INSTALL_DATA = @INSTALL_DATA@
409 INSTALL_PROGRAM = @INSTALL_PROGRAM@
410 INSTALL_SCRIPT = @INSTALL_SCRIPT@
411 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
414 LIBFFI_CFLAGS = @LIBFFI_CFLAGS@
415 LIBFFI_LIBS = @LIBFFI_LIBS@
422 LTJAVASCRIPTCORE = @LTJAVASCRIPTCORE@
423 LTLIBFFI = @LTLIBFFI@
424 LTLIBGCC = @LTLIBGCC@
425 LTLIBOBJS = @LTLIBOBJS@
426 LTLIBREADLINE = @LTLIBREADLINE@
427 LTLIBTERMCAP = @LTLIBTERMCAP@
428 LTOBJECTIVEC = @LTOBJECTIVEC@
430 MAKEINFO = @MAKEINFO@
431 MANIFEST_TOOL = @MANIFEST_TOOL@
436 OBJCXXDEPMODE = @OBJCXXDEPMODE@
437 OBJCXXFLAGS = @OBJCXXFLAGS@
443 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
444 PACKAGE_NAME = @PACKAGE_NAME@
445 PACKAGE_STRING = @PACKAGE_STRING@
446 PACKAGE_TARNAME = @PACKAGE_TARNAME@
447 PACKAGE_URL = @PACKAGE_URL@
448 PACKAGE_VERSION = @PACKAGE_VERSION@
449 PATH_SEPARATOR = @PATH_SEPARATOR@
450 PKG_CONFIG = @PKG_CONFIG@
451 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
452 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
455 SET_MAKE = @SET_MAKE@
461 WEBKIT_CFLAGS = @WEBKIT_CFLAGS@
462 WEBKIT_LIBS = @WEBKIT_LIBS@
466 abs_builddir = @abs_builddir@
467 abs_srcdir = @abs_srcdir@
468 abs_top_builddir = @abs_top_builddir@
469 abs_top_srcdir = @abs_top_srcdir@
470 ac_ct_AR = @ac_ct_AR@
471 ac_ct_CC = @ac_ct_CC@
472 ac_ct_CXX = @ac_ct_CXX@
473 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
474 ac_ct_OBJCXX = @ac_ct_OBJCXX@
475 ac_ct__LIPO = @ac_ct__LIPO@
476 ac_ct__NM = @ac_ct__NM@
477 ac_ct__OTOOL = @ac_ct__OTOOL@
478 am__include = @am__include@
479 am__leading_dot = @am__leading_dot@
480 am__quote = @am__quote@
482 am__untar = @am__untar@
485 build_alias = @build_alias@
486 build_cpu = @build_cpu@
487 build_os = @build_os@
488 build_vendor = @build_vendor@
489 builddir = @builddir@
491 datarootdir = @datarootdir@
494 exec_prefix = @exec_prefix@
496 host_alias = @host_alias@
497 host_cpu = @host_cpu@
499 host_vendor = @host_vendor@
501 includedir = @includedir@
503 install_sh = @install_sh@
505 libexecdir = @libexecdir@
506 localedir = @localedir@
507 localstatedir = @localstatedir@
510 oldincludedir = @oldincludedir@
513 program_transform_name = @program_transform_name@
516 sharedstatedir = @sharedstatedir@
518 sysconfdir = @sysconfdir@
519 target_alias = @target_alias@
520 top_build_prefix = @top_build_prefix@
521 top_builddir = @top_builddir@
522 top_srcdir = @top_srcdir@
523 AUTOMAKE_OPTIONS = subdir-objects
524 CLEANFILES = $(am__append_5) $(am__append_12) Cycript.yy Cycript.l \
525 lex.cy.cpp Cycript.tab.cc Cycript.tab.hh location.hh \
526 position.hh stack.hh Cycript.output
528 ACLOCAL_AMFLAGS = -I m4
529 AM_CPPFLAGS = -I$(srcdir)/include -DYYDEBUG=1 -include config.h \
530 -include $(srcdir)/unconfig.h $(am__append_3) $(am__append_11)
531 CY_LDFLAGS = -no-undefined -avoid-version -export-dynamic
532 lib_LTLIBRARIES = libcycript.la
533 libcycript_la_LDFLAGS = $(CY_LDFLAGS)
534 libcycript_la_LIBADD = $(LTLIBFFI) $(LTLIBGCC) -ldl $(am__append_2) \
536 libcycript_la_SOURCES = ConvertUTF.c Decode.cpp Driver.cpp \
537 Highlight.cpp Library.cpp Network.cpp Output.cpp Parser.cpp \
538 Replace.cpp Cycript.tab.cc lex.cy.cpp $(am__append_1) \
539 $(am__append_7) $(am__append_9)
540 filters = $(CY_FILTERS) $(am__append_4) $(am__append_6)
541 @CY_CONSOLE_TRUE@cycript_SOURCES = Console.cpp Display.cpp \
542 @CY_CONSOLE_TRUE@ $(am__append_10)
543 @CY_CONSOLE_TRUE@cycript_LDADD = libcycript.la $(LTLIBREADLINE) $(LTLIBTERMCAP) $(LTLIBGCC) -ldl
544 @CY_CONSOLE_TRUE@ldid = true
545 @CY_CONSOLE_TRUE@entitle = $(ldid) -S$(srcdir)/cycript.xml
547 $(MAKE) $(AM_MAKEFLAGS) all-recursive
550 .SUFFIXES: .c .cc .cpp .lo .mm .o .obj
551 am--refresh: Makefile
553 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
555 case '$(am__configure_deps)' in \
557 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
558 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
563 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
564 $(am__cd) $(top_srcdir) && \
565 $(AUTOMAKE) --foreign Makefile
567 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
570 echo ' $(SHELL) ./config.status'; \
571 $(SHELL) ./config.status;; \
573 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
574 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
577 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
578 $(SHELL) ./config.status --recheck
580 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
581 $(am__cd) $(srcdir) && $(AUTOCONF)
582 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
583 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
584 $(am__aclocal_m4_deps):
587 @test -f $@ || rm -f stamp-h1
588 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
590 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
592 cd $(top_builddir) && $(SHELL) ./config.status config.h
593 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
594 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
599 -rm -f config.h stamp-h1
601 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
603 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
604 list2=; for p in $$list; do \
605 if test -f $$p; then \
606 list2="$$list2 $$p"; \
609 test -z "$$list2" || { \
610 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
611 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
612 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
613 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
616 uninstall-libLTLIBRARIES:
618 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
619 for p in $$list; do \
621 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
622 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
625 clean-libLTLIBRARIES:
626 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
627 @list='$(lib_LTLIBRARIES)'; \
628 locs=`for p in $$list; do echo $$p; done | \
629 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
631 test -z "$$locs" || { \
632 echo rm -f $${locs}; \
637 @: > sig/$(am__dirstamp)
638 sig/$(DEPDIR)/$(am__dirstamp):
639 @$(MKDIR_P) sig/$(DEPDIR)
640 @: > sig/$(DEPDIR)/$(am__dirstamp)
641 sig/ffi_type.lo: sig/$(am__dirstamp) sig/$(DEPDIR)/$(am__dirstamp)
642 sig/parse.lo: sig/$(am__dirstamp) sig/$(DEPDIR)/$(am__dirstamp)
643 sig/copy.lo: sig/$(am__dirstamp) sig/$(DEPDIR)/$(am__dirstamp)
644 ObjectiveC/$(am__dirstamp):
645 @$(MKDIR_P) ObjectiveC
646 @: > ObjectiveC/$(am__dirstamp)
647 ObjectiveC/$(DEPDIR)/$(am__dirstamp):
648 @$(MKDIR_P) ObjectiveC/$(DEPDIR)
649 @: > ObjectiveC/$(DEPDIR)/$(am__dirstamp)
650 ObjectiveC/Output.lo: ObjectiveC/$(am__dirstamp) \
651 ObjectiveC/$(DEPDIR)/$(am__dirstamp)
652 ObjectiveC/Replace.lo: ObjectiveC/$(am__dirstamp) \
653 ObjectiveC/$(DEPDIR)/$(am__dirstamp)
654 ObjectiveC/Library.lo: ObjectiveC/$(am__dirstamp) \
655 ObjectiveC/$(DEPDIR)/$(am__dirstamp)
657 libcycript.la: $(libcycript_la_OBJECTS) $(libcycript_la_DEPENDENCIES) $(EXTRA_libcycript_la_DEPENDENCIES)
658 $(AM_V_OBJCXXLD)$(libcycript_la_LINK) -rpath $(libdir) $(libcycript_la_OBJECTS) $(libcycript_la_LIBADD) $(LIBS)
659 install-binPROGRAMS: $(bin_PROGRAMS)
661 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
662 if test -n "$$list"; then \
663 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
664 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
666 for p in $$list; do echo "$$p $$p"; done | \
667 sed 's/$(EXEEXT)$$//' | \
668 while read p p1; do if test -f $$p \
670 ; then echo "$$p"; echo "$$p"; else :; fi; \
672 sed -e 'p;s,.*/,,;n;h' \
674 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
675 sed 'N;N;N;s,\n, ,g' | \
676 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
677 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
678 if ($$2 == $$4) files[d] = files[d] " " $$1; \
679 else { print "f", $$3 "/" $$4, $$1; } } \
680 END { for (d in files) print "f", d, files[d] }' | \
681 while read type dir files; do \
682 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
683 test -z "$$files" || { \
684 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
685 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
689 uninstall-binPROGRAMS:
691 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
692 files=`for p in $$list; do echo "$$p"; done | \
693 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
694 -e 's/$$/$(EXEEXT)/' \
696 test -n "$$list" || exit 0; \
697 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
698 cd "$(DESTDIR)$(bindir)" && rm -f $$files
701 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
702 echo " rm -f" $$list; \
703 rm -f $$list || exit $$?; \
704 test -n "$(EXEEXT)" || exit 0; \
705 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
706 echo " rm -f" $$list; \
708 Mach/$(am__dirstamp):
710 @: > Mach/$(am__dirstamp)
711 Mach/$(DEPDIR)/$(am__dirstamp):
712 @$(MKDIR_P) Mach/$(DEPDIR)
713 @: > Mach/$(DEPDIR)/$(am__dirstamp)
714 Mach/Inject.$(OBJEXT): Mach/$(am__dirstamp) \
715 Mach/$(DEPDIR)/$(am__dirstamp)
717 cycript$(EXEEXT): $(cycript_OBJECTS) $(cycript_DEPENDENCIES) $(EXTRA_cycript_DEPENDENCIES)
718 @rm -f cycript$(EXEEXT)
719 $(AM_V_CXXLD)$(CXXLINK) $(cycript_OBJECTS) $(cycript_LDADD) $(LIBS)
723 -rm -f Mach/*.$(OBJEXT)
724 -rm -f ObjectiveC/*.$(OBJEXT)
725 -rm -f ObjectiveC/*.lo
726 -rm -f sig/*.$(OBJEXT)
732 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Bridge.Plo@am__quote@
733 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Console.Po@am__quote@
734 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ConvertUTF.Plo@am__quote@
735 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Cycript.tab.Plo@am__quote@
736 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Decode.Plo@am__quote@
737 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Display.Po@am__quote@
738 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Driver.Plo@am__quote@
739 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Execute.Plo@am__quote@
740 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Handler.Plo@am__quote@
741 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Highlight.Plo@am__quote@
742 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/JavaScriptCore.Plo@am__quote@
743 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Library.Plo@am__quote@
744 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Network.Plo@am__quote@
745 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Output.Plo@am__quote@
746 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Parser.Plo@am__quote@
747 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Replace.Plo@am__quote@
748 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lex.cy.Plo@am__quote@
749 @AMDEP_TRUE@@am__include@ @am__quote@Mach/$(DEPDIR)/Inject.Po@am__quote@
750 @AMDEP_TRUE@@am__include@ @am__quote@ObjectiveC/$(DEPDIR)/Library.Plo@am__quote@
751 @AMDEP_TRUE@@am__include@ @am__quote@ObjectiveC/$(DEPDIR)/Output.Plo@am__quote@
752 @AMDEP_TRUE@@am__include@ @am__quote@ObjectiveC/$(DEPDIR)/Replace.Plo@am__quote@
753 @AMDEP_TRUE@@am__include@ @am__quote@sig/$(DEPDIR)/copy.Plo@am__quote@
754 @AMDEP_TRUE@@am__include@ @am__quote@sig/$(DEPDIR)/ffi_type.Plo@am__quote@
755 @AMDEP_TRUE@@am__include@ @am__quote@sig/$(DEPDIR)/parse.Plo@am__quote@
758 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
759 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
760 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
761 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
762 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
763 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
766 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
767 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
768 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
769 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
770 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
771 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
774 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
775 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
776 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
777 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
778 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
779 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
782 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
783 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
784 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
785 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
786 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
787 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
790 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
791 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
792 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
793 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
794 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
795 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
798 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
799 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
800 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
801 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
802 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
803 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
806 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
807 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
808 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
809 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
810 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
811 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
814 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
815 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
816 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
817 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
818 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
819 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
822 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
823 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
824 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
825 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
826 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
827 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
830 @am__fastdepOBJCXX_TRUE@ $(AM_V_OBJCXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
831 @am__fastdepOBJCXX_TRUE@ $(OBJCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
832 @am__fastdepOBJCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
833 @AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@ $(AM_V_OBJCXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
834 @AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@ DEPDIR=$(DEPDIR) $(OBJCXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
835 @am__fastdepOBJCXX_FALSE@ $(AM_V_OBJCXX@am__nodep@)$(OBJCXXCOMPILE) -c -o $@ $<
838 @am__fastdepOBJCXX_TRUE@ $(AM_V_OBJCXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
839 @am__fastdepOBJCXX_TRUE@ $(OBJCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
840 @am__fastdepOBJCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
841 @AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@ $(AM_V_OBJCXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
842 @AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@ DEPDIR=$(DEPDIR) $(OBJCXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
843 @am__fastdepOBJCXX_FALSE@ $(AM_V_OBJCXX@am__nodep@)$(OBJCXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
846 @am__fastdepOBJCXX_TRUE@ $(AM_V_OBJCXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
847 @am__fastdepOBJCXX_TRUE@ $(LTOBJCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
848 @am__fastdepOBJCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
849 @AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@ $(AM_V_OBJCXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
850 @AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@ DEPDIR=$(DEPDIR) $(OBJCXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
851 @am__fastdepOBJCXX_FALSE@ $(AM_V_OBJCXX@am__nodep@)$(LTOBJCXXCOMPILE) -c -o $@ $<
858 -rm -rf ObjectiveC/.libs ObjectiveC/_libs
859 -rm -rf sig/.libs sig/_libs
862 -rm -f libtool config.lt
864 # This directory's subdirectories are mostly independent; you can cd
865 # into them and run 'make' without going through this Makefile.
866 # To change the values of 'make' variables: instead of editing Makefiles,
867 # (1) if the variable is set in 'config.status', edit 'config.status'
868 # (which will cause the Makefiles to be regenerated when you run 'make');
869 # (2) otherwise, pass the desired values on the 'make' command line.
870 $(am__recursive_targets):
872 if $(am__make_keepgoing); then \
873 failcom='fail=yes'; \
878 target=`echo $@ | sed s/-recursive//`; \
880 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
881 *) list='$(SUBDIRS)' ;; \
883 for subdir in $$list; do \
884 echo "Making $$target in $$subdir"; \
885 if test "$$subdir" = "."; then \
887 local_target="$$target-am"; \
889 local_target="$$target"; \
891 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
894 if test "$$dot_seen" = "no"; then \
895 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
898 ID: $(am__tagged_files)
899 $(am__define_uniq_tagged_files); mkid -fID $$unique
903 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
906 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
907 include_option=--etags-include; \
910 include_option=--include; \
913 list='$(SUBDIRS)'; for subdir in $$list; do \
914 if test "$$subdir" = .; then :; else \
915 test ! -f $$subdir/TAGS || \
916 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
919 $(am__define_uniq_tagged_files); \
921 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
922 test -n "$$unique" || unique=$$empty_fix; \
923 if test $$# -gt 0; then \
924 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
927 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
931 ctags: ctags-recursive
934 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
935 $(am__define_uniq_tagged_files); \
936 test -z "$(CTAGS_ARGS)$$unique" \
937 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
941 here=`$(am__cd) $(top_builddir) && pwd` \
942 && $(am__cd) $(top_srcdir) \
943 && gtags -i $(GTAGS_ARGS) "$$here"
945 test ! -s cscope.files \
946 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
949 cscope.files: clean-cscope cscopelist
950 cscopelist: cscopelist-recursive
952 cscopelist-am: $(am__tagged_files)
953 list='$(am__tagged_files)'; \
954 case "$(srcdir)" in \
955 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
956 *) sdir=$(subdir)/$(srcdir) ;; \
958 for i in $$list; do \
959 if test -f "$$i"; then \
960 echo "$(subdir)/$$i"; \
964 done >> $(top_builddir)/cscope.files
967 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
968 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
970 distdir: $(DISTFILES)
971 $(am__remove_distdir)
972 test -d "$(distdir)" || mkdir "$(distdir)"
973 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
974 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
975 list='$(DISTFILES)'; \
976 dist_files=`for file in $$list; do echo $$file; done | \
977 sed -e "s|^$$srcdirstrip/||;t" \
978 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
979 case $$dist_files in \
980 */*) $(MKDIR_P) `echo "$$dist_files" | \
981 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
984 for file in $$dist_files; do \
985 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
986 if test -d $$d/$$file; then \
987 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
988 if test -d "$(distdir)/$$file"; then \
989 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
991 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
992 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
993 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
995 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
997 test -f "$(distdir)/$$file" \
998 || cp -p $$d/$$file "$(distdir)/$$file" \
1002 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1003 if test "$$subdir" = .; then :; else \
1004 $(am__make_dryrun) \
1005 || test -d "$(distdir)/$$subdir" \
1006 || $(MKDIR_P) "$(distdir)/$$subdir" \
1008 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1009 $(am__relativize); \
1010 new_distdir=$$reldir; \
1011 dir1=$$subdir; dir2="$(top_distdir)"; \
1012 $(am__relativize); \
1013 new_top_distdir=$$reldir; \
1014 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1015 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1016 ($(am__cd) $$subdir && \
1017 $(MAKE) $(AM_MAKEFLAGS) \
1018 top_distdir="$$new_top_distdir" \
1019 distdir="$$new_distdir" \
1020 am__remove_distdir=: \
1021 am__skip_length_check=: \
1022 am__skip_mode_fix=: \
1027 -test -n "$(am__skip_mode_fix)" \
1028 || find "$(distdir)" -type d ! -perm -755 \
1029 -exec chmod u+rwx,go+rx {} \; -o \
1030 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1031 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1032 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1033 || chmod -R a+r "$(distdir)"
1035 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1036 $(am__post_remove_distdir)
1039 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1040 $(am__post_remove_distdir)
1043 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1044 $(am__post_remove_distdir)
1047 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1048 $(am__post_remove_distdir)
1051 @echo WARNING: "Support for shar distribution archives is" \
1053 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1054 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1055 $(am__post_remove_distdir)
1058 @echo WARNING: "Support for distribution archives compressed with" \
1059 "legacy program 'compress' is deprecated." >&2
1060 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1061 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1062 $(am__post_remove_distdir)
1065 -rm -f $(distdir).zip
1066 zip -rq $(distdir).zip $(distdir)
1067 $(am__post_remove_distdir)
1070 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
1071 $(am__post_remove_distdir)
1073 # This target untars the dist file and tries a VPATH configuration. Then
1074 # it guarantees that the distribution is self-contained by making another
1077 case '$(DIST_ARCHIVES)' in \
1079 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
1081 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1083 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1085 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1087 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1089 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
1091 unzip $(distdir).zip ;;\
1093 chmod -R a-w $(distdir)
1094 chmod u+w $(distdir)
1095 mkdir $(distdir)/_build $(distdir)/_inst
1096 chmod a-w $(distdir)
1097 test -d $(distdir)/_build || exit 0; \
1098 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1099 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1101 && $(am__cd) $(distdir)/_build \
1103 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1104 $(DISTCHECK_CONFIGURE_FLAGS) \
1105 --srcdir=.. --prefix="$$dc_install_base" \
1106 && $(MAKE) $(AM_MAKEFLAGS) \
1107 && $(MAKE) $(AM_MAKEFLAGS) dvi \
1108 && $(MAKE) $(AM_MAKEFLAGS) check \
1109 && $(MAKE) $(AM_MAKEFLAGS) install \
1110 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1111 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1112 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1113 distuninstallcheck \
1114 && chmod -R a-w "$$dc_install_base" \
1116 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1117 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1118 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1119 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1120 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1121 } || { rm -rf "$$dc_destdir"; exit 1; }) \
1122 && rm -rf "$$dc_destdir" \
1123 && $(MAKE) $(AM_MAKEFLAGS) dist \
1124 && rm -rf $(DIST_ARCHIVES) \
1125 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1128 $(am__post_remove_distdir)
1129 @(echo "$(distdir) archives ready for distribution: "; \
1130 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1131 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1133 @test -n '$(distuninstallcheck_dir)' || { \
1134 echo 'ERROR: trying to run $@ with an empty' \
1135 '$$(distuninstallcheck_dir)' >&2; \
1138 $(am__cd) '$(distuninstallcheck_dir)' || { \
1139 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1142 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1143 || { echo "ERROR: files left after uninstall:" ; \
1144 if test -n "$(DESTDIR)"; then \
1145 echo " (check DESTDIR support)"; \
1147 $(distuninstallcheck_listfiles) ; \
1149 distcleancheck: distclean
1150 @if test '$(srcdir)' = . ; then \
1151 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1154 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1155 || { echo "ERROR: files left in build directory after distclean:" ; \
1156 $(distcleancheck_listfiles) ; \
1159 check: check-recursive
1160 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) config.h
1161 install-binPROGRAMS: install-libLTLIBRARIES
1163 installdirs: installdirs-recursive
1165 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"; do \
1166 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1168 install: install-recursive
1169 install-exec: install-exec-recursive
1170 install-data: install-data-recursive
1171 uninstall: uninstall-recursive
1174 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1176 installcheck: installcheck-recursive
1178 if test -z '$(STRIP)'; then \
1179 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1180 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1183 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1184 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1185 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1187 mostlyclean-generic:
1190 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1193 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1194 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1195 -rm -f Mach/$(DEPDIR)/$(am__dirstamp)
1196 -rm -f Mach/$(am__dirstamp)
1197 -rm -f ObjectiveC/$(DEPDIR)/$(am__dirstamp)
1198 -rm -f ObjectiveC/$(am__dirstamp)
1199 -rm -f sig/$(DEPDIR)/$(am__dirstamp)
1200 -rm -f sig/$(am__dirstamp)
1202 maintainer-clean-generic:
1203 @echo "This command is intended for maintainers to use"
1204 @echo "it deletes files that may require special tools to rebuild."
1205 clean: clean-recursive
1207 clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
1208 clean-libtool mostlyclean-am
1210 distclean: distclean-recursive
1211 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1212 -rm -rf ./$(DEPDIR) Mach/$(DEPDIR) ObjectiveC/$(DEPDIR) sig/$(DEPDIR)
1214 distclean-am: clean-am distclean-compile distclean-generic \
1215 distclean-hdr distclean-libtool distclean-tags
1221 html: html-recursive
1225 info: info-recursive
1231 install-dvi: install-dvi-recursive
1235 install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
1237 install-html: install-html-recursive
1241 install-info: install-info-recursive
1247 install-pdf: install-pdf-recursive
1251 install-ps: install-ps-recursive
1257 maintainer-clean: maintainer-clean-recursive
1258 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1259 -rm -rf $(top_srcdir)/autom4te.cache
1260 -rm -rf ./$(DEPDIR) Mach/$(DEPDIR) ObjectiveC/$(DEPDIR) sig/$(DEPDIR)
1262 maintainer-clean-am: distclean-am maintainer-clean-generic
1264 mostlyclean: mostlyclean-recursive
1266 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1277 uninstall-am: uninstall-binPROGRAMS uninstall-libLTLIBRARIES
1279 .MAKE: $(am__recursive_targets) all install-am install-strip
1281 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1282 am--refresh check check-am clean clean-binPROGRAMS \
1283 clean-cscope clean-generic clean-libLTLIBRARIES clean-libtool \
1284 cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
1285 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
1286 distcheck distclean distclean-compile distclean-generic \
1287 distclean-hdr distclean-libtool distclean-tags distcleancheck \
1288 distdir distuninstallcheck dvi dvi-am html html-am info \
1289 info-am install install-am install-binPROGRAMS install-data \
1290 install-data-am install-dvi install-dvi-am install-exec \
1291 install-exec-am install-html install-html-am install-info \
1292 install-info-am install-libLTLIBRARIES install-man install-pdf \
1293 install-pdf-am install-ps install-ps-am install-strip \
1294 installcheck installcheck-am installdirs installdirs-am \
1295 maintainer-clean maintainer-clean-generic mostlyclean \
1296 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1297 pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
1298 uninstall-binPROGRAMS uninstall-libLTLIBRARIES
1303 @CY_EXECUTE_TRUE@Bridge.lo: Bridge.hpp
1304 @CY_EXECUTE_TRUE@Bridge.gperf: Bridge.def Bridge.sh
1305 @CY_EXECUTE_TRUE@ $(srcdir)/Bridge.sh $< >$@
1306 @CY_EXECUTE_TRUE@Bridge.hpp: Bridge.gperf
1307 @CY_EXECUTE_TRUE@ $(GPERF) $< | $(SED) -e 's/defined __GNUC_STDC_INLINE__ || defined __GNUC_GNU_INLINE__/0/' >$@
1309 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@Mach/Inject.$(OBJEXT): Trampoline.t.hpp
1310 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@Trampoline.t.lo: Trampoline.t.cpp Trampoline.hpp Baton.hpp Standard.hpp
1311 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@ $(LTCXXCOMPILE) $(CY_ARCH) -c -o $@ $< -fno-stack-protector -O0
1312 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@libTrampoline.t.la: Trampoline.t.lo
1313 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@ $(CXXLINK) $(CY_ARCH) -rpath $(libdir) $^
1314 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@Trampoline.t.hpp: libTrampoline.t.la trampoline.sh
1315 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@ $(srcdir)/trampoline.sh $@ .libs/libTrampoline.t.dylib Trampoline $(SED) $(LIPO) $(NM) $(OTOOL)
1316 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@ ! grep '## symbol stub for:' $@
1317 Cycript.yy: Cycript.yy.in
1318 $(srcdir)/Filter.sh <$< >$@ $(filters)
1319 Cycript.l: Cycript.l.in
1320 $(srcdir)/Filter.sh <$< >$@ $(filters)
1321 lex.cy.cpp: Cycript.l
1322 $(FLEX) -t $< | $(SED) -e 's/int yyl;/yy_size_t yyl;/;s/int yyleng_r;/yy_size_t yyleng_r;/' >$@
1324 Console.$(OBJEXT) Cycript.tab.lo Driver.lo Handler.lo Highlight.lo Library.lo lex.cy.lo: Cycript.tab.hh
1325 Cycript.tab.cc Cycript.tab.hh location.hh position.hh stack.hh Cycript.output: Cycript.yy
1326 $(BISON) -v --report=state $<
1327 ! grep -n '^State [0-9]* conflicts:' Cycript.output
1328 ! grep -n '^ *$$default reduce using rule [0-9]* (Lex[A-Z][^)]*)$$' Cycript.output -B 2 | grep 'shift, and go to state [0-9]*$$'
1329 ! grep -n '^ *$$default reduce using rule [0-9]* (Lex[A-Z][^)]*)$$' Cycript.output -B 2 | grep -v '$$default' | grep 'reduce using rule [0-9]* ([^)]*)$$'
1331 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1332 # Otherwise a system limit (for SysV at least) may be exceeded.