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 - The Truly Universal Scripting Language
18 # Copyright (C) 2009-2016 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_ANDROID_TRUE@am__append_1 = -fPIE
113 @CY_ANDROID_TRUE@am__append_2 = -rdynamic -fPIE -pie
114 @CY_CONSOLE_TRUE@bin_PROGRAMS = cycript$(EXEEXT) $(am__EXEEXT_1)
115 @CY_CONSOLE_TRUE@am__append_3 = Complete.cpp
116 @CY_CONSOLE_TRUE@@CY_EXECUTE_TRUE@am__append_4 = Inject.cpp
117 @CY_ANDROID_TRUE@@CY_CONSOLE_TRUE@am__append_5 = cycript-pie
118 @CY_EXECUTE_TRUE@am__append_6 = sig/ffi_type.cpp sig/parse.cpp \
119 @CY_EXECUTE_TRUE@ sig/copy.cpp Decode.cpp Execute.cpp \
120 @CY_EXECUTE_TRUE@ Handler.cpp JavaScriptCore.cpp
121 @CY_EXECUTE_TRUE@am__append_7 = $(LTJAVASCRIPTCORE)
122 @CY_EXECUTE_TRUE@am__append_8 = libcycript.db
123 @CY_EXECUTE_TRUE@am__append_9 = -DCY_EXECUTE
124 @CY_EXECUTE_TRUE@am__append_10 = C
125 @CY_EXECUTE_TRUE@am__append_11 = libcycript.db
126 @CY_EXECUTE_TRUE@@CY_PRELINK_TRUE@am__append_12 = Analyze Bridge.def
127 @CY_EXECUTE_TRUE@@CY_PRELINK_FALSE@am__append_13 = Bridge.def
129 #CLEANFILES += Hasher.gperf
130 #Hasher.gperf: Hasher.def Hasher.sh
131 # $(srcdir)/Hasher.sh <$< >$@
133 #CLEANFILES += Hasher.hpp
134 #Hasher.hpp: Hasher.gperf
136 @CY_JAVA_TRUE@am__append_14 = Java
137 @CY_JAVA_TRUE@am__append_15 = Java/Execute.cpp
138 @CY_JAVA_TRUE@am__append_16 = libcycript.jar
139 @CY_JAVA_TRUE@am__append_17 = Class libcycript.jar
140 @CY_RUBY_TRUE@am__append_18 = Ruby
141 @CY_RUBY_TRUE@am__append_19 = Ruby/Execute.cpp
142 @CY_RUBY_TRUE@am__append_20 = $(LTRUBY)
143 @CY_PYTHON_TRUE@am__append_21 = Python
144 @CY_PYTHON_TRUE@am__append_22 = Python/Execute.cpp
145 @CY_PYTHON_TRUE@am__append_23 = $(LTPYTHON)
146 @CY_OBJECTIVEC_TRUE@am__append_24 = -DCY_OBJECTIVEC
147 @CY_OBJECTIVEC_TRUE@am__append_25 = ObjectiveC
148 @CY_OBJECTIVEC_TRUE@am__append_26 = ObjectiveC/Output.cpp ObjectiveC/Replace.cpp ObjectiveC/Library.mm
149 @CY_OBJECTIVEC_TRUE@am__append_27 = $(LTOBJECTIVEC)
151 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
152 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cxx_compile_stdcxx_11.m4 \
153 $(top_srcdir)/m4/ax_prog_cxx_for_build.m4 \
154 $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/framework.m4 \
155 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
156 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
157 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
158 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
160 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
161 $(am__configure_deps) $(am__DIST_COMMON)
162 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
163 configure.lineno config.status.lineno
164 mkinstalldirs = $(install_sh) -d
165 CONFIG_HEADER = config.h
167 CONFIG_CLEAN_VPATH_FILES =
168 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
169 am__vpath_adj = case $$p in \
170 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
173 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
175 am__nobase_strip_setup = \
176 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
178 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
179 am__nobase_list = $(am__nobase_strip_setup); \
180 for p in $$list; do echo "$$p $$p"; done | \
181 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
182 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
183 if (++n[$$2] == $(am__install_max)) \
184 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
185 END { for (dir in files) print dir, files[dir] }'
187 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
188 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
189 am__uninstall_files_from_dir = { \
191 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
192 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
193 $(am__cd) "$$dir" && rm -f $$files; }; \
195 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
196 "$(DESTDIR)$(datdir)"
197 LTLIBRARIES = $(lib_LTLIBRARIES)
199 @CY_EXECUTE_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1)
200 @CY_RUBY_TRUE@am__DEPENDENCIES_3 = $(am__DEPENDENCIES_1)
201 @CY_PYTHON_TRUE@am__DEPENDENCIES_4 = $(am__DEPENDENCIES_1)
202 @CY_OBJECTIVEC_TRUE@am__DEPENDENCIES_5 = $(am__DEPENDENCIES_1)
203 libcycript_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
204 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
205 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) \
206 $(am__DEPENDENCIES_3) $(am__DEPENDENCIES_4) \
207 $(am__DEPENDENCIES_5)
208 am__libcycript_la_SOURCES_DIST = ConvertUTF.c Driver.cpp Error.cpp \
209 Highlight.cpp Library.cpp Network.cpp Output.cpp Replace.cpp \
210 Syntax.cpp Parser.cpp Scanner.cpp Complete.cpp \
211 sig/ffi_type.cpp sig/parse.cpp sig/copy.cpp Decode.cpp \
212 Execute.cpp Handler.cpp JavaScriptCore.cpp Java/Execute.cpp \
213 Ruby/Execute.cpp Python/Execute.cpp ObjectiveC/Output.cpp \
214 ObjectiveC/Replace.cpp ObjectiveC/Library.mm
215 @CY_CONSOLE_TRUE@am__objects_1 = Complete.lo
216 am__dirstamp = $(am__leading_dot)dirstamp
217 @CY_EXECUTE_TRUE@am__objects_2 = sig/ffi_type.lo sig/parse.lo \
218 @CY_EXECUTE_TRUE@ sig/copy.lo Decode.lo Execute.lo Handler.lo \
219 @CY_EXECUTE_TRUE@ JavaScriptCore.lo
220 @CY_JAVA_TRUE@am__objects_3 = Java/Execute.lo
221 @CY_RUBY_TRUE@am__objects_4 = Ruby/Execute.lo
222 @CY_PYTHON_TRUE@am__objects_5 = Python/Execute.lo
223 @CY_OBJECTIVEC_TRUE@am__objects_6 = ObjectiveC/Output.lo \
224 @CY_OBJECTIVEC_TRUE@ ObjectiveC/Replace.lo \
225 @CY_OBJECTIVEC_TRUE@ ObjectiveC/Library.lo
226 am_libcycript_la_OBJECTS = ConvertUTF.lo Driver.lo Error.lo \
227 Highlight.lo Library.lo Network.lo Output.lo Replace.lo \
228 Syntax.lo Parser.lo Scanner.lo $(am__objects_1) \
229 $(am__objects_2) $(am__objects_3) $(am__objects_4) \
230 $(am__objects_5) $(am__objects_6)
231 libcycript_la_OBJECTS = $(am_libcycript_la_OBJECTS)
232 AM_V_lt = $(am__v_lt_@AM_V@)
233 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
234 am__v_lt_0 = --silent
236 libcycript_la_LINK = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
237 $(LIBTOOLFLAGS) --mode=link $(OBJCXXLD) $(AM_OBJCXXFLAGS) \
238 $(OBJCXXFLAGS) $(libcycript_la_LDFLAGS) $(LDFLAGS) -o $@
239 @CY_ANDROID_TRUE@@CY_CONSOLE_TRUE@am__EXEEXT_1 = cycript-pie$(EXEEXT)
240 PROGRAMS = $(bin_PROGRAMS)
241 am__cycript_SOURCES_DIST = Console.cpp Inject.cpp
242 @CY_CONSOLE_TRUE@@CY_EXECUTE_TRUE@am__objects_7 = Inject.$(OBJEXT)
243 @CY_CONSOLE_TRUE@am_cycript_OBJECTS = Console.$(OBJEXT) \
244 @CY_CONSOLE_TRUE@ $(am__objects_7)
245 cycript_OBJECTS = $(am_cycript_OBJECTS)
246 @CY_CONSOLE_TRUE@cycript_DEPENDENCIES = libcycript.la \
247 @CY_CONSOLE_TRUE@ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
248 @CY_CONSOLE_TRUE@ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
249 am__cycript_pie_SOURCES_DIST = pie.c
250 @CY_ANDROID_TRUE@@CY_CONSOLE_TRUE@am_cycript_pie_OBJECTS = \
251 @CY_ANDROID_TRUE@@CY_CONSOLE_TRUE@ pie.$(OBJEXT)
252 cycript_pie_OBJECTS = $(am_cycript_pie_OBJECTS)
253 cycript_pie_LDADD = $(LDADD)
254 cycript_pie_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
255 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
256 $(cycript_pie_LDFLAGS) $(LDFLAGS) -o $@
257 AM_V_P = $(am__v_P_@AM_V@)
258 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
261 AM_V_GEN = $(am__v_GEN_@AM_V@)
262 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
263 am__v_GEN_0 = @echo " GEN " $@;
265 AM_V_at = $(am__v_at_@AM_V@)
266 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
269 DEFAULT_INCLUDES = -I.@am__isrc@
270 depcomp = $(SHELL) $(top_srcdir)/depcomp
271 am__depfiles_maybe = depfiles
273 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
274 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
275 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
276 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
277 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
278 $(AM_CFLAGS) $(CFLAGS)
279 AM_V_CC = $(am__v_CC_@AM_V@)
280 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
281 am__v_CC_0 = @echo " CC " $@;
284 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
285 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
286 $(AM_LDFLAGS) $(LDFLAGS) -o $@
287 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
288 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
289 am__v_CCLD_0 = @echo " CCLD " $@;
291 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
292 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
293 LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
294 $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
295 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
296 $(AM_CXXFLAGS) $(CXXFLAGS)
297 AM_V_CXX = $(am__v_CXX_@AM_V@)
298 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
299 am__v_CXX_0 = @echo " CXX " $@;
302 CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
303 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
304 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
305 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
306 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
307 am__v_CXXLD_0 = @echo " CXXLD " $@;
309 OBJCXXCOMPILE = $(OBJCXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
310 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_OBJCXXFLAGS) $(OBJCXXFLAGS)
311 LTOBJCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
312 $(LIBTOOLFLAGS) --mode=compile $(OBJCXX) $(DEFS) \
313 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
314 $(AM_OBJCXXFLAGS) $(OBJCXXFLAGS)
315 AM_V_OBJCXX = $(am__v_OBJCXX_@AM_V@)
316 am__v_OBJCXX_ = $(am__v_OBJCXX_@AM_DEFAULT_V@)
317 am__v_OBJCXX_0 = @echo " OBJCXX " $@;
320 OBJCXXLINK = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
321 --mode=link $(OBJCXXLD) $(AM_OBJCXXFLAGS) $(OBJCXXFLAGS) \
322 $(AM_LDFLAGS) $(LDFLAGS) -o $@
323 AM_V_OBJCXXLD = $(am__v_OBJCXXLD_@AM_V@)
324 am__v_OBJCXXLD_ = $(am__v_OBJCXXLD_@AM_DEFAULT_V@)
325 am__v_OBJCXXLD_0 = @echo " OBJCXXLD" $@;
327 SOURCES = $(libcycript_la_SOURCES) $(cycript_SOURCES) \
328 $(cycript_pie_SOURCES)
329 DIST_SOURCES = $(am__libcycript_la_SOURCES_DIST) \
330 $(am__cycript_SOURCES_DIST) $(am__cycript_pie_SOURCES_DIST)
331 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
332 ctags-recursive dvi-recursive html-recursive info-recursive \
333 install-data-recursive install-dvi-recursive \
334 install-exec-recursive install-html-recursive \
335 install-info-recursive install-pdf-recursive \
336 install-ps-recursive install-recursive installcheck-recursive \
337 installdirs-recursive pdf-recursive ps-recursive \
338 tags-recursive uninstall-recursive
339 am__can_run_installinfo = \
340 case $$AM_UPDATE_INFO_DIR in \
342 *) (install-info --version) >/dev/null 2>&1;; \
345 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
346 distclean-recursive maintainer-clean-recursive
347 am__recursive_targets = \
348 $(RECURSIVE_TARGETS) \
349 $(RECURSIVE_CLEAN_TARGETS) \
350 $(am__extra_recursive_targets)
351 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
352 cscope distdir dist dist-all distcheck
353 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
355 # Read a list of newline-separated strings from the standard input,
356 # and print each of them once, without duplicates. Input order is
358 am__uniquify_input = $(AWK) '\
359 BEGIN { nonempty = 0; } \
360 { items[$$0] = 1; nonempty = 1; } \
361 END { if (nonempty) { for (i in items) print i; }; } \
363 # Make sure the list of sources is unique. This is necessary because,
364 # e.g., the same source file might be shared among _SOURCES variables
365 # for different programs/libraries.
366 am__define_uniq_tagged_files = \
367 list='$(am__tagged_files)'; \
368 unique=`for i in $$list; do \
369 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
370 done | $(am__uniquify_input)`
374 DIST_SUBDIRS = $(SUBDIRS)
375 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in COPYING \
376 INSTALL ar-lib compile config.guess config.rpath config.sub \
377 depcomp install-sh ltmain.sh missing
378 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
379 distdir = $(PACKAGE)-$(VERSION)
380 top_distdir = $(distdir)
381 am__remove_distdir = \
382 if test -d "$(distdir)"; then \
383 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
384 && rm -rf "$(distdir)" \
385 || { sleep 5 && rm -rf "$(distdir)"; }; \
387 am__post_remove_distdir = $(am__remove_distdir)
390 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
391 sed_rest='s,^[^/]*/*,,'; \
392 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
393 sed_butlast='s,/*[^/]*$$,,'; \
394 while test -n "$$dir1"; do \
395 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
396 if test "$$first" != "."; then \
397 if test "$$first" = ".."; then \
398 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
399 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
401 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
402 if test "$$first2" = "$$first"; then \
403 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
407 dir0="$$dir0"/"$$first"; \
410 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
413 DIST_ARCHIVES = $(distdir).tar.gz
415 DIST_TARGETS = dist-gzip
416 distuninstallcheck_listfiles = find . -type f -print
417 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
418 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
419 distcleancheck_listfiles = find . -type f -print
422 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
424 AUTOCONF = @AUTOCONF@
425 AUTOHEADER = @AUTOHEADER@
426 AUTOMAKE = @AUTOMAKE@
429 BUILD_EXEEXT = @BUILD_EXEEXT@
430 BUILD_OBJEXT = @BUILD_OBJEXT@
432 CCDEPMODE = @CCDEPMODE@
433 CC_FOR_BUILD = @CC_FOR_BUILD@
435 CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
437 CPPFLAGS = @CPPFLAGS@
438 CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
439 CPP_FOR_BUILD = @CPP_FOR_BUILD@
442 CXXCPPFLAGS_FOR_BUILD = @CXXCPPFLAGS_FOR_BUILD@
443 CXXCPP_FOR_BUILD = @CXXCPP_FOR_BUILD@
444 CXXDEPMODE = @CXXDEPMODE@
445 CXXFLAGS = @CXXFLAGS@
446 CXXFLAGS_FOR_BUILD = @CXXFLAGS_FOR_BUILD@
447 CXX_FOR_BUILD = @CXX_FOR_BUILD@
448 CYGPATH_W = @CYGPATH_W@
449 CY_ANDROID = @CY_ANDROID@
450 CY_EXECUTE = @CY_EXECUTE@
452 CY_LIBCLANG = @CY_LIBCLANG@
453 CY_OBJECTIVEC = @CY_OBJECTIVEC@
454 CY_PYTHON = @CY_PYTHON@
456 CY_SYSTEM = @CY_SYSTEM@
460 DSYMUTIL = @DSYMUTIL@
470 GNUSTEP_CONFIG = @GNUSTEP_CONFIG@
474 HAVE_CXX11 = @HAVE_CXX11@
476 INSTALL_DATA = @INSTALL_DATA@
477 INSTALL_PROGRAM = @INSTALL_PROGRAM@
478 INSTALL_SCRIPT = @INSTALL_SCRIPT@
479 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
482 LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
484 LIBFFI_CFLAGS = @LIBFFI_CFLAGS@
485 LIBFFI_LIBS = @LIBFFI_LIBS@
487 LIBRUBY21_CFLAGS = @LIBRUBY21_CFLAGS@
488 LIBRUBY21_LIBS = @LIBRUBY21_LIBS@
495 LTJAVASCRIPTCORE = @LTJAVASCRIPTCORE@
496 LTLIBFFI = @LTLIBFFI@
497 LTLIBGCC = @LTLIBGCC@
498 LTLIBOBJS = @LTLIBOBJS@
499 LTLIBREADLINE = @LTLIBREADLINE@
500 LTLIBSQLITE3 = @LTLIBSQLITE3@
501 LTLIBTERMCAP = @LTLIBTERMCAP@
503 LTOBJECTIVEC = @LTOBJECTIVEC@
504 LTPYTHON = @LTPYTHON@
506 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
508 MAKEINFO = @MAKEINFO@
509 MANIFEST_TOOL = @MANIFEST_TOOL@
514 OBJCXXDEPMODE = @OBJCXXDEPMODE@
515 OBJCXXFLAGS = @OBJCXXFLAGS@
521 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
522 PACKAGE_NAME = @PACKAGE_NAME@
523 PACKAGE_STRING = @PACKAGE_STRING@
524 PACKAGE_TARNAME = @PACKAGE_TARNAME@
525 PACKAGE_URL = @PACKAGE_URL@
526 PACKAGE_VERSION = @PACKAGE_VERSION@
527 PATH_SEPARATOR = @PATH_SEPARATOR@
528 PKG_CONFIG = @PKG_CONFIG@
529 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
530 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
531 PTHREAD_CC = @PTHREAD_CC@
532 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
533 PTHREAD_LIBS = @PTHREAD_LIBS@
536 SET_MAKE = @SET_MAKE@
542 WEBKIT_CFLAGS = @WEBKIT_CFLAGS@
543 WEBKIT_LIBS = @WEBKIT_LIBS@
544 abs_builddir = @abs_builddir@
545 abs_srcdir = @abs_srcdir@
546 abs_top_builddir = @abs_top_builddir@
547 abs_top_srcdir = @abs_top_srcdir@
548 ac_ct_AR = @ac_ct_AR@
549 ac_ct_CC = @ac_ct_CC@
550 ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@
551 ac_ct_CXX = @ac_ct_CXX@
552 ac_ct_CXX_FOR_BUILD = @ac_ct_CXX_FOR_BUILD@
553 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
554 ac_ct_OBJCXX = @ac_ct_OBJCXX@
555 am__include = @am__include@
556 am__leading_dot = @am__leading_dot@
557 am__quote = @am__quote@
559 am__untar = @am__untar@
560 ax_pthread_config = @ax_pthread_config@
563 build_alias = @build_alias@
564 build_cpu = @build_cpu@
565 build_os = @build_os@
566 build_vendor = @build_vendor@
567 builddir = @builddir@
569 datarootdir = @datarootdir@
572 exec_prefix = @exec_prefix@
574 host_alias = @host_alias@
575 host_cpu = @host_cpu@
577 host_vendor = @host_vendor@
579 includedir = @includedir@
581 install_sh = @install_sh@
583 libexecdir = @libexecdir@
584 localedir = @localedir@
585 localstatedir = @localstatedir@
588 oldincludedir = @oldincludedir@
591 program_transform_name = @program_transform_name@
594 sharedstatedir = @sharedstatedir@
596 sysconfdir = @sysconfdir@
597 target_alias = @target_alias@
598 top_build_prefix = @top_build_prefix@
599 top_builddir = @top_builddir@
600 top_srcdir = @top_srcdir@
601 AUTOMAKE_OPTIONS = subdir-objects
602 CLEANFILES = $(am__append_11) $(am__append_12) $(am__append_13) \
603 $(am__append_17) Parser.ypp Scanner.lpp Scanner.cpp \
604 Scanner.output lex.backup Parser.cpp Parser.hpp stack.hh \
607 ACLOCAL_AMFLAGS = -I m4
608 AM_CPPFLAGS = -DYYDEBUG=1 -DCY_SYSTEM="\"$(CY_SYSTEM)\"" -include \
609 config.h -include $(srcdir)/unconfig.h $(am__append_9) \
611 CY_FLAGS = -fvisibility=hidden $(am__append_1)
612 AM_CFLAGS = $(CY_FLAGS)
613 AM_CXXFLAGS = $(CY_FLAGS)
614 AM_OBJCXXFLAGS = $(CY_FLAGS) -fobjc-exceptions
615 AM_LDFLAGS = $(CY_FLAGS) $(am__append_2)
616 CY_LDFLAGS = -no-undefined -avoid-version -export-dynamic
618 dat_DATA = $(am__append_8) $(am__append_16)
619 lib_LTLIBRARIES = libcycript.la
620 libcycript_la_LDFLAGS = $(CY_LDFLAGS)
621 libcycript_la_LIBADD = $(LTLIBUV) $(LTLIBFFI) $(LTLIBSQLITE3) \
622 $(LTLIBGCC) -ldl $(am__append_7) $(am__append_20) \
623 $(am__append_23) $(am__append_27)
624 libcycript_la_SOURCES = ConvertUTF.c Driver.cpp Error.cpp \
625 Highlight.cpp Library.cpp Network.cpp Output.cpp Replace.cpp \
626 Syntax.cpp Parser.cpp Scanner.cpp $(am__append_3) \
627 $(am__append_6) $(am__append_15) $(am__append_19) \
628 $(am__append_22) $(am__append_26)
629 filters = $(am__append_10) $(am__append_14) $(am__append_18) \
630 $(am__append_21) $(am__append_25)
631 @CY_CONSOLE_TRUE@cycript_SOURCES = Console.cpp $(am__append_4)
632 @CY_CONSOLE_TRUE@cycript_LDADD = libcycript.la $(LTLIBREADLINE) $(LTLIBTERMCAP) $(LTLIBGCC) $(PTHREAD_CFLAGS) -ldl
633 @CY_ANDROID_TRUE@@CY_CONSOLE_TRUE@cycript_pie_SOURCES = pie.c
634 @CY_ANDROID_TRUE@@CY_CONSOLE_TRUE@cycript_pie_LDFLAGS = -fno-PIE
635 @CY_EXECUTE_TRUE@@CY_PRELINK_TRUE@CY_LANGFLAGS = -DCY_JAVA=$(CY_JAVA) -DCY_PYTHON=$(CY_PYTHON) -DCY_OBJECTIVEC=$(CY_OBJECTIVEC)
636 @CY_ANDROID_FALSE@@CY_EXECUTE_TRUE@@CY_PRELINK_TRUE@CY_ANDFLAGS =
637 @CY_ANDROID_TRUE@@CY_EXECUTE_TRUE@@CY_PRELINK_TRUE@CY_ANDFLAGS = -U__APPLE__ -D__ANDROID__
639 $(MAKE) $(AM_MAKEFLAGS) all-recursive
642 .SUFFIXES: .c .cpp .lo .mm .o .obj
643 am--refresh: Makefile
645 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
647 case '$(am__configure_deps)' in \
649 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
650 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
655 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
656 $(am__cd) $(top_srcdir) && \
657 $(AUTOMAKE) --foreign Makefile
658 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
661 echo ' $(SHELL) ./config.status'; \
662 $(SHELL) ./config.status;; \
664 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
665 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
668 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
669 $(SHELL) ./config.status --recheck
671 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
672 $(am__cd) $(srcdir) && $(AUTOCONF)
673 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
674 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
675 $(am__aclocal_m4_deps):
678 @test -f $@ || rm -f stamp-h1
679 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
681 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
683 cd $(top_builddir) && $(SHELL) ./config.status config.h
684 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
685 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
690 -rm -f config.h stamp-h1
692 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
694 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
695 list2=; for p in $$list; do \
696 if test -f $$p; then \
697 list2="$$list2 $$p"; \
700 test -z "$$list2" || { \
701 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
702 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
703 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
704 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
707 uninstall-libLTLIBRARIES:
709 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
710 for p in $$list; do \
712 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
713 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
716 clean-libLTLIBRARIES:
717 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
718 @list='$(lib_LTLIBRARIES)'; \
719 locs=`for p in $$list; do echo $$p; done | \
720 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
722 test -z "$$locs" || { \
723 echo rm -f $${locs}; \
728 @: > sig/$(am__dirstamp)
729 sig/$(DEPDIR)/$(am__dirstamp):
730 @$(MKDIR_P) sig/$(DEPDIR)
731 @: > sig/$(DEPDIR)/$(am__dirstamp)
732 sig/ffi_type.lo: sig/$(am__dirstamp) sig/$(DEPDIR)/$(am__dirstamp)
733 sig/parse.lo: sig/$(am__dirstamp) sig/$(DEPDIR)/$(am__dirstamp)
734 sig/copy.lo: sig/$(am__dirstamp) sig/$(DEPDIR)/$(am__dirstamp)
735 Java/$(am__dirstamp):
737 @: > Java/$(am__dirstamp)
738 Java/$(DEPDIR)/$(am__dirstamp):
739 @$(MKDIR_P) Java/$(DEPDIR)
740 @: > Java/$(DEPDIR)/$(am__dirstamp)
741 Java/Execute.lo: Java/$(am__dirstamp) Java/$(DEPDIR)/$(am__dirstamp)
742 Ruby/$(am__dirstamp):
744 @: > Ruby/$(am__dirstamp)
745 Ruby/$(DEPDIR)/$(am__dirstamp):
746 @$(MKDIR_P) Ruby/$(DEPDIR)
747 @: > Ruby/$(DEPDIR)/$(am__dirstamp)
748 Ruby/Execute.lo: Ruby/$(am__dirstamp) Ruby/$(DEPDIR)/$(am__dirstamp)
749 Python/$(am__dirstamp):
751 @: > Python/$(am__dirstamp)
752 Python/$(DEPDIR)/$(am__dirstamp):
753 @$(MKDIR_P) Python/$(DEPDIR)
754 @: > Python/$(DEPDIR)/$(am__dirstamp)
755 Python/Execute.lo: Python/$(am__dirstamp) \
756 Python/$(DEPDIR)/$(am__dirstamp)
757 ObjectiveC/$(am__dirstamp):
758 @$(MKDIR_P) ObjectiveC
759 @: > ObjectiveC/$(am__dirstamp)
760 ObjectiveC/$(DEPDIR)/$(am__dirstamp):
761 @$(MKDIR_P) ObjectiveC/$(DEPDIR)
762 @: > ObjectiveC/$(DEPDIR)/$(am__dirstamp)
763 ObjectiveC/Output.lo: ObjectiveC/$(am__dirstamp) \
764 ObjectiveC/$(DEPDIR)/$(am__dirstamp)
765 ObjectiveC/Replace.lo: ObjectiveC/$(am__dirstamp) \
766 ObjectiveC/$(DEPDIR)/$(am__dirstamp)
767 ObjectiveC/Library.lo: ObjectiveC/$(am__dirstamp) \
768 ObjectiveC/$(DEPDIR)/$(am__dirstamp)
770 libcycript.la: $(libcycript_la_OBJECTS) $(libcycript_la_DEPENDENCIES) $(EXTRA_libcycript_la_DEPENDENCIES)
771 $(AM_V_OBJCXXLD)$(libcycript_la_LINK) -rpath $(libdir) $(libcycript_la_OBJECTS) $(libcycript_la_LIBADD) $(LIBS)
772 install-binPROGRAMS: $(bin_PROGRAMS)
774 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
775 if test -n "$$list"; then \
776 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
777 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
779 for p in $$list; do echo "$$p $$p"; done | \
780 sed 's/$(EXEEXT)$$//' | \
781 while read p p1; do if test -f $$p \
783 ; then echo "$$p"; echo "$$p"; else :; fi; \
785 sed -e 'p;s,.*/,,;n;h' \
787 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
788 sed 'N;N;N;s,\n, ,g' | \
789 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
790 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
791 if ($$2 == $$4) files[d] = files[d] " " $$1; \
792 else { print "f", $$3 "/" $$4, $$1; } } \
793 END { for (d in files) print "f", d, files[d] }' | \
794 while read type dir files; do \
795 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
796 test -z "$$files" || { \
797 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
798 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
802 uninstall-binPROGRAMS:
804 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
805 files=`for p in $$list; do echo "$$p"; done | \
806 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
807 -e 's/$$/$(EXEEXT)/' \
809 test -n "$$list" || exit 0; \
810 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
811 cd "$(DESTDIR)$(bindir)" && rm -f $$files
814 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
815 echo " rm -f" $$list; \
816 rm -f $$list || exit $$?; \
817 test -n "$(EXEEXT)" || exit 0; \
818 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
819 echo " rm -f" $$list; \
822 cycript$(EXEEXT): $(cycript_OBJECTS) $(cycript_DEPENDENCIES) $(EXTRA_cycript_DEPENDENCIES)
823 @rm -f cycript$(EXEEXT)
824 $(AM_V_CXXLD)$(CXXLINK) $(cycript_OBJECTS) $(cycript_LDADD) $(LIBS)
826 cycript-pie$(EXEEXT): $(cycript_pie_OBJECTS) $(cycript_pie_DEPENDENCIES) $(EXTRA_cycript_pie_DEPENDENCIES)
827 @rm -f cycript-pie$(EXEEXT)
828 $(AM_V_CCLD)$(cycript_pie_LINK) $(cycript_pie_OBJECTS) $(cycript_pie_LDADD) $(LIBS)
832 -rm -f Java/*.$(OBJEXT)
834 -rm -f ObjectiveC/*.$(OBJEXT)
835 -rm -f ObjectiveC/*.lo
836 -rm -f Python/*.$(OBJEXT)
838 -rm -f Ruby/*.$(OBJEXT)
840 -rm -f sig/*.$(OBJEXT)
846 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Complete.Plo@am__quote@
847 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Console.Po@am__quote@
848 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ConvertUTF.Plo@am__quote@
849 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Decode.Plo@am__quote@
850 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Driver.Plo@am__quote@
851 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Error.Plo@am__quote@
852 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Execute.Plo@am__quote@
853 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Handler.Plo@am__quote@
854 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Highlight.Plo@am__quote@
855 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Inject.Po@am__quote@
856 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/JavaScriptCore.Plo@am__quote@
857 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Library.Plo@am__quote@
858 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Network.Plo@am__quote@
859 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Output.Plo@am__quote@
860 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Parser.Plo@am__quote@
861 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Replace.Plo@am__quote@
862 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Scanner.Plo@am__quote@
863 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Syntax.Plo@am__quote@
864 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pie.Po@am__quote@
865 @AMDEP_TRUE@@am__include@ @am__quote@Java/$(DEPDIR)/Execute.Plo@am__quote@
866 @AMDEP_TRUE@@am__include@ @am__quote@ObjectiveC/$(DEPDIR)/Library.Plo@am__quote@
867 @AMDEP_TRUE@@am__include@ @am__quote@ObjectiveC/$(DEPDIR)/Output.Plo@am__quote@
868 @AMDEP_TRUE@@am__include@ @am__quote@ObjectiveC/$(DEPDIR)/Replace.Plo@am__quote@
869 @AMDEP_TRUE@@am__include@ @am__quote@Python/$(DEPDIR)/Execute.Plo@am__quote@
870 @AMDEP_TRUE@@am__include@ @am__quote@Ruby/$(DEPDIR)/Execute.Plo@am__quote@
871 @AMDEP_TRUE@@am__include@ @am__quote@sig/$(DEPDIR)/copy.Plo@am__quote@
872 @AMDEP_TRUE@@am__include@ @am__quote@sig/$(DEPDIR)/ffi_type.Plo@am__quote@
873 @AMDEP_TRUE@@am__include@ @am__quote@sig/$(DEPDIR)/parse.Plo@am__quote@
876 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
877 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
878 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
879 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
880 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
881 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
884 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
885 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
886 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
887 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
888 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
889 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
892 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
893 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
894 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
895 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
896 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
897 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
900 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
901 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
902 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
903 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
904 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
905 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
908 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
909 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
910 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
911 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
912 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
913 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
916 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
917 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
918 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
919 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
920 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
921 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
924 @am__fastdepOBJCXX_TRUE@ $(AM_V_OBJCXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
925 @am__fastdepOBJCXX_TRUE@ $(OBJCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
926 @am__fastdepOBJCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
927 @AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@ $(AM_V_OBJCXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
928 @AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@ DEPDIR=$(DEPDIR) $(OBJCXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
929 @am__fastdepOBJCXX_FALSE@ $(AM_V_OBJCXX@am__nodep@)$(OBJCXXCOMPILE) -c -o $@ $<
932 @am__fastdepOBJCXX_TRUE@ $(AM_V_OBJCXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
933 @am__fastdepOBJCXX_TRUE@ $(OBJCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
934 @am__fastdepOBJCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
935 @AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@ $(AM_V_OBJCXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
936 @AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@ DEPDIR=$(DEPDIR) $(OBJCXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
937 @am__fastdepOBJCXX_FALSE@ $(AM_V_OBJCXX@am__nodep@)$(OBJCXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
940 @am__fastdepOBJCXX_TRUE@ $(AM_V_OBJCXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
941 @am__fastdepOBJCXX_TRUE@ $(LTOBJCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
942 @am__fastdepOBJCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
943 @AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@ $(AM_V_OBJCXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
944 @AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@ DEPDIR=$(DEPDIR) $(OBJCXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
945 @am__fastdepOBJCXX_FALSE@ $(AM_V_OBJCXX@am__nodep@)$(LTOBJCXXCOMPILE) -c -o $@ $<
952 -rm -rf Java/.libs Java/_libs
953 -rm -rf ObjectiveC/.libs ObjectiveC/_libs
954 -rm -rf Python/.libs Python/_libs
955 -rm -rf Ruby/.libs Ruby/_libs
956 -rm -rf sig/.libs sig/_libs
959 -rm -f libtool config.lt
960 install-datDATA: $(dat_DATA)
962 @list='$(dat_DATA)'; test -n "$(datdir)" || list=; \
963 if test -n "$$list"; then \
964 echo " $(MKDIR_P) '$(DESTDIR)$(datdir)'"; \
965 $(MKDIR_P) "$(DESTDIR)$(datdir)" || exit 1; \
967 for p in $$list; do \
968 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
970 done | $(am__base_list) | \
971 while read files; do \
972 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(datdir)'"; \
973 $(INSTALL_DATA) $$files "$(DESTDIR)$(datdir)" || exit $$?; \
978 @list='$(dat_DATA)'; test -n "$(datdir)" || list=; \
979 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
980 dir='$(DESTDIR)$(datdir)'; $(am__uninstall_files_from_dir)
982 # This directory's subdirectories are mostly independent; you can cd
983 # into them and run 'make' without going through this Makefile.
984 # To change the values of 'make' variables: instead of editing Makefiles,
985 # (1) if the variable is set in 'config.status', edit 'config.status'
986 # (which will cause the Makefiles to be regenerated when you run 'make');
987 # (2) otherwise, pass the desired values on the 'make' command line.
988 $(am__recursive_targets):
990 if $(am__make_keepgoing); then \
991 failcom='fail=yes'; \
996 target=`echo $@ | sed s/-recursive//`; \
998 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
999 *) list='$(SUBDIRS)' ;; \
1001 for subdir in $$list; do \
1002 echo "Making $$target in $$subdir"; \
1003 if test "$$subdir" = "."; then \
1005 local_target="$$target-am"; \
1007 local_target="$$target"; \
1009 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1010 || eval $$failcom; \
1012 if test "$$dot_seen" = "no"; then \
1013 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1014 fi; test -z "$$fail"
1016 ID: $(am__tagged_files)
1017 $(am__define_uniq_tagged_files); mkid -fID $$unique
1018 tags: tags-recursive
1021 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1024 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1025 include_option=--etags-include; \
1028 include_option=--include; \
1031 list='$(SUBDIRS)'; for subdir in $$list; do \
1032 if test "$$subdir" = .; then :; else \
1033 test ! -f $$subdir/TAGS || \
1034 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1037 $(am__define_uniq_tagged_files); \
1039 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1040 test -n "$$unique" || unique=$$empty_fix; \
1041 if test $$# -gt 0; then \
1042 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1045 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1049 ctags: ctags-recursive
1052 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1053 $(am__define_uniq_tagged_files); \
1054 test -z "$(CTAGS_ARGS)$$unique" \
1055 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1059 here=`$(am__cd) $(top_builddir) && pwd` \
1060 && $(am__cd) $(top_srcdir) \
1061 && gtags -i $(GTAGS_ARGS) "$$here"
1062 cscope: cscope.files
1063 test ! -s cscope.files \
1064 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
1067 cscope.files: clean-cscope cscopelist
1068 cscopelist: cscopelist-recursive
1070 cscopelist-am: $(am__tagged_files)
1071 list='$(am__tagged_files)'; \
1072 case "$(srcdir)" in \
1073 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1074 *) sdir=$(subdir)/$(srcdir) ;; \
1076 for i in $$list; do \
1077 if test -f "$$i"; then \
1078 echo "$(subdir)/$$i"; \
1080 echo "$$sdir/$$i"; \
1082 done >> $(top_builddir)/cscope.files
1085 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1086 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
1088 distdir: $(DISTFILES)
1089 $(am__remove_distdir)
1090 test -d "$(distdir)" || mkdir "$(distdir)"
1091 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1092 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1093 list='$(DISTFILES)'; \
1094 dist_files=`for file in $$list; do echo $$file; done | \
1095 sed -e "s|^$$srcdirstrip/||;t" \
1096 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1097 case $$dist_files in \
1098 */*) $(MKDIR_P) `echo "$$dist_files" | \
1099 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1102 for file in $$dist_files; do \
1103 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1104 if test -d $$d/$$file; then \
1105 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1106 if test -d "$(distdir)/$$file"; then \
1107 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1109 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1110 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1111 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1113 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1115 test -f "$(distdir)/$$file" \
1116 || cp -p $$d/$$file "$(distdir)/$$file" \
1120 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1121 if test "$$subdir" = .; then :; else \
1122 $(am__make_dryrun) \
1123 || test -d "$(distdir)/$$subdir" \
1124 || $(MKDIR_P) "$(distdir)/$$subdir" \
1126 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1127 $(am__relativize); \
1128 new_distdir=$$reldir; \
1129 dir1=$$subdir; dir2="$(top_distdir)"; \
1130 $(am__relativize); \
1131 new_top_distdir=$$reldir; \
1132 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1133 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1134 ($(am__cd) $$subdir && \
1135 $(MAKE) $(AM_MAKEFLAGS) \
1136 top_distdir="$$new_top_distdir" \
1137 distdir="$$new_distdir" \
1138 am__remove_distdir=: \
1139 am__skip_length_check=: \
1140 am__skip_mode_fix=: \
1145 -test -n "$(am__skip_mode_fix)" \
1146 || find "$(distdir)" -type d ! -perm -755 \
1147 -exec chmod u+rwx,go+rx {} \; -o \
1148 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1149 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1150 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1151 || chmod -R a+r "$(distdir)"
1153 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1154 $(am__post_remove_distdir)
1157 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1158 $(am__post_remove_distdir)
1161 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1162 $(am__post_remove_distdir)
1165 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1166 $(am__post_remove_distdir)
1169 @echo WARNING: "Support for distribution archives compressed with" \
1170 "legacy program 'compress' is deprecated." >&2
1171 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1172 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1173 $(am__post_remove_distdir)
1176 @echo WARNING: "Support for shar distribution archives is" \
1178 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1179 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1180 $(am__post_remove_distdir)
1183 -rm -f $(distdir).zip
1184 zip -rq $(distdir).zip $(distdir)
1185 $(am__post_remove_distdir)
1188 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
1189 $(am__post_remove_distdir)
1191 # This target untars the dist file and tries a VPATH configuration. Then
1192 # it guarantees that the distribution is self-contained by making another
1195 case '$(DIST_ARCHIVES)' in \
1197 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
1199 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1201 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1203 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1205 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1207 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
1209 unzip $(distdir).zip ;;\
1211 chmod -R a-w $(distdir)
1212 chmod u+w $(distdir)
1213 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
1214 chmod a-w $(distdir)
1215 test -d $(distdir)/_build || exit 0; \
1216 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1217 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1219 && $(am__cd) $(distdir)/_build/sub \
1220 && ../../configure \
1221 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1222 $(DISTCHECK_CONFIGURE_FLAGS) \
1223 --srcdir=../.. --prefix="$$dc_install_base" \
1224 && $(MAKE) $(AM_MAKEFLAGS) \
1225 && $(MAKE) $(AM_MAKEFLAGS) dvi \
1226 && $(MAKE) $(AM_MAKEFLAGS) check \
1227 && $(MAKE) $(AM_MAKEFLAGS) install \
1228 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1229 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1230 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1231 distuninstallcheck \
1232 && chmod -R a-w "$$dc_install_base" \
1234 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1235 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1236 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1237 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1238 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1239 } || { rm -rf "$$dc_destdir"; exit 1; }) \
1240 && rm -rf "$$dc_destdir" \
1241 && $(MAKE) $(AM_MAKEFLAGS) dist \
1242 && rm -rf $(DIST_ARCHIVES) \
1243 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1246 $(am__post_remove_distdir)
1247 @(echo "$(distdir) archives ready for distribution: "; \
1248 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1249 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1251 @test -n '$(distuninstallcheck_dir)' || { \
1252 echo 'ERROR: trying to run $@ with an empty' \
1253 '$$(distuninstallcheck_dir)' >&2; \
1256 $(am__cd) '$(distuninstallcheck_dir)' || { \
1257 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1260 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1261 || { echo "ERROR: files left after uninstall:" ; \
1262 if test -n "$(DESTDIR)"; then \
1263 echo " (check DESTDIR support)"; \
1265 $(distuninstallcheck_listfiles) ; \
1267 distcleancheck: distclean
1268 @if test '$(srcdir)' = . ; then \
1269 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1272 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1273 || { echo "ERROR: files left in build directory after distclean:" ; \
1274 $(distcleancheck_listfiles) ; \
1277 check: check-recursive
1278 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) config.h
1279 install-binPROGRAMS: install-libLTLIBRARIES
1281 installdirs: installdirs-recursive
1283 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(datdir)"; do \
1284 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1286 install: install-recursive
1287 install-exec: install-exec-recursive
1288 install-data: install-data-recursive
1289 uninstall: uninstall-recursive
1292 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1294 installcheck: installcheck-recursive
1296 if test -z '$(STRIP)'; then \
1297 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1298 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1301 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1302 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1303 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1305 mostlyclean-generic:
1308 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1311 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1312 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1313 -rm -f Java/$(DEPDIR)/$(am__dirstamp)
1314 -rm -f Java/$(am__dirstamp)
1315 -rm -f ObjectiveC/$(DEPDIR)/$(am__dirstamp)
1316 -rm -f ObjectiveC/$(am__dirstamp)
1317 -rm -f Python/$(DEPDIR)/$(am__dirstamp)
1318 -rm -f Python/$(am__dirstamp)
1319 -rm -f Ruby/$(DEPDIR)/$(am__dirstamp)
1320 -rm -f Ruby/$(am__dirstamp)
1321 -rm -f sig/$(DEPDIR)/$(am__dirstamp)
1322 -rm -f sig/$(am__dirstamp)
1324 maintainer-clean-generic:
1325 @echo "This command is intended for maintainers to use"
1326 @echo "it deletes files that may require special tools to rebuild."
1327 clean: clean-recursive
1329 clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
1330 clean-libtool mostlyclean-am
1332 distclean: distclean-recursive
1333 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1334 -rm -rf ./$(DEPDIR) Java/$(DEPDIR) ObjectiveC/$(DEPDIR) Python/$(DEPDIR) Ruby/$(DEPDIR) sig/$(DEPDIR)
1336 distclean-am: clean-am distclean-compile distclean-generic \
1337 distclean-hdr distclean-libtool distclean-tags
1343 html: html-recursive
1347 info: info-recursive
1351 install-data-am: install-datDATA
1353 install-dvi: install-dvi-recursive
1357 install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
1359 install-html: install-html-recursive
1363 install-info: install-info-recursive
1369 install-pdf: install-pdf-recursive
1373 install-ps: install-ps-recursive
1379 maintainer-clean: maintainer-clean-recursive
1380 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1381 -rm -rf $(top_srcdir)/autom4te.cache
1382 -rm -rf ./$(DEPDIR) Java/$(DEPDIR) ObjectiveC/$(DEPDIR) Python/$(DEPDIR) Ruby/$(DEPDIR) sig/$(DEPDIR)
1384 maintainer-clean-am: distclean-am maintainer-clean-generic
1386 mostlyclean: mostlyclean-recursive
1388 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1399 uninstall-am: uninstall-binPROGRAMS uninstall-datDATA \
1400 uninstall-libLTLIBRARIES
1402 .MAKE: $(am__recursive_targets) all install-am install-strip
1404 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1405 am--refresh check check-am clean clean-binPROGRAMS \
1406 clean-cscope clean-generic clean-libLTLIBRARIES clean-libtool \
1407 cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
1408 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
1409 distcheck distclean distclean-compile distclean-generic \
1410 distclean-hdr distclean-libtool distclean-tags distcleancheck \
1411 distdir distuninstallcheck dvi dvi-am html html-am info \
1412 info-am install install-am install-binPROGRAMS install-datDATA \
1413 install-data install-data-am install-dvi install-dvi-am \
1414 install-exec install-exec-am install-html install-html-am \
1415 install-info install-info-am install-libLTLIBRARIES \
1416 install-man install-pdf install-pdf-am install-ps \
1417 install-ps-am install-strip installcheck installcheck-am \
1418 installdirs installdirs-am maintainer-clean \
1419 maintainer-clean-generic mostlyclean mostlyclean-compile \
1420 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1421 tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
1422 uninstall-datDATA uninstall-libLTLIBRARIES
1428 @CY_EXECUTE_TRUE@libcycript.db: Bridge.def libcycript.py
1429 @CY_EXECUTE_TRUE@ $(srcdir)/libcycript.py $(CY_SYSTEM) $@ $(srcdir) <$<
1430 @CY_EXECUTE_TRUE@@CY_PRELINK_TRUE@Analyze: Analyze.cpp Error.cpp Output.cpp Replace.cpp Syntax.cpp
1431 @CY_EXECUTE_TRUE@@CY_PRELINK_TRUE@ $(CXX_FOR_BUILD) $(CXXFLAGS_FOR_BUILD) -std=c++11 $(LDFLAGS_FOR_BUILD) $(CY_LANGFLAGS) -I$(srcdir)/extra -o $@ $^ $(CY_LIBCLANG) -Wno-bitwise-op-parentheses -Wno-dangling-else -Wno-logical-op-parentheses
1432 @CY_EXECUTE_TRUE@@CY_PRELINK_TRUE@Bridge.def: Analysis.cpp Analyze Bridge.old
1433 @CY_EXECUTE_TRUE@@CY_PRELINK_TRUE@ ./Analyze $< $(OBJCXX) $(CPPFLAGS) $(AM_OBJCXXFLAGS) $(OBJCXXFLAGS) $(CY_LANGFLAGS) $(CY_ANDFLAGS) >$@
1434 @CY_EXECUTE_TRUE@@CY_PRELINK_TRUE@ cat $(srcdir)/Bridge.old >>$@
1435 @CY_EXECUTE_TRUE@@CY_PRELINK_FALSE@Bridge.def: Bridge.def.in
1436 @CY_EXECUTE_TRUE@@CY_PRELINK_FALSE@ cat $< >$@
1437 @CY_JAVA_TRUE@Class/Cycript.class: Java/Cycript.java
1438 @CY_JAVA_TRUE@ rm -rf Class; mkdir Class; javac -g -Xlint:unchecked -source 1.5 -target 1.5 -d Class -sourcepath $(srcdir)/Java $<
1439 @CY_JAVA_TRUE@Class/classes.dex: Class/Cycript.class
1440 @CY_JAVA_TRUE@ cd Class; dx --dex --output=../$@ *.class
1441 @CY_JAVA_TRUE@libcycript.jar: Class/classes.dex Class/Cycript.class
1442 @CY_JAVA_TRUE@ cd Class; jar cf ../$@ *
1443 Parser.ypp: Parser.ypp.in
1444 $(srcdir)/Filter.sh $< >$@ $(filters)
1445 Scanner.lpp: Scanner.lpp.in UnicodeIDStart.l UnicodeIDContinue.l
1446 $(srcdir)/Filter.sh $< >$@ $(filters)
1447 Scanner.cpp: Scanner.lpp
1448 $(FLEX) $(LFLAGS) -o $@ -T $< 2>Scanner.output || (grep -F '$<:' Scanner.output; false)
1449 @#grep -E '^(No backing up\.|Compressed tables always back up\.)$$' lex.backup >/dev/null
1450 ! grep -n '^ jam-transitions: ' lex.backup | grep -v ': EOF \[\(\]\| \\2\)'
1451 ! grep -F ': warning, ' Scanner.output || true
1453 Scanner.lo: Parser.hpp IdentifierStart.h IdentifierContinue.h
1454 Parser.lo: Parser.hpp
1455 Parser.cpp: Parser.hpp
1456 Parser.hpp: Parser.ypp
1457 $(BISON) -v --report=state -Werror -o Parser.cpp $<
1458 ! grep -n '^State [0-9]* conflicts:' Parser.output
1459 ! grep -n '^ *.* *reduce using rule [0-9]* (Lex[A-Z][^)]*)$$' Parser.output | grep -v '$$default'
1460 ! grep -n '^ *$$default *reduce using rule [0-9]* (Lex[A-Z][^)]*)$$' Parser.output -B 2 | grep 'shift, and go to state [0-9]*$$'
1461 ! grep -n '^ *$$default *reduce using rule [0-9]* (Lex[A-Z][^)]*)$$' Parser.output -B 2 | grep -v '$$default' | grep 'reduce using rule [0-9]* ([^)]*)$$'
1462 perl -pi -e 's/yytranslate_ \(yylex \(/(yylex_ (/g' Parser.cpp
1464 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1465 # Otherwise a system limit (for SysV at least) may be exceeded.