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