1 # Makefile.in generated by automake 1.13.1 from Makefile.am.
4 # Copyright (C) 1994-2012 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/>.
43 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
44 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
46 for am__flg in $$MAKEFLAGS; do \
49 *n*) am__dry=yes; break;; \
53 test $$am__dry = yes; \
55 pkgdatadir = $(datadir)/@PACKAGE@
56 pkgincludedir = $(includedir)/@PACKAGE@
57 pkglibdir = $(libdir)/@PACKAGE@
58 pkglibexecdir = $(libexecdir)/@PACKAGE@
59 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
60 install_sh_DATA = $(install_sh) -c -m 644
61 install_sh_PROGRAM = $(install_sh) -c
62 install_sh_SCRIPT = $(install_sh) -c
63 INSTALL_HEADER = $(INSTALL_DATA)
64 transform = $(program_transform_name)
71 build_triplet = @build@
73 bin_PROGRAMS = cycript$(EXEEXT)
74 @CY_EXECUTE_TRUE@am__append_1 = sig/ffi_type.cpp sig/parse.cpp \
75 @CY_EXECUTE_TRUE@ sig/copy.cpp Bridge.cpp Execute.cpp \
76 @CY_EXECUTE_TRUE@ JavaScriptCore.cpp Library.cpp
77 @CY_EXECUTE_TRUE@am__append_2 = -DCY_EXECUTE
78 @CY_EXECUTE_TRUE@am__append_3 = C
79 @CY_EXECUTE_TRUE@am__append_4 = Bridge.gperf Bridge.hpp
80 @CY_OBJECTIVEC_TRUE@am__append_5 = ObjectiveC
81 @CY_OBJECTIVEC_TRUE@am__append_6 = ObjectiveC/Output.mm ObjectiveC/Replace.cpp ObjectiveC/Library.mm
82 @CY_MACH_TRUE@am__append_7 = Handler.mm
83 @CY_MACH_TRUE@am__append_8 = Mach/Inject.cpp
84 @CY_MACH_TRUE@am__append_9 = -DCY_ATTACH -DCY_LIBRARY='"$(libdir)/libcycript.$(SO)"'
85 @CY_MACH_TRUE@am__append_10 = Trampoline.t.lo libTrampoline.t.la \
86 @CY_MACH_TRUE@ Trampoline.t.hpp
88 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
89 $(top_srcdir)/configure $(am__configure_deps) depcomp COPYING \
90 ar-lib config.guess config.rpath config.sub install-sh missing \
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 am__aclocal_m4_deps = $(top_srcdir)/m4/find_apr.m4 \
94 $(top_srcdir)/m4/framework.m4 $(top_srcdir)/m4/libtool.m4 \
95 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
96 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
97 $(top_srcdir)/configure.ac
98 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
100 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
101 configure.lineno config.status.lineno
102 mkinstalldirs = $(install_sh) -d
104 CONFIG_CLEAN_VPATH_FILES =
105 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
106 am__vpath_adj = case $$p in \
107 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
110 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
112 am__nobase_strip_setup = \
113 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
115 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
116 am__nobase_list = $(am__nobase_strip_setup); \
117 for p in $$list; do echo "$$p $$p"; done | \
118 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
119 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
120 if (++n[$$2] == $(am__install_max)) \
121 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
122 END { for (dir in files) print dir, files[dir] }'
124 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
125 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
126 am__uninstall_files_from_dir = { \
128 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
129 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
130 $(am__cd) "$$dir" && rm -f $$files; }; \
132 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"
133 LTLIBRARIES = $(lib_LTLIBRARIES)
134 libcycript_la_LIBADD =
135 am__libcycript_la_SOURCES_DIST = Highlight.cpp Network.cpp Output.cpp \
136 Parser.cpp Replace.cpp Cycript.tab.cc lex.cy.cpp \
137 sig/ffi_type.cpp sig/parse.cpp sig/copy.cpp Bridge.cpp \
138 Execute.cpp JavaScriptCore.cpp Library.cpp \
139 ObjectiveC/Output.mm ObjectiveC/Replace.cpp \
140 ObjectiveC/Library.mm Handler.mm
141 am__dirstamp = $(am__leading_dot)dirstamp
142 @CY_EXECUTE_TRUE@am__objects_1 = sig/ffi_type.lo sig/parse.lo \
143 @CY_EXECUTE_TRUE@ sig/copy.lo Bridge.lo Execute.lo \
144 @CY_EXECUTE_TRUE@ JavaScriptCore.lo Library.lo
145 @CY_OBJECTIVEC_TRUE@am__objects_2 = ObjectiveC/Output.lo \
146 @CY_OBJECTIVEC_TRUE@ ObjectiveC/Replace.lo \
147 @CY_OBJECTIVEC_TRUE@ ObjectiveC/Library.lo
148 @CY_MACH_TRUE@am__objects_3 = Handler.lo
149 am_libcycript_la_OBJECTS = Highlight.lo Network.lo Output.lo Parser.lo \
150 Replace.lo Cycript.tab.lo lex.cy.lo $(am__objects_1) \
151 $(am__objects_2) $(am__objects_3)
152 libcycript_la_OBJECTS = $(am_libcycript_la_OBJECTS)
153 AM_V_lt = $(am__v_lt_@AM_V@)
154 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
155 am__v_lt_0 = --silent
157 libcycript_la_LINK = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
158 $(LIBTOOLFLAGS) --mode=link $(OBJCXXLD) $(AM_OBJCXXFLAGS) \
159 $(OBJCXXFLAGS) $(libcycript_la_LDFLAGS) $(LDFLAGS) -o $@
160 PROGRAMS = $(bin_PROGRAMS)
161 am__cycript_SOURCES_DIST = Console.cpp Display.cpp Mach/Inject.cpp
162 @CY_MACH_TRUE@am__objects_4 = Mach/Inject.$(OBJEXT)
163 am_cycript_OBJECTS = Console.$(OBJEXT) Display.$(OBJEXT) \
165 cycript_OBJECTS = $(am_cycript_OBJECTS)
166 cycript_DEPENDENCIES = libcycript.la
167 cycript_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
168 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
169 $(CXXFLAGS) $(cycript_LDFLAGS) $(LDFLAGS) -o $@
170 AM_V_P = $(am__v_P_@AM_V@)
171 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
174 AM_V_GEN = $(am__v_GEN_@AM_V@)
175 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
176 am__v_GEN_0 = @echo " GEN " $@;
178 AM_V_at = $(am__v_at_@AM_V@)
179 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
182 DEFAULT_INCLUDES = -I.@am__isrc@
183 depcomp = $(SHELL) $(top_srcdir)/depcomp
184 am__depfiles_maybe = depfiles
186 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
187 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
188 LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
189 $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
190 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
191 $(AM_CXXFLAGS) $(CXXFLAGS)
192 AM_V_CXX = $(am__v_CXX_@AM_V@)
193 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
194 am__v_CXX_0 = @echo " CXX " $@;
197 CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
198 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
199 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
200 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
201 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
202 am__v_CXXLD_0 = @echo " CXXLD " $@;
204 OBJCXXCOMPILE = $(OBJCXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
205 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_OBJCXXFLAGS) $(OBJCXXFLAGS)
206 LTOBJCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
207 $(LIBTOOLFLAGS) --mode=compile $(OBJCXX) $(DEFS) \
208 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
209 $(AM_OBJCXXFLAGS) $(OBJCXXFLAGS)
210 AM_V_OBJCXX = $(am__v_OBJCXX_@AM_V@)
211 am__v_OBJCXX_ = $(am__v_OBJCXX_@AM_DEFAULT_V@)
212 am__v_OBJCXX_0 = @echo " OBJCXX " $@;
215 OBJCXXLINK = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
216 --mode=link $(OBJCXXLD) $(AM_OBJCXXFLAGS) $(OBJCXXFLAGS) \
217 $(AM_LDFLAGS) $(LDFLAGS) -o $@
218 AM_V_OBJCXXLD = $(am__v_OBJCXXLD_@AM_V@)
219 am__v_OBJCXXLD_ = $(am__v_OBJCXXLD_@AM_DEFAULT_V@)
220 am__v_OBJCXXLD_0 = @echo " OBJCXXLD" $@;
222 SOURCES = $(libcycript_la_SOURCES) $(cycript_SOURCES)
223 DIST_SOURCES = $(am__libcycript_la_SOURCES_DIST) \
224 $(am__cycript_SOURCES_DIST)
225 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
226 ctags-recursive dvi-recursive html-recursive info-recursive \
227 install-data-recursive install-dvi-recursive \
228 install-exec-recursive install-html-recursive \
229 install-info-recursive install-pdf-recursive \
230 install-ps-recursive install-recursive installcheck-recursive \
231 installdirs-recursive pdf-recursive ps-recursive \
232 tags-recursive uninstall-recursive
233 am__can_run_installinfo = \
234 case $$AM_UPDATE_INFO_DIR in \
236 *) (install-info --version) >/dev/null 2>&1;; \
238 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
239 distclean-recursive maintainer-clean-recursive
240 am__recursive_targets = \
241 $(RECURSIVE_TARGETS) \
242 $(RECURSIVE_CLEAN_TARGETS) \
243 $(am__extra_recursive_targets)
244 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
245 cscope distdir dist dist-all distcheck
246 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
247 # Read a list of newline-separated strings from the standard input,
248 # and print each of them once, without duplicates. Input order is
250 am__uniquify_input = $(AWK) '\
251 BEGIN { nonempty = 0; } \
252 { items[$$0] = 1; nonempty = 1; } \
253 END { if (nonempty) { for (i in items) print i; }; } \
255 # Make sure the list of sources is unique. This is necessary because,
256 # e.g., the same source file might be shared among _SOURCES variables
257 # for different programs/libraries.
258 am__define_uniq_tagged_files = \
259 list='$(am__tagged_files)'; \
260 unique=`for i in $$list; do \
261 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
262 done | $(am__uniquify_input)`
266 DIST_SUBDIRS = $(SUBDIRS)
267 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
268 distdir = $(PACKAGE)-$(VERSION)
269 top_distdir = $(distdir)
270 am__remove_distdir = \
271 if test -d "$(distdir)"; then \
272 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
273 && rm -rf "$(distdir)" \
274 || { sleep 5 && rm -rf "$(distdir)"; }; \
276 am__post_remove_distdir = $(am__remove_distdir)
279 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
280 sed_rest='s,^[^/]*/*,,'; \
281 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
282 sed_butlast='s,/*[^/]*$$,,'; \
283 while test -n "$$dir1"; do \
284 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
285 if test "$$first" != "."; then \
286 if test "$$first" = ".."; then \
287 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
288 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
290 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
291 if test "$$first2" = "$$first"; then \
292 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
296 dir0="$$dir0"/"$$first"; \
299 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
302 DIST_ARCHIVES = $(distdir).tar.gz
304 DIST_TARGETS = dist-gzip
305 distuninstallcheck_listfiles = find . -type f -print
306 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
307 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
308 distcleancheck_listfiles = find . -type f -print
311 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
313 AUTOCONF = @AUTOCONF@
314 AUTOHEADER = @AUTOHEADER@
315 AUTOMAKE = @AUTOMAKE@
319 CCDEPMODE = @CCDEPMODE@
322 CPPFLAGS = @CPPFLAGS@
325 CXXDEPMODE = @CXXDEPMODE@
326 CXXFLAGS = @CXXFLAGS@
327 CYGPATH_W = @CYGPATH_W@
329 CY_ATTACH_GROUP = @CY_ATTACH_GROUP@
330 CY_EXECUTE = @CY_EXECUTE@
331 CY_FILTERS = @CY_FILTERS@
333 CY_OBJECTIVEC = @CY_OBJECTIVEC@
337 DSYMUTIL = @DSYMUTIL@
347 GNUSTEP_CONFIG = @GNUSTEP_CONFIG@
352 INSTALL_DATA = @INSTALL_DATA@
353 INSTALL_PROGRAM = @INSTALL_PROGRAM@
354 INSTALL_SCRIPT = @INSTALL_SCRIPT@
355 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
358 LIBFFI_CFLAGS = @LIBFFI_CFLAGS@
359 LIBFFI_LIBS = @LIBFFI_LIBS@
360 LIBICONV = @LIBICONV@
367 LTLIBAPR = @LTLIBAPR@
368 LTLIBICONV = @LTLIBICONV@
369 LTLIBOBJS = @LTLIBOBJS@
370 LTLIBREADLINE = @LTLIBREADLINE@
371 LTLIBTERMCAP = @LTLIBTERMCAP@
372 MAKEINFO = @MAKEINFO@
373 MANIFEST_TOOL = @MANIFEST_TOOL@
378 OBJCXXDEPMODE = @OBJCXXDEPMODE@
379 OBJCXXFLAGS = @OBJCXXFLAGS@
385 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
386 PACKAGE_NAME = @PACKAGE_NAME@
387 PACKAGE_STRING = @PACKAGE_STRING@
388 PACKAGE_TARNAME = @PACKAGE_TARNAME@
389 PACKAGE_URL = @PACKAGE_URL@
390 PACKAGE_VERSION = @PACKAGE_VERSION@
391 PATH_SEPARATOR = @PATH_SEPARATOR@
392 PKG_CONFIG = @PKG_CONFIG@
393 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
394 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
397 SET_MAKE = @SET_MAKE@
403 WEBKIT_CFLAGS = @WEBKIT_CFLAGS@
404 WEBKIT_LIBS = @WEBKIT_LIBS@
409 abs_builddir = @abs_builddir@
410 abs_srcdir = @abs_srcdir@
411 abs_top_builddir = @abs_top_builddir@
412 abs_top_srcdir = @abs_top_srcdir@
413 ac_ct_AR = @ac_ct_AR@
414 ac_ct_CC = @ac_ct_CC@
415 ac_ct_CXX = @ac_ct_CXX@
416 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
417 ac_ct_OBJCXX = @ac_ct_OBJCXX@
418 ac_ct__LIPO = @ac_ct__LIPO@
419 ac_ct__NM = @ac_ct__NM@
420 ac_ct__OTOOL = @ac_ct__OTOOL@
421 am__include = @am__include@
422 am__leading_dot = @am__leading_dot@
423 am__quote = @am__quote@
425 am__untar = @am__untar@
428 build_alias = @build_alias@
429 build_cpu = @build_cpu@
430 build_os = @build_os@
431 build_vendor = @build_vendor@
432 builddir = @builddir@
434 datarootdir = @datarootdir@
437 exec_prefix = @exec_prefix@
439 host_alias = @host_alias@
440 host_cpu = @host_cpu@
442 host_vendor = @host_vendor@
444 includedir = @includedir@
446 install_sh = @install_sh@
448 libexecdir = @libexecdir@
449 localedir = @localedir@
450 localstatedir = @localstatedir@
453 oldincludedir = @oldincludedir@
456 program_transform_name = @program_transform_name@
459 sharedstatedir = @sharedstatedir@
461 sysconfdir = @sysconfdir@
462 target_alias = @target_alias@
463 top_build_prefix = @top_build_prefix@
464 top_builddir = @top_builddir@
465 top_srcdir = @top_srcdir@
466 AUTOMAKE_OPTIONS = subdir-objects
467 CLEANFILES = $(am__append_4) $(am__append_10) Cycript.yy Cycript.l \
468 lex.cy.cpp Cycript.tab.cc Cycript.tab.hh location.hh \
469 position.hh stack.hh Cycript.output
471 ACLOCAL_AMFLAGS = -I m4
473 # XXX: do I really need -fno-common?
474 AM_CPPFLAGS = -Werror -fno-common -I$(srcdir)/include -DYYDEBUG=1 \
475 $(am__append_2) $(am__append_9)
476 lib_LTLIBRARIES = libcycript.la
477 libcycript_la_SOURCES = Highlight.cpp Network.cpp Output.cpp \
478 Parser.cpp Replace.cpp Cycript.tab.cc lex.cy.cpp \
479 $(am__append_1) $(am__append_6) $(am__append_7)
480 libcycript_la_LDFLAGS = -no-undefined $(LTLIBAPR) $(LTLIBICONV) -ldl
481 cycript_SOURCES = Console.cpp Display.cpp $(am__append_8)
482 cycript_LDFLAGS = $(LTLIBAPR) $(LTLIBREADLINE) $(LTLIBTERMCAP) -ldl
483 cycript_LDADD = libcycript.la
485 entitle = $(ldid) -Scycript.xml
486 filters = $(CY_FILTERS) $(am__append_3) $(am__append_5)
490 .SUFFIXES: .cc .cpp .lo .mm .o .obj
491 am--refresh: Makefile
493 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
495 case '$(am__configure_deps)' in \
497 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
498 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
503 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
504 $(am__cd) $(top_srcdir) && \
505 $(AUTOMAKE) --foreign Makefile
507 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
510 echo ' $(SHELL) ./config.status'; \
511 $(SHELL) ./config.status;; \
513 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
514 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
517 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
518 $(SHELL) ./config.status --recheck
520 $(top_srcdir)/configure: $(am__configure_deps)
521 $(am__cd) $(srcdir) && $(AUTOCONF)
522 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
523 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
524 $(am__aclocal_m4_deps):
526 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
528 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
529 list2=; for p in $$list; do \
530 if test -f $$p; then \
531 list2="$$list2 $$p"; \
534 test -z "$$list2" || { \
535 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
536 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
537 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
538 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
541 uninstall-libLTLIBRARIES:
543 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
544 for p in $$list; do \
546 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
547 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
550 clean-libLTLIBRARIES:
551 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
552 @list='$(lib_LTLIBRARIES)'; \
553 locs=`for p in $$list; do echo $$p; done | \
554 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
556 test -z "$$locs" || { \
557 echo rm -f $${locs}; \
562 @: > sig/$(am__dirstamp)
563 sig/$(DEPDIR)/$(am__dirstamp):
564 @$(MKDIR_P) sig/$(DEPDIR)
565 @: > sig/$(DEPDIR)/$(am__dirstamp)
566 sig/ffi_type.lo: sig/$(am__dirstamp) sig/$(DEPDIR)/$(am__dirstamp)
567 sig/parse.lo: sig/$(am__dirstamp) sig/$(DEPDIR)/$(am__dirstamp)
568 sig/copy.lo: sig/$(am__dirstamp) sig/$(DEPDIR)/$(am__dirstamp)
569 ObjectiveC/$(am__dirstamp):
570 @$(MKDIR_P) ObjectiveC
571 @: > ObjectiveC/$(am__dirstamp)
572 ObjectiveC/$(DEPDIR)/$(am__dirstamp):
573 @$(MKDIR_P) ObjectiveC/$(DEPDIR)
574 @: > ObjectiveC/$(DEPDIR)/$(am__dirstamp)
575 ObjectiveC/Output.lo: ObjectiveC/$(am__dirstamp) \
576 ObjectiveC/$(DEPDIR)/$(am__dirstamp)
577 ObjectiveC/Replace.lo: ObjectiveC/$(am__dirstamp) \
578 ObjectiveC/$(DEPDIR)/$(am__dirstamp)
579 ObjectiveC/Library.lo: ObjectiveC/$(am__dirstamp) \
580 ObjectiveC/$(DEPDIR)/$(am__dirstamp)
581 libcycript.la: $(libcycript_la_OBJECTS) $(libcycript_la_DEPENDENCIES) $(EXTRA_libcycript_la_DEPENDENCIES)
582 $(AM_V_OBJCXXLD)$(libcycript_la_LINK) -rpath $(libdir) $(libcycript_la_OBJECTS) $(libcycript_la_LIBADD) $(LIBS)
583 install-binPROGRAMS: $(bin_PROGRAMS)
585 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
586 if test -n "$$list"; then \
587 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
588 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
590 for p in $$list; do echo "$$p $$p"; done | \
591 sed 's/$(EXEEXT)$$//' | \
592 while read p p1; do if test -f $$p \
594 ; then echo "$$p"; echo "$$p"; else :; fi; \
596 sed -e 'p;s,.*/,,;n;h' \
598 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
599 sed 'N;N;N;s,\n, ,g' | \
600 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
601 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
602 if ($$2 == $$4) files[d] = files[d] " " $$1; \
603 else { print "f", $$3 "/" $$4, $$1; } } \
604 END { for (d in files) print "f", d, files[d] }' | \
605 while read type dir files; do \
606 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
607 test -z "$$files" || { \
608 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
609 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
613 uninstall-binPROGRAMS:
615 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
616 files=`for p in $$list; do echo "$$p"; done | \
617 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
618 -e 's/$$/$(EXEEXT)/' \
620 test -n "$$list" || exit 0; \
621 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
622 cd "$(DESTDIR)$(bindir)" && rm -f $$files
625 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
626 echo " rm -f" $$list; \
627 rm -f $$list || exit $$?; \
628 test -n "$(EXEEXT)" || exit 0; \
629 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
630 echo " rm -f" $$list; \
632 Mach/$(am__dirstamp):
634 @: > Mach/$(am__dirstamp)
635 Mach/$(DEPDIR)/$(am__dirstamp):
636 @$(MKDIR_P) Mach/$(DEPDIR)
637 @: > Mach/$(DEPDIR)/$(am__dirstamp)
638 Mach/Inject.$(OBJEXT): Mach/$(am__dirstamp) \
639 Mach/$(DEPDIR)/$(am__dirstamp)
640 cycript$(EXEEXT): $(cycript_OBJECTS) $(cycript_DEPENDENCIES) $(EXTRA_cycript_DEPENDENCIES)
641 @rm -f cycript$(EXEEXT)
642 $(AM_V_CXXLD)$(cycript_LINK) $(cycript_OBJECTS) $(cycript_LDADD) $(LIBS)
646 -rm -f Mach/*.$(OBJEXT)
647 -rm -f ObjectiveC/*.$(OBJEXT)
648 -rm -f ObjectiveC/*.lo
649 -rm -f sig/*.$(OBJEXT)
655 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Bridge.Plo@am__quote@
656 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Console.Po@am__quote@
657 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Cycript.tab.Plo@am__quote@
658 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Display.Po@am__quote@
659 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Execute.Plo@am__quote@
660 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Handler.Plo@am__quote@
661 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Highlight.Plo@am__quote@
662 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/JavaScriptCore.Plo@am__quote@
663 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Library.Plo@am__quote@
664 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Network.Plo@am__quote@
665 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Output.Plo@am__quote@
666 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Parser.Plo@am__quote@
667 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Replace.Plo@am__quote@
668 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lex.cy.Plo@am__quote@
669 @AMDEP_TRUE@@am__include@ @am__quote@Mach/$(DEPDIR)/Inject.Po@am__quote@
670 @AMDEP_TRUE@@am__include@ @am__quote@ObjectiveC/$(DEPDIR)/Library.Plo@am__quote@
671 @AMDEP_TRUE@@am__include@ @am__quote@ObjectiveC/$(DEPDIR)/Output.Plo@am__quote@
672 @AMDEP_TRUE@@am__include@ @am__quote@ObjectiveC/$(DEPDIR)/Replace.Plo@am__quote@
673 @AMDEP_TRUE@@am__include@ @am__quote@sig/$(DEPDIR)/copy.Plo@am__quote@
674 @AMDEP_TRUE@@am__include@ @am__quote@sig/$(DEPDIR)/ffi_type.Plo@am__quote@
675 @AMDEP_TRUE@@am__include@ @am__quote@sig/$(DEPDIR)/parse.Plo@am__quote@
678 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
679 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
680 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
681 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
682 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
683 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
686 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
687 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
688 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
689 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
690 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
691 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
694 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
695 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
696 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
697 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
698 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
699 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
702 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
703 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
704 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
705 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
706 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
707 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
710 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
711 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
712 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
713 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
714 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
715 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
718 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
719 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
720 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
721 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
722 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
723 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
726 @am__fastdepOBJCXX_TRUE@ $(AM_V_OBJCXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
727 @am__fastdepOBJCXX_TRUE@ $(OBJCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
728 @am__fastdepOBJCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
729 @AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@ $(AM_V_OBJCXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
730 @AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@ DEPDIR=$(DEPDIR) $(OBJCXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
731 @am__fastdepOBJCXX_FALSE@ $(AM_V_OBJCXX@am__nodep@)$(OBJCXXCOMPILE) -c -o $@ $<
734 @am__fastdepOBJCXX_TRUE@ $(AM_V_OBJCXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
735 @am__fastdepOBJCXX_TRUE@ $(OBJCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
736 @am__fastdepOBJCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
737 @AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@ $(AM_V_OBJCXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
738 @AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@ DEPDIR=$(DEPDIR) $(OBJCXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
739 @am__fastdepOBJCXX_FALSE@ $(AM_V_OBJCXX@am__nodep@)$(OBJCXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
742 @am__fastdepOBJCXX_TRUE@ $(AM_V_OBJCXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
743 @am__fastdepOBJCXX_TRUE@ $(LTOBJCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
744 @am__fastdepOBJCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
745 @AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@ $(AM_V_OBJCXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
746 @AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@ DEPDIR=$(DEPDIR) $(OBJCXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
747 @am__fastdepOBJCXX_FALSE@ $(AM_V_OBJCXX@am__nodep@)$(LTOBJCXXCOMPILE) -c -o $@ $<
754 -rm -rf ObjectiveC/.libs ObjectiveC/_libs
755 -rm -rf sig/.libs sig/_libs
758 -rm -f libtool config.lt
760 # This directory's subdirectories are mostly independent; you can cd
761 # into them and run 'make' without going through this Makefile.
762 # To change the values of 'make' variables: instead of editing Makefiles,
763 # (1) if the variable is set in 'config.status', edit 'config.status'
764 # (which will cause the Makefiles to be regenerated when you run 'make');
765 # (2) otherwise, pass the desired values on the 'make' command line.
766 $(am__recursive_targets):
767 @fail= failcom='exit 1'; \
768 for f in x $$MAKEFLAGS; do \
771 *k*) failcom='fail=yes';; \
775 target=`echo $@ | sed s/-recursive//`; \
777 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
778 *) list='$(SUBDIRS)' ;; \
780 for subdir in $$list; do \
781 echo "Making $$target in $$subdir"; \
782 if test "$$subdir" = "."; then \
784 local_target="$$target-am"; \
786 local_target="$$target"; \
788 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
791 if test "$$dot_seen" = "no"; then \
792 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
795 ID: $(am__tagged_files)
796 $(am__define_uniq_tagged_files); mkid -fID $$unique
800 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
803 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
804 include_option=--etags-include; \
807 include_option=--include; \
810 list='$(SUBDIRS)'; for subdir in $$list; do \
811 if test "$$subdir" = .; then :; else \
812 test ! -f $$subdir/TAGS || \
813 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
816 $(am__define_uniq_tagged_files); \
818 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
819 test -n "$$unique" || unique=$$empty_fix; \
820 if test $$# -gt 0; then \
821 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
824 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
828 ctags: ctags-recursive
831 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
832 $(am__define_uniq_tagged_files); \
833 test -z "$(CTAGS_ARGS)$$unique" \
834 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
838 here=`$(am__cd) $(top_builddir) && pwd` \
839 && $(am__cd) $(top_srcdir) \
840 && gtags -i $(GTAGS_ARGS) "$$here"
842 test ! -s cscope.files \
843 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
846 cscope.files: clean-cscope cscopelist
847 cscopelist: cscopelist-recursive
849 cscopelist-am: $(am__tagged_files)
850 list='$(am__tagged_files)'; \
851 case "$(srcdir)" in \
852 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
853 *) sdir=$(subdir)/$(srcdir) ;; \
855 for i in $$list; do \
856 if test -f "$$i"; then \
857 echo "$(subdir)/$$i"; \
861 done >> $(top_builddir)/cscope.files
864 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
865 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
867 distdir: $(DISTFILES)
868 $(am__remove_distdir)
869 test -d "$(distdir)" || mkdir "$(distdir)"
870 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
871 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
872 list='$(DISTFILES)'; \
873 dist_files=`for file in $$list; do echo $$file; done | \
874 sed -e "s|^$$srcdirstrip/||;t" \
875 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
876 case $$dist_files in \
877 */*) $(MKDIR_P) `echo "$$dist_files" | \
878 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
881 for file in $$dist_files; do \
882 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
883 if test -d $$d/$$file; then \
884 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
885 if test -d "$(distdir)/$$file"; then \
886 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
888 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
889 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
890 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
892 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
894 test -f "$(distdir)/$$file" \
895 || cp -p $$d/$$file "$(distdir)/$$file" \
899 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
900 if test "$$subdir" = .; then :; else \
902 || test -d "$(distdir)/$$subdir" \
903 || $(MKDIR_P) "$(distdir)/$$subdir" \
905 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
907 new_distdir=$$reldir; \
908 dir1=$$subdir; dir2="$(top_distdir)"; \
910 new_top_distdir=$$reldir; \
911 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
912 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
913 ($(am__cd) $$subdir && \
914 $(MAKE) $(AM_MAKEFLAGS) \
915 top_distdir="$$new_top_distdir" \
916 distdir="$$new_distdir" \
917 am__remove_distdir=: \
918 am__skip_length_check=: \
919 am__skip_mode_fix=: \
924 -test -n "$(am__skip_mode_fix)" \
925 || find "$(distdir)" -type d ! -perm -755 \
926 -exec chmod u+rwx,go+rx {} \; -o \
927 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
928 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
929 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
930 || chmod -R a+r "$(distdir)"
932 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
933 $(am__post_remove_distdir)
936 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
937 $(am__post_remove_distdir)
940 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
941 $(am__post_remove_distdir)
944 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
945 $(am__post_remove_distdir)
948 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
949 $(am__post_remove_distdir)
952 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
953 $(am__post_remove_distdir)
956 -rm -f $(distdir).zip
957 zip -rq $(distdir).zip $(distdir)
958 $(am__post_remove_distdir)
961 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
962 $(am__post_remove_distdir)
964 # This target untars the dist file and tries a VPATH configuration. Then
965 # it guarantees that the distribution is self-contained by making another
968 case '$(DIST_ARCHIVES)' in \
970 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
972 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
974 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
976 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
978 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
980 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
982 unzip $(distdir).zip ;;\
984 chmod -R a-w $(distdir)
986 mkdir $(distdir)/_build $(distdir)/_inst
988 test -d $(distdir)/_build || exit 0; \
989 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
990 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
992 && $(am__cd) $(distdir)/_build \
993 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
994 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
995 $(DISTCHECK_CONFIGURE_FLAGS) \
996 && $(MAKE) $(AM_MAKEFLAGS) \
997 && $(MAKE) $(AM_MAKEFLAGS) dvi \
998 && $(MAKE) $(AM_MAKEFLAGS) check \
999 && $(MAKE) $(AM_MAKEFLAGS) install \
1000 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1001 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1002 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1003 distuninstallcheck \
1004 && chmod -R a-w "$$dc_install_base" \
1006 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1007 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1008 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1009 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1010 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1011 } || { rm -rf "$$dc_destdir"; exit 1; }) \
1012 && rm -rf "$$dc_destdir" \
1013 && $(MAKE) $(AM_MAKEFLAGS) dist \
1014 && rm -rf $(DIST_ARCHIVES) \
1015 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1018 $(am__post_remove_distdir)
1019 @(echo "$(distdir) archives ready for distribution: "; \
1020 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1021 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1023 @test -n '$(distuninstallcheck_dir)' || { \
1024 echo 'ERROR: trying to run $@ with an empty' \
1025 '$$(distuninstallcheck_dir)' >&2; \
1028 $(am__cd) '$(distuninstallcheck_dir)' || { \
1029 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1032 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1033 || { echo "ERROR: files left after uninstall:" ; \
1034 if test -n "$(DESTDIR)"; then \
1035 echo " (check DESTDIR support)"; \
1037 $(distuninstallcheck_listfiles) ; \
1039 distcleancheck: distclean
1040 @if test '$(srcdir)' = . ; then \
1041 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1044 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1045 || { echo "ERROR: files left in build directory after distclean:" ; \
1046 $(distcleancheck_listfiles) ; \
1049 check: check-recursive
1050 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS)
1051 install-binPROGRAMS: install-libLTLIBRARIES
1053 installdirs: installdirs-recursive
1055 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"; do \
1056 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1058 install: install-recursive
1059 install-exec: install-exec-recursive
1060 install-data: install-data-recursive
1061 uninstall: uninstall-recursive
1064 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1066 installcheck: installcheck-recursive
1068 if test -z '$(STRIP)'; then \
1069 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1070 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1073 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1074 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1075 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1077 mostlyclean-generic:
1080 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1083 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1084 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1085 -rm -f Mach/$(DEPDIR)/$(am__dirstamp)
1086 -rm -f Mach/$(am__dirstamp)
1087 -rm -f ObjectiveC/$(DEPDIR)/$(am__dirstamp)
1088 -rm -f ObjectiveC/$(am__dirstamp)
1089 -rm -f sig/$(DEPDIR)/$(am__dirstamp)
1090 -rm -f sig/$(am__dirstamp)
1092 maintainer-clean-generic:
1093 @echo "This command is intended for maintainers to use"
1094 @echo "it deletes files that may require special tools to rebuild."
1095 clean: clean-recursive
1097 clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
1098 clean-libtool mostlyclean-am
1100 distclean: distclean-recursive
1101 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1102 -rm -rf ./$(DEPDIR) Mach/$(DEPDIR) ObjectiveC/$(DEPDIR) sig/$(DEPDIR)
1104 distclean-am: clean-am distclean-compile distclean-generic \
1105 distclean-libtool distclean-tags
1111 html: html-recursive
1115 info: info-recursive
1121 install-dvi: install-dvi-recursive
1125 install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
1127 install-html: install-html-recursive
1131 install-info: install-info-recursive
1137 install-pdf: install-pdf-recursive
1141 install-ps: install-ps-recursive
1147 maintainer-clean: maintainer-clean-recursive
1148 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1149 -rm -rf $(top_srcdir)/autom4te.cache
1150 -rm -rf ./$(DEPDIR) Mach/$(DEPDIR) ObjectiveC/$(DEPDIR) sig/$(DEPDIR)
1152 maintainer-clean-am: distclean-am maintainer-clean-generic
1154 mostlyclean: mostlyclean-recursive
1156 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1167 uninstall-am: uninstall-binPROGRAMS uninstall-libLTLIBRARIES
1169 .MAKE: $(am__recursive_targets) install-am install-strip
1171 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1172 am--refresh check check-am clean clean-binPROGRAMS \
1173 clean-cscope clean-generic clean-libLTLIBRARIES clean-libtool \
1174 cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
1175 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
1176 distcheck distclean distclean-compile distclean-generic \
1177 distclean-libtool distclean-tags distcleancheck distdir \
1178 distuninstallcheck dvi dvi-am html html-am info info-am \
1179 install install-am install-binPROGRAMS install-data \
1180 install-data-am install-dvi install-dvi-am install-exec \
1181 install-exec-am install-html install-html-am install-info \
1182 install-info-am install-libLTLIBRARIES install-man install-pdf \
1183 install-pdf-am install-ps install-ps-am install-strip \
1184 installcheck installcheck-am installdirs installdirs-am \
1185 maintainer-clean maintainer-clean-generic mostlyclean \
1186 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1187 pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
1188 uninstall-binPROGRAMS uninstall-libLTLIBRARIES
1193 @CY_EXECUTE_TRUE@Bridge.lo: Bridge.hpp
1194 @CY_EXECUTE_TRUE@Bridge.gperf: Bridge.def Bridge.sh
1195 @CY_EXECUTE_TRUE@ $(srcdir)/Bridge.sh $< >$@
1196 @CY_EXECUTE_TRUE@Bridge.hpp: Bridge.gperf
1197 @CY_EXECUTE_TRUE@ $(GPERF) $< | $(SED) -e 's/defined __GNUC_STDC_INLINE__ || defined __GNUC_GNU_INLINE__/0/' >$@
1199 @CY_MACH_TRUE@Mach/Inject.$(OBJEXT): Trampoline.t.hpp
1200 @CY_MACH_TRUE@Trampoline.t.lo: Trampoline.t.cpp Trampoline.hpp Baton.hpp Standard.hpp
1201 @CY_MACH_TRUE@ $(LTCXXCOMPILE) $(CY_ARCH) -c -o $@ $< -fno-stack-protector -fno-exceptions -O0
1202 @CY_MACH_TRUE@libTrampoline.t.la: Trampoline.t.lo
1203 @CY_MACH_TRUE@ $(CXXLINK) $(CY_ARCH) -rpath $(libdir) $^
1204 @CY_MACH_TRUE@Trampoline.t.hpp: libTrampoline.t.la trampoline.sh
1205 @CY_MACH_TRUE@ $(srcdir)/trampoline.sh $@ .libs/libTrampoline.t.dylib Trampoline $(SED) $(LIPO) $(NM) $(OTOOL)
1206 Cycript.yy: Cycript.yy.in
1207 $(srcdir)/Filter.sh <$< >$@ $(filters)
1208 Cycript.l: Cycript.l.in
1209 $(srcdir)/Filter.sh <$< >$@ $(filters)
1210 lex.cy.cpp: Cycript.l
1211 $(FLEX) -t $< | $(SED) -e 's/int yyl;/yy_size_t yyl;/;s/int yyleng_r;/yy_size_t yyleng_r;/' >$@
1213 Console.lo Execute.lo Highlight.lo Library.lo Parser.lo lex.cy.lo: Cycript.tab.hh
1214 Cycript.tab.cc Cycript.tab.hh location.hh position.hh stack.hh Cycript.output: Cycript.yy
1215 $(BISON) -v --report=state $<
1216 ! grep -n '^ *$$default reduce using rule [0-9]* (Lex[A-Z][^)]*)$$' Cycript.output -B 2 | grep 'shift, and go to state [0-9]*$$'
1217 ! grep -n '^ *$$default reduce using rule [0-9]* (Lex[A-Z][^)]*)$$' Cycript.output -B 2 | grep -v '$$default' | grep 'reduce using rule [0-9]* ([^)]*)$$'
1219 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1220 # Otherwise a system limit (for SysV at least) may be exceeded.