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