1 # Makefile.in generated by automake 1.15 from Makefile.am.
4 # Copyright (C) 1994-2014 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-2015 Jay Freeman (saurik)
20 # GNU Affero General Public License, Version 3 {{{
22 # This program is free software: you can redistribute it and/or modify
23 # it under the terms of the GNU Affero General Public License as published by
24 # the Free Software Foundation, either version 3 of the License, or
25 # (at your option) any later version.
27 # This program is distributed in the hope that it will be useful,
28 # but WITHOUT ANY WARRANTY; without even the implied warranty of
29 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
30 # GNU Affero General Public License for more details.
32 # You should have received a copy of the GNU Affero General Public License
33 # along with this program. If not, see <http://www.gnu.org/licenses/>.
39 if test -z '$(MAKELEVEL)'; then \
41 elif test -n '$(MAKE_HOST)'; then \
43 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
49 am__make_running_with_option = \
50 case $${target_option-} in \
52 *) echo "am__make_running_with_option: internal error: invalid" \
53 "target option '$${target_option-}' specified" >&2; \
57 sane_makeflags=$$MAKEFLAGS; \
58 if $(am__is_gnu_make); then \
59 sane_makeflags=$$MFLAGS; \
64 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
65 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
71 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
73 for flg in $$sane_makeflags; do \
74 test $$skip_next = yes && { skip_next=no; continue; }; \
77 -*I) strip_trailopt 'I'; skip_next=yes;; \
78 -*I?*) strip_trailopt 'I';; \
79 -*O) strip_trailopt 'O'; skip_next=yes;; \
80 -*O?*) strip_trailopt 'O';; \
81 -*l) strip_trailopt 'l'; skip_next=yes;; \
82 -*l?*) strip_trailopt 'l';; \
83 -[dEDm]) skip_next=yes;; \
84 -[JT]) skip_next=yes;; \
87 *$$target_option*) has_opt=yes; break;; \
91 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
92 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
93 pkgdatadir = $(datadir)/@PACKAGE@
94 pkgincludedir = $(includedir)/@PACKAGE@
95 pkglibdir = $(libdir)/@PACKAGE@
96 pkglibexecdir = $(libexecdir)/@PACKAGE@
97 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
98 install_sh_DATA = $(install_sh) -c -m 644
99 install_sh_PROGRAM = $(install_sh) -c
100 install_sh_SCRIPT = $(install_sh) -c
101 INSTALL_HEADER = $(INSTALL_DATA)
102 transform = $(program_transform_name)
109 build_triplet = @build@
110 host_triplet = @host@
111 @CY_CONSOLE_TRUE@bin_PROGRAMS = cycript$(EXEEXT)
112 @CY_CONSOLE_TRUE@am__append_1 = Complete.cpp
113 @CY_EXECUTE_TRUE@am__append_2 = sig/ffi_type.cpp sig/parse.cpp \
114 @CY_EXECUTE_TRUE@ sig/copy.cpp Bridge.cpp Execute.cpp \
115 @CY_EXECUTE_TRUE@ JavaScriptCore.cpp
116 @CY_EXECUTE_TRUE@am__append_3 = $(LTJAVASCRIPTCORE)
117 @CY_EXECUTE_TRUE@am__append_4 = -DCY_EXECUTE
118 @CY_EXECUTE_TRUE@am__append_5 = C
119 @CY_EXECUTE_TRUE@am__append_6 = Bridge.gperf Bridge.hpp
120 @CY_JAVA_TRUE@am__append_7 = Java
121 @CY_JAVA_TRUE@am__append_8 = Java/Execute.cpp
122 @CY_JAVA_TRUE@am__append_9 = $(LTJAVA)
123 @CY_OBJECTIVEC_TRUE@am__append_10 = ObjectiveC
124 @CY_OBJECTIVEC_TRUE@am__append_11 = ObjectiveC/Output.cpp ObjectiveC/Replace.cpp ObjectiveC/Library.mm
125 @CY_OBJECTIVEC_TRUE@am__append_12 = $(LTOBJECTIVEC)
126 @CY_ATTACH_TRUE@am__append_13 = Handler.cpp
127 @CY_ATTACH_TRUE@@CY_CONSOLE_TRUE@am__append_14 = Inject.cpp
128 @CY_ATTACH_TRUE@@CY_CONSOLE_TRUE@am__append_15 = -DCY_ATTACH
130 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
131 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cxx_compile_stdcxx_11.m4 \
132 $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/framework.m4 \
133 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
134 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
135 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
136 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
138 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
139 $(am__configure_deps) $(am__DIST_COMMON)
140 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
141 configure.lineno config.status.lineno
142 mkinstalldirs = $(install_sh) -d
143 CONFIG_HEADER = config.h
145 CONFIG_CLEAN_VPATH_FILES =
146 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
147 am__vpath_adj = case $$p in \
148 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
151 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
153 am__nobase_strip_setup = \
154 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
156 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
157 am__nobase_list = $(am__nobase_strip_setup); \
158 for p in $$list; do echo "$$p $$p"; done | \
159 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
160 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
161 if (++n[$$2] == $(am__install_max)) \
162 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
163 END { for (dir in files) print dir, files[dir] }'
165 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
166 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
167 am__uninstall_files_from_dir = { \
169 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
170 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
171 $(am__cd) "$$dir" && rm -f $$files; }; \
173 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"
174 LTLIBRARIES = $(lib_LTLIBRARIES)
176 @CY_EXECUTE_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1)
177 @CY_JAVA_TRUE@am__DEPENDENCIES_3 = $(am__DEPENDENCIES_1)
178 @CY_OBJECTIVEC_TRUE@am__DEPENDENCIES_4 = $(am__DEPENDENCIES_1)
179 libcycript_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
180 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
181 $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_3) \
182 $(am__DEPENDENCIES_4)
183 am__libcycript_la_SOURCES_DIST = ConvertUTF.c Decode.cpp Driver.cpp \
184 Highlight.cpp Library.cpp Network.cpp Output.cpp Replace.cpp \
185 Syntax.cpp Parser.cpp Scanner.cpp Complete.cpp \
186 sig/ffi_type.cpp sig/parse.cpp sig/copy.cpp Bridge.cpp \
187 Execute.cpp JavaScriptCore.cpp Java/Execute.cpp \
188 ObjectiveC/Output.cpp ObjectiveC/Replace.cpp \
189 ObjectiveC/Library.mm Handler.cpp
190 @CY_CONSOLE_TRUE@am__objects_1 = Complete.lo
191 am__dirstamp = $(am__leading_dot)dirstamp
192 @CY_EXECUTE_TRUE@am__objects_2 = sig/ffi_type.lo sig/parse.lo \
193 @CY_EXECUTE_TRUE@ sig/copy.lo Bridge.lo Execute.lo \
194 @CY_EXECUTE_TRUE@ JavaScriptCore.lo
195 @CY_JAVA_TRUE@am__objects_3 = Java/Execute.lo
196 @CY_OBJECTIVEC_TRUE@am__objects_4 = ObjectiveC/Output.lo \
197 @CY_OBJECTIVEC_TRUE@ ObjectiveC/Replace.lo \
198 @CY_OBJECTIVEC_TRUE@ ObjectiveC/Library.lo
199 @CY_ATTACH_TRUE@am__objects_5 = Handler.lo
200 am_libcycript_la_OBJECTS = ConvertUTF.lo Decode.lo Driver.lo \
201 Highlight.lo Library.lo Network.lo Output.lo Replace.lo \
202 Syntax.lo Parser.lo Scanner.lo $(am__objects_1) \
203 $(am__objects_2) $(am__objects_3) $(am__objects_4) \
205 libcycript_la_OBJECTS = $(am_libcycript_la_OBJECTS)
206 AM_V_lt = $(am__v_lt_@AM_V@)
207 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
208 am__v_lt_0 = --silent
210 libcycript_la_LINK = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
211 $(LIBTOOLFLAGS) --mode=link $(OBJCXXLD) $(AM_OBJCXXFLAGS) \
212 $(OBJCXXFLAGS) $(libcycript_la_LDFLAGS) $(LDFLAGS) -o $@
213 PROGRAMS = $(bin_PROGRAMS)
214 am__cycript_SOURCES_DIST = Console.cpp Inject.cpp
215 @CY_ATTACH_TRUE@@CY_CONSOLE_TRUE@am__objects_6 = Inject.$(OBJEXT)
216 @CY_CONSOLE_TRUE@am_cycript_OBJECTS = Console.$(OBJEXT) \
217 @CY_CONSOLE_TRUE@ $(am__objects_6)
218 cycript_OBJECTS = $(am_cycript_OBJECTS)
219 @CY_CONSOLE_TRUE@cycript_DEPENDENCIES = libcycript.la \
220 @CY_CONSOLE_TRUE@ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
221 @CY_CONSOLE_TRUE@ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
222 AM_V_P = $(am__v_P_@AM_V@)
223 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
226 AM_V_GEN = $(am__v_GEN_@AM_V@)
227 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
228 am__v_GEN_0 = @echo " GEN " $@;
230 AM_V_at = $(am__v_at_@AM_V@)
231 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
234 DEFAULT_INCLUDES = -I.@am__isrc@
235 depcomp = $(SHELL) $(top_srcdir)/depcomp
236 am__depfiles_maybe = depfiles
238 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
239 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
240 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
241 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
242 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
243 $(AM_CFLAGS) $(CFLAGS)
244 AM_V_CC = $(am__v_CC_@AM_V@)
245 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
246 am__v_CC_0 = @echo " CC " $@;
249 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
250 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
251 $(AM_LDFLAGS) $(LDFLAGS) -o $@
252 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
253 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
254 am__v_CCLD_0 = @echo " CCLD " $@;
256 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
257 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
258 LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
259 $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
260 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
261 $(AM_CXXFLAGS) $(CXXFLAGS)
262 AM_V_CXX = $(am__v_CXX_@AM_V@)
263 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
264 am__v_CXX_0 = @echo " CXX " $@;
267 CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
268 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
269 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
270 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
271 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
272 am__v_CXXLD_0 = @echo " CXXLD " $@;
274 OBJCXXCOMPILE = $(OBJCXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
275 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_OBJCXXFLAGS) $(OBJCXXFLAGS)
276 LTOBJCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
277 $(LIBTOOLFLAGS) --mode=compile $(OBJCXX) $(DEFS) \
278 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
279 $(AM_OBJCXXFLAGS) $(OBJCXXFLAGS)
280 AM_V_OBJCXX = $(am__v_OBJCXX_@AM_V@)
281 am__v_OBJCXX_ = $(am__v_OBJCXX_@AM_DEFAULT_V@)
282 am__v_OBJCXX_0 = @echo " OBJCXX " $@;
285 OBJCXXLINK = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
286 --mode=link $(OBJCXXLD) $(AM_OBJCXXFLAGS) $(OBJCXXFLAGS) \
287 $(AM_LDFLAGS) $(LDFLAGS) -o $@
288 AM_V_OBJCXXLD = $(am__v_OBJCXXLD_@AM_V@)
289 am__v_OBJCXXLD_ = $(am__v_OBJCXXLD_@AM_DEFAULT_V@)
290 am__v_OBJCXXLD_0 = @echo " OBJCXXLD" $@;
292 SOURCES = $(libcycript_la_SOURCES) $(cycript_SOURCES)
293 DIST_SOURCES = $(am__libcycript_la_SOURCES_DIST) \
294 $(am__cycript_SOURCES_DIST)
295 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
296 ctags-recursive dvi-recursive html-recursive info-recursive \
297 install-data-recursive install-dvi-recursive \
298 install-exec-recursive install-html-recursive \
299 install-info-recursive install-pdf-recursive \
300 install-ps-recursive install-recursive installcheck-recursive \
301 installdirs-recursive pdf-recursive ps-recursive \
302 tags-recursive uninstall-recursive
303 am__can_run_installinfo = \
304 case $$AM_UPDATE_INFO_DIR in \
306 *) (install-info --version) >/dev/null 2>&1;; \
308 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
309 distclean-recursive maintainer-clean-recursive
310 am__recursive_targets = \
311 $(RECURSIVE_TARGETS) \
312 $(RECURSIVE_CLEAN_TARGETS) \
313 $(am__extra_recursive_targets)
314 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
315 cscope distdir dist dist-all distcheck
316 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
318 # Read a list of newline-separated strings from the standard input,
319 # and print each of them once, without duplicates. Input order is
321 am__uniquify_input = $(AWK) '\
322 BEGIN { nonempty = 0; } \
323 { items[$$0] = 1; nonempty = 1; } \
324 END { if (nonempty) { for (i in items) print i; }; } \
326 # Make sure the list of sources is unique. This is necessary because,
327 # e.g., the same source file might be shared among _SOURCES variables
328 # for different programs/libraries.
329 am__define_uniq_tagged_files = \
330 list='$(am__tagged_files)'; \
331 unique=`for i in $$list; do \
332 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
333 done | $(am__uniquify_input)`
337 DIST_SUBDIRS = $(SUBDIRS)
338 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in COPYING \
339 INSTALL ar-lib compile config.guess config.rpath config.sub \
340 depcomp install-sh ltmain.sh missing
341 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
342 distdir = $(PACKAGE)-$(VERSION)
343 top_distdir = $(distdir)
344 am__remove_distdir = \
345 if test -d "$(distdir)"; then \
346 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
347 && rm -rf "$(distdir)" \
348 || { sleep 5 && rm -rf "$(distdir)"; }; \
350 am__post_remove_distdir = $(am__remove_distdir)
353 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
354 sed_rest='s,^[^/]*/*,,'; \
355 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
356 sed_butlast='s,/*[^/]*$$,,'; \
357 while test -n "$$dir1"; do \
358 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
359 if test "$$first" != "."; then \
360 if test "$$first" = ".."; then \
361 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
362 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
364 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
365 if test "$$first2" = "$$first"; then \
366 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
370 dir0="$$dir0"/"$$first"; \
373 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
376 DIST_ARCHIVES = $(distdir).tar.gz
378 DIST_TARGETS = dist-gzip
379 distuninstallcheck_listfiles = find . -type f -print
380 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
381 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
382 distcleancheck_listfiles = find . -type f -print
385 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
387 AUTOCONF = @AUTOCONF@
388 AUTOHEADER = @AUTOHEADER@
389 AUTOMAKE = @AUTOMAKE@
393 CCDEPMODE = @CCDEPMODE@
396 CPPFLAGS = @CPPFLAGS@
399 CXXDEPMODE = @CXXDEPMODE@
400 CXXFLAGS = @CXXFLAGS@
401 CYGPATH_W = @CYGPATH_W@
402 CY_EXECUTE = @CY_EXECUTE@
404 CY_OBJECTIVEC = @CY_OBJECTIVEC@
408 DSYMUTIL = @DSYMUTIL@
418 GNUSTEP_CONFIG = @GNUSTEP_CONFIG@
422 HAVE_CXX11 = @HAVE_CXX11@
424 INSTALL_DATA = @INSTALL_DATA@
425 INSTALL_PROGRAM = @INSTALL_PROGRAM@
426 INSTALL_SCRIPT = @INSTALL_SCRIPT@
427 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
431 LIBFFI_CFLAGS = @LIBFFI_CFLAGS@
432 LIBFFI_LIBS = @LIBFFI_LIBS@
440 LTJAVASCRIPTCORE = @LTJAVASCRIPTCORE@
441 LTLIBFFI = @LTLIBFFI@
442 LTLIBGCC = @LTLIBGCC@
443 LTLIBOBJS = @LTLIBOBJS@
444 LTLIBREADLINE = @LTLIBREADLINE@
445 LTLIBTERMCAP = @LTLIBTERMCAP@
447 LTOBJECTIVEC = @LTOBJECTIVEC@
448 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
450 MAKEINFO = @MAKEINFO@
451 MANIFEST_TOOL = @MANIFEST_TOOL@
456 OBJCXXDEPMODE = @OBJCXXDEPMODE@
457 OBJCXXFLAGS = @OBJCXXFLAGS@
463 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
464 PACKAGE_NAME = @PACKAGE_NAME@
465 PACKAGE_STRING = @PACKAGE_STRING@
466 PACKAGE_TARNAME = @PACKAGE_TARNAME@
467 PACKAGE_URL = @PACKAGE_URL@
468 PACKAGE_VERSION = @PACKAGE_VERSION@
469 PATH_SEPARATOR = @PATH_SEPARATOR@
470 PKG_CONFIG = @PKG_CONFIG@
471 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
472 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
473 PTHREAD_CC = @PTHREAD_CC@
474 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
475 PTHREAD_LIBS = @PTHREAD_LIBS@
478 SET_MAKE = @SET_MAKE@
484 WEBKIT_CFLAGS = @WEBKIT_CFLAGS@
485 WEBKIT_LIBS = @WEBKIT_LIBS@
486 abs_builddir = @abs_builddir@
487 abs_srcdir = @abs_srcdir@
488 abs_top_builddir = @abs_top_builddir@
489 abs_top_srcdir = @abs_top_srcdir@
490 ac_ct_AR = @ac_ct_AR@
491 ac_ct_CC = @ac_ct_CC@
492 ac_ct_CXX = @ac_ct_CXX@
493 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
494 ac_ct_OBJCXX = @ac_ct_OBJCXX@
495 am__include = @am__include@
496 am__leading_dot = @am__leading_dot@
497 am__quote = @am__quote@
499 am__untar = @am__untar@
500 ax_pthread_config = @ax_pthread_config@
503 build_alias = @build_alias@
504 build_cpu = @build_cpu@
505 build_os = @build_os@
506 build_vendor = @build_vendor@
507 builddir = @builddir@
509 datarootdir = @datarootdir@
512 exec_prefix = @exec_prefix@
514 host_alias = @host_alias@
515 host_cpu = @host_cpu@
517 host_vendor = @host_vendor@
519 includedir = @includedir@
521 install_sh = @install_sh@
523 libexecdir = @libexecdir@
524 localedir = @localedir@
525 localstatedir = @localstatedir@
528 oldincludedir = @oldincludedir@
531 program_transform_name = @program_transform_name@
534 sharedstatedir = @sharedstatedir@
536 sysconfdir = @sysconfdir@
537 target_alias = @target_alias@
538 top_build_prefix = @top_build_prefix@
539 top_builddir = @top_builddir@
540 top_srcdir = @top_srcdir@
541 AUTOMAKE_OPTIONS = subdir-objects
542 CLEANFILES = $(am__append_6) Parser.ypp Scanner.lpp Scanner.cpp \
543 Scanner.output lex.backup Parser.cpp Parser.hpp stack.hh \
546 ACLOCAL_AMFLAGS = -I m4
547 AM_CPPFLAGS = -DYYDEBUG=1 -include config.h -include \
548 $(srcdir)/unconfig.h $(am__append_4) $(am__append_15)
549 AM_CFLAGS = -fvisibility=hidden
550 AM_CXXFLAGS = -fvisibility=hidden
551 AM_OBJCXXFLAGS = -fvisibility=hidden -fobjc-exceptions
552 AM_LDFLAGS = -fvisibility=hidden
553 CY_LDFLAGS = -no-undefined -avoid-version -export-dynamic
554 lib_LTLIBRARIES = libcycript.la
555 libcycript_la_LDFLAGS = $(CY_LDFLAGS)
556 libcycript_la_LIBADD = $(LTLIBUV) $(LTLIBFFI) $(LTLIBGCC) -ldl \
557 $(am__append_3) $(am__append_9) $(am__append_12)
558 libcycript_la_SOURCES = ConvertUTF.c Decode.cpp Driver.cpp \
559 Highlight.cpp Library.cpp Network.cpp Output.cpp Replace.cpp \
560 Syntax.cpp Parser.cpp Scanner.cpp $(am__append_1) \
561 $(am__append_2) $(am__append_8) $(am__append_11) \
563 filters = $(am__append_5) $(am__append_7) $(am__append_10)
564 @CY_CONSOLE_TRUE@cycript_SOURCES = Console.cpp $(am__append_14)
565 @CY_CONSOLE_TRUE@cycript_LDADD = libcycript.la $(LTLIBREADLINE) $(LTLIBTERMCAP) $(LTLIBGCC) $(PTHREAD_CFLAGS) -ldl
567 $(MAKE) $(AM_MAKEFLAGS) all-recursive
570 .SUFFIXES: .c .cpp .lo .mm .o .obj
571 am--refresh: Makefile
573 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
575 case '$(am__configure_deps)' in \
577 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
578 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
583 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
584 $(am__cd) $(top_srcdir) && \
585 $(AUTOMAKE) --foreign Makefile
586 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
589 echo ' $(SHELL) ./config.status'; \
590 $(SHELL) ./config.status;; \
592 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
593 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
596 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
597 $(SHELL) ./config.status --recheck
599 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
600 $(am__cd) $(srcdir) && $(AUTOCONF)
601 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
602 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
603 $(am__aclocal_m4_deps):
606 @test -f $@ || rm -f stamp-h1
607 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
609 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
611 cd $(top_builddir) && $(SHELL) ./config.status config.h
612 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
613 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
618 -rm -f config.h stamp-h1
620 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
622 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
623 list2=; for p in $$list; do \
624 if test -f $$p; then \
625 list2="$$list2 $$p"; \
628 test -z "$$list2" || { \
629 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
630 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
631 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
632 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
635 uninstall-libLTLIBRARIES:
637 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
638 for p in $$list; do \
640 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
641 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
644 clean-libLTLIBRARIES:
645 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
646 @list='$(lib_LTLIBRARIES)'; \
647 locs=`for p in $$list; do echo $$p; done | \
648 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
650 test -z "$$locs" || { \
651 echo rm -f $${locs}; \
656 @: > sig/$(am__dirstamp)
657 sig/$(DEPDIR)/$(am__dirstamp):
658 @$(MKDIR_P) sig/$(DEPDIR)
659 @: > sig/$(DEPDIR)/$(am__dirstamp)
660 sig/ffi_type.lo: sig/$(am__dirstamp) sig/$(DEPDIR)/$(am__dirstamp)
661 sig/parse.lo: sig/$(am__dirstamp) sig/$(DEPDIR)/$(am__dirstamp)
662 sig/copy.lo: sig/$(am__dirstamp) sig/$(DEPDIR)/$(am__dirstamp)
663 Java/$(am__dirstamp):
665 @: > Java/$(am__dirstamp)
666 Java/$(DEPDIR)/$(am__dirstamp):
667 @$(MKDIR_P) Java/$(DEPDIR)
668 @: > Java/$(DEPDIR)/$(am__dirstamp)
669 Java/Execute.lo: Java/$(am__dirstamp) Java/$(DEPDIR)/$(am__dirstamp)
670 ObjectiveC/$(am__dirstamp):
671 @$(MKDIR_P) ObjectiveC
672 @: > ObjectiveC/$(am__dirstamp)
673 ObjectiveC/$(DEPDIR)/$(am__dirstamp):
674 @$(MKDIR_P) ObjectiveC/$(DEPDIR)
675 @: > ObjectiveC/$(DEPDIR)/$(am__dirstamp)
676 ObjectiveC/Output.lo: ObjectiveC/$(am__dirstamp) \
677 ObjectiveC/$(DEPDIR)/$(am__dirstamp)
678 ObjectiveC/Replace.lo: ObjectiveC/$(am__dirstamp) \
679 ObjectiveC/$(DEPDIR)/$(am__dirstamp)
680 ObjectiveC/Library.lo: ObjectiveC/$(am__dirstamp) \
681 ObjectiveC/$(DEPDIR)/$(am__dirstamp)
683 libcycript.la: $(libcycript_la_OBJECTS) $(libcycript_la_DEPENDENCIES) $(EXTRA_libcycript_la_DEPENDENCIES)
684 $(AM_V_OBJCXXLD)$(libcycript_la_LINK) -rpath $(libdir) $(libcycript_la_OBJECTS) $(libcycript_la_LIBADD) $(LIBS)
685 install-binPROGRAMS: $(bin_PROGRAMS)
687 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
688 if test -n "$$list"; then \
689 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
690 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
692 for p in $$list; do echo "$$p $$p"; done | \
693 sed 's/$(EXEEXT)$$//' | \
694 while read p p1; do if test -f $$p \
696 ; then echo "$$p"; echo "$$p"; else :; fi; \
698 sed -e 'p;s,.*/,,;n;h' \
700 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
701 sed 'N;N;N;s,\n, ,g' | \
702 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
703 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
704 if ($$2 == $$4) files[d] = files[d] " " $$1; \
705 else { print "f", $$3 "/" $$4, $$1; } } \
706 END { for (d in files) print "f", d, files[d] }' | \
707 while read type dir files; do \
708 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
709 test -z "$$files" || { \
710 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
711 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
715 uninstall-binPROGRAMS:
717 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
718 files=`for p in $$list; do echo "$$p"; done | \
719 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
720 -e 's/$$/$(EXEEXT)/' \
722 test -n "$$list" || exit 0; \
723 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
724 cd "$(DESTDIR)$(bindir)" && rm -f $$files
727 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
728 echo " rm -f" $$list; \
729 rm -f $$list || exit $$?; \
730 test -n "$(EXEEXT)" || exit 0; \
731 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
732 echo " rm -f" $$list; \
735 cycript$(EXEEXT): $(cycript_OBJECTS) $(cycript_DEPENDENCIES) $(EXTRA_cycript_DEPENDENCIES)
736 @rm -f cycript$(EXEEXT)
737 $(AM_V_CXXLD)$(CXXLINK) $(cycript_OBJECTS) $(cycript_LDADD) $(LIBS)
741 -rm -f Java/*.$(OBJEXT)
743 -rm -f ObjectiveC/*.$(OBJEXT)
744 -rm -f ObjectiveC/*.lo
745 -rm -f sig/*.$(OBJEXT)
751 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Bridge.Plo@am__quote@
752 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Complete.Plo@am__quote@
753 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Console.Po@am__quote@
754 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ConvertUTF.Plo@am__quote@
755 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Decode.Plo@am__quote@
756 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Driver.Plo@am__quote@
757 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Execute.Plo@am__quote@
758 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Handler.Plo@am__quote@
759 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Highlight.Plo@am__quote@
760 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Inject.Po@am__quote@
761 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/JavaScriptCore.Plo@am__quote@
762 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Library.Plo@am__quote@
763 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Network.Plo@am__quote@
764 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Output.Plo@am__quote@
765 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Parser.Plo@am__quote@
766 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Replace.Plo@am__quote@
767 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Scanner.Plo@am__quote@
768 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Syntax.Plo@am__quote@
769 @AMDEP_TRUE@@am__include@ @am__quote@Java/$(DEPDIR)/Execute.Plo@am__quote@
770 @AMDEP_TRUE@@am__include@ @am__quote@ObjectiveC/$(DEPDIR)/Library.Plo@am__quote@
771 @AMDEP_TRUE@@am__include@ @am__quote@ObjectiveC/$(DEPDIR)/Output.Plo@am__quote@
772 @AMDEP_TRUE@@am__include@ @am__quote@ObjectiveC/$(DEPDIR)/Replace.Plo@am__quote@
773 @AMDEP_TRUE@@am__include@ @am__quote@sig/$(DEPDIR)/copy.Plo@am__quote@
774 @AMDEP_TRUE@@am__include@ @am__quote@sig/$(DEPDIR)/ffi_type.Plo@am__quote@
775 @AMDEP_TRUE@@am__include@ @am__quote@sig/$(DEPDIR)/parse.Plo@am__quote@
778 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
779 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
780 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
781 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
782 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
783 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
786 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
787 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
788 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
789 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
790 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
791 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
794 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
795 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
796 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
797 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
798 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
799 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
802 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
803 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
804 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
805 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
806 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
807 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
810 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
811 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
812 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
813 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
814 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
815 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
818 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
819 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
820 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
821 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
822 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
823 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
826 @am__fastdepOBJCXX_TRUE@ $(AM_V_OBJCXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
827 @am__fastdepOBJCXX_TRUE@ $(OBJCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
828 @am__fastdepOBJCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
829 @AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@ $(AM_V_OBJCXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
830 @AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@ DEPDIR=$(DEPDIR) $(OBJCXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
831 @am__fastdepOBJCXX_FALSE@ $(AM_V_OBJCXX@am__nodep@)$(OBJCXXCOMPILE) -c -o $@ $<
834 @am__fastdepOBJCXX_TRUE@ $(AM_V_OBJCXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
835 @am__fastdepOBJCXX_TRUE@ $(OBJCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
836 @am__fastdepOBJCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
837 @AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@ $(AM_V_OBJCXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
838 @AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@ DEPDIR=$(DEPDIR) $(OBJCXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
839 @am__fastdepOBJCXX_FALSE@ $(AM_V_OBJCXX@am__nodep@)$(OBJCXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
842 @am__fastdepOBJCXX_TRUE@ $(AM_V_OBJCXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
843 @am__fastdepOBJCXX_TRUE@ $(LTOBJCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
844 @am__fastdepOBJCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
845 @AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@ $(AM_V_OBJCXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
846 @AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@ DEPDIR=$(DEPDIR) $(OBJCXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
847 @am__fastdepOBJCXX_FALSE@ $(AM_V_OBJCXX@am__nodep@)$(LTOBJCXXCOMPILE) -c -o $@ $<
854 -rm -rf Java/.libs Java/_libs
855 -rm -rf ObjectiveC/.libs ObjectiveC/_libs
856 -rm -rf sig/.libs sig/_libs
859 -rm -f libtool config.lt
861 # This directory's subdirectories are mostly independent; you can cd
862 # into them and run 'make' without going through this Makefile.
863 # To change the values of 'make' variables: instead of editing Makefiles,
864 # (1) if the variable is set in 'config.status', edit 'config.status'
865 # (which will cause the Makefiles to be regenerated when you run 'make');
866 # (2) otherwise, pass the desired values on the 'make' command line.
867 $(am__recursive_targets):
869 if $(am__make_keepgoing); then \
870 failcom='fail=yes'; \
875 target=`echo $@ | sed s/-recursive//`; \
877 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
878 *) list='$(SUBDIRS)' ;; \
880 for subdir in $$list; do \
881 echo "Making $$target in $$subdir"; \
882 if test "$$subdir" = "."; then \
884 local_target="$$target-am"; \
886 local_target="$$target"; \
888 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
891 if test "$$dot_seen" = "no"; then \
892 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
895 ID: $(am__tagged_files)
896 $(am__define_uniq_tagged_files); mkid -fID $$unique
900 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
903 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
904 include_option=--etags-include; \
907 include_option=--include; \
910 list='$(SUBDIRS)'; for subdir in $$list; do \
911 if test "$$subdir" = .; then :; else \
912 test ! -f $$subdir/TAGS || \
913 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
916 $(am__define_uniq_tagged_files); \
918 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
919 test -n "$$unique" || unique=$$empty_fix; \
920 if test $$# -gt 0; then \
921 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
924 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
928 ctags: ctags-recursive
931 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
932 $(am__define_uniq_tagged_files); \
933 test -z "$(CTAGS_ARGS)$$unique" \
934 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
938 here=`$(am__cd) $(top_builddir) && pwd` \
939 && $(am__cd) $(top_srcdir) \
940 && gtags -i $(GTAGS_ARGS) "$$here"
942 test ! -s cscope.files \
943 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
946 cscope.files: clean-cscope cscopelist
947 cscopelist: cscopelist-recursive
949 cscopelist-am: $(am__tagged_files)
950 list='$(am__tagged_files)'; \
951 case "$(srcdir)" in \
952 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
953 *) sdir=$(subdir)/$(srcdir) ;; \
955 for i in $$list; do \
956 if test -f "$$i"; then \
957 echo "$(subdir)/$$i"; \
961 done >> $(top_builddir)/cscope.files
964 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
965 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
967 distdir: $(DISTFILES)
968 $(am__remove_distdir)
969 test -d "$(distdir)" || mkdir "$(distdir)"
970 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
971 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
972 list='$(DISTFILES)'; \
973 dist_files=`for file in $$list; do echo $$file; done | \
974 sed -e "s|^$$srcdirstrip/||;t" \
975 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
976 case $$dist_files in \
977 */*) $(MKDIR_P) `echo "$$dist_files" | \
978 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
981 for file in $$dist_files; do \
982 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
983 if test -d $$d/$$file; then \
984 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
985 if test -d "$(distdir)/$$file"; then \
986 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
988 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
989 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
990 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
992 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
994 test -f "$(distdir)/$$file" \
995 || cp -p $$d/$$file "$(distdir)/$$file" \
999 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1000 if test "$$subdir" = .; then :; else \
1001 $(am__make_dryrun) \
1002 || test -d "$(distdir)/$$subdir" \
1003 || $(MKDIR_P) "$(distdir)/$$subdir" \
1005 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1006 $(am__relativize); \
1007 new_distdir=$$reldir; \
1008 dir1=$$subdir; dir2="$(top_distdir)"; \
1009 $(am__relativize); \
1010 new_top_distdir=$$reldir; \
1011 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1012 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1013 ($(am__cd) $$subdir && \
1014 $(MAKE) $(AM_MAKEFLAGS) \
1015 top_distdir="$$new_top_distdir" \
1016 distdir="$$new_distdir" \
1017 am__remove_distdir=: \
1018 am__skip_length_check=: \
1019 am__skip_mode_fix=: \
1024 -test -n "$(am__skip_mode_fix)" \
1025 || find "$(distdir)" -type d ! -perm -755 \
1026 -exec chmod u+rwx,go+rx {} \; -o \
1027 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1028 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1029 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1030 || chmod -R a+r "$(distdir)"
1032 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1033 $(am__post_remove_distdir)
1036 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1037 $(am__post_remove_distdir)
1040 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1041 $(am__post_remove_distdir)
1044 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1045 $(am__post_remove_distdir)
1048 @echo WARNING: "Support for distribution archives compressed with" \
1049 "legacy program 'compress' is deprecated." >&2
1050 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1051 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1052 $(am__post_remove_distdir)
1055 @echo WARNING: "Support for shar distribution archives is" \
1057 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1058 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1059 $(am__post_remove_distdir)
1062 -rm -f $(distdir).zip
1063 zip -rq $(distdir).zip $(distdir)
1064 $(am__post_remove_distdir)
1067 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
1068 $(am__post_remove_distdir)
1070 # This target untars the dist file and tries a VPATH configuration. Then
1071 # it guarantees that the distribution is self-contained by making another
1074 case '$(DIST_ARCHIVES)' in \
1076 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
1078 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1080 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1082 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1084 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1086 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
1088 unzip $(distdir).zip ;;\
1090 chmod -R a-w $(distdir)
1091 chmod u+w $(distdir)
1092 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
1093 chmod a-w $(distdir)
1094 test -d $(distdir)/_build || exit 0; \
1095 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1096 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1098 && $(am__cd) $(distdir)/_build/sub \
1099 && ../../configure \
1100 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1101 $(DISTCHECK_CONFIGURE_FLAGS) \
1102 --srcdir=../.. --prefix="$$dc_install_base" \
1103 && $(MAKE) $(AM_MAKEFLAGS) \
1104 && $(MAKE) $(AM_MAKEFLAGS) dvi \
1105 && $(MAKE) $(AM_MAKEFLAGS) check \
1106 && $(MAKE) $(AM_MAKEFLAGS) install \
1107 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1108 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1109 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1110 distuninstallcheck \
1111 && chmod -R a-w "$$dc_install_base" \
1113 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1114 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1115 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1116 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1117 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1118 } || { rm -rf "$$dc_destdir"; exit 1; }) \
1119 && rm -rf "$$dc_destdir" \
1120 && $(MAKE) $(AM_MAKEFLAGS) dist \
1121 && rm -rf $(DIST_ARCHIVES) \
1122 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1125 $(am__post_remove_distdir)
1126 @(echo "$(distdir) archives ready for distribution: "; \
1127 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1128 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1130 @test -n '$(distuninstallcheck_dir)' || { \
1131 echo 'ERROR: trying to run $@ with an empty' \
1132 '$$(distuninstallcheck_dir)' >&2; \
1135 $(am__cd) '$(distuninstallcheck_dir)' || { \
1136 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1139 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1140 || { echo "ERROR: files left after uninstall:" ; \
1141 if test -n "$(DESTDIR)"; then \
1142 echo " (check DESTDIR support)"; \
1144 $(distuninstallcheck_listfiles) ; \
1146 distcleancheck: distclean
1147 @if test '$(srcdir)' = . ; then \
1148 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1151 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1152 || { echo "ERROR: files left in build directory after distclean:" ; \
1153 $(distcleancheck_listfiles) ; \
1156 check: check-recursive
1157 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) config.h
1158 install-binPROGRAMS: install-libLTLIBRARIES
1160 installdirs: installdirs-recursive
1162 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"; do \
1163 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1165 install: install-recursive
1166 install-exec: install-exec-recursive
1167 install-data: install-data-recursive
1168 uninstall: uninstall-recursive
1171 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1173 installcheck: installcheck-recursive
1175 if test -z '$(STRIP)'; then \
1176 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1177 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1180 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1181 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1182 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1184 mostlyclean-generic:
1187 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1190 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1191 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1192 -rm -f Java/$(DEPDIR)/$(am__dirstamp)
1193 -rm -f Java/$(am__dirstamp)
1194 -rm -f ObjectiveC/$(DEPDIR)/$(am__dirstamp)
1195 -rm -f ObjectiveC/$(am__dirstamp)
1196 -rm -f sig/$(DEPDIR)/$(am__dirstamp)
1197 -rm -f sig/$(am__dirstamp)
1199 maintainer-clean-generic:
1200 @echo "This command is intended for maintainers to use"
1201 @echo "it deletes files that may require special tools to rebuild."
1202 clean: clean-recursive
1204 clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
1205 clean-libtool mostlyclean-am
1207 distclean: distclean-recursive
1208 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1209 -rm -rf ./$(DEPDIR) Java/$(DEPDIR) ObjectiveC/$(DEPDIR) sig/$(DEPDIR)
1211 distclean-am: clean-am distclean-compile distclean-generic \
1212 distclean-hdr distclean-libtool distclean-tags
1218 html: html-recursive
1222 info: info-recursive
1228 install-dvi: install-dvi-recursive
1232 install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
1234 install-html: install-html-recursive
1238 install-info: install-info-recursive
1244 install-pdf: install-pdf-recursive
1248 install-ps: install-ps-recursive
1254 maintainer-clean: maintainer-clean-recursive
1255 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1256 -rm -rf $(top_srcdir)/autom4te.cache
1257 -rm -rf ./$(DEPDIR) Java/$(DEPDIR) ObjectiveC/$(DEPDIR) sig/$(DEPDIR)
1259 maintainer-clean-am: distclean-am maintainer-clean-generic
1261 mostlyclean: mostlyclean-recursive
1263 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1274 uninstall-am: uninstall-binPROGRAMS uninstall-libLTLIBRARIES
1276 .MAKE: $(am__recursive_targets) all install-am install-strip
1278 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1279 am--refresh check check-am clean clean-binPROGRAMS \
1280 clean-cscope clean-generic clean-libLTLIBRARIES clean-libtool \
1281 cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
1282 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
1283 distcheck distclean distclean-compile distclean-generic \
1284 distclean-hdr distclean-libtool distclean-tags distcleancheck \
1285 distdir distuninstallcheck dvi dvi-am html html-am info \
1286 info-am install install-am install-binPROGRAMS install-data \
1287 install-data-am install-dvi install-dvi-am install-exec \
1288 install-exec-am install-html install-html-am install-info \
1289 install-info-am install-libLTLIBRARIES install-man install-pdf \
1290 install-pdf-am install-ps install-ps-am install-strip \
1291 installcheck installcheck-am installdirs installdirs-am \
1292 maintainer-clean maintainer-clean-generic mostlyclean \
1293 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1294 pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
1295 uninstall-binPROGRAMS uninstall-libLTLIBRARIES
1302 @CY_EXECUTE_TRUE@Bridge.lo: Bridge.hpp
1303 @CY_EXECUTE_TRUE@Bridge.gperf: Bridge.def Bridge.sh
1304 @CY_EXECUTE_TRUE@ $(srcdir)/Bridge.sh $< >$@
1305 @CY_EXECUTE_TRUE@Bridge.hpp: Bridge.gperf
1306 @CY_EXECUTE_TRUE@ $(GPERF) $< >$@
1307 Parser.ypp: Parser.ypp.in
1308 $(srcdir)/Filter.sh $< >$@ $(filters)
1309 Scanner.lpp: Scanner.lpp.in UnicodeIDStart.l UnicodeIDContinue.l
1310 $(srcdir)/Filter.sh $< >$@ $(filters)
1311 Scanner.cpp: Scanner.lpp
1312 $(FLEX) $(LFLAGS) -o $@ -T $< 2>Scanner.output || (grep -F '$<:' Scanner.output; false)
1313 @#grep -E '^(No backing up\.|Compressed tables always back up\.)$$' lex.backup >/dev/null
1314 ! grep -n '^ jam-transitions: ' lex.backup | grep -v ': EOF \[\(\]\| \\2\)'
1315 ! grep -F ': warning, ' Scanner.output || true
1317 Scanner.lo: Parser.hpp IdentifierStart.h IdentifierContinue.h
1318 Parser.cpp Parser.hpp stack.hh Parser.output: Parser.ypp
1319 $(BISON) -v --report=state -Werror -o Parser.cpp $<
1320 ! grep -n '^State [0-9]* conflicts:' Parser.output
1321 ! grep -n '^ *.* *reduce using rule [0-9]* (Lex[A-Z][^)]*)$$' Parser.output | grep -v '$$default'
1322 ! grep -n '^ *$$default *reduce using rule [0-9]* (Lex[A-Z][^)]*)$$' Parser.output -B 2 | grep 'shift, and go to state [0-9]*$$'
1323 ! grep -n '^ *$$default *reduce using rule [0-9]* (Lex[A-Z][^)]*)$$' Parser.output -B 2 | grep -v '$$default' | grep 'reduce using rule [0-9]* ([^)]*)$$'
1325 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1326 # Otherwise a system limit (for SysV at least) may be exceeded.