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