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