]> git.saurik.com Git - cycript.git/blob - Makefile.in
42eb477e067d7ad97134977c69340c4d2da95a61
[cycript.git] / Makefile.in
1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 # Cycript - Optimizing JavaScript Compiler/Runtime
18 # Copyright (C) 2009-2013 Jay Freeman (saurik)
19
20 # GNU General Public License, Version 3 {{{
21 #
22 # Cycript is free software: you can redistribute it and/or modify
23 # it under the terms of the GNU General Public License as published
24 # by the Free Software Foundation, either version 3 of the License,
25 # or (at your option) any later version.
26 #
27 # Cycript is distributed in the hope that it will be useful, but
28 # WITHOUT ANY WARRANTY; without even the implied warranty of
29 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
30 # GNU General Public License for more details.
31 #
32 # You should have received a copy of the GNU General Public License
33 # along with Cycript. If not, see <http://www.gnu.org/licenses/>.
34 # }}}
35
36
37 VPATH = @srcdir@
38 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
39 am__make_running_with_option = \
40 case $${target_option-} in \
41 ?) ;; \
42 *) echo "am__make_running_with_option: internal error: invalid" \
43 "target option '$${target_option-}' specified" >&2; \
44 exit 1;; \
45 esac; \
46 has_opt=no; \
47 sane_makeflags=$$MAKEFLAGS; \
48 if $(am__is_gnu_make); then \
49 sane_makeflags=$$MFLAGS; \
50 else \
51 case $$MAKEFLAGS in \
52 *\\[\ \ ]*) \
53 bs=\\; \
54 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
55 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
56 esac; \
57 fi; \
58 skip_next=no; \
59 strip_trailopt () \
60 { \
61 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
62 }; \
63 for flg in $$sane_makeflags; do \
64 test $$skip_next = yes && { skip_next=no; continue; }; \
65 case $$flg in \
66 *=*|--*) continue;; \
67 -*I) strip_trailopt 'I'; skip_next=yes;; \
68 -*I?*) strip_trailopt 'I';; \
69 -*O) strip_trailopt 'O'; skip_next=yes;; \
70 -*O?*) strip_trailopt 'O';; \
71 -*l) strip_trailopt 'l'; skip_next=yes;; \
72 -*l?*) strip_trailopt 'l';; \
73 -[dEDm]) skip_next=yes;; \
74 -[JT]) skip_next=yes;; \
75 esac; \
76 case $$flg in \
77 *$$target_option*) has_opt=yes; break;; \
78 esac; \
79 done; \
80 test $$has_opt = yes
81 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
82 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
83 pkgdatadir = $(datadir)/@PACKAGE@
84 pkgincludedir = $(includedir)/@PACKAGE@
85 pkglibdir = $(libdir)/@PACKAGE@
86 pkglibexecdir = $(libexecdir)/@PACKAGE@
87 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
88 install_sh_DATA = $(install_sh) -c -m 644
89 install_sh_PROGRAM = $(install_sh) -c
90 install_sh_SCRIPT = $(install_sh) -c
91 INSTALL_HEADER = $(INSTALL_DATA)
92 transform = $(program_transform_name)
93 NORMAL_INSTALL = :
94 PRE_INSTALL = :
95 POST_INSTALL = :
96 NORMAL_UNINSTALL = :
97 PRE_UNINSTALL = :
98 POST_UNINSTALL = :
99 build_triplet = @build@
100 host_triplet = @host@
101 @CY_CONSOLE_TRUE@bin_PROGRAMS = cycript$(EXEEXT)
102 @CY_EXECUTE_TRUE@am__append_1 = sig/ffi_type.cpp sig/parse.cpp \
103 @CY_EXECUTE_TRUE@ sig/copy.cpp Bridge.cpp Execute.cpp \
104 @CY_EXECUTE_TRUE@ JavaScriptCore.cpp
105 @CY_EXECUTE_TRUE@am__append_2 = $(LTJAVASCRIPTCORE)
106 @CY_EXECUTE_TRUE@am__append_3 = -DCY_EXECUTE
107 @CY_EXECUTE_TRUE@am__append_4 = C
108 @CY_EXECUTE_TRUE@am__append_5 = Bridge.gperf Bridge.hpp
109 @CY_JAVA_TRUE@am__append_6 = Java
110 @CY_JAVA_TRUE@am__append_7 =
111 @CY_JAVA_TRUE@am__append_8 = $(LTJAVA)
112 @CY_OBJECTIVEC_TRUE@am__append_9 = ObjectiveC
113 @CY_OBJECTIVEC_TRUE@am__append_10 = ObjectiveC/Output.cpp ObjectiveC/Replace.cpp ObjectiveC/Library.mm
114 @CY_OBJECTIVEC_TRUE@am__append_11 = $(LTOBJECTIVEC)
115 @CY_MACH_TRUE@am__append_12 = Handler.mm
116 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@am__append_13 = Mach/Inject.cpp
117 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@am__append_14 = -DCY_ATTACH
118 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@am__append_15 = Trampoline.t.lo \
119 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@ libTrampoline.t.la \
120 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@ Trampoline.t.hpp
121 subdir = .
122 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
123 $(top_srcdir)/configure $(am__configure_deps) \
124 $(srcdir)/config.h.in depcomp COPYING INSTALL ar-lib compile \
125 config.guess config.rpath config.sub install-sh missing \
126 ltmain.sh
127 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
128 am__aclocal_m4_deps = $(top_srcdir)/m4/framework.m4 \
129 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
130 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
131 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
132 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
133 $(ACLOCAL_M4)
134 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
135 configure.lineno config.status.lineno
136 mkinstalldirs = $(install_sh) -d
137 CONFIG_HEADER = config.h
138 CONFIG_CLEAN_FILES =
139 CONFIG_CLEAN_VPATH_FILES =
140 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
141 am__vpath_adj = case $$p in \
142 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
143 *) f=$$p;; \
144 esac;
145 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
146 am__install_max = 40
147 am__nobase_strip_setup = \
148 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
149 am__nobase_strip = \
150 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
151 am__nobase_list = $(am__nobase_strip_setup); \
152 for p in $$list; do echo "$$p $$p"; done | \
153 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
154 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
155 if (++n[$$2] == $(am__install_max)) \
156 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
157 END { for (dir in files) print dir, files[dir] }'
158 am__base_list = \
159 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
160 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
161 am__uninstall_files_from_dir = { \
162 test -z "$$files" \
163 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
164 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
165 $(am__cd) "$$dir" && rm -f $$files; }; \
166 }
167 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"
168 LTLIBRARIES = $(lib_LTLIBRARIES)
169 am__DEPENDENCIES_1 =
170 @CY_EXECUTE_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1)
171 @CY_JAVA_TRUE@am__DEPENDENCIES_3 = $(am__DEPENDENCIES_1)
172 @CY_OBJECTIVEC_TRUE@am__DEPENDENCIES_4 = $(am__DEPENDENCIES_1)
173 libcycript_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
174 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) \
175 $(am__DEPENDENCIES_3) $(am__DEPENDENCIES_4)
176 am__libcycript_la_SOURCES_DIST = ConvertUTF.c Decode.cpp Driver.cpp \
177 Highlight.cpp Library.cpp Network.cpp Output.cpp Parser.cpp \
178 Replace.cpp Cycript.tab.cc lex.cy.cpp sig/ffi_type.cpp \
179 sig/parse.cpp sig/copy.cpp Bridge.cpp Execute.cpp \
180 JavaScriptCore.cpp ObjectiveC/Output.cpp \
181 ObjectiveC/Replace.cpp ObjectiveC/Library.mm Handler.mm
182 am__dirstamp = $(am__leading_dot)dirstamp
183 @CY_EXECUTE_TRUE@am__objects_1 = sig/ffi_type.lo sig/parse.lo \
184 @CY_EXECUTE_TRUE@ sig/copy.lo Bridge.lo Execute.lo \
185 @CY_EXECUTE_TRUE@ JavaScriptCore.lo
186 am__objects_2 =
187 @CY_OBJECTIVEC_TRUE@am__objects_3 = ObjectiveC/Output.lo \
188 @CY_OBJECTIVEC_TRUE@ ObjectiveC/Replace.lo \
189 @CY_OBJECTIVEC_TRUE@ ObjectiveC/Library.lo
190 @CY_MACH_TRUE@am__objects_4 = Handler.lo
191 am_libcycript_la_OBJECTS = ConvertUTF.lo Decode.lo Driver.lo \
192 Highlight.lo Library.lo Network.lo Output.lo Parser.lo \
193 Replace.lo Cycript.tab.lo lex.cy.lo $(am__objects_1) \
194 $(am__objects_2) $(am__objects_3) $(am__objects_4)
195 libcycript_la_OBJECTS = $(am_libcycript_la_OBJECTS)
196 AM_V_lt = $(am__v_lt_@AM_V@)
197 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
198 am__v_lt_0 = --silent
199 am__v_lt_1 =
200 libcycript_la_LINK = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
201 $(LIBTOOLFLAGS) --mode=link $(OBJCXXLD) $(AM_OBJCXXFLAGS) \
202 $(OBJCXXFLAGS) $(libcycript_la_LDFLAGS) $(LDFLAGS) -o $@
203 PROGRAMS = $(bin_PROGRAMS)
204 am__cycript_SOURCES_DIST = Console.cpp Display.cpp Mach/Inject.cpp
205 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@am__objects_5 = Mach/Inject.$(OBJEXT)
206 @CY_CONSOLE_TRUE@am_cycript_OBJECTS = Console.$(OBJEXT) \
207 @CY_CONSOLE_TRUE@ Display.$(OBJEXT) $(am__objects_5)
208 cycript_OBJECTS = $(am_cycript_OBJECTS)
209 @CY_CONSOLE_TRUE@cycript_DEPENDENCIES = libcycript.la \
210 @CY_CONSOLE_TRUE@ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
211 @CY_CONSOLE_TRUE@ $(am__DEPENDENCIES_1)
212 AM_V_P = $(am__v_P_@AM_V@)
213 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
214 am__v_P_0 = false
215 am__v_P_1 = :
216 AM_V_GEN = $(am__v_GEN_@AM_V@)
217 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
218 am__v_GEN_0 = @echo " GEN " $@;
219 am__v_GEN_1 =
220 AM_V_at = $(am__v_at_@AM_V@)
221 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
222 am__v_at_0 = @
223 am__v_at_1 =
224 DEFAULT_INCLUDES = -I.@am__isrc@
225 depcomp = $(SHELL) $(top_srcdir)/depcomp
226 am__depfiles_maybe = depfiles
227 am__mv = mv -f
228 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
229 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
230 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
231 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
232 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
233 $(AM_CFLAGS) $(CFLAGS)
234 AM_V_CC = $(am__v_CC_@AM_V@)
235 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
236 am__v_CC_0 = @echo " CC " $@;
237 am__v_CC_1 =
238 CCLD = $(CC)
239 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
240 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
241 $(AM_LDFLAGS) $(LDFLAGS) -o $@
242 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
243 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
244 am__v_CCLD_0 = @echo " CCLD " $@;
245 am__v_CCLD_1 =
246 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
247 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
248 LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
249 $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
250 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
251 $(AM_CXXFLAGS) $(CXXFLAGS)
252 AM_V_CXX = $(am__v_CXX_@AM_V@)
253 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
254 am__v_CXX_0 = @echo " CXX " $@;
255 am__v_CXX_1 =
256 CXXLD = $(CXX)
257 CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
258 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
259 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
260 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
261 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
262 am__v_CXXLD_0 = @echo " CXXLD " $@;
263 am__v_CXXLD_1 =
264 OBJCXXCOMPILE = $(OBJCXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
265 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_OBJCXXFLAGS) $(OBJCXXFLAGS)
266 LTOBJCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
267 $(LIBTOOLFLAGS) --mode=compile $(OBJCXX) $(DEFS) \
268 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
269 $(AM_OBJCXXFLAGS) $(OBJCXXFLAGS)
270 AM_V_OBJCXX = $(am__v_OBJCXX_@AM_V@)
271 am__v_OBJCXX_ = $(am__v_OBJCXX_@AM_DEFAULT_V@)
272 am__v_OBJCXX_0 = @echo " OBJCXX " $@;
273 am__v_OBJCXX_1 =
274 OBJCXXLD = $(OBJCXX)
275 OBJCXXLINK = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
276 --mode=link $(OBJCXXLD) $(AM_OBJCXXFLAGS) $(OBJCXXFLAGS) \
277 $(AM_LDFLAGS) $(LDFLAGS) -o $@
278 AM_V_OBJCXXLD = $(am__v_OBJCXXLD_@AM_V@)
279 am__v_OBJCXXLD_ = $(am__v_OBJCXXLD_@AM_DEFAULT_V@)
280 am__v_OBJCXXLD_0 = @echo " OBJCXXLD" $@;
281 am__v_OBJCXXLD_1 =
282 SOURCES = $(libcycript_la_SOURCES) $(cycript_SOURCES)
283 DIST_SOURCES = $(am__libcycript_la_SOURCES_DIST) \
284 $(am__cycript_SOURCES_DIST)
285 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
286 ctags-recursive dvi-recursive html-recursive info-recursive \
287 install-data-recursive install-dvi-recursive \
288 install-exec-recursive install-html-recursive \
289 install-info-recursive install-pdf-recursive \
290 install-ps-recursive install-recursive installcheck-recursive \
291 installdirs-recursive pdf-recursive ps-recursive \
292 tags-recursive uninstall-recursive
293 am__can_run_installinfo = \
294 case $$AM_UPDATE_INFO_DIR in \
295 n|no|NO) false;; \
296 *) (install-info --version) >/dev/null 2>&1;; \
297 esac
298 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
299 distclean-recursive maintainer-clean-recursive
300 am__recursive_targets = \
301 $(RECURSIVE_TARGETS) \
302 $(RECURSIVE_CLEAN_TARGETS) \
303 $(am__extra_recursive_targets)
304 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
305 cscope distdir dist dist-all distcheck
306 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
307 $(LISP)config.h.in
308 # Read a list of newline-separated strings from the standard input,
309 # and print each of them once, without duplicates. Input order is
310 # *not* preserved.
311 am__uniquify_input = $(AWK) '\
312 BEGIN { nonempty = 0; } \
313 { items[$$0] = 1; nonempty = 1; } \
314 END { if (nonempty) { for (i in items) print i; }; } \
315 '
316 # Make sure the list of sources is unique. This is necessary because,
317 # e.g., the same source file might be shared among _SOURCES variables
318 # for different programs/libraries.
319 am__define_uniq_tagged_files = \
320 list='$(am__tagged_files)'; \
321 unique=`for i in $$list; do \
322 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
323 done | $(am__uniquify_input)`
324 ETAGS = etags
325 CTAGS = ctags
326 CSCOPE = cscope
327 DIST_SUBDIRS = $(SUBDIRS)
328 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
329 distdir = $(PACKAGE)-$(VERSION)
330 top_distdir = $(distdir)
331 am__remove_distdir = \
332 if test -d "$(distdir)"; then \
333 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
334 && rm -rf "$(distdir)" \
335 || { sleep 5 && rm -rf "$(distdir)"; }; \
336 else :; fi
337 am__post_remove_distdir = $(am__remove_distdir)
338 am__relativize = \
339 dir0=`pwd`; \
340 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
341 sed_rest='s,^[^/]*/*,,'; \
342 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
343 sed_butlast='s,/*[^/]*$$,,'; \
344 while test -n "$$dir1"; do \
345 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
346 if test "$$first" != "."; then \
347 if test "$$first" = ".."; then \
348 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
349 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
350 else \
351 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
352 if test "$$first2" = "$$first"; then \
353 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
354 else \
355 dir2="../$$dir2"; \
356 fi; \
357 dir0="$$dir0"/"$$first"; \
358 fi; \
359 fi; \
360 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
361 done; \
362 reldir="$$dir2"
363 DIST_ARCHIVES = $(distdir).tar.gz
364 GZIP_ENV = --best
365 DIST_TARGETS = dist-gzip
366 distuninstallcheck_listfiles = find . -type f -print
367 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
368 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
369 distcleancheck_listfiles = find . -type f -print
370 ACLOCAL = @ACLOCAL@
371 AMTAR = @AMTAR@
372 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
373 AR = @AR@
374 AUTOCONF = @AUTOCONF@
375 AUTOHEADER = @AUTOHEADER@
376 AUTOMAKE = @AUTOMAKE@
377 AWK = @AWK@
378 BISON = @BISON@
379 CC = @CC@
380 CCDEPMODE = @CCDEPMODE@
381 CFLAGS = @CFLAGS@
382 CPP = @CPP@
383 CPPFLAGS = @CPPFLAGS@
384 CXX = @CXX@
385 CXXCPP = @CXXCPP@
386 CXXDEPMODE = @CXXDEPMODE@
387 CXXFLAGS = @CXXFLAGS@
388 CYGPATH_W = @CYGPATH_W@
389 CY_ARCH = @CY_ARCH@
390 CY_ATTACH_GROUP = @CY_ATTACH_GROUP@
391 CY_EXECUTE = @CY_EXECUTE@
392 CY_FILTERS = @CY_FILTERS@
393 CY_JAVA = @CY_JAVA@
394 CY_MACH = @CY_MACH@
395 CY_OBJECTIVEC = @CY_OBJECTIVEC@
396 DEFS = @DEFS@
397 DEPDIR = @DEPDIR@
398 DLLTOOL = @DLLTOOL@
399 DSYMUTIL = @DSYMUTIL@
400 DUMPBIN = @DUMPBIN@
401 ECHO_C = @ECHO_C@
402 ECHO_N = @ECHO_N@
403 ECHO_T = @ECHO_T@
404 EGREP = @EGREP@
405 EXEEXT = @EXEEXT@
406 FGREP = @FGREP@
407 FLEX = @FLEX@
408 GIT = @GIT@
409 GNUSTEP_CONFIG = @GNUSTEP_CONFIG@
410 GNUTAR = @GNUTAR@
411 GPERF = @GPERF@
412 GREP = @GREP@
413 INSTALL = @INSTALL@
414 INSTALL_DATA = @INSTALL_DATA@
415 INSTALL_PROGRAM = @INSTALL_PROGRAM@
416 INSTALL_SCRIPT = @INSTALL_SCRIPT@
417 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
418 LD = @LD@
419 LDFLAGS = @LDFLAGS@
420 LIBFFI_CFLAGS = @LIBFFI_CFLAGS@
421 LIBFFI_LIBS = @LIBFFI_LIBS@
422 LIBOBJS = @LIBOBJS@
423 LIBS = @LIBS@
424 LIBTOOL = @LIBTOOL@
425 LIPO = @LIPO@
426 LN_S = @LN_S@
427 LTFLAGS = @LTFLAGS@
428 LTJAVA = @LTJAVA@
429 LTJAVASCRIPTCORE = @LTJAVASCRIPTCORE@
430 LTLIBFFI = @LTLIBFFI@
431 LTLIBGCC = @LTLIBGCC@
432 LTLIBOBJS = @LTLIBOBJS@
433 LTLIBREADLINE = @LTLIBREADLINE@
434 LTLIBTERMCAP = @LTLIBTERMCAP@
435 LTOBJECTIVEC = @LTOBJECTIVEC@
436 MAINT = @MAINT@
437 MAKEINFO = @MAKEINFO@
438 MANIFEST_TOOL = @MANIFEST_TOOL@
439 MKDIR_P = @MKDIR_P@
440 NM = @NM@
441 NMEDIT = @NMEDIT@
442 OBJCXX = @OBJCXX@
443 OBJCXXDEPMODE = @OBJCXXDEPMODE@
444 OBJCXXFLAGS = @OBJCXXFLAGS@
445 OBJDUMP = @OBJDUMP@
446 OBJEXT = @OBJEXT@
447 OTOOL = @OTOOL@
448 OTOOL64 = @OTOOL64@
449 PACKAGE = @PACKAGE@
450 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
451 PACKAGE_NAME = @PACKAGE_NAME@
452 PACKAGE_STRING = @PACKAGE_STRING@
453 PACKAGE_TARNAME = @PACKAGE_TARNAME@
454 PACKAGE_URL = @PACKAGE_URL@
455 PACKAGE_VERSION = @PACKAGE_VERSION@
456 PATH_SEPARATOR = @PATH_SEPARATOR@
457 PKG_CONFIG = @PKG_CONFIG@
458 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
459 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
460 RANLIB = @RANLIB@
461 SED = @SED@
462 SET_MAKE = @SET_MAKE@
463 SHELL = @SHELL@
464 SO = @SO@
465 STRIP = @STRIP@
466 TIME = @TIME@
467 VERSION = @VERSION@
468 WEBKIT_CFLAGS = @WEBKIT_CFLAGS@
469 WEBKIT_LIBS = @WEBKIT_LIBS@
470 _LIPO = @_LIPO@
471 _NM = @_NM@
472 _OTOOL = @_OTOOL@
473 abs_builddir = @abs_builddir@
474 abs_srcdir = @abs_srcdir@
475 abs_top_builddir = @abs_top_builddir@
476 abs_top_srcdir = @abs_top_srcdir@
477 ac_ct_AR = @ac_ct_AR@
478 ac_ct_CC = @ac_ct_CC@
479 ac_ct_CXX = @ac_ct_CXX@
480 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
481 ac_ct_OBJCXX = @ac_ct_OBJCXX@
482 ac_ct__LIPO = @ac_ct__LIPO@
483 ac_ct__NM = @ac_ct__NM@
484 ac_ct__OTOOL = @ac_ct__OTOOL@
485 am__include = @am__include@
486 am__leading_dot = @am__leading_dot@
487 am__quote = @am__quote@
488 am__tar = @am__tar@
489 am__untar = @am__untar@
490 bindir = @bindir@
491 build = @build@
492 build_alias = @build_alias@
493 build_cpu = @build_cpu@
494 build_os = @build_os@
495 build_vendor = @build_vendor@
496 builddir = @builddir@
497 datadir = @datadir@
498 datarootdir = @datarootdir@
499 docdir = @docdir@
500 dvidir = @dvidir@
501 exec_prefix = @exec_prefix@
502 host = @host@
503 host_alias = @host_alias@
504 host_cpu = @host_cpu@
505 host_os = @host_os@
506 host_vendor = @host_vendor@
507 htmldir = @htmldir@
508 includedir = @includedir@
509 infodir = @infodir@
510 install_sh = @install_sh@
511 libdir = @libdir@
512 libexecdir = @libexecdir@
513 localedir = @localedir@
514 localstatedir = @localstatedir@
515 mandir = @mandir@
516 mkdir_p = @mkdir_p@
517 oldincludedir = @oldincludedir@
518 pdfdir = @pdfdir@
519 prefix = @prefix@
520 program_transform_name = @program_transform_name@
521 psdir = @psdir@
522 sbindir = @sbindir@
523 sharedstatedir = @sharedstatedir@
524 srcdir = @srcdir@
525 sysconfdir = @sysconfdir@
526 target_alias = @target_alias@
527 top_build_prefix = @top_build_prefix@
528 top_builddir = @top_builddir@
529 top_srcdir = @top_srcdir@
530 AUTOMAKE_OPTIONS = subdir-objects
531 CLEANFILES = $(am__append_5) $(am__append_15) Cycript.yy Cycript.l \
532 lex.cy.cpp Cycript.tab.cc Cycript.tab.hh location.hh \
533 position.hh stack.hh Cycript.output
534 SUBDIRS =
535 ACLOCAL_AMFLAGS = -I m4
536 AM_CPPFLAGS = -I$(srcdir)/include -DYYDEBUG=1 -include config.h \
537 -include $(srcdir)/unconfig.h $(am__append_3) $(am__append_14)
538 CY_LDFLAGS = -no-undefined -avoid-version -export-dynamic
539 lib_LTLIBRARIES = libcycript.la
540 libcycript_la_LDFLAGS = $(CY_LDFLAGS)
541 libcycript_la_LIBADD = $(LTLIBFFI) $(LTLIBGCC) -ldl $(am__append_2) \
542 $(am__append_8) $(am__append_11)
543 libcycript_la_SOURCES = ConvertUTF.c Decode.cpp Driver.cpp \
544 Highlight.cpp Library.cpp Network.cpp Output.cpp Parser.cpp \
545 Replace.cpp Cycript.tab.cc lex.cy.cpp $(am__append_1) \
546 $(am__append_7) $(am__append_10) $(am__append_12)
547 filters = $(CY_FILTERS) $(am__append_4) $(am__append_6) \
548 $(am__append_9)
549 @CY_CONSOLE_TRUE@cycript_SOURCES = Console.cpp Display.cpp \
550 @CY_CONSOLE_TRUE@ $(am__append_13)
551 @CY_CONSOLE_TRUE@cycript_LDADD = libcycript.la $(LTLIBREADLINE) $(LTLIBTERMCAP) $(LTLIBGCC) -ldl
552 @CY_CONSOLE_TRUE@ldid = true
553 @CY_CONSOLE_TRUE@entitle = $(ldid) -S$(srcdir)/cycript.xml
554 all: config.h
555 $(MAKE) $(AM_MAKEFLAGS) all-recursive
556
557 .SUFFIXES:
558 .SUFFIXES: .c .cc .cpp .lo .mm .o .obj
559 am--refresh: Makefile
560 @:
561 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
562 @for dep in $?; do \
563 case '$(am__configure_deps)' in \
564 *$$dep*) \
565 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
566 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
567 && exit 0; \
568 exit 1;; \
569 esac; \
570 done; \
571 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
572 $(am__cd) $(top_srcdir) && \
573 $(AUTOMAKE) --foreign Makefile
574 .PRECIOUS: Makefile
575 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
576 @case '$?' in \
577 *config.status*) \
578 echo ' $(SHELL) ./config.status'; \
579 $(SHELL) ./config.status;; \
580 *) \
581 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
582 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
583 esac;
584
585 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
586 $(SHELL) ./config.status --recheck
587
588 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
589 $(am__cd) $(srcdir) && $(AUTOCONF)
590 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
591 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
592 $(am__aclocal_m4_deps):
593
594 config.h: stamp-h1
595 @test -f $@ || rm -f stamp-h1
596 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
597
598 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
599 @rm -f stamp-h1
600 cd $(top_builddir) && $(SHELL) ./config.status config.h
601 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
602 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
603 rm -f stamp-h1
604 touch $@
605
606 distclean-hdr:
607 -rm -f config.h stamp-h1
608
609 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
610 @$(NORMAL_INSTALL)
611 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
612 list2=; for p in $$list; do \
613 if test -f $$p; then \
614 list2="$$list2 $$p"; \
615 else :; fi; \
616 done; \
617 test -z "$$list2" || { \
618 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
619 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
620 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
621 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
622 }
623
624 uninstall-libLTLIBRARIES:
625 @$(NORMAL_UNINSTALL)
626 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
627 for p in $$list; do \
628 $(am__strip_dir) \
629 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
630 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
631 done
632
633 clean-libLTLIBRARIES:
634 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
635 @list='$(lib_LTLIBRARIES)'; \
636 locs=`for p in $$list; do echo $$p; done | \
637 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
638 sort -u`; \
639 test -z "$$locs" || { \
640 echo rm -f $${locs}; \
641 rm -f $${locs}; \
642 }
643 sig/$(am__dirstamp):
644 @$(MKDIR_P) sig
645 @: > sig/$(am__dirstamp)
646 sig/$(DEPDIR)/$(am__dirstamp):
647 @$(MKDIR_P) sig/$(DEPDIR)
648 @: > sig/$(DEPDIR)/$(am__dirstamp)
649 sig/ffi_type.lo: sig/$(am__dirstamp) sig/$(DEPDIR)/$(am__dirstamp)
650 sig/parse.lo: sig/$(am__dirstamp) sig/$(DEPDIR)/$(am__dirstamp)
651 sig/copy.lo: sig/$(am__dirstamp) sig/$(DEPDIR)/$(am__dirstamp)
652 ObjectiveC/$(am__dirstamp):
653 @$(MKDIR_P) ObjectiveC
654 @: > ObjectiveC/$(am__dirstamp)
655 ObjectiveC/$(DEPDIR)/$(am__dirstamp):
656 @$(MKDIR_P) ObjectiveC/$(DEPDIR)
657 @: > ObjectiveC/$(DEPDIR)/$(am__dirstamp)
658 ObjectiveC/Output.lo: ObjectiveC/$(am__dirstamp) \
659 ObjectiveC/$(DEPDIR)/$(am__dirstamp)
660 ObjectiveC/Replace.lo: ObjectiveC/$(am__dirstamp) \
661 ObjectiveC/$(DEPDIR)/$(am__dirstamp)
662 ObjectiveC/Library.lo: ObjectiveC/$(am__dirstamp) \
663 ObjectiveC/$(DEPDIR)/$(am__dirstamp)
664
665 libcycript.la: $(libcycript_la_OBJECTS) $(libcycript_la_DEPENDENCIES) $(EXTRA_libcycript_la_DEPENDENCIES)
666 $(AM_V_OBJCXXLD)$(libcycript_la_LINK) -rpath $(libdir) $(libcycript_la_OBJECTS) $(libcycript_la_LIBADD) $(LIBS)
667 install-binPROGRAMS: $(bin_PROGRAMS)
668 @$(NORMAL_INSTALL)
669 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
670 if test -n "$$list"; then \
671 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
672 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
673 fi; \
674 for p in $$list; do echo "$$p $$p"; done | \
675 sed 's/$(EXEEXT)$$//' | \
676 while read p p1; do if test -f $$p \
677 || test -f $$p1 \
678 ; then echo "$$p"; echo "$$p"; else :; fi; \
679 done | \
680 sed -e 'p;s,.*/,,;n;h' \
681 -e 's|.*|.|' \
682 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
683 sed 'N;N;N;s,\n, ,g' | \
684 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
685 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
686 if ($$2 == $$4) files[d] = files[d] " " $$1; \
687 else { print "f", $$3 "/" $$4, $$1; } } \
688 END { for (d in files) print "f", d, files[d] }' | \
689 while read type dir files; do \
690 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
691 test -z "$$files" || { \
692 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
693 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
694 } \
695 ; done
696
697 uninstall-binPROGRAMS:
698 @$(NORMAL_UNINSTALL)
699 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
700 files=`for p in $$list; do echo "$$p"; done | \
701 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
702 -e 's/$$/$(EXEEXT)/' \
703 `; \
704 test -n "$$list" || exit 0; \
705 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
706 cd "$(DESTDIR)$(bindir)" && rm -f $$files
707
708 clean-binPROGRAMS:
709 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
710 echo " rm -f" $$list; \
711 rm -f $$list || exit $$?; \
712 test -n "$(EXEEXT)" || exit 0; \
713 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
714 echo " rm -f" $$list; \
715 rm -f $$list
716 Mach/$(am__dirstamp):
717 @$(MKDIR_P) Mach
718 @: > Mach/$(am__dirstamp)
719 Mach/$(DEPDIR)/$(am__dirstamp):
720 @$(MKDIR_P) Mach/$(DEPDIR)
721 @: > Mach/$(DEPDIR)/$(am__dirstamp)
722 Mach/Inject.$(OBJEXT): Mach/$(am__dirstamp) \
723 Mach/$(DEPDIR)/$(am__dirstamp)
724
725 cycript$(EXEEXT): $(cycript_OBJECTS) $(cycript_DEPENDENCIES) $(EXTRA_cycript_DEPENDENCIES)
726 @rm -f cycript$(EXEEXT)
727 $(AM_V_CXXLD)$(CXXLINK) $(cycript_OBJECTS) $(cycript_LDADD) $(LIBS)
728
729 mostlyclean-compile:
730 -rm -f *.$(OBJEXT)
731 -rm -f Mach/*.$(OBJEXT)
732 -rm -f ObjectiveC/*.$(OBJEXT)
733 -rm -f ObjectiveC/*.lo
734 -rm -f sig/*.$(OBJEXT)
735 -rm -f sig/*.lo
736
737 distclean-compile:
738 -rm -f *.tab.c
739
740 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Bridge.Plo@am__quote@
741 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Console.Po@am__quote@
742 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ConvertUTF.Plo@am__quote@
743 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Cycript.tab.Plo@am__quote@
744 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Decode.Plo@am__quote@
745 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Display.Po@am__quote@
746 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Driver.Plo@am__quote@
747 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Execute.Plo@am__quote@
748 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Handler.Plo@am__quote@
749 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Highlight.Plo@am__quote@
750 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/JavaScriptCore.Plo@am__quote@
751 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Library.Plo@am__quote@
752 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Network.Plo@am__quote@
753 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Output.Plo@am__quote@
754 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Parser.Plo@am__quote@
755 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Replace.Plo@am__quote@
756 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lex.cy.Plo@am__quote@
757 @AMDEP_TRUE@@am__include@ @am__quote@Mach/$(DEPDIR)/Inject.Po@am__quote@
758 @AMDEP_TRUE@@am__include@ @am__quote@ObjectiveC/$(DEPDIR)/Library.Plo@am__quote@
759 @AMDEP_TRUE@@am__include@ @am__quote@ObjectiveC/$(DEPDIR)/Output.Plo@am__quote@
760 @AMDEP_TRUE@@am__include@ @am__quote@ObjectiveC/$(DEPDIR)/Replace.Plo@am__quote@
761 @AMDEP_TRUE@@am__include@ @am__quote@sig/$(DEPDIR)/copy.Plo@am__quote@
762 @AMDEP_TRUE@@am__include@ @am__quote@sig/$(DEPDIR)/ffi_type.Plo@am__quote@
763 @AMDEP_TRUE@@am__include@ @am__quote@sig/$(DEPDIR)/parse.Plo@am__quote@
764
765 .c.o:
766 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
767 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
768 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
769 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
770 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
771 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
772
773 .c.obj:
774 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
775 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
776 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
777 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
778 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
779 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
780
781 .c.lo:
782 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
783 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
784 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
785 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
786 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
787 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
788
789 .cc.o:
790 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
791 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
792 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
793 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
794 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
795 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
796
797 .cc.obj:
798 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
799 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
800 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
801 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
802 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
803 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
804
805 .cc.lo:
806 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
807 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
808 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
809 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
810 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
811 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
812
813 .cpp.o:
814 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
815 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
816 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
817 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
818 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
819 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
820
821 .cpp.obj:
822 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
823 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
824 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
825 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
826 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
827 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
828
829 .cpp.lo:
830 @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
831 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
832 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
833 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
834 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
835 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
836
837 .mm.o:
838 @am__fastdepOBJCXX_TRUE@ $(AM_V_OBJCXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
839 @am__fastdepOBJCXX_TRUE@ $(OBJCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
840 @am__fastdepOBJCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
841 @AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@ $(AM_V_OBJCXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
842 @AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@ DEPDIR=$(DEPDIR) $(OBJCXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
843 @am__fastdepOBJCXX_FALSE@ $(AM_V_OBJCXX@am__nodep@)$(OBJCXXCOMPILE) -c -o $@ $<
844
845 .mm.obj:
846 @am__fastdepOBJCXX_TRUE@ $(AM_V_OBJCXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
847 @am__fastdepOBJCXX_TRUE@ $(OBJCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
848 @am__fastdepOBJCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
849 @AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@ $(AM_V_OBJCXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
850 @AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@ DEPDIR=$(DEPDIR) $(OBJCXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
851 @am__fastdepOBJCXX_FALSE@ $(AM_V_OBJCXX@am__nodep@)$(OBJCXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
852
853 .mm.lo:
854 @am__fastdepOBJCXX_TRUE@ $(AM_V_OBJCXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
855 @am__fastdepOBJCXX_TRUE@ $(LTOBJCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
856 @am__fastdepOBJCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
857 @AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@ $(AM_V_OBJCXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
858 @AMDEP_TRUE@@am__fastdepOBJCXX_FALSE@ DEPDIR=$(DEPDIR) $(OBJCXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
859 @am__fastdepOBJCXX_FALSE@ $(AM_V_OBJCXX@am__nodep@)$(LTOBJCXXCOMPILE) -c -o $@ $<
860
861 mostlyclean-libtool:
862 -rm -f *.lo
863
864 clean-libtool:
865 -rm -rf .libs _libs
866 -rm -rf ObjectiveC/.libs ObjectiveC/_libs
867 -rm -rf sig/.libs sig/_libs
868
869 distclean-libtool:
870 -rm -f libtool config.lt
871
872 # This directory's subdirectories are mostly independent; you can cd
873 # into them and run 'make' without going through this Makefile.
874 # To change the values of 'make' variables: instead of editing Makefiles,
875 # (1) if the variable is set in 'config.status', edit 'config.status'
876 # (which will cause the Makefiles to be regenerated when you run 'make');
877 # (2) otherwise, pass the desired values on the 'make' command line.
878 $(am__recursive_targets):
879 @fail=; \
880 if $(am__make_keepgoing); then \
881 failcom='fail=yes'; \
882 else \
883 failcom='exit 1'; \
884 fi; \
885 dot_seen=no; \
886 target=`echo $@ | sed s/-recursive//`; \
887 case "$@" in \
888 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
889 *) list='$(SUBDIRS)' ;; \
890 esac; \
891 for subdir in $$list; do \
892 echo "Making $$target in $$subdir"; \
893 if test "$$subdir" = "."; then \
894 dot_seen=yes; \
895 local_target="$$target-am"; \
896 else \
897 local_target="$$target"; \
898 fi; \
899 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
900 || eval $$failcom; \
901 done; \
902 if test "$$dot_seen" = "no"; then \
903 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
904 fi; test -z "$$fail"
905
906 ID: $(am__tagged_files)
907 $(am__define_uniq_tagged_files); mkid -fID $$unique
908 tags: tags-recursive
909 TAGS: tags
910
911 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
912 set x; \
913 here=`pwd`; \
914 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
915 include_option=--etags-include; \
916 empty_fix=.; \
917 else \
918 include_option=--include; \
919 empty_fix=; \
920 fi; \
921 list='$(SUBDIRS)'; for subdir in $$list; do \
922 if test "$$subdir" = .; then :; else \
923 test ! -f $$subdir/TAGS || \
924 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
925 fi; \
926 done; \
927 $(am__define_uniq_tagged_files); \
928 shift; \
929 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
930 test -n "$$unique" || unique=$$empty_fix; \
931 if test $$# -gt 0; then \
932 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
933 "$$@" $$unique; \
934 else \
935 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
936 $$unique; \
937 fi; \
938 fi
939 ctags: ctags-recursive
940
941 CTAGS: ctags
942 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
943 $(am__define_uniq_tagged_files); \
944 test -z "$(CTAGS_ARGS)$$unique" \
945 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
946 $$unique
947
948 GTAGS:
949 here=`$(am__cd) $(top_builddir) && pwd` \
950 && $(am__cd) $(top_srcdir) \
951 && gtags -i $(GTAGS_ARGS) "$$here"
952 cscope: cscope.files
953 test ! -s cscope.files \
954 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
955 clean-cscope:
956 -rm -f cscope.files
957 cscope.files: clean-cscope cscopelist
958 cscopelist: cscopelist-recursive
959
960 cscopelist-am: $(am__tagged_files)
961 list='$(am__tagged_files)'; \
962 case "$(srcdir)" in \
963 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
964 *) sdir=$(subdir)/$(srcdir) ;; \
965 esac; \
966 for i in $$list; do \
967 if test -f "$$i"; then \
968 echo "$(subdir)/$$i"; \
969 else \
970 echo "$$sdir/$$i"; \
971 fi; \
972 done >> $(top_builddir)/cscope.files
973
974 distclean-tags:
975 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
976 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
977
978 distdir: $(DISTFILES)
979 $(am__remove_distdir)
980 test -d "$(distdir)" || mkdir "$(distdir)"
981 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
982 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
983 list='$(DISTFILES)'; \
984 dist_files=`for file in $$list; do echo $$file; done | \
985 sed -e "s|^$$srcdirstrip/||;t" \
986 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
987 case $$dist_files in \
988 */*) $(MKDIR_P) `echo "$$dist_files" | \
989 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
990 sort -u` ;; \
991 esac; \
992 for file in $$dist_files; do \
993 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
994 if test -d $$d/$$file; then \
995 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
996 if test -d "$(distdir)/$$file"; then \
997 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
998 fi; \
999 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1000 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1001 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1002 fi; \
1003 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1004 else \
1005 test -f "$(distdir)/$$file" \
1006 || cp -p $$d/$$file "$(distdir)/$$file" \
1007 || exit 1; \
1008 fi; \
1009 done
1010 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1011 if test "$$subdir" = .; then :; else \
1012 $(am__make_dryrun) \
1013 || test -d "$(distdir)/$$subdir" \
1014 || $(MKDIR_P) "$(distdir)/$$subdir" \
1015 || exit 1; \
1016 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1017 $(am__relativize); \
1018 new_distdir=$$reldir; \
1019 dir1=$$subdir; dir2="$(top_distdir)"; \
1020 $(am__relativize); \
1021 new_top_distdir=$$reldir; \
1022 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1023 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1024 ($(am__cd) $$subdir && \
1025 $(MAKE) $(AM_MAKEFLAGS) \
1026 top_distdir="$$new_top_distdir" \
1027 distdir="$$new_distdir" \
1028 am__remove_distdir=: \
1029 am__skip_length_check=: \
1030 am__skip_mode_fix=: \
1031 distdir) \
1032 || exit 1; \
1033 fi; \
1034 done
1035 -test -n "$(am__skip_mode_fix)" \
1036 || find "$(distdir)" -type d ! -perm -755 \
1037 -exec chmod u+rwx,go+rx {} \; -o \
1038 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1039 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1040 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1041 || chmod -R a+r "$(distdir)"
1042 dist-gzip: distdir
1043 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1044 $(am__post_remove_distdir)
1045
1046 dist-bzip2: distdir
1047 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1048 $(am__post_remove_distdir)
1049
1050 dist-lzip: distdir
1051 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1052 $(am__post_remove_distdir)
1053
1054 dist-xz: distdir
1055 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1056 $(am__post_remove_distdir)
1057
1058 dist-tarZ: distdir
1059 @echo WARNING: "Support for shar distribution archives is" \
1060 "deprecated." >&2
1061 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1062 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1063 $(am__post_remove_distdir)
1064
1065 dist-shar: distdir
1066 @echo WARNING: "Support for distribution archives compressed with" \
1067 "legacy program 'compress' is deprecated." >&2
1068 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1069 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1070 $(am__post_remove_distdir)
1071
1072 dist-zip: distdir
1073 -rm -f $(distdir).zip
1074 zip -rq $(distdir).zip $(distdir)
1075 $(am__post_remove_distdir)
1076
1077 dist dist-all:
1078 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
1079 $(am__post_remove_distdir)
1080
1081 # This target untars the dist file and tries a VPATH configuration. Then
1082 # it guarantees that the distribution is self-contained by making another
1083 # tarfile.
1084 distcheck: dist
1085 case '$(DIST_ARCHIVES)' in \
1086 *.tar.gz*) \
1087 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
1088 *.tar.bz2*) \
1089 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1090 *.tar.lz*) \
1091 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1092 *.tar.xz*) \
1093 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1094 *.tar.Z*) \
1095 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1096 *.shar.gz*) \
1097 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
1098 *.zip*) \
1099 unzip $(distdir).zip ;;\
1100 esac
1101 chmod -R a-w $(distdir)
1102 chmod u+w $(distdir)
1103 mkdir $(distdir)/_build $(distdir)/_inst
1104 chmod a-w $(distdir)
1105 test -d $(distdir)/_build || exit 0; \
1106 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1107 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1108 && am__cwd=`pwd` \
1109 && $(am__cd) $(distdir)/_build \
1110 && ../configure \
1111 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1112 $(DISTCHECK_CONFIGURE_FLAGS) \
1113 --srcdir=.. --prefix="$$dc_install_base" \
1114 && $(MAKE) $(AM_MAKEFLAGS) \
1115 && $(MAKE) $(AM_MAKEFLAGS) dvi \
1116 && $(MAKE) $(AM_MAKEFLAGS) check \
1117 && $(MAKE) $(AM_MAKEFLAGS) install \
1118 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1119 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1120 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1121 distuninstallcheck \
1122 && chmod -R a-w "$$dc_install_base" \
1123 && ({ \
1124 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1125 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1126 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1127 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1128 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1129 } || { rm -rf "$$dc_destdir"; exit 1; }) \
1130 && rm -rf "$$dc_destdir" \
1131 && $(MAKE) $(AM_MAKEFLAGS) dist \
1132 && rm -rf $(DIST_ARCHIVES) \
1133 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1134 && cd "$$am__cwd" \
1135 || exit 1
1136 $(am__post_remove_distdir)
1137 @(echo "$(distdir) archives ready for distribution: "; \
1138 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1139 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1140 distuninstallcheck:
1141 @test -n '$(distuninstallcheck_dir)' || { \
1142 echo 'ERROR: trying to run $@ with an empty' \
1143 '$$(distuninstallcheck_dir)' >&2; \
1144 exit 1; \
1145 }; \
1146 $(am__cd) '$(distuninstallcheck_dir)' || { \
1147 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1148 exit 1; \
1149 }; \
1150 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1151 || { echo "ERROR: files left after uninstall:" ; \
1152 if test -n "$(DESTDIR)"; then \
1153 echo " (check DESTDIR support)"; \
1154 fi ; \
1155 $(distuninstallcheck_listfiles) ; \
1156 exit 1; } >&2
1157 distcleancheck: distclean
1158 @if test '$(srcdir)' = . ; then \
1159 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1160 exit 1 ; \
1161 fi
1162 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1163 || { echo "ERROR: files left in build directory after distclean:" ; \
1164 $(distcleancheck_listfiles) ; \
1165 exit 1; } >&2
1166 check-am: all-am
1167 check: check-recursive
1168 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) config.h
1169 install-binPROGRAMS: install-libLTLIBRARIES
1170
1171 installdirs: installdirs-recursive
1172 installdirs-am:
1173 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"; do \
1174 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1175 done
1176 install: install-recursive
1177 install-exec: install-exec-recursive
1178 install-data: install-data-recursive
1179 uninstall: uninstall-recursive
1180
1181 install-am: all-am
1182 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1183
1184 installcheck: installcheck-recursive
1185 install-strip:
1186 if test -z '$(STRIP)'; then \
1187 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1188 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1189 install; \
1190 else \
1191 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1192 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1193 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1194 fi
1195 mostlyclean-generic:
1196
1197 clean-generic:
1198 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1199
1200 distclean-generic:
1201 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1202 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1203 -rm -f Mach/$(DEPDIR)/$(am__dirstamp)
1204 -rm -f Mach/$(am__dirstamp)
1205 -rm -f ObjectiveC/$(DEPDIR)/$(am__dirstamp)
1206 -rm -f ObjectiveC/$(am__dirstamp)
1207 -rm -f sig/$(DEPDIR)/$(am__dirstamp)
1208 -rm -f sig/$(am__dirstamp)
1209
1210 maintainer-clean-generic:
1211 @echo "This command is intended for maintainers to use"
1212 @echo "it deletes files that may require special tools to rebuild."
1213 clean: clean-recursive
1214
1215 clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
1216 clean-libtool mostlyclean-am
1217
1218 distclean: distclean-recursive
1219 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1220 -rm -rf ./$(DEPDIR) Mach/$(DEPDIR) ObjectiveC/$(DEPDIR) sig/$(DEPDIR)
1221 -rm -f Makefile
1222 distclean-am: clean-am distclean-compile distclean-generic \
1223 distclean-hdr distclean-libtool distclean-tags
1224
1225 dvi: dvi-recursive
1226
1227 dvi-am:
1228
1229 html: html-recursive
1230
1231 html-am:
1232
1233 info: info-recursive
1234
1235 info-am:
1236
1237 install-data-am:
1238
1239 install-dvi: install-dvi-recursive
1240
1241 install-dvi-am:
1242
1243 install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
1244
1245 install-html: install-html-recursive
1246
1247 install-html-am:
1248
1249 install-info: install-info-recursive
1250
1251 install-info-am:
1252
1253 install-man:
1254
1255 install-pdf: install-pdf-recursive
1256
1257 install-pdf-am:
1258
1259 install-ps: install-ps-recursive
1260
1261 install-ps-am:
1262
1263 installcheck-am:
1264
1265 maintainer-clean: maintainer-clean-recursive
1266 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1267 -rm -rf $(top_srcdir)/autom4te.cache
1268 -rm -rf ./$(DEPDIR) Mach/$(DEPDIR) ObjectiveC/$(DEPDIR) sig/$(DEPDIR)
1269 -rm -f Makefile
1270 maintainer-clean-am: distclean-am maintainer-clean-generic
1271
1272 mostlyclean: mostlyclean-recursive
1273
1274 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1275 mostlyclean-libtool
1276
1277 pdf: pdf-recursive
1278
1279 pdf-am:
1280
1281 ps: ps-recursive
1282
1283 ps-am:
1284
1285 uninstall-am: uninstall-binPROGRAMS uninstall-libLTLIBRARIES
1286
1287 .MAKE: $(am__recursive_targets) all install-am install-strip
1288
1289 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1290 am--refresh check check-am clean clean-binPROGRAMS \
1291 clean-cscope clean-generic clean-libLTLIBRARIES clean-libtool \
1292 cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
1293 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
1294 distcheck distclean distclean-compile distclean-generic \
1295 distclean-hdr distclean-libtool distclean-tags distcleancheck \
1296 distdir distuninstallcheck dvi dvi-am html html-am info \
1297 info-am install install-am install-binPROGRAMS install-data \
1298 install-data-am install-dvi install-dvi-am install-exec \
1299 install-exec-am install-html install-html-am install-info \
1300 install-info-am install-libLTLIBRARIES install-man install-pdf \
1301 install-pdf-am install-ps install-ps-am install-strip \
1302 installcheck installcheck-am installdirs installdirs-am \
1303 maintainer-clean maintainer-clean-generic mostlyclean \
1304 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1305 pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
1306 uninstall-binPROGRAMS uninstall-libLTLIBRARIES
1307
1308
1309 .DELETE_ON_ERROR:
1310
1311 @CY_EXECUTE_TRUE@Bridge.lo: Bridge.hpp
1312 @CY_EXECUTE_TRUE@Bridge.gperf: Bridge.def Bridge.sh
1313 @CY_EXECUTE_TRUE@ $(srcdir)/Bridge.sh $< >$@
1314 @CY_EXECUTE_TRUE@Bridge.hpp: Bridge.gperf
1315 @CY_EXECUTE_TRUE@ $(GPERF) $< | $(SED) -e 's/defined __GNUC_STDC_INLINE__ || defined __GNUC_GNU_INLINE__/0/' >$@
1316
1317 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@Mach/Inject.$(OBJEXT): Trampoline.t.hpp
1318 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@Trampoline.t.lo: Trampoline.t.cpp Trampoline.hpp Baton.hpp Standard.hpp
1319 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@ $(LTCXXCOMPILE) $(CY_ARCH) -c -o $@ $< -fno-stack-protector -O0
1320 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@libTrampoline.t.la: Trampoline.t.lo
1321 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@ $(CXXLINK) $(CY_ARCH) -rpath $(libdir) $^
1322 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@Trampoline.t.hpp: libTrampoline.t.la trampoline.sh
1323 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@ $(srcdir)/trampoline.sh $@ .libs/libTrampoline.t.dylib Trampoline $(SED) $(LIPO) $(NM) $(OTOOL)
1324 @CY_CONSOLE_TRUE@@CY_MACH_TRUE@ ! grep '## symbol stub for:' $@
1325 Cycript.yy: Cycript.yy.in
1326 $(srcdir)/Filter.sh <$< >$@ $(filters)
1327 Cycript.l: Cycript.l.in
1328 $(srcdir)/Filter.sh <$< >$@ $(filters)
1329 lex.cy.cpp: Cycript.l
1330 $(FLEX) -t $< | $(SED) -e 's/int yyl;/yy_size_t yyl;/;s/int yyleng_r;/yy_size_t yyleng_r;/' >$@
1331
1332 Console.$(OBJEXT) Cycript.tab.lo Driver.lo Handler.lo Highlight.lo Library.lo lex.cy.lo: Cycript.tab.hh
1333 Cycript.tab.cc Cycript.tab.hh location.hh position.hh stack.hh Cycript.output: Cycript.yy
1334 $(BISON) -v --report=state $<
1335 ! grep -n '^State [0-9]* conflicts:' Cycript.output
1336 ! grep -n '^ *$$default reduce using rule [0-9]* (Lex[A-Z][^)]*)$$' Cycript.output -B 2 | grep 'shift, and go to state [0-9]*$$'
1337 ! grep -n '^ *$$default reduce using rule [0-9]* (Lex[A-Z][^)]*)$$' Cycript.output -B 2 | grep -v '$$default' | grep 'reduce using rule [0-9]* ([^)]*)$$'
1338
1339 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1340 # Otherwise a system limit (for SysV at least) may be exceeded.
1341 .NOEXPORT: