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