1 # Makefile.in generated by automake 1.14 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 Library.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/find_apr.m4 \
126 $(top_srcdir)/m4/framework.m4 $(top_srcdir)/m4/libtool.m4 \
127 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
128 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
129 $(top_srcdir)/configure.ac
130 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
132 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
133 configure.lineno config.status.lineno
134 mkinstalldirs = $(install_sh) -d
135 CONFIG_HEADER = config.h
137 CONFIG_CLEAN_VPATH_FILES =
138 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
139 am__vpath_adj = case $$p in \
140 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
143 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
145 am__nobase_strip_setup = \
146 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
148 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
149 am__nobase_list = $(am__nobase_strip_setup); \
150 for p in $$list; do echo "$$p $$p"; done | \
151 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
152 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
153 if (++n[$$2] == $(am__install_max)) \
154 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
155 END { for (dir in files) print dir, files[dir] }'
157 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
158 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
159 am__uninstall_files_from_dir = { \
161 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
162 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
163 $(am__cd) "$$dir" && rm -f $$files; }; \
165 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"
166 LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
167 libcycript_any_la_DEPENDENCIES =
168 am_libcycript_any_la_OBJECTS = Select.lo
169 libcycript_any_la_OBJECTS = $(am_libcycript_any_la_OBJECTS)
170 AM_V_lt = $(am__v_lt_@AM_V@)
171 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
172 am__v_lt_0 = --silent
174 libcycript_any_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
175 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
176 $(AM_CXXFLAGS) $(CXXFLAGS) $(libcycript_any_la_LDFLAGS) \
179 @CY_EXECUTE_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1)
180 @CY_OBJECTIVEC_TRUE@am__DEPENDENCIES_3 = $(am__DEPENDENCIES_1)
181 libcycript_sys_la_DEPENDENCIES = libcycript.la $(am__DEPENDENCIES_1) \
182 $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_3)
183 am__libcycript_sys_la_SOURCES_DIST = sig/ffi_type.cpp sig/parse.cpp \
184 sig/copy.cpp Bridge.cpp Execute.cpp JavaScriptCore.cpp \
185 Library.cpp Handler.mm
186 am__dirstamp = $(am__leading_dot)dirstamp
187 @CY_EXECUTE_TRUE@am__objects_1 = sig/ffi_type.lo sig/parse.lo \
188 @CY_EXECUTE_TRUE@ sig/copy.lo Bridge.lo Execute.lo \
189 @CY_EXECUTE_TRUE@ JavaScriptCore.lo Library.lo
190 @CY_MACH_TRUE@am__objects_2 = Handler.lo
191 am_libcycript_sys_la_OBJECTS = $(am__objects_1) $(am__objects_2)
192 libcycript_sys_la_OBJECTS = $(am_libcycript_sys_la_OBJECTS)
193 libcycript_sys_la_LINK = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
194 $(LIBTOOLFLAGS) --mode=link $(OBJCXXLD) $(AM_OBJCXXFLAGS) \
195 $(OBJCXXFLAGS) $(libcycript_sys_la_LDFLAGS) $(LDFLAGS) -o $@
196 libcycript_la_LIBADD =
197 am__libcycript_la_SOURCES_DIST = ConvertUTF.c Highlight.cpp \
198 Network.cpp Output.cpp Parser.cpp Replace.cpp Cycript.tab.cc \
199 lex.cy.cpp ObjectiveC/Output.cpp ObjectiveC/Replace.cpp \
200 ObjectiveC/Library.mm
201 @CY_OBJECTIVEC_TRUE@am__objects_3 = ObjectiveC/Output.lo \
202 @CY_OBJECTIVEC_TRUE@ ObjectiveC/Replace.lo \
203 @CY_OBJECTIVEC_TRUE@ ObjectiveC/Library.lo
204 am_libcycript_la_OBJECTS = ConvertUTF.lo Highlight.lo Network.lo \
205 Output.lo Parser.lo Replace.lo Cycript.tab.lo lex.cy.lo \
207 libcycript_la_OBJECTS = $(am_libcycript_la_OBJECTS)
208 PROGRAMS = $(bin_PROGRAMS)
209 am__cycript_SOURCES_DIST = Console.cpp Display.cpp Mach/Inject.cpp
210 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@am__objects_4 = Mach/Inject.$(OBJEXT)
211 @CY_CONSOLE_TRUE@am_cycript_OBJECTS = Console.$(OBJEXT) \
212 @CY_CONSOLE_TRUE@ Display.$(OBJEXT) $(am__objects_4)
213 cycript_OBJECTS = $(am_cycript_OBJECTS)
214 @CY_CONSOLE_TRUE@cycript_DEPENDENCIES = libcycript.la \
215 @CY_CONSOLE_TRUE@ libcycript-sys.la $(am__DEPENDENCIES_1) \
216 @CY_CONSOLE_TRUE@ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
217 AM_V_P = $(am__v_P_@AM_V@)
218 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
221 AM_V_GEN = $(am__v_GEN_@AM_V@)
222 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
223 am__v_GEN_0 = @echo " GEN " $@;
225 AM_V_at = $(am__v_at_@AM_V@)
226 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
229 DEFAULT_INCLUDES = -I.@am__isrc@
230 depcomp = $(SHELL) $(top_srcdir)/depcomp
231 am__depfiles_maybe = depfiles
233 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
234 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
235 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
236 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
237 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
238 $(AM_CFLAGS) $(CFLAGS)
239 AM_V_CC = $(am__v_CC_@AM_V@)
240 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
241 am__v_CC_0 = @echo " CC " $@;
244 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
245 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
246 $(AM_LDFLAGS) $(LDFLAGS) -o $@
247 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
248 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
249 am__v_CCLD_0 = @echo " CCLD " $@;
251 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
252 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
253 LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
254 $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
255 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
256 $(AM_CXXFLAGS) $(CXXFLAGS)
257 AM_V_CXX = $(am__v_CXX_@AM_V@)
258 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
259 am__v_CXX_0 = @echo " CXX " $@;
262 CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
263 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
264 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
265 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
266 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
267 am__v_CXXLD_0 = @echo " CXXLD " $@;
269 OBJCXXCOMPILE = $(OBJCXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
270 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_OBJCXXFLAGS) $(OBJCXXFLAGS)
271 LTOBJCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
272 $(LIBTOOLFLAGS) --mode=compile $(OBJCXX) $(DEFS) \
273 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
274 $(AM_OBJCXXFLAGS) $(OBJCXXFLAGS)
275 AM_V_OBJCXX = $(am__v_OBJCXX_@AM_V@)
276 am__v_OBJCXX_ = $(am__v_OBJCXX_@AM_DEFAULT_V@)
277 am__v_OBJCXX_0 = @echo " OBJCXX " $@;
280 OBJCXXLINK = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
281 --mode=link $(OBJCXXLD) $(AM_OBJCXXFLAGS) $(OBJCXXFLAGS) \
282 $(AM_LDFLAGS) $(LDFLAGS) -o $@
283 AM_V_OBJCXXLD = $(am__v_OBJCXXLD_@AM_V@)
284 am__v_OBJCXXLD_ = $(am__v_OBJCXXLD_@AM_DEFAULT_V@)
285 am__v_OBJCXXLD_0 = @echo " OBJCXXLD" $@;
287 SOURCES = $(libcycript_any_la_SOURCES) $(libcycript_sys_la_SOURCES) \
288 $(libcycript_la_SOURCES) $(cycript_SOURCES)
289 DIST_SOURCES = $(libcycript_any_la_SOURCES) \
290 $(am__libcycript_sys_la_SOURCES_DIST) \
291 $(am__libcycript_la_SOURCES_DIST) $(am__cycript_SOURCES_DIST)
292 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
293 ctags-recursive dvi-recursive html-recursive info-recursive \
294 install-data-recursive install-dvi-recursive \
295 install-exec-recursive install-html-recursive \
296 install-info-recursive install-pdf-recursive \
297 install-ps-recursive install-recursive installcheck-recursive \
298 installdirs-recursive pdf-recursive ps-recursive \
299 tags-recursive uninstall-recursive
300 am__can_run_installinfo = \
301 case $$AM_UPDATE_INFO_DIR in \
303 *) (install-info --version) >/dev/null 2>&1;; \
305 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
306 distclean-recursive maintainer-clean-recursive
307 am__recursive_targets = \
308 $(RECURSIVE_TARGETS) \
309 $(RECURSIVE_CLEAN_TARGETS) \
310 $(am__extra_recursive_targets)
311 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
312 cscope distdir dist dist-all distcheck
313 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
315 # Read a list of newline-separated strings from the standard input,
316 # and print each of them once, without duplicates. Input order is
318 am__uniquify_input = $(AWK) '\
319 BEGIN { nonempty = 0; } \
320 { items[$$0] = 1; nonempty = 1; } \
321 END { if (nonempty) { for (i in items) print i; }; } \
323 # Make sure the list of sources is unique. This is necessary because,
324 # e.g., the same source file might be shared among _SOURCES variables
325 # for different programs/libraries.
326 am__define_uniq_tagged_files = \
327 list='$(am__tagged_files)'; \
328 unique=`for i in $$list; do \
329 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
330 done | $(am__uniquify_input)`
334 DIST_SUBDIRS = $(SUBDIRS)
335 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
336 distdir = $(PACKAGE)-$(VERSION)
337 top_distdir = $(distdir)
338 am__remove_distdir = \
339 if test -d "$(distdir)"; then \
340 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
341 && rm -rf "$(distdir)" \
342 || { sleep 5 && rm -rf "$(distdir)"; }; \
344 am__post_remove_distdir = $(am__remove_distdir)
347 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
348 sed_rest='s,^[^/]*/*,,'; \
349 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
350 sed_butlast='s,/*[^/]*$$,,'; \
351 while test -n "$$dir1"; do \
352 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
353 if test "$$first" != "."; then \
354 if test "$$first" = ".."; then \
355 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
356 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
358 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
359 if test "$$first2" = "$$first"; then \
360 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
364 dir0="$$dir0"/"$$first"; \
367 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
370 DIST_ARCHIVES = $(distdir).tar.gz
372 DIST_TARGETS = dist-gzip
373 distuninstallcheck_listfiles = find . -type f -print
374 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
375 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
376 distcleancheck_listfiles = find . -type f -print
379 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
381 AUTOCONF = @AUTOCONF@
382 AUTOHEADER = @AUTOHEADER@
383 AUTOMAKE = @AUTOMAKE@
387 CCDEPMODE = @CCDEPMODE@
390 CPPFLAGS = @CPPFLAGS@
393 CXXDEPMODE = @CXXDEPMODE@
394 CXXFLAGS = @CXXFLAGS@
395 CYGPATH_W = @CYGPATH_W@
396 CY_ATTACH_GROUP = @CY_ATTACH_GROUP@
397 CY_EXECUTE = @CY_EXECUTE@
398 CY_FILTERS = @CY_FILTERS@
400 CY_OBJECTIVEC = @CY_OBJECTIVEC@
404 DSYMUTIL = @DSYMUTIL@
414 GNUSTEP_CONFIG = @GNUSTEP_CONFIG@
419 INSTALL_DATA = @INSTALL_DATA@
420 INSTALL_PROGRAM = @INSTALL_PROGRAM@
421 INSTALL_SCRIPT = @INSTALL_SCRIPT@
422 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
425 LIBFFI_CFLAGS = @LIBFFI_CFLAGS@
426 LIBFFI_LIBS = @LIBFFI_LIBS@
433 LTJAVASCRIPTCORE = @LTJAVASCRIPTCORE@
434 LTLIBAPR = @LTLIBAPR@
435 LTLIBFFI = @LTLIBFFI@
436 LTLIBOBJS = @LTLIBOBJS@
437 LTLIBREADLINE = @LTLIBREADLINE@
438 LTLIBTERMCAP = @LTLIBTERMCAP@
439 LTOBJECTIVEC = @LTOBJECTIVEC@
441 MAKEINFO = @MAKEINFO@
442 MANIFEST_TOOL = @MANIFEST_TOOL@
447 OBJCXXDEPMODE = @OBJCXXDEPMODE@
448 OBJCXXFLAGS = @OBJCXXFLAGS@
454 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
455 PACKAGE_NAME = @PACKAGE_NAME@
456 PACKAGE_STRING = @PACKAGE_STRING@
457 PACKAGE_TARNAME = @PACKAGE_TARNAME@
458 PACKAGE_URL = @PACKAGE_URL@
459 PACKAGE_VERSION = @PACKAGE_VERSION@
460 PATH_SEPARATOR = @PATH_SEPARATOR@
461 PKG_CONFIG = @PKG_CONFIG@
462 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
463 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
466 SET_MAKE = @SET_MAKE@
472 WEBKIT_CFLAGS = @WEBKIT_CFLAGS@
473 WEBKIT_LIBS = @WEBKIT_LIBS@
477 abs_builddir = @abs_builddir@
478 abs_srcdir = @abs_srcdir@
479 abs_top_builddir = @abs_top_builddir@
480 abs_top_srcdir = @abs_top_srcdir@
481 ac_ct_AR = @ac_ct_AR@
482 ac_ct_CC = @ac_ct_CC@
483 ac_ct_CXX = @ac_ct_CXX@
484 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
485 ac_ct_OBJCXX = @ac_ct_OBJCXX@
486 ac_ct__LIPO = @ac_ct__LIPO@
487 ac_ct__NM = @ac_ct__NM@
488 ac_ct__OTOOL = @ac_ct__OTOOL@
489 am__include = @am__include@
490 am__leading_dot = @am__leading_dot@
491 am__quote = @am__quote@
493 am__untar = @am__untar@
496 build_alias = @build_alias@
497 build_cpu = @build_cpu@
498 build_os = @build_os@
499 build_vendor = @build_vendor@
500 builddir = @builddir@
502 datarootdir = @datarootdir@
505 exec_prefix = @exec_prefix@
507 host_alias = @host_alias@
508 host_cpu = @host_cpu@
510 host_vendor = @host_vendor@
512 includedir = @includedir@
514 install_sh = @install_sh@
516 libexecdir = @libexecdir@
517 localedir = @localedir@
518 localstatedir = @localstatedir@
521 oldincludedir = @oldincludedir@
524 program_transform_name = @program_transform_name@
527 sharedstatedir = @sharedstatedir@
529 sysconfdir = @sysconfdir@
530 target_alias = @target_alias@
531 top_build_prefix = @top_build_prefix@
532 top_builddir = @top_builddir@
533 top_srcdir = @top_srcdir@
534 AUTOMAKE_OPTIONS = subdir-objects
535 CLEANFILES = $(am__append_5) $(am__append_12) Cycript.yy Cycript.l \
536 lex.cy.cpp Cycript.tab.cc Cycript.tab.hh location.hh \
537 position.hh stack.hh Cycript.output
539 ACLOCAL_AMFLAGS = -I m4
541 # XXX: do I really need -fno-common?
542 AM_CPPFLAGS = -fno-common -I$(srcdir)/include -DYYDEBUG=1 -include \
543 config.h -include $(srcdir)/unconfig.h $(am__append_3) \
545 CY_LDFLAGS = -no-undefined -avoid-version -export-dynamic
546 noinst_LTLIBRARIES = libcycript.la
547 lib_LTLIBRARIES = libcycript-any.la libcycript-sys.la
548 libcycript_any_la_SOURCES = Select.cpp
549 libcycript_any_la_LDFLAGS = $(CY_LDFLAGS)
550 libcycript_any_la_LIBADD = -ldl
551 libcycript_la_SOURCES = ConvertUTF.c Highlight.cpp Network.cpp \
552 Output.cpp Parser.cpp Replace.cpp Cycript.tab.cc lex.cy.cpp \
554 libcycript_sys_la_SOURCES = $(am__append_1) $(am__append_9)
555 libcycript_sys_la_LDFLAGS = $(CY_LDFLAGS)
556 libcycript_sys_la_LIBADD = libcycript.la $(LTLIBFFI) -ldl \
557 $(am__append_2) $(am__append_8)
558 filters = $(CY_FILTERS) $(am__append_4) $(am__append_6)
559 @CY_CONSOLE_TRUE@cycript_SOURCES = Console.cpp Display.cpp \
560 @CY_CONSOLE_TRUE@ $(am__append_10)
561 @CY_CONSOLE_TRUE@cycript_LDADD = libcycript.la libcycript-sys.la $(LTLIBAPR) $(LTLIBREADLINE) $(LTLIBTERMCAP) -ldl
562 @CY_CONSOLE_TRUE@ldid = true
563 @CY_CONSOLE_TRUE@entitle = $(ldid) -S$(srcdir)/cycript.xml
565 $(MAKE) $(AM_MAKEFLAGS) all-recursive
568 .SUFFIXES: .c .cc .cpp .lo .mm .o .obj
569 am--refresh: Makefile
571 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
573 case '$(am__configure_deps)' in \
575 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
576 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
581 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
582 $(am__cd) $(top_srcdir) && \
583 $(AUTOMAKE) --foreign Makefile
585 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
588 echo ' $(SHELL) ./config.status'; \
589 $(SHELL) ./config.status;; \
591 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
592 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
595 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
596 $(SHELL) ./config.status --recheck
598 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
599 $(am__cd) $(srcdir) && $(AUTOCONF)
600 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
601 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
602 $(am__aclocal_m4_deps):
605 @test -f $@ || rm -f stamp-h1
606 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
608 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
610 cd $(top_builddir) && $(SHELL) ./config.status config.h
611 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
612 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
617 -rm -f config.h stamp-h1
619 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
621 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
622 list2=; for p in $$list; do \
623 if test -f $$p; then \
624 list2="$$list2 $$p"; \
627 test -z "$$list2" || { \
628 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
629 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
630 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
631 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
634 uninstall-libLTLIBRARIES:
636 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
637 for p in $$list; do \
639 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
640 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
643 clean-libLTLIBRARIES:
644 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
645 @list='$(lib_LTLIBRARIES)'; \
646 locs=`for p in $$list; do echo $$p; done | \
647 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
649 test -z "$$locs" || { \
650 echo rm -f $${locs}; \
654 clean-noinstLTLIBRARIES:
655 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
656 @list='$(noinst_LTLIBRARIES)'; \
657 locs=`for p in $$list; do echo $$p; done | \
658 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
660 test -z "$$locs" || { \
661 echo rm -f $${locs}; \
665 libcycript-any.la: $(libcycript_any_la_OBJECTS) $(libcycript_any_la_DEPENDENCIES) $(EXTRA_libcycript_any_la_DEPENDENCIES)
666 $(AM_V_CXXLD)$(libcycript_any_la_LINK) -rpath $(libdir) $(libcycript_any_la_OBJECTS) $(libcycript_any_la_LIBADD) $(LIBS)
669 @: > sig/$(am__dirstamp)
670 sig/$(DEPDIR)/$(am__dirstamp):
671 @$(MKDIR_P) sig/$(DEPDIR)
672 @: > sig/$(DEPDIR)/$(am__dirstamp)
673 sig/ffi_type.lo: sig/$(am__dirstamp) sig/$(DEPDIR)/$(am__dirstamp)
674 sig/parse.lo: sig/$(am__dirstamp) sig/$(DEPDIR)/$(am__dirstamp)
675 sig/copy.lo: sig/$(am__dirstamp) sig/$(DEPDIR)/$(am__dirstamp)
677 libcycript-sys.la: $(libcycript_sys_la_OBJECTS) $(libcycript_sys_la_DEPENDENCIES) $(EXTRA_libcycript_sys_la_DEPENDENCIES)
678 $(AM_V_OBJCXXLD)$(libcycript_sys_la_LINK) -rpath $(libdir) $(libcycript_sys_la_OBJECTS) $(libcycript_sys_la_LIBADD) $(LIBS)
679 ObjectiveC/$(am__dirstamp):
680 @$(MKDIR_P) ObjectiveC
681 @: > ObjectiveC/$(am__dirstamp)
682 ObjectiveC/$(DEPDIR)/$(am__dirstamp):
683 @$(MKDIR_P) ObjectiveC/$(DEPDIR)
684 @: > ObjectiveC/$(DEPDIR)/$(am__dirstamp)
685 ObjectiveC/Output.lo: ObjectiveC/$(am__dirstamp) \
686 ObjectiveC/$(DEPDIR)/$(am__dirstamp)
687 ObjectiveC/Replace.lo: ObjectiveC/$(am__dirstamp) \
688 ObjectiveC/$(DEPDIR)/$(am__dirstamp)
689 ObjectiveC/Library.lo: ObjectiveC/$(am__dirstamp) \
690 ObjectiveC/$(DEPDIR)/$(am__dirstamp)
692 libcycript.la: $(libcycript_la_OBJECTS) $(libcycript_la_DEPENDENCIES) $(EXTRA_libcycript_la_DEPENDENCIES)
693 $(AM_V_OBJCXXLD)$(OBJCXXLINK) $(libcycript_la_OBJECTS) $(libcycript_la_LIBADD) $(LIBS)
694 install-binPROGRAMS: $(bin_PROGRAMS)
696 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
697 if test -n "$$list"; then \
698 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
699 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
701 for p in $$list; do echo "$$p $$p"; done | \
702 sed 's/$(EXEEXT)$$//' | \
703 while read p p1; do if test -f $$p \
705 ; then echo "$$p"; echo "$$p"; else :; fi; \
707 sed -e 'p;s,.*/,,;n;h' \
709 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
710 sed 'N;N;N;s,\n, ,g' | \
711 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
712 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
713 if ($$2 == $$4) files[d] = files[d] " " $$1; \
714 else { print "f", $$3 "/" $$4, $$1; } } \
715 END { for (d in files) print "f", d, files[d] }' | \
716 while read type dir files; do \
717 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
718 test -z "$$files" || { \
719 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
720 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
724 uninstall-binPROGRAMS:
726 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
727 files=`for p in $$list; do echo "$$p"; done | \
728 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
729 -e 's/$$/$(EXEEXT)/' \
731 test -n "$$list" || exit 0; \
732 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
733 cd "$(DESTDIR)$(bindir)" && rm -f $$files
736 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
737 echo " rm -f" $$list; \
738 rm -f $$list || exit $$?; \
739 test -n "$(EXEEXT)" || exit 0; \
740 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
741 echo " rm -f" $$list; \
743 Mach/$(am__dirstamp):
745 @: > Mach/$(am__dirstamp)
746 Mach/$(DEPDIR)/$(am__dirstamp):
747 @$(MKDIR_P) Mach/$(DEPDIR)
748 @: > Mach/$(DEPDIR)/$(am__dirstamp)
749 Mach/Inject.$(OBJEXT): Mach/$(am__dirstamp) \
750 Mach/$(DEPDIR)/$(am__dirstamp)
752 cycript$(EXEEXT): $(cycript_OBJECTS) $(cycript_DEPENDENCIES) $(EXTRA_cycript_DEPENDENCIES)
753 @rm -f cycript$(EXEEXT)
754 $(AM_V_CXXLD)$(CXXLINK) $(cycript_OBJECTS) $(cycript_LDADD) $(LIBS)
758 -rm -f Mach/*.$(OBJEXT)
759 -rm -f ObjectiveC/*.$(OBJEXT)
760 -rm -f ObjectiveC/*.lo
761 -rm -f sig/*.$(OBJEXT)
767 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Bridge.Plo@am__quote@
768 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Console.Po@am__quote@
769 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ConvertUTF.Plo@am__quote@
770 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Cycript.tab.Plo@am__quote@
771 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Display.Po@am__quote@
772 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Execute.Plo@am__quote@
773 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Handler.Plo@am__quote@
774 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Highlight.Plo@am__quote@
775 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/JavaScriptCore.Plo@am__quote@
776 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Library.Plo@am__quote@
777 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Network.Plo@am__quote@
778 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Output.Plo@am__quote@
779 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Parser.Plo@am__quote@
780 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Replace.Plo@am__quote@
781 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Select.Plo@am__quote@
782 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lex.cy.Plo@am__quote@
783 @AMDEP_TRUE@@am__include@ @am__quote@Mach/$(DEPDIR)/Inject.Po@am__quote@
784 @AMDEP_TRUE@@am__include@ @am__quote@ObjectiveC/$(DEPDIR)/Library.Plo@am__quote@
785 @AMDEP_TRUE@@am__include@ @am__quote@ObjectiveC/$(DEPDIR)/Output.Plo@am__quote@
786 @AMDEP_TRUE@@am__include@ @am__quote@ObjectiveC/$(DEPDIR)/Replace.Plo@am__quote@
787 @AMDEP_TRUE@@am__include@ @am__quote@sig/$(DEPDIR)/copy.Plo@am__quote@
788 @AMDEP_TRUE@@am__include@ @am__quote@sig/$(DEPDIR)/ffi_type.Plo@am__quote@
789 @AMDEP_TRUE@@am__include@ @am__quote@sig/$(DEPDIR)/parse.Plo@am__quote@
792 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
793 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
794 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
795 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
796 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
797 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
800 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
801 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
802 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
803 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
804 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
805 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
808 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
809 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
810 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
811 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
812 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
813 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
816 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
817 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
818 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
819 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
820 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
821 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
824 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
825 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
826 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
827 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
828 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
829 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
832 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
833 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
834 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
835 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
836 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
837 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
840 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
841 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
842 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
843 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
844 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
845 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
848 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
849 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
850 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
851 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
852 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
853 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
856 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
857 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
858 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
859 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
860 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
861 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
864 @am__fastdepOBJCXX_TRUE@ $(AM_V_OBJCXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
865 @am__fastdepOBJCXX_TRUE@ $(OBJCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
866 @am__fastdepOBJCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
867 @AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@ $(AM_V_OBJCXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
868 @AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@ DEPDIR=$(DEPDIR) $(OBJCXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
869 @am__fastdepOBJCXX_FALSE@ $(AM_V_OBJCXX@am__nodep@)$(OBJCXXCOMPILE) -c -o $@ $<
872 @am__fastdepOBJCXX_TRUE@ $(AM_V_OBJCXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
873 @am__fastdepOBJCXX_TRUE@ $(OBJCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
874 @am__fastdepOBJCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
875 @AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@ $(AM_V_OBJCXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
876 @AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@ DEPDIR=$(DEPDIR) $(OBJCXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
877 @am__fastdepOBJCXX_FALSE@ $(AM_V_OBJCXX@am__nodep@)$(OBJCXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
880 @am__fastdepOBJCXX_TRUE@ $(AM_V_OBJCXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
881 @am__fastdepOBJCXX_TRUE@ $(LTOBJCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
882 @am__fastdepOBJCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
883 @AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@ $(AM_V_OBJCXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
884 @AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@ DEPDIR=$(DEPDIR) $(OBJCXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
885 @am__fastdepOBJCXX_FALSE@ $(AM_V_OBJCXX@am__nodep@)$(LTOBJCXXCOMPILE) -c -o $@ $<
892 -rm -rf ObjectiveC/.libs ObjectiveC/_libs
893 -rm -rf sig/.libs sig/_libs
896 -rm -f libtool config.lt
898 # This directory's subdirectories are mostly independent; you can cd
899 # into them and run 'make' without going through this Makefile.
900 # To change the values of 'make' variables: instead of editing Makefiles,
901 # (1) if the variable is set in 'config.status', edit 'config.status'
902 # (which will cause the Makefiles to be regenerated when you run 'make');
903 # (2) otherwise, pass the desired values on the 'make' command line.
904 $(am__recursive_targets):
906 if $(am__make_keepgoing); then \
907 failcom='fail=yes'; \
912 target=`echo $@ | sed s/-recursive//`; \
914 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
915 *) list='$(SUBDIRS)' ;; \
917 for subdir in $$list; do \
918 echo "Making $$target in $$subdir"; \
919 if test "$$subdir" = "."; then \
921 local_target="$$target-am"; \
923 local_target="$$target"; \
925 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
928 if test "$$dot_seen" = "no"; then \
929 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
932 ID: $(am__tagged_files)
933 $(am__define_uniq_tagged_files); mkid -fID $$unique
937 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
940 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
941 include_option=--etags-include; \
944 include_option=--include; \
947 list='$(SUBDIRS)'; for subdir in $$list; do \
948 if test "$$subdir" = .; then :; else \
949 test ! -f $$subdir/TAGS || \
950 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
953 $(am__define_uniq_tagged_files); \
955 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
956 test -n "$$unique" || unique=$$empty_fix; \
957 if test $$# -gt 0; then \
958 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
961 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
965 ctags: ctags-recursive
968 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
969 $(am__define_uniq_tagged_files); \
970 test -z "$(CTAGS_ARGS)$$unique" \
971 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
975 here=`$(am__cd) $(top_builddir) && pwd` \
976 && $(am__cd) $(top_srcdir) \
977 && gtags -i $(GTAGS_ARGS) "$$here"
979 test ! -s cscope.files \
980 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
983 cscope.files: clean-cscope cscopelist
984 cscopelist: cscopelist-recursive
986 cscopelist-am: $(am__tagged_files)
987 list='$(am__tagged_files)'; \
988 case "$(srcdir)" in \
989 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
990 *) sdir=$(subdir)/$(srcdir) ;; \
992 for i in $$list; do \
993 if test -f "$$i"; then \
994 echo "$(subdir)/$$i"; \
998 done >> $(top_builddir)/cscope.files
1001 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1002 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
1004 distdir: $(DISTFILES)
1005 $(am__remove_distdir)
1006 test -d "$(distdir)" || mkdir "$(distdir)"
1007 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1008 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1009 list='$(DISTFILES)'; \
1010 dist_files=`for file in $$list; do echo $$file; done | \
1011 sed -e "s|^$$srcdirstrip/||;t" \
1012 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1013 case $$dist_files in \
1014 */*) $(MKDIR_P) `echo "$$dist_files" | \
1015 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1018 for file in $$dist_files; do \
1019 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1020 if test -d $$d/$$file; then \
1021 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1022 if test -d "$(distdir)/$$file"; then \
1023 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1025 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1026 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1027 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1029 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1031 test -f "$(distdir)/$$file" \
1032 || cp -p $$d/$$file "$(distdir)/$$file" \
1036 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1037 if test "$$subdir" = .; then :; else \
1038 $(am__make_dryrun) \
1039 || test -d "$(distdir)/$$subdir" \
1040 || $(MKDIR_P) "$(distdir)/$$subdir" \
1042 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1043 $(am__relativize); \
1044 new_distdir=$$reldir; \
1045 dir1=$$subdir; dir2="$(top_distdir)"; \
1046 $(am__relativize); \
1047 new_top_distdir=$$reldir; \
1048 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1049 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1050 ($(am__cd) $$subdir && \
1051 $(MAKE) $(AM_MAKEFLAGS) \
1052 top_distdir="$$new_top_distdir" \
1053 distdir="$$new_distdir" \
1054 am__remove_distdir=: \
1055 am__skip_length_check=: \
1056 am__skip_mode_fix=: \
1061 -test -n "$(am__skip_mode_fix)" \
1062 || find "$(distdir)" -type d ! -perm -755 \
1063 -exec chmod u+rwx,go+rx {} \; -o \
1064 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1065 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1066 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1067 || chmod -R a+r "$(distdir)"
1069 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1070 $(am__post_remove_distdir)
1073 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1074 $(am__post_remove_distdir)
1077 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1078 $(am__post_remove_distdir)
1081 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1082 $(am__post_remove_distdir)
1085 @echo WARNING: "Support for shar distribution archives is" \
1087 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1088 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1089 $(am__post_remove_distdir)
1092 @echo WARNING: "Support for distribution archives compressed with" \
1093 "legacy program 'compress' is deprecated." >&2
1094 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1095 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1096 $(am__post_remove_distdir)
1099 -rm -f $(distdir).zip
1100 zip -rq $(distdir).zip $(distdir)
1101 $(am__post_remove_distdir)
1104 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
1105 $(am__post_remove_distdir)
1107 # This target untars the dist file and tries a VPATH configuration. Then
1108 # it guarantees that the distribution is self-contained by making another
1111 case '$(DIST_ARCHIVES)' in \
1113 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
1115 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1117 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1119 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1121 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1123 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
1125 unzip $(distdir).zip ;;\
1127 chmod -R a-w $(distdir)
1128 chmod u+w $(distdir)
1129 mkdir $(distdir)/_build $(distdir)/_inst
1130 chmod a-w $(distdir)
1131 test -d $(distdir)/_build || exit 0; \
1132 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1133 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1135 && $(am__cd) $(distdir)/_build \
1136 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
1137 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1138 $(DISTCHECK_CONFIGURE_FLAGS) \
1139 && $(MAKE) $(AM_MAKEFLAGS) \
1140 && $(MAKE) $(AM_MAKEFLAGS) dvi \
1141 && $(MAKE) $(AM_MAKEFLAGS) check \
1142 && $(MAKE) $(AM_MAKEFLAGS) install \
1143 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1144 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1145 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1146 distuninstallcheck \
1147 && chmod -R a-w "$$dc_install_base" \
1149 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1150 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1151 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1152 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1153 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1154 } || { rm -rf "$$dc_destdir"; exit 1; }) \
1155 && rm -rf "$$dc_destdir" \
1156 && $(MAKE) $(AM_MAKEFLAGS) dist \
1157 && rm -rf $(DIST_ARCHIVES) \
1158 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1161 $(am__post_remove_distdir)
1162 @(echo "$(distdir) archives ready for distribution: "; \
1163 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1164 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1166 @test -n '$(distuninstallcheck_dir)' || { \
1167 echo 'ERROR: trying to run $@ with an empty' \
1168 '$$(distuninstallcheck_dir)' >&2; \
1171 $(am__cd) '$(distuninstallcheck_dir)' || { \
1172 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1175 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1176 || { echo "ERROR: files left after uninstall:" ; \
1177 if test -n "$(DESTDIR)"; then \
1178 echo " (check DESTDIR support)"; \
1180 $(distuninstallcheck_listfiles) ; \
1182 distcleancheck: distclean
1183 @if test '$(srcdir)' = . ; then \
1184 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1187 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1188 || { echo "ERROR: files left in build directory after distclean:" ; \
1189 $(distcleancheck_listfiles) ; \
1192 check: check-recursive
1193 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) config.h
1194 install-binPROGRAMS: install-libLTLIBRARIES
1196 installdirs: installdirs-recursive
1198 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"; do \
1199 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1201 install: install-recursive
1202 install-exec: install-exec-recursive
1203 install-data: install-data-recursive
1204 uninstall: uninstall-recursive
1207 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1209 installcheck: installcheck-recursive
1211 if test -z '$(STRIP)'; then \
1212 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1213 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1216 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1217 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1218 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1220 mostlyclean-generic:
1223 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1226 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1227 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1228 -rm -f Mach/$(DEPDIR)/$(am__dirstamp)
1229 -rm -f Mach/$(am__dirstamp)
1230 -rm -f ObjectiveC/$(DEPDIR)/$(am__dirstamp)
1231 -rm -f ObjectiveC/$(am__dirstamp)
1232 -rm -f sig/$(DEPDIR)/$(am__dirstamp)
1233 -rm -f sig/$(am__dirstamp)
1235 maintainer-clean-generic:
1236 @echo "This command is intended for maintainers to use"
1237 @echo "it deletes files that may require special tools to rebuild."
1238 clean: clean-recursive
1240 clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
1241 clean-libtool clean-noinstLTLIBRARIES mostlyclean-am
1243 distclean: distclean-recursive
1244 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1245 -rm -rf ./$(DEPDIR) Mach/$(DEPDIR) ObjectiveC/$(DEPDIR) sig/$(DEPDIR)
1247 distclean-am: clean-am distclean-compile distclean-generic \
1248 distclean-hdr distclean-libtool distclean-tags
1254 html: html-recursive
1258 info: info-recursive
1264 install-dvi: install-dvi-recursive
1268 install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
1270 install-html: install-html-recursive
1274 install-info: install-info-recursive
1280 install-pdf: install-pdf-recursive
1284 install-ps: install-ps-recursive
1290 maintainer-clean: maintainer-clean-recursive
1291 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1292 -rm -rf $(top_srcdir)/autom4te.cache
1293 -rm -rf ./$(DEPDIR) Mach/$(DEPDIR) ObjectiveC/$(DEPDIR) sig/$(DEPDIR)
1295 maintainer-clean-am: distclean-am maintainer-clean-generic
1297 mostlyclean: mostlyclean-recursive
1299 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1310 uninstall-am: uninstall-binPROGRAMS uninstall-libLTLIBRARIES
1312 .MAKE: $(am__recursive_targets) all install-am install-strip
1314 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1315 am--refresh check check-am clean clean-binPROGRAMS \
1316 clean-cscope clean-generic clean-libLTLIBRARIES clean-libtool \
1317 clean-noinstLTLIBRARIES cscope cscopelist-am ctags ctags-am \
1318 dist dist-all dist-bzip2 dist-gzip dist-lzip dist-shar \
1319 dist-tarZ dist-xz dist-zip distcheck distclean \
1320 distclean-compile distclean-generic distclean-hdr \
1321 distclean-libtool distclean-tags distcleancheck distdir \
1322 distuninstallcheck dvi dvi-am html html-am info info-am \
1323 install install-am install-binPROGRAMS install-data \
1324 install-data-am install-dvi install-dvi-am install-exec \
1325 install-exec-am install-html install-html-am install-info \
1326 install-info-am install-libLTLIBRARIES install-man install-pdf \
1327 install-pdf-am install-ps install-ps-am install-strip \
1328 installcheck installcheck-am installdirs installdirs-am \
1329 maintainer-clean maintainer-clean-generic mostlyclean \
1330 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1331 pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
1332 uninstall-binPROGRAMS uninstall-libLTLIBRARIES
1337 @CY_EXECUTE_TRUE@Bridge.lo: Bridge.hpp
1338 @CY_EXECUTE_TRUE@Bridge.gperf: Bridge.def Bridge.sh
1339 @CY_EXECUTE_TRUE@ $(srcdir)/Bridge.sh $< >$@
1340 @CY_EXECUTE_TRUE@Bridge.hpp: Bridge.gperf
1341 @CY_EXECUTE_TRUE@ $(GPERF) $< | $(SED) -e 's/defined __GNUC_STDC_INLINE__ || defined __GNUC_GNU_INLINE__/0/' >$@
1343 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@Mach/Inject.$(OBJEXT): Trampoline.t.hpp
1344 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@Trampoline.t.lo: Trampoline.t.cpp Trampoline.hpp Baton.hpp Standard.hpp
1345 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@ $(LTCXXCOMPILE) -c -o $@ $< -fno-stack-protector -fno-exceptions -O0
1346 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@libTrampoline.t.la: Trampoline.t.lo
1347 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@ $(CXXLINK) -rpath $(libdir) $^
1348 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@Trampoline.t.hpp: libTrampoline.t.la trampoline.sh
1349 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@ $(srcdir)/trampoline.sh $@ .libs/libTrampoline.t.dylib Trampoline $(SED) $(LIPO) $(NM) $(OTOOL)
1350 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@ ! grep '## symbol stub for:' $@
1351 Cycript.yy: Cycript.yy.in
1352 $(srcdir)/Filter.sh <$< >$@ $(filters)
1353 Cycript.l: Cycript.l.in
1354 $(srcdir)/Filter.sh <$< >$@ $(filters)
1355 lex.cy.cpp: Cycript.l
1356 $(FLEX) -t $< | $(SED) -e 's/int yyl;/yy_size_t yyl;/;s/int yyleng_r;/yy_size_t yyleng_r;/' >$@
1358 Console.lo Execute.lo Highlight.lo Library.lo Parser.lo lex.cy.lo: Cycript.tab.hh
1359 Cycript.tab.cc Cycript.tab.hh location.hh position.hh stack.hh Cycript.output: Cycript.yy
1360 $(BISON) -v --report=state $<
1361 ! grep -n '^ *$$default reduce using rule [0-9]* (Lex[A-Z][^)]*)$$' Cycript.output -B 2 | grep 'shift, and go to state [0-9]*$$'
1362 ! grep -n '^ *$$default reduce using rule [0-9]* (Lex[A-Z][^)]*)$$' Cycript.output -B 2 | grep -v '$$default' | grep 'reduce using rule [0-9]* ([^)]*)$$'
1364 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1365 # Otherwise a system limit (for SysV at least) may be exceeded.