]> git.saurik.com Git - cycript.git/blob - Makefile.in
Only link libcycript against libffi (not cycript).
[cycript.git] / Makefile.in
1 # Makefile.in generated by automake 1.13.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 # Cycript - Optimizing JavaScript Compiler/Runtime
18 # Copyright (C) 2009-2013 Jay Freeman (saurik)
19
20 # GNU General Public License, Version 3 {{{
21 #
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.
26 #
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.
31 #
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/>.
34 # }}}
35
36
37 VPATH = @srcdir@
38 am__make_dryrun = \
39 { \
40 am__dry=no; \
41 case $$MAKEFLAGS in \
42 *\\[\ \ ]*) \
43 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
44 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
45 *) \
46 for am__flg in $$MAKEFLAGS; do \
47 case $$am__flg in \
48 *=*|--*) ;; \
49 *n*) am__dry=yes; break;; \
50 esac; \
51 done;; \
52 esac; \
53 test $$am__dry = yes; \
54 }
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)
65 NORMAL_INSTALL = :
66 PRE_INSTALL = :
67 POST_INSTALL = :
68 NORMAL_UNINSTALL = :
69 PRE_UNINSTALL = :
70 POST_UNINSTALL = :
71 build_triplet = @build@
72 host_triplet = @host@
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
87 subdir = .
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 \
91 ltmain.sh
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) \
99 $(ACLOCAL_M4)
100 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
101 configure.lineno config.status.lineno
102 mkinstalldirs = $(install_sh) -d
103 CONFIG_CLEAN_FILES =
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/||"`;; \
108 *) f=$$p;; \
109 esac;
110 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
111 am__install_max = 40
112 am__nobase_strip_setup = \
113 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
114 am__nobase_strip = \
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] }'
123 am__base_list = \
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 = { \
127 test -z "$$files" \
128 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
129 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
130 $(am__cd) "$$dir" && rm -f $$files; }; \
131 }
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
156 am__v_lt_1 =
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) \
164 $(am__objects_4)
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@)
172 am__v_P_0 = false
173 am__v_P_1 = :
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 " $@;
177 am__v_GEN_1 =
178 AM_V_at = $(am__v_at_@AM_V@)
179 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
180 am__v_at_0 = @
181 am__v_at_1 =
182 DEFAULT_INCLUDES = -I.@am__isrc@
183 depcomp = $(SHELL) $(top_srcdir)/depcomp
184 am__depfiles_maybe = depfiles
185 am__mv = mv -f
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 " $@;
195 am__v_CXX_1 =
196 CXXLD = $(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 " $@;
203 am__v_CXXLD_1 =
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 " $@;
213 am__v_OBJCXX_1 =
214 OBJCXXLD = $(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" $@;
221 am__v_OBJCXXLD_1 =
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 \
235 n|no|NO) false;; \
236 *) (install-info --version) >/dev/null 2>&1;; \
237 esac
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
249 # *not* preserved.
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; }; } \
254 '
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)`
263 ETAGS = etags
264 CTAGS = ctags
265 CSCOPE = cscope
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)"; }; \
275 else :; fi
276 am__post_remove_distdir = $(am__remove_distdir)
277 am__relativize = \
278 dir0=`pwd`; \
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"`; \
289 else \
290 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
291 if test "$$first2" = "$$first"; then \
292 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
293 else \
294 dir2="../$$dir2"; \
295 fi; \
296 dir0="$$dir0"/"$$first"; \
297 fi; \
298 fi; \
299 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
300 done; \
301 reldir="$$dir2"
302 DIST_ARCHIVES = $(distdir).tar.gz
303 GZIP_ENV = --best
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
309 ACLOCAL = @ACLOCAL@
310 AMTAR = @AMTAR@
311 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
312 AR = @AR@
313 AUTOCONF = @AUTOCONF@
314 AUTOHEADER = @AUTOHEADER@
315 AUTOMAKE = @AUTOMAKE@
316 AWK = @AWK@
317 BISON = @BISON@
318 CC = @CC@
319 CCDEPMODE = @CCDEPMODE@
320 CFLAGS = @CFLAGS@
321 CPP = @CPP@
322 CPPFLAGS = @CPPFLAGS@
323 CXX = @CXX@
324 CXXCPP = @CXXCPP@
325 CXXDEPMODE = @CXXDEPMODE@
326 CXXFLAGS = @CXXFLAGS@
327 CYGPATH_W = @CYGPATH_W@
328 CY_ARCH = @CY_ARCH@
329 CY_ATTACH_GROUP = @CY_ATTACH_GROUP@
330 CY_EXECUTE = @CY_EXECUTE@
331 CY_FILTERS = @CY_FILTERS@
332 CY_MACH = @CY_MACH@
333 CY_OBJECTIVEC = @CY_OBJECTIVEC@
334 DEFS = @DEFS@
335 DEPDIR = @DEPDIR@
336 DLLTOOL = @DLLTOOL@
337 DSYMUTIL = @DSYMUTIL@
338 DUMPBIN = @DUMPBIN@
339 ECHO_C = @ECHO_C@
340 ECHO_N = @ECHO_N@
341 ECHO_T = @ECHO_T@
342 EGREP = @EGREP@
343 EXEEXT = @EXEEXT@
344 FGREP = @FGREP@
345 FLEX = @FLEX@
346 GIT = @GIT@
347 GNUSTEP_CONFIG = @GNUSTEP_CONFIG@
348 GNUTAR = @GNUTAR@
349 GPERF = @GPERF@
350 GREP = @GREP@
351 INSTALL = @INSTALL@
352 INSTALL_DATA = @INSTALL_DATA@
353 INSTALL_PROGRAM = @INSTALL_PROGRAM@
354 INSTALL_SCRIPT = @INSTALL_SCRIPT@
355 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
356 LD = @LD@
357 LDFLAGS = @LDFLAGS@
358 LIBFFI_CFLAGS = @LIBFFI_CFLAGS@
359 LIBFFI_LIBS = @LIBFFI_LIBS@
360 LIBICONV = @LIBICONV@
361 LIBOBJS = @LIBOBJS@
362 LIBS = @LIBS@
363 LIBTOOL = @LIBTOOL@
364 LIPO = @LIPO@
365 LN_S = @LN_S@
366 LTFLAGS = @LTFLAGS@
367 LTLIBAPR = @LTLIBAPR@
368 LTLIBICONV = @LTLIBICONV@
369 LTLIBOBJS = @LTLIBOBJS@
370 LTLIBREADLINE = @LTLIBREADLINE@
371 LTLIBTERMCAP = @LTLIBTERMCAP@
372 MAKEINFO = @MAKEINFO@
373 MANIFEST_TOOL = @MANIFEST_TOOL@
374 MKDIR_P = @MKDIR_P@
375 NM = @NM@
376 NMEDIT = @NMEDIT@
377 OBJCXX = @OBJCXX@
378 OBJCXXDEPMODE = @OBJCXXDEPMODE@
379 OBJCXXFLAGS = @OBJCXXFLAGS@
380 OBJDUMP = @OBJDUMP@
381 OBJEXT = @OBJEXT@
382 OTOOL = @OTOOL@
383 OTOOL64 = @OTOOL64@
384 PACKAGE = @PACKAGE@
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@
395 RANLIB = @RANLIB@
396 SED = @SED@
397 SET_MAKE = @SET_MAKE@
398 SHELL = @_BASH@
399 SO = @SO@
400 STRIP = @STRIP@
401 TIME = @TIME@
402 VERSION = @VERSION@
403 WEBKIT_CFLAGS = @WEBKIT_CFLAGS@
404 WEBKIT_LIBS = @WEBKIT_LIBS@
405 _BASH = @_BASH@
406 _LIPO = @_LIPO@
407 _NM = @_NM@
408 _OTOOL = @_OTOOL@
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@
424 am__tar = @am__tar@
425 am__untar = @am__untar@
426 bindir = @bindir@
427 build = @build@
428 build_alias = @build_alias@
429 build_cpu = @build_cpu@
430 build_os = @build_os@
431 build_vendor = @build_vendor@
432 builddir = @builddir@
433 datadir = @datadir@
434 datarootdir = @datarootdir@
435 docdir = @docdir@
436 dvidir = @dvidir@
437 exec_prefix = @exec_prefix@
438 host = @host@
439 host_alias = @host_alias@
440 host_cpu = @host_cpu@
441 host_os = @host_os@
442 host_vendor = @host_vendor@
443 htmldir = @htmldir@
444 includedir = @includedir@
445 infodir = @infodir@
446 install_sh = @install_sh@
447 libdir = @libdir@
448 libexecdir = @libexecdir@
449 localedir = @localedir@
450 localstatedir = @localstatedir@
451 mandir = @mandir@
452 mkdir_p = @mkdir_p@
453 oldincludedir = @oldincludedir@
454 pdfdir = @pdfdir@
455 prefix = @prefix@
456 program_transform_name = @program_transform_name@
457 psdir = @psdir@
458 sbindir = @sbindir@
459 sharedstatedir = @sharedstatedir@
460 srcdir = @srcdir@
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
470 SUBDIRS =
471 ACLOCAL_AMFLAGS = -I m4
472
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
484 ldid = true
485 entitle = $(ldid) -Scycript.xml
486 filters = $(CY_FILTERS) $(am__append_3) $(am__append_5)
487 all: all-recursive
488
489 .SUFFIXES:
490 .SUFFIXES: .cc .cpp .lo .mm .o .obj
491 am--refresh: Makefile
492 @:
493 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
494 @for dep in $?; do \
495 case '$(am__configure_deps)' in \
496 *$$dep*) \
497 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
498 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
499 && exit 0; \
500 exit 1;; \
501 esac; \
502 done; \
503 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
504 $(am__cd) $(top_srcdir) && \
505 $(AUTOMAKE) --foreign Makefile
506 .PRECIOUS: Makefile
507 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
508 @case '$?' in \
509 *config.status*) \
510 echo ' $(SHELL) ./config.status'; \
511 $(SHELL) ./config.status;; \
512 *) \
513 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
514 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
515 esac;
516
517 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
518 $(SHELL) ./config.status --recheck
519
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):
525
526 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
527 @$(NORMAL_INSTALL)
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"; \
532 else :; fi; \
533 done; \
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)"; \
539 }
540
541 uninstall-libLTLIBRARIES:
542 @$(NORMAL_UNINSTALL)
543 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
544 for p in $$list; do \
545 $(am__strip_dir) \
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"; \
548 done
549
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|' | \
555 sort -u`; \
556 test -z "$$locs" || { \
557 echo rm -f $${locs}; \
558 rm -f $${locs}; \
559 }
560 sig/$(am__dirstamp):
561 @$(MKDIR_P) sig
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)
584 @$(NORMAL_INSTALL)
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; \
589 fi; \
590 for p in $$list; do echo "$$p $$p"; done | \
591 sed 's/$(EXEEXT)$$//' | \
592 while read p p1; do if test -f $$p \
593 || test -f $$p1 \
594 ; then echo "$$p"; echo "$$p"; else :; fi; \
595 done | \
596 sed -e 'p;s,.*/,,;n;h' \
597 -e 's|.*|.|' \
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 $$?; \
610 } \
611 ; done
612
613 uninstall-binPROGRAMS:
614 @$(NORMAL_UNINSTALL)
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)/' \
619 `; \
620 test -n "$$list" || exit 0; \
621 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
622 cd "$(DESTDIR)$(bindir)" && rm -f $$files
623
624 clean-binPROGRAMS:
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; \
631 rm -f $$list
632 Mach/$(am__dirstamp):
633 @$(MKDIR_P) Mach
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)
643
644 mostlyclean-compile:
645 -rm -f *.$(OBJEXT)
646 -rm -f Mach/*.$(OBJEXT)
647 -rm -f ObjectiveC/*.$(OBJEXT)
648 -rm -f ObjectiveC/*.lo
649 -rm -f sig/*.$(OBJEXT)
650 -rm -f sig/*.lo
651
652 distclean-compile:
653 -rm -f *.tab.c
654
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@
676
677 .cc.o:
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 $@ $<
684
685 .cc.obj:
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) '$<'`
692
693 .cc.lo:
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 $@ $<
700
701 .cpp.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 $@ $<
708
709 .cpp.obj:
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) '$<'`
716
717 .cpp.lo:
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 $@ $<
724
725 .mm.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 $@ $<
732
733 .mm.obj:
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) '$<'`
740
741 .mm.lo:
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 $@ $<
748
749 mostlyclean-libtool:
750 -rm -f *.lo
751
752 clean-libtool:
753 -rm -rf .libs _libs
754 -rm -rf ObjectiveC/.libs ObjectiveC/_libs
755 -rm -rf sig/.libs sig/_libs
756
757 distclean-libtool:
758 -rm -f libtool config.lt
759
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 \
769 case $$f in \
770 *=* | --[!k]*);; \
771 *k*) failcom='fail=yes';; \
772 esac; \
773 done; \
774 dot_seen=no; \
775 target=`echo $@ | sed s/-recursive//`; \
776 case "$@" in \
777 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
778 *) list='$(SUBDIRS)' ;; \
779 esac; \
780 for subdir in $$list; do \
781 echo "Making $$target in $$subdir"; \
782 if test "$$subdir" = "."; then \
783 dot_seen=yes; \
784 local_target="$$target-am"; \
785 else \
786 local_target="$$target"; \
787 fi; \
788 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
789 || eval $$failcom; \
790 done; \
791 if test "$$dot_seen" = "no"; then \
792 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
793 fi; test -z "$$fail"
794
795 ID: $(am__tagged_files)
796 $(am__define_uniq_tagged_files); mkid -fID $$unique
797 tags: tags-recursive
798 TAGS: tags
799
800 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
801 set x; \
802 here=`pwd`; \
803 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
804 include_option=--etags-include; \
805 empty_fix=.; \
806 else \
807 include_option=--include; \
808 empty_fix=; \
809 fi; \
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"; \
814 fi; \
815 done; \
816 $(am__define_uniq_tagged_files); \
817 shift; \
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) \
822 "$$@" $$unique; \
823 else \
824 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
825 $$unique; \
826 fi; \
827 fi
828 ctags: ctags-recursive
829
830 CTAGS: ctags
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) \
835 $$unique
836
837 GTAGS:
838 here=`$(am__cd) $(top_builddir) && pwd` \
839 && $(am__cd) $(top_srcdir) \
840 && gtags -i $(GTAGS_ARGS) "$$here"
841 cscope: cscope.files
842 test ! -s cscope.files \
843 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
844 clean-cscope:
845 -rm -f cscope.files
846 cscope.files: clean-cscope cscopelist
847 cscopelist: cscopelist-recursive
848
849 cscopelist-am: $(am__tagged_files)
850 list='$(am__tagged_files)'; \
851 case "$(srcdir)" in \
852 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
853 *) sdir=$(subdir)/$(srcdir) ;; \
854 esac; \
855 for i in $$list; do \
856 if test -f "$$i"; then \
857 echo "$(subdir)/$$i"; \
858 else \
859 echo "$$sdir/$$i"; \
860 fi; \
861 done >> $(top_builddir)/cscope.files
862
863 distclean-tags:
864 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
865 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
866
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,/[^/]*$$,,' | \
879 sort -u` ;; \
880 esac; \
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 {} \;; \
887 fi; \
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 {} \;; \
891 fi; \
892 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
893 else \
894 test -f "$(distdir)/$$file" \
895 || cp -p $$d/$$file "$(distdir)/$$file" \
896 || exit 1; \
897 fi; \
898 done
899 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
900 if test "$$subdir" = .; then :; else \
901 $(am__make_dryrun) \
902 || test -d "$(distdir)/$$subdir" \
903 || $(MKDIR_P) "$(distdir)/$$subdir" \
904 || exit 1; \
905 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
906 $(am__relativize); \
907 new_distdir=$$reldir; \
908 dir1=$$subdir; dir2="$(top_distdir)"; \
909 $(am__relativize); \
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=: \
920 distdir) \
921 || exit 1; \
922 fi; \
923 done
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)"
931 dist-gzip: distdir
932 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
933 $(am__post_remove_distdir)
934
935 dist-bzip2: distdir
936 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
937 $(am__post_remove_distdir)
938
939 dist-lzip: distdir
940 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
941 $(am__post_remove_distdir)
942
943 dist-xz: distdir
944 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
945 $(am__post_remove_distdir)
946
947 dist-tarZ: distdir
948 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
949 $(am__post_remove_distdir)
950
951 dist-shar: distdir
952 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
953 $(am__post_remove_distdir)
954
955 dist-zip: distdir
956 -rm -f $(distdir).zip
957 zip -rq $(distdir).zip $(distdir)
958 $(am__post_remove_distdir)
959
960 dist dist-all:
961 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
962 $(am__post_remove_distdir)
963
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
966 # tarfile.
967 distcheck: dist
968 case '$(DIST_ARCHIVES)' in \
969 *.tar.gz*) \
970 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
971 *.tar.bz2*) \
972 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
973 *.tar.lz*) \
974 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
975 *.tar.xz*) \
976 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
977 *.tar.Z*) \
978 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
979 *.shar.gz*) \
980 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
981 *.zip*) \
982 unzip $(distdir).zip ;;\
983 esac
984 chmod -R a-w $(distdir)
985 chmod u+w $(distdir)
986 mkdir $(distdir)/_build $(distdir)/_inst
987 chmod a-w $(distdir)
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-$$$$/" \
991 && am__cwd=`pwd` \
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" \
1005 && ({ \
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 \
1016 && cd "$$am__cwd" \
1017 || exit 1
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'
1022 distuninstallcheck:
1023 @test -n '$(distuninstallcheck_dir)' || { \
1024 echo 'ERROR: trying to run $@ with an empty' \
1025 '$$(distuninstallcheck_dir)' >&2; \
1026 exit 1; \
1027 }; \
1028 $(am__cd) '$(distuninstallcheck_dir)' || { \
1029 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1030 exit 1; \
1031 }; \
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)"; \
1036 fi ; \
1037 $(distuninstallcheck_listfiles) ; \
1038 exit 1; } >&2
1039 distcleancheck: distclean
1040 @if test '$(srcdir)' = . ; then \
1041 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1042 exit 1 ; \
1043 fi
1044 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1045 || { echo "ERROR: files left in build directory after distclean:" ; \
1046 $(distcleancheck_listfiles) ; \
1047 exit 1; } >&2
1048 check-am: all-am
1049 check: check-recursive
1050 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS)
1051 install-binPROGRAMS: install-libLTLIBRARIES
1052
1053 installdirs: installdirs-recursive
1054 installdirs-am:
1055 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"; do \
1056 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1057 done
1058 install: install-recursive
1059 install-exec: install-exec-recursive
1060 install-data: install-data-recursive
1061 uninstall: uninstall-recursive
1062
1063 install-am: all-am
1064 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1065
1066 installcheck: installcheck-recursive
1067 install-strip:
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 \
1071 install; \
1072 else \
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; \
1076 fi
1077 mostlyclean-generic:
1078
1079 clean-generic:
1080 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1081
1082 distclean-generic:
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)
1091
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
1096
1097 clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
1098 clean-libtool mostlyclean-am
1099
1100 distclean: distclean-recursive
1101 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1102 -rm -rf ./$(DEPDIR) Mach/$(DEPDIR) ObjectiveC/$(DEPDIR) sig/$(DEPDIR)
1103 -rm -f Makefile
1104 distclean-am: clean-am distclean-compile distclean-generic \
1105 distclean-libtool distclean-tags
1106
1107 dvi: dvi-recursive
1108
1109 dvi-am:
1110
1111 html: html-recursive
1112
1113 html-am:
1114
1115 info: info-recursive
1116
1117 info-am:
1118
1119 install-data-am:
1120
1121 install-dvi: install-dvi-recursive
1122
1123 install-dvi-am:
1124
1125 install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
1126
1127 install-html: install-html-recursive
1128
1129 install-html-am:
1130
1131 install-info: install-info-recursive
1132
1133 install-info-am:
1134
1135 install-man:
1136
1137 install-pdf: install-pdf-recursive
1138
1139 install-pdf-am:
1140
1141 install-ps: install-ps-recursive
1142
1143 install-ps-am:
1144
1145 installcheck-am:
1146
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)
1151 -rm -f Makefile
1152 maintainer-clean-am: distclean-am maintainer-clean-generic
1153
1154 mostlyclean: mostlyclean-recursive
1155
1156 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1157 mostlyclean-libtool
1158
1159 pdf: pdf-recursive
1160
1161 pdf-am:
1162
1163 ps: ps-recursive
1164
1165 ps-am:
1166
1167 uninstall-am: uninstall-binPROGRAMS uninstall-libLTLIBRARIES
1168
1169 .MAKE: $(am__recursive_targets) install-am install-strip
1170
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
1189
1190
1191 .DELETE_ON_ERROR:
1192
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/' >$@
1198
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;/' >$@
1212
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]* ([^)]*)$$'
1218
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.
1221 .NOEXPORT: