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