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/>.
40 if test -z '$(MAKELEVEL)'; then \
42 elif test -n '$(MAKE_HOST)'; then \
44 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
50 am__make_running_with_option = \
51 case $${target_option-} in \
53 *) echo "am__make_running_with_option: internal error: invalid" \
54 "target option '$${target_option-}' specified" >&2; \
58 sane_makeflags=$$MAKEFLAGS; \
59 if $(am__is_gnu_make); then \
60 sane_makeflags=$$MFLAGS; \
65 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
66 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
72 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
74 for flg in $$sane_makeflags; do \
75 test $$skip_next = yes && { skip_next=no; continue; }; \
78 -*I) strip_trailopt 'I'; skip_next=yes;; \
79 -*I?*) strip_trailopt 'I';; \
80 -*O) strip_trailopt 'O'; skip_next=yes;; \
81 -*O?*) strip_trailopt 'O';; \
82 -*l) strip_trailopt 'l'; skip_next=yes;; \
83 -*l?*) strip_trailopt 'l';; \
84 -[dEDm]) skip_next=yes;; \
85 -[JT]) skip_next=yes;; \
88 *$$target_option*) has_opt=yes; break;; \
92 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
93 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
94 pkgdatadir = $(datadir)/@PACKAGE@
95 pkgincludedir = $(includedir)/@PACKAGE@
96 pkglibdir = $(libdir)/@PACKAGE@
97 pkglibexecdir = $(libexecdir)/@PACKAGE@
98 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
99 install_sh_DATA = $(install_sh) -c -m 644
100 install_sh_PROGRAM = $(install_sh) -c
101 install_sh_SCRIPT = $(install_sh) -c
102 INSTALL_HEADER = $(INSTALL_DATA)
103 transform = $(program_transform_name)
110 build_triplet = @build@
111 host_triplet = @host@
112 @CY_CONSOLE_TRUE@bin_PROGRAMS = cycript$(EXEEXT)
113 @CY_CONSOLE_TRUE@am__append_1 = Complete.cpp
114 @CY_EXECUTE_TRUE@am__append_2 = sig/ffi_type.cpp sig/parse.cpp \
115 @CY_EXECUTE_TRUE@ sig/copy.cpp Execute.cpp 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 = libcycript.db
120 @CY_EXECUTE_TRUE@@CY_PRELINK_TRUE@am__append_7 = Analyze Bridge.def
121 @CY_EXECUTE_TRUE@@CY_PRELINK_FALSE@am__append_8 = Bridge.def
122 @CY_EXECUTE_TRUE@am__append_9 = Bridge.gperf Bridge.hpp
123 @CY_JAVA_TRUE@am__append_10 = Java
124 @CY_JAVA_TRUE@am__append_11 = Java/Execute.cpp
125 @CY_JAVA_TRUE@am__append_12 = $(LTJAVA)
126 @CY_RUBY_TRUE@am__append_13 = Ruby Python
127 @CY_RUBY_TRUE@am__append_14 = Ruby/Execute.cpp Python/Execute.cpp
128 @CY_RUBY_TRUE@am__append_15 = $(LTRUBY) $(LTPYTHON)
129 @CY_OBJECTIVEC_TRUE@am__append_16 = ObjectiveC
130 @CY_OBJECTIVEC_TRUE@am__append_17 = ObjectiveC/Output.cpp ObjectiveC/Replace.cpp ObjectiveC/Library.mm
131 @CY_OBJECTIVEC_TRUE@am__append_18 = $(LTOBJECTIVEC)
132 @CY_ATTACH_TRUE@am__append_19 = Handler.cpp
133 @CY_ATTACH_TRUE@@CY_CONSOLE_TRUE@am__append_20 = Inject.cpp
134 @CY_ATTACH_TRUE@@CY_CONSOLE_TRUE@am__append_21 = -DCY_ATTACH
136 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
137 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cxx_compile_stdcxx_11.m4 \
138 $(top_srcdir)/m4/ax_prog_cxx_for_build.m4 \
139 $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/framework.m4 \
140 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
141 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
142 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
143 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
145 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
146 $(am__configure_deps) $(am__DIST_COMMON)
147 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
148 configure.lineno config.status.lineno
149 mkinstalldirs = $(install_sh) -d
150 CONFIG_HEADER = config.h
152 CONFIG_CLEAN_VPATH_FILES =
153 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
154 am__vpath_adj = case $$p in \
155 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
158 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
160 am__nobase_strip_setup = \
161 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
163 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
164 am__nobase_list = $(am__nobase_strip_setup); \
165 for p in $$list; do echo "$$p $$p"; done | \
166 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
167 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
168 if (++n[$$2] == $(am__install_max)) \
169 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
170 END { for (dir in files) print dir, files[dir] }'
172 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
173 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
174 am__uninstall_files_from_dir = { \
176 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
177 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
178 $(am__cd) "$$dir" && rm -f $$files; }; \
180 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
181 "$(DESTDIR)$(datdir)"
182 LTLIBRARIES = $(lib_LTLIBRARIES)
184 @CY_EXECUTE_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1)
185 @CY_JAVA_TRUE@am__DEPENDENCIES_3 = $(am__DEPENDENCIES_1)
186 @CY_RUBY_TRUE@am__DEPENDENCIES_4 = $(am__DEPENDENCIES_1) \
187 @CY_RUBY_TRUE@ $(am__DEPENDENCIES_1)
188 @CY_OBJECTIVEC_TRUE@am__DEPENDENCIES_5 = $(am__DEPENDENCIES_1)
189 libcycript_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
190 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
191 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) \
192 $(am__DEPENDENCIES_3) $(am__DEPENDENCIES_4) \
193 $(am__DEPENDENCIES_5)
194 am__libcycript_la_SOURCES_DIST = ConvertUTF.c Decode.cpp Driver.cpp \
195 Error.cpp Highlight.cpp Library.cpp Network.cpp Output.cpp \
196 Replace.cpp Syntax.cpp Parser.cpp Scanner.cpp Complete.cpp \
197 sig/ffi_type.cpp sig/parse.cpp sig/copy.cpp Execute.cpp \
198 JavaScriptCore.cpp Java/Execute.cpp Ruby/Execute.cpp \
199 Python/Execute.cpp ObjectiveC/Output.cpp \
200 ObjectiveC/Replace.cpp ObjectiveC/Library.mm Handler.cpp
201 @CY_CONSOLE_TRUE@am__objects_1 = Complete.lo
202 am__dirstamp = $(am__leading_dot)dirstamp
203 @CY_EXECUTE_TRUE@am__objects_2 = sig/ffi_type.lo sig/parse.lo \
204 @CY_EXECUTE_TRUE@ sig/copy.lo Execute.lo JavaScriptCore.lo
205 @CY_JAVA_TRUE@am__objects_3 = Java/Execute.lo
206 @CY_RUBY_TRUE@am__objects_4 = Ruby/Execute.lo Python/Execute.lo
207 @CY_OBJECTIVEC_TRUE@am__objects_5 = ObjectiveC/Output.lo \
208 @CY_OBJECTIVEC_TRUE@ ObjectiveC/Replace.lo \
209 @CY_OBJECTIVEC_TRUE@ ObjectiveC/Library.lo
210 @CY_ATTACH_TRUE@am__objects_6 = Handler.lo
211 am_libcycript_la_OBJECTS = ConvertUTF.lo Decode.lo Driver.lo Error.lo \
212 Highlight.lo Library.lo Network.lo Output.lo Replace.lo \
213 Syntax.lo Parser.lo Scanner.lo $(am__objects_1) \
214 $(am__objects_2) $(am__objects_3) $(am__objects_4) \
215 $(am__objects_5) $(am__objects_6)
216 libcycript_la_OBJECTS = $(am_libcycript_la_OBJECTS)
217 AM_V_lt = $(am__v_lt_@AM_V@)
218 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
219 am__v_lt_0 = --silent
221 libcycript_la_LINK = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
222 $(LIBTOOLFLAGS) --mode=link $(OBJCXXLD) $(AM_OBJCXXFLAGS) \
223 $(OBJCXXFLAGS) $(libcycript_la_LDFLAGS) $(LDFLAGS) -o $@
224 PROGRAMS = $(bin_PROGRAMS)
225 am__cycript_SOURCES_DIST = Console.cpp Inject.cpp
226 @CY_ATTACH_TRUE@@CY_CONSOLE_TRUE@am__objects_7 = Inject.$(OBJEXT)
227 @CY_CONSOLE_TRUE@am_cycript_OBJECTS = Console.$(OBJEXT) \
228 @CY_CONSOLE_TRUE@ $(am__objects_7)
229 cycript_OBJECTS = $(am_cycript_OBJECTS)
230 @CY_CONSOLE_TRUE@cycript_DEPENDENCIES = libcycript.la \
231 @CY_CONSOLE_TRUE@ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
232 @CY_CONSOLE_TRUE@ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
233 AM_V_P = $(am__v_P_@AM_V@)
234 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
237 AM_V_GEN = $(am__v_GEN_@AM_V@)
238 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
239 am__v_GEN_0 = @echo " GEN " $@;
241 AM_V_at = $(am__v_at_@AM_V@)
242 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
245 DEFAULT_INCLUDES = -I.@am__isrc@
246 depcomp = $(SHELL) $(top_srcdir)/depcomp
247 am__depfiles_maybe = depfiles
249 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
250 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
251 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
252 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
253 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
254 $(AM_CFLAGS) $(CFLAGS)
255 AM_V_CC = $(am__v_CC_@AM_V@)
256 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
257 am__v_CC_0 = @echo " CC " $@;
260 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
261 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
262 $(AM_LDFLAGS) $(LDFLAGS) -o $@
263 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
264 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
265 am__v_CCLD_0 = @echo " CCLD " $@;
267 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
268 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
269 LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
270 $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
271 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
272 $(AM_CXXFLAGS) $(CXXFLAGS)
273 AM_V_CXX = $(am__v_CXX_@AM_V@)
274 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
275 am__v_CXX_0 = @echo " CXX " $@;
278 CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
279 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
280 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
281 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
282 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
283 am__v_CXXLD_0 = @echo " CXXLD " $@;
285 OBJCXXCOMPILE = $(OBJCXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
286 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_OBJCXXFLAGS) $(OBJCXXFLAGS)
287 LTOBJCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
288 $(LIBTOOLFLAGS) --mode=compile $(OBJCXX) $(DEFS) \
289 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
290 $(AM_OBJCXXFLAGS) $(OBJCXXFLAGS)
291 AM_V_OBJCXX = $(am__v_OBJCXX_@AM_V@)
292 am__v_OBJCXX_ = $(am__v_OBJCXX_@AM_DEFAULT_V@)
293 am__v_OBJCXX_0 = @echo " OBJCXX " $@;
296 OBJCXXLINK = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
297 --mode=link $(OBJCXXLD) $(AM_OBJCXXFLAGS) $(OBJCXXFLAGS) \
298 $(AM_LDFLAGS) $(LDFLAGS) -o $@
299 AM_V_OBJCXXLD = $(am__v_OBJCXXLD_@AM_V@)
300 am__v_OBJCXXLD_ = $(am__v_OBJCXXLD_@AM_DEFAULT_V@)
301 am__v_OBJCXXLD_0 = @echo " OBJCXXLD" $@;
303 SOURCES = $(libcycript_la_SOURCES) $(cycript_SOURCES)
304 DIST_SOURCES = $(am__libcycript_la_SOURCES_DIST) \
305 $(am__cycript_SOURCES_DIST)
306 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
307 ctags-recursive dvi-recursive html-recursive info-recursive \
308 install-data-recursive install-dvi-recursive \
309 install-exec-recursive install-html-recursive \
310 install-info-recursive install-pdf-recursive \
311 install-ps-recursive install-recursive installcheck-recursive \
312 installdirs-recursive pdf-recursive ps-recursive \
313 tags-recursive uninstall-recursive
314 am__can_run_installinfo = \
315 case $$AM_UPDATE_INFO_DIR in \
317 *) (install-info --version) >/dev/null 2>&1;; \
320 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
321 distclean-recursive maintainer-clean-recursive
322 am__recursive_targets = \
323 $(RECURSIVE_TARGETS) \
324 $(RECURSIVE_CLEAN_TARGETS) \
325 $(am__extra_recursive_targets)
326 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
327 cscope distdir dist dist-all distcheck
328 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
330 # Read a list of newline-separated strings from the standard input,
331 # and print each of them once, without duplicates. Input order is
333 am__uniquify_input = $(AWK) '\
334 BEGIN { nonempty = 0; } \
335 { items[$$0] = 1; nonempty = 1; } \
336 END { if (nonempty) { for (i in items) print i; }; } \
338 # Make sure the list of sources is unique. This is necessary because,
339 # e.g., the same source file might be shared among _SOURCES variables
340 # for different programs/libraries.
341 am__define_uniq_tagged_files = \
342 list='$(am__tagged_files)'; \
343 unique=`for i in $$list; do \
344 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
345 done | $(am__uniquify_input)`
349 DIST_SUBDIRS = $(SUBDIRS)
350 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in COPYING \
351 INSTALL ar-lib compile config.guess config.rpath config.sub \
352 depcomp install-sh ltmain.sh missing
353 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
354 distdir = $(PACKAGE)-$(VERSION)
355 top_distdir = $(distdir)
356 am__remove_distdir = \
357 if test -d "$(distdir)"; then \
358 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
359 && rm -rf "$(distdir)" \
360 || { sleep 5 && rm -rf "$(distdir)"; }; \
362 am__post_remove_distdir = $(am__remove_distdir)
365 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
366 sed_rest='s,^[^/]*/*,,'; \
367 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
368 sed_butlast='s,/*[^/]*$$,,'; \
369 while test -n "$$dir1"; do \
370 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
371 if test "$$first" != "."; then \
372 if test "$$first" = ".."; then \
373 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
374 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
376 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
377 if test "$$first2" = "$$first"; then \
378 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
382 dir0="$$dir0"/"$$first"; \
385 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
388 DIST_ARCHIVES = $(distdir).tar.gz
390 DIST_TARGETS = dist-gzip
391 distuninstallcheck_listfiles = find . -type f -print
392 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
393 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
394 distcleancheck_listfiles = find . -type f -print
397 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
399 AUTOCONF = @AUTOCONF@
400 AUTOHEADER = @AUTOHEADER@
401 AUTOMAKE = @AUTOMAKE@
404 BUILD_EXEEXT = @BUILD_EXEEXT@
405 BUILD_OBJEXT = @BUILD_OBJEXT@
407 CCDEPMODE = @CCDEPMODE@
408 CC_FOR_BUILD = @CC_FOR_BUILD@
410 CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
412 CPPFLAGS = @CPPFLAGS@
413 CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
414 CPP_FOR_BUILD = @CPP_FOR_BUILD@
417 CXXCPPFLAGS_FOR_BUILD = @CXXCPPFLAGS_FOR_BUILD@
418 CXXCPP_FOR_BUILD = @CXXCPP_FOR_BUILD@
419 CXXDEPMODE = @CXXDEPMODE@
420 CXXFLAGS = @CXXFLAGS@
421 CXXFLAGS_FOR_BUILD = @CXXFLAGS_FOR_BUILD@
422 CXX_FOR_BUILD = @CXX_FOR_BUILD@
423 CYGPATH_W = @CYGPATH_W@
424 CY_EXECUTE = @CY_EXECUTE@
426 CY_LIBCLANG = @CY_LIBCLANG@
427 CY_OBJECTIVEC = @CY_OBJECTIVEC@
428 CY_PYTHON = @CY_PYTHON@
430 CY_SYSTEM = @CY_SYSTEM@
434 DSYMUTIL = @DSYMUTIL@
444 GNUSTEP_CONFIG = @GNUSTEP_CONFIG@
448 HAVE_CXX11 = @HAVE_CXX11@
450 INSTALL_DATA = @INSTALL_DATA@
451 INSTALL_PROGRAM = @INSTALL_PROGRAM@
452 INSTALL_SCRIPT = @INSTALL_SCRIPT@
453 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
456 LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
458 LIBFFI_CFLAGS = @LIBFFI_CFLAGS@
459 LIBFFI_LIBS = @LIBFFI_LIBS@
461 LIBRUBY21_CFLAGS = @LIBRUBY21_CFLAGS@
462 LIBRUBY21_LIBS = @LIBRUBY21_LIBS@
469 LTJAVASCRIPTCORE = @LTJAVASCRIPTCORE@
470 LTLIBFFI = @LTLIBFFI@
471 LTLIBGCC = @LTLIBGCC@
472 LTLIBOBJS = @LTLIBOBJS@
473 LTLIBREADLINE = @LTLIBREADLINE@
474 LTLIBSQLITE3 = @LTLIBSQLITE3@
475 LTLIBTERMCAP = @LTLIBTERMCAP@
477 LTOBJECTIVEC = @LTOBJECTIVEC@
478 LTPYTHON = @LTPYTHON@
480 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
482 MAKEINFO = @MAKEINFO@
483 MANIFEST_TOOL = @MANIFEST_TOOL@
488 OBJCXXDEPMODE = @OBJCXXDEPMODE@
489 OBJCXXFLAGS = @OBJCXXFLAGS@
495 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
496 PACKAGE_NAME = @PACKAGE_NAME@
497 PACKAGE_STRING = @PACKAGE_STRING@
498 PACKAGE_TARNAME = @PACKAGE_TARNAME@
499 PACKAGE_URL = @PACKAGE_URL@
500 PACKAGE_VERSION = @PACKAGE_VERSION@
501 PATH_SEPARATOR = @PATH_SEPARATOR@
502 PKG_CONFIG = @PKG_CONFIG@
503 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
504 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
505 PTHREAD_CC = @PTHREAD_CC@
506 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
507 PTHREAD_LIBS = @PTHREAD_LIBS@
510 SET_MAKE = @SET_MAKE@
516 WEBKIT_CFLAGS = @WEBKIT_CFLAGS@
517 WEBKIT_LIBS = @WEBKIT_LIBS@
518 abs_builddir = @abs_builddir@
519 abs_srcdir = @abs_srcdir@
520 abs_top_builddir = @abs_top_builddir@
521 abs_top_srcdir = @abs_top_srcdir@
522 ac_ct_AR = @ac_ct_AR@
523 ac_ct_CC = @ac_ct_CC@
524 ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@
525 ac_ct_CXX = @ac_ct_CXX@
526 ac_ct_CXX_FOR_BUILD = @ac_ct_CXX_FOR_BUILD@
527 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
528 ac_ct_OBJCXX = @ac_ct_OBJCXX@
529 am__include = @am__include@
530 am__leading_dot = @am__leading_dot@
531 am__quote = @am__quote@
533 am__untar = @am__untar@
534 ax_pthread_config = @ax_pthread_config@
537 build_alias = @build_alias@
538 build_cpu = @build_cpu@
539 build_os = @build_os@
540 build_vendor = @build_vendor@
541 builddir = @builddir@
543 datarootdir = @datarootdir@
546 exec_prefix = @exec_prefix@
548 host_alias = @host_alias@
549 host_cpu = @host_cpu@
551 host_vendor = @host_vendor@
553 includedir = @includedir@
555 install_sh = @install_sh@
557 libexecdir = @libexecdir@
558 localedir = @localedir@
559 localstatedir = @localstatedir@
562 oldincludedir = @oldincludedir@
565 program_transform_name = @program_transform_name@
568 sharedstatedir = @sharedstatedir@
570 sysconfdir = @sysconfdir@
571 target_alias = @target_alias@
572 top_build_prefix = @top_build_prefix@
573 top_builddir = @top_builddir@
574 top_srcdir = @top_srcdir@
575 AUTOMAKE_OPTIONS = subdir-objects
576 CLEANFILES = $(am__append_6) $(am__append_7) $(am__append_8) \
577 $(am__append_9) Parser.ypp Scanner.lpp Scanner.cpp \
578 Scanner.output lex.backup Parser.cpp Parser.hpp stack.hh \
581 ACLOCAL_AMFLAGS = -I m4
582 AM_CPPFLAGS = -DYYDEBUG=1 -DCY_SYSTEM="\"$(CY_SYSTEM)\"" -include \
583 config.h -include $(srcdir)/unconfig.h $(am__append_4) \
585 AM_CFLAGS = -fvisibility=hidden
586 AM_CXXFLAGS = -fvisibility=hidden
587 AM_OBJCXXFLAGS = -fvisibility=hidden -fobjc-exceptions
588 AM_LDFLAGS = -fvisibility=hidden
589 CY_LDFLAGS = -no-undefined -avoid-version -export-dynamic
590 lib_LTLIBRARIES = libcycript.la
591 libcycript_la_LDFLAGS = $(CY_LDFLAGS)
592 libcycript_la_LIBADD = $(LTLIBUV) $(LTLIBFFI) $(LTLIBSQLITE3) \
593 $(LTLIBGCC) -ldl $(am__append_3) $(am__append_12) \
594 $(am__append_15) $(am__append_18)
595 libcycript_la_SOURCES = ConvertUTF.c Decode.cpp Driver.cpp Error.cpp \
596 Highlight.cpp Library.cpp Network.cpp Output.cpp Replace.cpp \
597 Syntax.cpp Parser.cpp Scanner.cpp $(am__append_1) \
598 $(am__append_2) $(am__append_11) $(am__append_14) \
599 $(am__append_17) $(am__append_19)
600 filters = $(am__append_5) $(am__append_10) $(am__append_13) \
602 @CY_CONSOLE_TRUE@cycript_SOURCES = Console.cpp $(am__append_20)
603 @CY_CONSOLE_TRUE@cycript_LDADD = libcycript.la $(LTLIBREADLINE) $(LTLIBTERMCAP) $(LTLIBGCC) $(PTHREAD_CFLAGS) -ldl
604 @CY_EXECUTE_TRUE@datdir = $(libdir)
605 @CY_EXECUTE_TRUE@dat_DATA = libcycript.db
607 $(MAKE) $(AM_MAKEFLAGS) all-recursive
610 .SUFFIXES: .c .cpp .lo .mm .o .obj
611 am--refresh: Makefile
613 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
615 case '$(am__configure_deps)' in \
617 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
618 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
623 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
624 $(am__cd) $(top_srcdir) && \
625 $(AUTOMAKE) --foreign Makefile
626 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
629 echo ' $(SHELL) ./config.status'; \
630 $(SHELL) ./config.status;; \
632 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
633 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
636 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
637 $(SHELL) ./config.status --recheck
639 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
640 $(am__cd) $(srcdir) && $(AUTOCONF)
641 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
642 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
643 $(am__aclocal_m4_deps):
646 @test -f $@ || rm -f stamp-h1
647 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
649 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
651 cd $(top_builddir) && $(SHELL) ./config.status config.h
652 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
653 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
658 -rm -f config.h stamp-h1
660 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
662 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
663 list2=; for p in $$list; do \
664 if test -f $$p; then \
665 list2="$$list2 $$p"; \
668 test -z "$$list2" || { \
669 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
670 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
671 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
672 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
675 uninstall-libLTLIBRARIES:
677 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
678 for p in $$list; do \
680 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
681 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
684 clean-libLTLIBRARIES:
685 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
686 @list='$(lib_LTLIBRARIES)'; \
687 locs=`for p in $$list; do echo $$p; done | \
688 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
690 test -z "$$locs" || { \
691 echo rm -f $${locs}; \
696 @: > sig/$(am__dirstamp)
697 sig/$(DEPDIR)/$(am__dirstamp):
698 @$(MKDIR_P) sig/$(DEPDIR)
699 @: > sig/$(DEPDIR)/$(am__dirstamp)
700 sig/ffi_type.lo: sig/$(am__dirstamp) sig/$(DEPDIR)/$(am__dirstamp)
701 sig/parse.lo: sig/$(am__dirstamp) sig/$(DEPDIR)/$(am__dirstamp)
702 sig/copy.lo: sig/$(am__dirstamp) sig/$(DEPDIR)/$(am__dirstamp)
703 Java/$(am__dirstamp):
705 @: > Java/$(am__dirstamp)
706 Java/$(DEPDIR)/$(am__dirstamp):
707 @$(MKDIR_P) Java/$(DEPDIR)
708 @: > Java/$(DEPDIR)/$(am__dirstamp)
709 Java/Execute.lo: Java/$(am__dirstamp) Java/$(DEPDIR)/$(am__dirstamp)
710 Ruby/$(am__dirstamp):
712 @: > Ruby/$(am__dirstamp)
713 Ruby/$(DEPDIR)/$(am__dirstamp):
714 @$(MKDIR_P) Ruby/$(DEPDIR)
715 @: > Ruby/$(DEPDIR)/$(am__dirstamp)
716 Ruby/Execute.lo: Ruby/$(am__dirstamp) Ruby/$(DEPDIR)/$(am__dirstamp)
717 Python/$(am__dirstamp):
719 @: > Python/$(am__dirstamp)
720 Python/$(DEPDIR)/$(am__dirstamp):
721 @$(MKDIR_P) Python/$(DEPDIR)
722 @: > Python/$(DEPDIR)/$(am__dirstamp)
723 Python/Execute.lo: Python/$(am__dirstamp) \
724 Python/$(DEPDIR)/$(am__dirstamp)
725 ObjectiveC/$(am__dirstamp):
726 @$(MKDIR_P) ObjectiveC
727 @: > ObjectiveC/$(am__dirstamp)
728 ObjectiveC/$(DEPDIR)/$(am__dirstamp):
729 @$(MKDIR_P) ObjectiveC/$(DEPDIR)
730 @: > ObjectiveC/$(DEPDIR)/$(am__dirstamp)
731 ObjectiveC/Output.lo: ObjectiveC/$(am__dirstamp) \
732 ObjectiveC/$(DEPDIR)/$(am__dirstamp)
733 ObjectiveC/Replace.lo: ObjectiveC/$(am__dirstamp) \
734 ObjectiveC/$(DEPDIR)/$(am__dirstamp)
735 ObjectiveC/Library.lo: ObjectiveC/$(am__dirstamp) \
736 ObjectiveC/$(DEPDIR)/$(am__dirstamp)
738 libcycript.la: $(libcycript_la_OBJECTS) $(libcycript_la_DEPENDENCIES) $(EXTRA_libcycript_la_DEPENDENCIES)
739 $(AM_V_OBJCXXLD)$(libcycript_la_LINK) -rpath $(libdir) $(libcycript_la_OBJECTS) $(libcycript_la_LIBADD) $(LIBS)
740 install-binPROGRAMS: $(bin_PROGRAMS)
742 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
743 if test -n "$$list"; then \
744 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
745 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
747 for p in $$list; do echo "$$p $$p"; done | \
748 sed 's/$(EXEEXT)$$//' | \
749 while read p p1; do if test -f $$p \
751 ; then echo "$$p"; echo "$$p"; else :; fi; \
753 sed -e 'p;s,.*/,,;n;h' \
755 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
756 sed 'N;N;N;s,\n, ,g' | \
757 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
758 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
759 if ($$2 == $$4) files[d] = files[d] " " $$1; \
760 else { print "f", $$3 "/" $$4, $$1; } } \
761 END { for (d in files) print "f", d, files[d] }' | \
762 while read type dir files; do \
763 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
764 test -z "$$files" || { \
765 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
766 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
770 uninstall-binPROGRAMS:
772 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
773 files=`for p in $$list; do echo "$$p"; done | \
774 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
775 -e 's/$$/$(EXEEXT)/' \
777 test -n "$$list" || exit 0; \
778 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
779 cd "$(DESTDIR)$(bindir)" && rm -f $$files
782 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
783 echo " rm -f" $$list; \
784 rm -f $$list || exit $$?; \
785 test -n "$(EXEEXT)" || exit 0; \
786 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
787 echo " rm -f" $$list; \
790 cycript$(EXEEXT): $(cycript_OBJECTS) $(cycript_DEPENDENCIES) $(EXTRA_cycript_DEPENDENCIES)
791 @rm -f cycript$(EXEEXT)
792 $(AM_V_CXXLD)$(CXXLINK) $(cycript_OBJECTS) $(cycript_LDADD) $(LIBS)
796 -rm -f Java/*.$(OBJEXT)
798 -rm -f ObjectiveC/*.$(OBJEXT)
799 -rm -f ObjectiveC/*.lo
800 -rm -f Python/*.$(OBJEXT)
802 -rm -f Ruby/*.$(OBJEXT)
804 -rm -f sig/*.$(OBJEXT)
810 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Complete.Plo@am__quote@
811 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Console.Po@am__quote@
812 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ConvertUTF.Plo@am__quote@
813 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Decode.Plo@am__quote@
814 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Driver.Plo@am__quote@
815 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Error.Plo@am__quote@
816 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Execute.Plo@am__quote@
817 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Handler.Plo@am__quote@
818 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Highlight.Plo@am__quote@
819 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Inject.Po@am__quote@
820 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/JavaScriptCore.Plo@am__quote@
821 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Library.Plo@am__quote@
822 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Network.Plo@am__quote@
823 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Output.Plo@am__quote@
824 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Parser.Plo@am__quote@
825 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Replace.Plo@am__quote@
826 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Scanner.Plo@am__quote@
827 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Syntax.Plo@am__quote@
828 @AMDEP_TRUE@@am__include@ @am__quote@Java/$(DEPDIR)/Execute.Plo@am__quote@
829 @AMDEP_TRUE@@am__include@ @am__quote@ObjectiveC/$(DEPDIR)/Library.Plo@am__quote@
830 @AMDEP_TRUE@@am__include@ @am__quote@ObjectiveC/$(DEPDIR)/Output.Plo@am__quote@
831 @AMDEP_TRUE@@am__include@ @am__quote@ObjectiveC/$(DEPDIR)/Replace.Plo@am__quote@
832 @AMDEP_TRUE@@am__include@ @am__quote@Python/$(DEPDIR)/Execute.Plo@am__quote@
833 @AMDEP_TRUE@@am__include@ @am__quote@Ruby/$(DEPDIR)/Execute.Plo@am__quote@
834 @AMDEP_TRUE@@am__include@ @am__quote@sig/$(DEPDIR)/copy.Plo@am__quote@
835 @AMDEP_TRUE@@am__include@ @am__quote@sig/$(DEPDIR)/ffi_type.Plo@am__quote@
836 @AMDEP_TRUE@@am__include@ @am__quote@sig/$(DEPDIR)/parse.Plo@am__quote@
839 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
840 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
841 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
842 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
843 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
844 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
847 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
848 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
849 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
850 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
851 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
852 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
855 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
856 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
857 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
858 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
859 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
860 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
863 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
864 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
865 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
866 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
867 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
868 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
871 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
872 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
873 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
874 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
875 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
876 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
879 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
880 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
881 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
882 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
883 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
884 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
887 @am__fastdepOBJCXX_TRUE@ $(AM_V_OBJCXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
888 @am__fastdepOBJCXX_TRUE@ $(OBJCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
889 @am__fastdepOBJCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
890 @AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@ $(AM_V_OBJCXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
891 @AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@ DEPDIR=$(DEPDIR) $(OBJCXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
892 @am__fastdepOBJCXX_FALSE@ $(AM_V_OBJCXX@am__nodep@)$(OBJCXXCOMPILE) -c -o $@ $<
895 @am__fastdepOBJCXX_TRUE@ $(AM_V_OBJCXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
896 @am__fastdepOBJCXX_TRUE@ $(OBJCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
897 @am__fastdepOBJCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
898 @AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@ $(AM_V_OBJCXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
899 @AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@ DEPDIR=$(DEPDIR) $(OBJCXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
900 @am__fastdepOBJCXX_FALSE@ $(AM_V_OBJCXX@am__nodep@)$(OBJCXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
903 @am__fastdepOBJCXX_TRUE@ $(AM_V_OBJCXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
904 @am__fastdepOBJCXX_TRUE@ $(LTOBJCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
905 @am__fastdepOBJCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
906 @AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@ $(AM_V_OBJCXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
907 @AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@ DEPDIR=$(DEPDIR) $(OBJCXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
908 @am__fastdepOBJCXX_FALSE@ $(AM_V_OBJCXX@am__nodep@)$(LTOBJCXXCOMPILE) -c -o $@ $<
915 -rm -rf Java/.libs Java/_libs
916 -rm -rf ObjectiveC/.libs ObjectiveC/_libs
917 -rm -rf Python/.libs Python/_libs
918 -rm -rf Ruby/.libs Ruby/_libs
919 -rm -rf sig/.libs sig/_libs
922 -rm -f libtool config.lt
923 install-datDATA: $(dat_DATA)
925 @list='$(dat_DATA)'; test -n "$(datdir)" || list=; \
926 if test -n "$$list"; then \
927 echo " $(MKDIR_P) '$(DESTDIR)$(datdir)'"; \
928 $(MKDIR_P) "$(DESTDIR)$(datdir)" || exit 1; \
930 for p in $$list; do \
931 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
933 done | $(am__base_list) | \
934 while read files; do \
935 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(datdir)'"; \
936 $(INSTALL_DATA) $$files "$(DESTDIR)$(datdir)" || exit $$?; \
941 @list='$(dat_DATA)'; test -n "$(datdir)" || list=; \
942 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
943 dir='$(DESTDIR)$(datdir)'; $(am__uninstall_files_from_dir)
945 # This directory's subdirectories are mostly independent; you can cd
946 # into them and run 'make' without going through this Makefile.
947 # To change the values of 'make' variables: instead of editing Makefiles,
948 # (1) if the variable is set in 'config.status', edit 'config.status'
949 # (which will cause the Makefiles to be regenerated when you run 'make');
950 # (2) otherwise, pass the desired values on the 'make' command line.
951 $(am__recursive_targets):
953 if $(am__make_keepgoing); then \
954 failcom='fail=yes'; \
959 target=`echo $@ | sed s/-recursive//`; \
961 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
962 *) list='$(SUBDIRS)' ;; \
964 for subdir in $$list; do \
965 echo "Making $$target in $$subdir"; \
966 if test "$$subdir" = "."; then \
968 local_target="$$target-am"; \
970 local_target="$$target"; \
972 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
975 if test "$$dot_seen" = "no"; then \
976 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
979 ID: $(am__tagged_files)
980 $(am__define_uniq_tagged_files); mkid -fID $$unique
984 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
987 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
988 include_option=--etags-include; \
991 include_option=--include; \
994 list='$(SUBDIRS)'; for subdir in $$list; do \
995 if test "$$subdir" = .; then :; else \
996 test ! -f $$subdir/TAGS || \
997 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1000 $(am__define_uniq_tagged_files); \
1002 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1003 test -n "$$unique" || unique=$$empty_fix; \
1004 if test $$# -gt 0; then \
1005 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1008 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1012 ctags: ctags-recursive
1015 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1016 $(am__define_uniq_tagged_files); \
1017 test -z "$(CTAGS_ARGS)$$unique" \
1018 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1022 here=`$(am__cd) $(top_builddir) && pwd` \
1023 && $(am__cd) $(top_srcdir) \
1024 && gtags -i $(GTAGS_ARGS) "$$here"
1025 cscope: cscope.files
1026 test ! -s cscope.files \
1027 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
1030 cscope.files: clean-cscope cscopelist
1031 cscopelist: cscopelist-recursive
1033 cscopelist-am: $(am__tagged_files)
1034 list='$(am__tagged_files)'; \
1035 case "$(srcdir)" in \
1036 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1037 *) sdir=$(subdir)/$(srcdir) ;; \
1039 for i in $$list; do \
1040 if test -f "$$i"; then \
1041 echo "$(subdir)/$$i"; \
1043 echo "$$sdir/$$i"; \
1045 done >> $(top_builddir)/cscope.files
1048 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1049 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
1051 distdir: $(DISTFILES)
1052 $(am__remove_distdir)
1053 test -d "$(distdir)" || mkdir "$(distdir)"
1054 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1055 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1056 list='$(DISTFILES)'; \
1057 dist_files=`for file in $$list; do echo $$file; done | \
1058 sed -e "s|^$$srcdirstrip/||;t" \
1059 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1060 case $$dist_files in \
1061 */*) $(MKDIR_P) `echo "$$dist_files" | \
1062 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1065 for file in $$dist_files; do \
1066 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1067 if test -d $$d/$$file; then \
1068 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1069 if test -d "$(distdir)/$$file"; then \
1070 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1072 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1073 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1074 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1076 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1078 test -f "$(distdir)/$$file" \
1079 || cp -p $$d/$$file "$(distdir)/$$file" \
1083 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1084 if test "$$subdir" = .; then :; else \
1085 $(am__make_dryrun) \
1086 || test -d "$(distdir)/$$subdir" \
1087 || $(MKDIR_P) "$(distdir)/$$subdir" \
1089 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1090 $(am__relativize); \
1091 new_distdir=$$reldir; \
1092 dir1=$$subdir; dir2="$(top_distdir)"; \
1093 $(am__relativize); \
1094 new_top_distdir=$$reldir; \
1095 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1096 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1097 ($(am__cd) $$subdir && \
1098 $(MAKE) $(AM_MAKEFLAGS) \
1099 top_distdir="$$new_top_distdir" \
1100 distdir="$$new_distdir" \
1101 am__remove_distdir=: \
1102 am__skip_length_check=: \
1103 am__skip_mode_fix=: \
1108 -test -n "$(am__skip_mode_fix)" \
1109 || find "$(distdir)" -type d ! -perm -755 \
1110 -exec chmod u+rwx,go+rx {} \; -o \
1111 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1112 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1113 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1114 || chmod -R a+r "$(distdir)"
1116 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1117 $(am__post_remove_distdir)
1120 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1121 $(am__post_remove_distdir)
1124 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1125 $(am__post_remove_distdir)
1128 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1129 $(am__post_remove_distdir)
1132 @echo WARNING: "Support for distribution archives compressed with" \
1133 "legacy program 'compress' is deprecated." >&2
1134 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1135 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1136 $(am__post_remove_distdir)
1139 @echo WARNING: "Support for shar distribution archives is" \
1141 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1142 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1143 $(am__post_remove_distdir)
1146 -rm -f $(distdir).zip
1147 zip -rq $(distdir).zip $(distdir)
1148 $(am__post_remove_distdir)
1151 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
1152 $(am__post_remove_distdir)
1154 # This target untars the dist file and tries a VPATH configuration. Then
1155 # it guarantees that the distribution is self-contained by making another
1158 case '$(DIST_ARCHIVES)' in \
1160 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
1162 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1164 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1166 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1168 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1170 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
1172 unzip $(distdir).zip ;;\
1174 chmod -R a-w $(distdir)
1175 chmod u+w $(distdir)
1176 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
1177 chmod a-w $(distdir)
1178 test -d $(distdir)/_build || exit 0; \
1179 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1180 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1182 && $(am__cd) $(distdir)/_build/sub \
1183 && ../../configure \
1184 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1185 $(DISTCHECK_CONFIGURE_FLAGS) \
1186 --srcdir=../.. --prefix="$$dc_install_base" \
1187 && $(MAKE) $(AM_MAKEFLAGS) \
1188 && $(MAKE) $(AM_MAKEFLAGS) dvi \
1189 && $(MAKE) $(AM_MAKEFLAGS) check \
1190 && $(MAKE) $(AM_MAKEFLAGS) install \
1191 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1192 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1193 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1194 distuninstallcheck \
1195 && chmod -R a-w "$$dc_install_base" \
1197 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1198 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1199 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1200 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1201 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1202 } || { rm -rf "$$dc_destdir"; exit 1; }) \
1203 && rm -rf "$$dc_destdir" \
1204 && $(MAKE) $(AM_MAKEFLAGS) dist \
1205 && rm -rf $(DIST_ARCHIVES) \
1206 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1209 $(am__post_remove_distdir)
1210 @(echo "$(distdir) archives ready for distribution: "; \
1211 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1212 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1214 @test -n '$(distuninstallcheck_dir)' || { \
1215 echo 'ERROR: trying to run $@ with an empty' \
1216 '$$(distuninstallcheck_dir)' >&2; \
1219 $(am__cd) '$(distuninstallcheck_dir)' || { \
1220 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1223 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1224 || { echo "ERROR: files left after uninstall:" ; \
1225 if test -n "$(DESTDIR)"; then \
1226 echo " (check DESTDIR support)"; \
1228 $(distuninstallcheck_listfiles) ; \
1230 distcleancheck: distclean
1231 @if test '$(srcdir)' = . ; then \
1232 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1235 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1236 || { echo "ERROR: files left in build directory after distclean:" ; \
1237 $(distcleancheck_listfiles) ; \
1240 check: check-recursive
1241 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) config.h
1242 install-binPROGRAMS: install-libLTLIBRARIES
1244 installdirs: installdirs-recursive
1246 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(datdir)"; do \
1247 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1249 install: install-recursive
1250 install-exec: install-exec-recursive
1251 install-data: install-data-recursive
1252 uninstall: uninstall-recursive
1255 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1257 installcheck: installcheck-recursive
1259 if test -z '$(STRIP)'; then \
1260 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1261 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1264 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1265 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1266 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1268 mostlyclean-generic:
1271 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1274 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1275 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1276 -rm -f Java/$(DEPDIR)/$(am__dirstamp)
1277 -rm -f Java/$(am__dirstamp)
1278 -rm -f ObjectiveC/$(DEPDIR)/$(am__dirstamp)
1279 -rm -f ObjectiveC/$(am__dirstamp)
1280 -rm -f Python/$(DEPDIR)/$(am__dirstamp)
1281 -rm -f Python/$(am__dirstamp)
1282 -rm -f Ruby/$(DEPDIR)/$(am__dirstamp)
1283 -rm -f Ruby/$(am__dirstamp)
1284 -rm -f sig/$(DEPDIR)/$(am__dirstamp)
1285 -rm -f sig/$(am__dirstamp)
1287 maintainer-clean-generic:
1288 @echo "This command is intended for maintainers to use"
1289 @echo "it deletes files that may require special tools to rebuild."
1290 clean: clean-recursive
1292 clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
1293 clean-libtool mostlyclean-am
1295 distclean: distclean-recursive
1296 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1297 -rm -rf ./$(DEPDIR) Java/$(DEPDIR) ObjectiveC/$(DEPDIR) Python/$(DEPDIR) Ruby/$(DEPDIR) sig/$(DEPDIR)
1299 distclean-am: clean-am distclean-compile distclean-generic \
1300 distclean-hdr distclean-libtool distclean-tags
1306 html: html-recursive
1310 info: info-recursive
1314 install-data-am: install-datDATA
1316 install-dvi: install-dvi-recursive
1320 install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
1322 install-html: install-html-recursive
1326 install-info: install-info-recursive
1332 install-pdf: install-pdf-recursive
1336 install-ps: install-ps-recursive
1342 maintainer-clean: maintainer-clean-recursive
1343 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1344 -rm -rf $(top_srcdir)/autom4te.cache
1345 -rm -rf ./$(DEPDIR) Java/$(DEPDIR) ObjectiveC/$(DEPDIR) Python/$(DEPDIR) Ruby/$(DEPDIR) sig/$(DEPDIR)
1347 maintainer-clean-am: distclean-am maintainer-clean-generic
1349 mostlyclean: mostlyclean-recursive
1351 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1362 uninstall-am: uninstall-binPROGRAMS uninstall-datDATA \
1363 uninstall-libLTLIBRARIES
1365 .MAKE: $(am__recursive_targets) all install-am install-strip
1367 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1368 am--refresh check check-am clean clean-binPROGRAMS \
1369 clean-cscope clean-generic clean-libLTLIBRARIES clean-libtool \
1370 cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
1371 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
1372 distcheck distclean distclean-compile distclean-generic \
1373 distclean-hdr distclean-libtool distclean-tags distcleancheck \
1374 distdir distuninstallcheck dvi dvi-am html html-am info \
1375 info-am install install-am install-binPROGRAMS install-datDATA \
1376 install-data install-data-am install-dvi install-dvi-am \
1377 install-exec install-exec-am install-html install-html-am \
1378 install-info install-info-am install-libLTLIBRARIES \
1379 install-man install-pdf install-pdf-am install-ps \
1380 install-ps-am install-strip installcheck installcheck-am \
1381 installdirs installdirs-am maintainer-clean \
1382 maintainer-clean-generic mostlyclean mostlyclean-compile \
1383 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1384 tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
1385 uninstall-datDATA uninstall-libLTLIBRARIES
1391 @CY_EXECUTE_TRUE@libcycript.db: Bridge.def libcycript.sh
1392 @CY_EXECUTE_TRUE@ $(srcdir)/libcycript.sh $(CY_SYSTEM) $@ $<
1393 @CY_EXECUTE_TRUE@@CY_PRELINK_TRUE@Analyze: Analyze.cpp Error.cpp Output.cpp Replace.cpp Syntax.cpp
1394 @CY_EXECUTE_TRUE@@CY_PRELINK_TRUE@ $(CXX_FOR_BUILD) $(CXXFLAGS_FOR_BUILD) -std=c++11 $(LDFLAGS_FOR_BUILD) -DCY_OBJECTIVEC=$(CY_OBJECTIVEC) -I$(srcdir)/extra -o $@ $^ $(CY_LIBCLANG) -Wno-bitwise-op-parentheses -Wno-dangling-else -Wno-logical-op-parentheses
1395 @CY_EXECUTE_TRUE@@CY_PRELINK_TRUE@Bridge.def: Analysis.cpp Analyze
1396 @CY_EXECUTE_TRUE@@CY_PRELINK_TRUE@ ./Analyze $< $(OBJCXX) $(AM_OBJCXXFLAGS) $(OBJCXXFLAGS) >$@
1397 @CY_EXECUTE_TRUE@@CY_PRELINK_FALSE@Bridge.def: Bridge.def.in
1398 @CY_EXECUTE_TRUE@@CY_PRELINK_FALSE@ cat $< >$@
1399 @CY_EXECUTE_TRUE@Bridge.gperf: Bridge.def Bridge.sh
1400 @CY_EXECUTE_TRUE@ $(srcdir)/Bridge.sh <$< >$@
1401 @CY_EXECUTE_TRUE@Bridge.hpp: Bridge.gperf
1402 @CY_EXECUTE_TRUE@ $(GPERF) $< >$@
1403 Parser.ypp: Parser.ypp.in
1404 $(srcdir)/Filter.sh $< >$@ $(filters)
1405 Scanner.lpp: Scanner.lpp.in UnicodeIDStart.l UnicodeIDContinue.l
1406 $(srcdir)/Filter.sh $< >$@ $(filters)
1407 Scanner.cpp: Scanner.lpp
1408 $(FLEX) $(LFLAGS) -o $@ -T $< 2>Scanner.output || (grep -F '$<:' Scanner.output; false)
1409 @#grep -E '^(No backing up\.|Compressed tables always back up\.)$$' lex.backup >/dev/null
1410 ! grep -n '^ jam-transitions: ' lex.backup | grep -v ': EOF \[\(\]\| \\2\)'
1411 ! grep -F ': warning, ' Scanner.output || true
1413 Scanner.lo: Parser.hpp IdentifierStart.h IdentifierContinue.h
1414 Parser.lo: Parser.hpp
1415 Parser.cpp: Parser.hpp
1416 Parser.hpp: Parser.ypp
1417 $(BISON) -v --report=state -Werror -o Parser.cpp $<
1418 ! grep -n '^State [0-9]* conflicts:' Parser.output
1419 ! grep -n '^ *.* *reduce using rule [0-9]* (Lex[A-Z][^)]*)$$' Parser.output | grep -v '$$default'
1420 ! grep -n '^ *$$default *reduce using rule [0-9]* (Lex[A-Z][^)]*)$$' Parser.output -B 2 | grep 'shift, and go to state [0-9]*$$'
1421 ! grep -n '^ *$$default *reduce using rule [0-9]* (Lex[A-Z][^)]*)$$' Parser.output -B 2 | grep -v '$$default' | grep 'reduce using rule [0-9]* ([^)]*)$$'
1422 perl -pi -e 's/yytranslate_ \(yylex \(/(yylex_ (/g' Parser.cpp
1424 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1425 # Otherwise a system limit (for SysV at least) may be exceeded.