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