1# Makefile.in generated by automake 1.10.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17
18
19VPATH = @srcdir@
20pkgdatadir = $(datadir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35build_triplet = @build@
36host_triplet = @host@
37@WITH_PCRE_TRUE@am__append_1 = regex_pcre.c
38@WITH_PARSER_CODEGEN_TRUE@am__append_2 = parse_codegen.c code1.c
39@WITH_PARSER_CODEGEN_FALSE@am__append_3 = parse_eval.c
40@WITH_PARSER_PRINT_TRUE@am__append_4 = parse_print.c
41@NATIVE_DTOA_TRUE@am__append_5 = dtoa_native.c
42@NATIVE_DTOA_FALSE@am__append_6 = dtoa.c dtoa_config.h
43@PLATFORM_WIN32_TRUE@am__append_7 = platform_win32.c
44@PLATFORM_POSIX_TRUE@am__append_8 = platform_posix.c
45subdir = libsee
46DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
47	$(srcdir)/libsee-config.in TODO memcmp.c memmove.c
48ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
49am__aclocal_m4_deps = $(top_srcdir)/configure.ac
50am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
51	$(ACLOCAL_M4)
52mkinstalldirs = $(install_sh) -d
53CONFIG_HEADER = $(top_builddir)/include/config.h
54CONFIG_CLEAN_FILES = libsee-config
55am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
56am__vpath_adj = case $$p in \
57    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
58    *) f=$$p;; \
59  esac;
60am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
61am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
62	"$(DESTDIR)$(pkgconfigdir)"
63libLTLIBRARIES_INSTALL = $(INSTALL)
64LTLIBRARIES = $(lib_LTLIBRARIES)
65libsee_la_DEPENDENCIES = @LIBOBJS@
66am__libsee_la_SOURCES_DIST = cfunction.c scope.c debug.c dprint.c \
67	enumerate.c error.c function.c input_file.c input_lookahead.c \
68	input_string.c input_utf8.c intern.c interpreter.c lex.c mem.c \
69	native.c no.c obj_Array.c obj_Boolean.c obj_Date.c obj_Error.c \
70	obj_Function.c obj_Global.c obj_Math.c obj_Number.c \
71	obj_Object.c obj_RegExp.c obj_String.c object.c parse.c \
72	printf.c parse_cast.c string.c stringdefs.c system.c tokens.c \
73	try.c unicase.c unicode.c value.c version.c module.c math.c \
74	compare.c regex.c regex_ecma.c regex_pcre.c array.h \
75	cfunction_private.h code.h dprint.h dtoa.h enumerate.h \
76	function.h init.h code1.h lex.h nmath.h parse.h platform.h \
77	printf.h regex.h scope.h tokens.h unicase.inc unicode.h \
78	unicode.inc stringdefs.h stringdefs.inc replace.h parse_node.h \
79	compare.h parse_eval.h parse_const.h parse_const.c \
80	parse_codegen.h parse_codegen.c code1.c parse_eval.c \
81	parse_print.h parse_print.c dtoa_native.c dtoa.c dtoa_config.h \
82	platform_win32.c platform_posix.c
83@WITH_PCRE_TRUE@am__objects_1 = regex_pcre.lo
84@WITH_PARSER_CODEGEN_TRUE@am__objects_2 = parse_codegen.lo code1.lo
85@WITH_PARSER_CODEGEN_FALSE@am__objects_3 = parse_eval.lo
86@WITH_PARSER_PRINT_TRUE@am__objects_4 = parse_print.lo
87@NATIVE_DTOA_TRUE@am__objects_5 = dtoa_native.lo
88@NATIVE_DTOA_FALSE@am__objects_6 = dtoa.lo
89@PLATFORM_WIN32_TRUE@am__objects_7 = platform_win32.lo
90@PLATFORM_POSIX_TRUE@am__objects_8 = platform_posix.lo
91am_libsee_la_OBJECTS = cfunction.lo scope.lo debug.lo dprint.lo \
92	enumerate.lo error.lo function.lo input_file.lo \
93	input_lookahead.lo input_string.lo input_utf8.lo intern.lo \
94	interpreter.lo lex.lo mem.lo native.lo no.lo obj_Array.lo \
95	obj_Boolean.lo obj_Date.lo obj_Error.lo obj_Function.lo \
96	obj_Global.lo obj_Math.lo obj_Number.lo obj_Object.lo \
97	obj_RegExp.lo obj_String.lo object.lo parse.lo printf.lo \
98	parse_cast.lo string.lo stringdefs.lo system.lo tokens.lo \
99	try.lo unicase.lo unicode.lo value.lo version.lo module.lo \
100	math.lo compare.lo regex.lo regex_ecma.lo $(am__objects_1) \
101	parse_const.lo $(am__objects_2) $(am__objects_3) \
102	$(am__objects_4) $(am__objects_5) $(am__objects_6) \
103	$(am__objects_7) $(am__objects_8)
104libsee_la_OBJECTS = $(am_libsee_la_OBJECTS)
105libsee_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
106	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
107	$(libsee_la_LDFLAGS) $(LDFLAGS) -o $@
108binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
109SCRIPTS = $(bin_SCRIPTS)
110DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
111depcomp = $(SHELL) $(top_srcdir)/depcomp
112am__depfiles_maybe = depfiles
113COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
114	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
115LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
116	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
117	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
118CCLD = $(CC)
119LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
120	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
121	$(LDFLAGS) -o $@
122SOURCES = $(libsee_la_SOURCES)
123DIST_SOURCES = $(am__libsee_la_SOURCES_DIST)
124RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
125	html-recursive info-recursive install-data-recursive \
126	install-dvi-recursive install-exec-recursive \
127	install-html-recursive install-info-recursive \
128	install-pdf-recursive install-ps-recursive install-recursive \
129	installcheck-recursive installdirs-recursive pdf-recursive \
130	ps-recursive uninstall-recursive
131pkgconfigDATA_INSTALL = $(INSTALL_DATA)
132DATA = $(pkgconfig_DATA)
133RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
134  distclean-recursive maintainer-clean-recursive
135ETAGS = etags
136CTAGS = ctags
137DIST_SUBDIRS = $(SUBDIRS)
138DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
139ACLOCAL = @ACLOCAL@
140ALLOCA = @ALLOCA@
141AMTAR = @AMTAR@
142AR = @AR@
143AUTOCONF = @AUTOCONF@
144AUTOHEADER = @AUTOHEADER@
145AUTOMAKE = @AUTOMAKE@
146AWK = @AWK@
147CC = @CC@
148CCDEPMODE = @CCDEPMODE@
149CFLAGS = @CFLAGS@
150CPP = @CPP@
151CPPFLAGS = @CPPFLAGS@
152CYGPATH_W = @CYGPATH_W@
153DEFS = @DEFS@
154DEPDIR = @DEPDIR@
155DSYMUTIL = @DSYMUTIL@
156DUMPBIN = @DUMPBIN@
157ECHO_C = @ECHO_C@
158ECHO_N = @ECHO_N@
159ECHO_T = @ECHO_T@
160EGREP = @EGREP@
161EXEEXT = @EXEEXT@
162FGREP = @FGREP@
163GREP = @GREP@
164INCLTDL = @INCLTDL@
165INSTALL = @INSTALL@
166INSTALL_DATA = @INSTALL_DATA@
167INSTALL_PROGRAM = @INSTALL_PROGRAM@
168INSTALL_SCRIPT = @INSTALL_SCRIPT@
169INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
170LD = @LD@
171LDFLAGS = @LDFLAGS@
172LIBLTDL = @LIBLTDL@
173LIBOBJS = @LIBOBJS@
174LIBS = @LIBS@
175LIBSEE_LIBS = @LIBSEE_LIBS@
176LIBSEE_REQS = @LIBSEE_REQS@
177LIBTOOL = @LIBTOOL@
178LIPO = @LIPO@
179LN_S = @LN_S@
180LTDLDEPS = @LTDLDEPS@
181LTDLINCL = @LTDLINCL@
182LTLIBOBJS = @LTLIBOBJS@
183MAKEINFO = @MAKEINFO@
184MKDIR_P = @MKDIR_P@
185NM = @NM@
186NMEDIT = @NMEDIT@
187OBJEXT = @OBJEXT@
188OTOOL = @OTOOL@
189OTOOL64 = @OTOOL64@
190PACKAGE = @PACKAGE@
191PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
192PACKAGE_NAME = @PACKAGE_NAME@
193PACKAGE_STRING = @PACKAGE_STRING@
194PACKAGE_TARNAME = @PACKAGE_TARNAME@
195PACKAGE_VERSION = @PACKAGE_VERSION@
196PATH_SEPARATOR = @PATH_SEPARATOR@
197PCRE_CFLAGS = @PCRE_CFLAGS@
198PCRE_LIBS = @PCRE_LIBS@
199PERL = @PERL@
200PKG_CONFIG = @PKG_CONFIG@
201PTHREADS_CFLAGS = @PTHREADS_CFLAGS@
202PTHREADS_LDFLAGS = @PTHREADS_LDFLAGS@
203RANLIB = @RANLIB@
204SED = @SED@
205SET_MAKE = @SET_MAKE@
206SHELL = @SHELL@
207STRIP = @STRIP@
208VERSION = @VERSION@
209abs_builddir = @abs_builddir@
210abs_srcdir = @abs_srcdir@
211abs_top_builddir = @abs_top_builddir@
212abs_top_srcdir = @abs_top_srcdir@
213ac_ct_CC = @ac_ct_CC@
214ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
215am__include = @am__include@
216am__leading_dot = @am__leading_dot@
217am__quote = @am__quote@
218am__tar = @am__tar@
219am__untar = @am__untar@
220bindir = @bindir@
221build = @build@
222build_alias = @build_alias@
223build_cpu = @build_cpu@
224build_os = @build_os@
225build_vendor = @build_vendor@
226builddir = @builddir@
227datadir = @datadir@
228datarootdir = @datarootdir@
229docdir = @docdir@
230dvidir = @dvidir@
231exec_prefix = @exec_prefix@
232host = @host@
233host_alias = @host_alias@
234host_cpu = @host_cpu@
235host_os = @host_os@
236host_vendor = @host_vendor@
237htmldir = @htmldir@
238includedir = @includedir@
239infodir = @infodir@
240install_sh = @install_sh@
241libdir = @libdir@
242libexecdir = @libexecdir@
243localedir = @localedir@
244localstatedir = @localstatedir@
245lt_ECHO = @lt_ECHO@
246mandir = @mandir@
247mkdir_p = @mkdir_p@
248oldincludedir = @oldincludedir@
249pdfdir = @pdfdir@
250prefix = @prefix@
251program_transform_name = @program_transform_name@
252psdir = @psdir@
253sbindir = @sbindir@
254sharedstatedir = @sharedstatedir@
255srcdir = @srcdir@
256subdirs = @subdirs@
257sysconfdir = @sysconfdir@
258target_alias = @target_alias@
259top_builddir = @top_builddir@
260top_srcdir = @top_srcdir@
261lib_LTLIBRARIES = libsee.la
262CLEANFILES = stringdefs.h stringdefs.inc see.pc
263BUILT_SOURCES = stringdefs.h stringdefs.inc
264libsee_la_SOURCES = cfunction.c scope.c debug.c dprint.c enumerate.c \
265	error.c function.c input_file.c input_lookahead.c \
266	input_string.c input_utf8.c intern.c interpreter.c lex.c mem.c \
267	native.c no.c obj_Array.c obj_Boolean.c obj_Date.c obj_Error.c \
268	obj_Function.c obj_Global.c obj_Math.c obj_Number.c \
269	obj_Object.c obj_RegExp.c obj_String.c object.c parse.c \
270	printf.c parse_cast.c string.c stringdefs.c system.c tokens.c \
271	try.c unicase.c unicode.c value.c version.c module.c math.c \
272	compare.c regex.c regex_ecma.c $(am__append_1) array.h \
273	cfunction_private.h code.h dprint.h dtoa.h dprint.h \
274	enumerate.h function.h init.h code1.h lex.h nmath.h parse.h \
275	platform.h printf.h regex.h scope.h tokens.h unicase.inc \
276	unicode.h unicode.inc stringdefs.h stringdefs.inc replace.h \
277	parse_node.h compare.h parse_eval.h parse_const.h \
278	parse_const.c parse_codegen.h $(am__append_2) $(am__append_3) \
279	parse_print.h $(am__append_4) $(am__append_5) $(am__append_6) \
280	$(am__append_7) $(am__append_8)
281libsee_la_LIBADD = @LIBOBJS@
282libsee_la_LDFLAGS = -version-info $(libsee_version_info)
283EXTRA_DIST = string.pl string.defs see.pc.in
284bin_SCRIPTS = libsee-config
285INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include
286pkgconfigdir = $(prefix)/libdata/pkgconfig
287pkgconfig_DATA = see.pc
288
289#
290# (From the libtool documentation:)
291#
292# 1. Start with version information of `0:0:0' for each libtool library.
293#
294# 2. Update the version information only immediately before a public
295#    release of your software.  More frequent updates are unnecessary,
296#    and only guarantee that the current interface number gets larger
297#    faster.
298#
299# 3. If the library source code has changed at all since the last
300#    update, then increment REVISION (`c:r:a' becomes `c:r+1:a').
301#
302# 4. If any interfaces have been added, removed, or changed since the
303#    last update, increment CURRENT, and set REVISION to 0. (`c+1:0:a')
304#
305# 5. If any interfaces have been added since the last public release,
306#    then increment AGE (`c+1:0:a+1').
307#
308# 6. If any interfaces have been removed since the last public release,
309#    then set AGE to 0. (`c+1:0:0`)
310#
311libsee_version_info = 2:1:1
312SUBDIRS = . test
313all: $(BUILT_SOURCES)
314	$(MAKE) $(AM_MAKEFLAGS) all-recursive
315
316.SUFFIXES:
317.SUFFIXES: .c .lo .o .obj
318$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
319	@for dep in $?; do \
320	  case '$(am__configure_deps)' in \
321	    *$$dep*) \
322	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
323		&& exit 0; \
324	      exit 1;; \
325	  esac; \
326	done; \
327	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  libsee/Makefile'; \
328	cd $(top_srcdir) && \
329	  $(AUTOMAKE) --gnu  libsee/Makefile
330.PRECIOUS: Makefile
331Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
332	@case '$?' in \
333	  *config.status*) \
334	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
335	  *) \
336	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
337	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
338	esac;
339
340$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
341	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
342
343$(top_srcdir)/configure:  $(am__configure_deps)
344	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
345$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
346	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
347libsee-config: $(top_builddir)/config.status $(srcdir)/libsee-config.in
348	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
349install-libLTLIBRARIES: $(lib_LTLIBRARIES)
350	@$(NORMAL_INSTALL)
351	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
352	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
353	  if test -f $$p; then \
354	    f=$(am__strip_dir) \
355	    echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
356	    $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
357	  else :; fi; \
358	done
359
360uninstall-libLTLIBRARIES:
361	@$(NORMAL_UNINSTALL)
362	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
363	  p=$(am__strip_dir) \
364	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
365	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
366	done
367
368clean-libLTLIBRARIES:
369	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
370	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
371	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
372	  test "$$dir" != "$$p" || dir=.; \
373	  echo "rm -f \"$${dir}/so_locations\""; \
374	  rm -f "$${dir}/so_locations"; \
375	done
376libsee.la: $(libsee_la_OBJECTS) $(libsee_la_DEPENDENCIES)
377	$(libsee_la_LINK) -rpath $(libdir) $(libsee_la_OBJECTS) $(libsee_la_LIBADD) $(LIBS)
378install-binSCRIPTS: $(bin_SCRIPTS)
379	@$(NORMAL_INSTALL)
380	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
381	@list='$(bin_SCRIPTS)'; for p in $$list; do \
382	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
383	  if test -f $$d$$p; then \
384	    f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
385	    echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
386	    $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \
387	  else :; fi; \
388	done
389
390uninstall-binSCRIPTS:
391	@$(NORMAL_UNINSTALL)
392	@list='$(bin_SCRIPTS)'; for p in $$list; do \
393	  f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
394	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
395	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
396	done
397
398mostlyclean-compile:
399	-rm -f *.$(OBJEXT)
400
401distclean-compile:
402	-rm -f *.tab.c
403
404@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/memcmp.Po@am__quote@
405@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/memmove.Po@am__quote@
406@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cfunction.Plo@am__quote@
407@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/code1.Plo@am__quote@
408@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compare.Plo@am__quote@
409@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debug.Plo@am__quote@
410@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dprint.Plo@am__quote@
411@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dtoa.Plo@am__quote@
412@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dtoa_native.Plo@am__quote@
413@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/enumerate.Plo@am__quote@
414@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/error.Plo@am__quote@
415@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/function.Plo@am__quote@
416@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/input_file.Plo@am__quote@
417@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/input_lookahead.Plo@am__quote@
418@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/input_string.Plo@am__quote@
419@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/input_utf8.Plo@am__quote@
420@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intern.Plo@am__quote@
421@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interpreter.Plo@am__quote@
422@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lex.Plo@am__quote@
423@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/math.Plo@am__quote@
424@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mem.Plo@am__quote@
425@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/module.Plo@am__quote@
426@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/native.Plo@am__quote@
427@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/no.Plo@am__quote@
428@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/obj_Array.Plo@am__quote@
429@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/obj_Boolean.Plo@am__quote@
430@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/obj_Date.Plo@am__quote@
431@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/obj_Error.Plo@am__quote@
432@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/obj_Function.Plo@am__quote@
433@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/obj_Global.Plo@am__quote@
434@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/obj_Math.Plo@am__quote@
435@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/obj_Number.Plo@am__quote@
436@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/obj_Object.Plo@am__quote@
437@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/obj_RegExp.Plo@am__quote@
438@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/obj_String.Plo@am__quote@
439@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/object.Plo@am__quote@
440@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Plo@am__quote@
441@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse_cast.Plo@am__quote@
442@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse_codegen.Plo@am__quote@
443@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse_const.Plo@am__quote@
444@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse_eval.Plo@am__quote@
445@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse_print.Plo@am__quote@
446@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/platform_posix.Plo@am__quote@
447@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/platform_win32.Plo@am__quote@
448@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printf.Plo@am__quote@
449@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regex.Plo@am__quote@
450@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regex_ecma.Plo@am__quote@
451@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regex_pcre.Plo@am__quote@
452@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scope.Plo@am__quote@
453@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/string.Plo@am__quote@
454@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stringdefs.Plo@am__quote@
455@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/system.Plo@am__quote@
456@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tokens.Plo@am__quote@
457@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/try.Plo@am__quote@
458@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unicase.Plo@am__quote@
459@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unicode.Plo@am__quote@
460@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/value.Plo@am__quote@
461@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Plo@am__quote@
462
463.c.o:
464@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
465@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
466@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
467@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
468@am__fastdepCC_FALSE@	$(COMPILE) -c $<
469
470.c.obj:
471@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
472@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
473@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
474@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
475@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
476
477.c.lo:
478@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
479@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
480@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
481@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
482@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
483
484mostlyclean-libtool:
485	-rm -f *.lo
486
487clean-libtool:
488	-rm -rf .libs _libs
489install-pkgconfigDATA: $(pkgconfig_DATA)
490	@$(NORMAL_INSTALL)
491	test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
492	@list='$(pkgconfig_DATA)'; for p in $$list; do \
493	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
494	  f=$(am__strip_dir) \
495	  echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
496	  $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
497	done
498
499uninstall-pkgconfigDATA:
500	@$(NORMAL_UNINSTALL)
501	@list='$(pkgconfig_DATA)'; for p in $$list; do \
502	  f=$(am__strip_dir) \
503	  echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
504	  rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
505	done
506
507# This directory's subdirectories are mostly independent; you can cd
508# into them and run `make' without going through this Makefile.
509# To change the values of `make' variables: instead of editing Makefiles,
510# (1) if the variable is set in `config.status', edit `config.status'
511#     (which will cause the Makefiles to be regenerated when you run `make');
512# (2) otherwise, pass the desired values on the `make' command line.
513$(RECURSIVE_TARGETS):
514	@failcom='exit 1'; \
515	for f in x $$MAKEFLAGS; do \
516	  case $$f in \
517	    *=* | --[!k]*);; \
518	    *k*) failcom='fail=yes';; \
519	  esac; \
520	done; \
521	dot_seen=no; \
522	target=`echo $@ | sed s/-recursive//`; \
523	list='$(SUBDIRS)'; for subdir in $$list; do \
524	  echo "Making $$target in $$subdir"; \
525	  if test "$$subdir" = "."; then \
526	    dot_seen=yes; \
527	    local_target="$$target-am"; \
528	  else \
529	    local_target="$$target"; \
530	  fi; \
531	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
532	  || eval $$failcom; \
533	done; \
534	if test "$$dot_seen" = "no"; then \
535	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
536	fi; test -z "$$fail"
537
538$(RECURSIVE_CLEAN_TARGETS):
539	@failcom='exit 1'; \
540	for f in x $$MAKEFLAGS; do \
541	  case $$f in \
542	    *=* | --[!k]*);; \
543	    *k*) failcom='fail=yes';; \
544	  esac; \
545	done; \
546	dot_seen=no; \
547	case "$@" in \
548	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
549	  *) list='$(SUBDIRS)' ;; \
550	esac; \
551	rev=''; for subdir in $$list; do \
552	  if test "$$subdir" = "."; then :; else \
553	    rev="$$subdir $$rev"; \
554	  fi; \
555	done; \
556	rev="$$rev ."; \
557	target=`echo $@ | sed s/-recursive//`; \
558	for subdir in $$rev; do \
559	  echo "Making $$target in $$subdir"; \
560	  if test "$$subdir" = "."; then \
561	    local_target="$$target-am"; \
562	  else \
563	    local_target="$$target"; \
564	  fi; \
565	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
566	  || eval $$failcom; \
567	done && test -z "$$fail"
568tags-recursive:
569	list='$(SUBDIRS)'; for subdir in $$list; do \
570	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
571	done
572ctags-recursive:
573	list='$(SUBDIRS)'; for subdir in $$list; do \
574	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
575	done
576
577ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
578	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
579	unique=`for i in $$list; do \
580	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
581	  done | \
582	  $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
583	      END { if (nonempty) { for (i in files) print i; }; }'`; \
584	mkid -fID $$unique
585tags: TAGS
586
587TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
588		$(TAGS_FILES) $(LISP)
589	tags=; \
590	here=`pwd`; \
591	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
592	  include_option=--etags-include; \
593	  empty_fix=.; \
594	else \
595	  include_option=--include; \
596	  empty_fix=; \
597	fi; \
598	list='$(SUBDIRS)'; for subdir in $$list; do \
599	  if test "$$subdir" = .; then :; else \
600	    test ! -f $$subdir/TAGS || \
601	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
602	  fi; \
603	done; \
604	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
605	unique=`for i in $$list; do \
606	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
607	  done | \
608	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
609	      END { if (nonempty) { for (i in files) print i; }; }'`; \
610	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
611	  test -n "$$unique" || unique=$$empty_fix; \
612	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
613	    $$tags $$unique; \
614	fi
615ctags: CTAGS
616CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
617		$(TAGS_FILES) $(LISP)
618	tags=; \
619	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
620	unique=`for i in $$list; do \
621	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
622	  done | \
623	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
624	      END { if (nonempty) { for (i in files) print i; }; }'`; \
625	test -z "$(CTAGS_ARGS)$$tags$$unique" \
626	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
627	     $$tags $$unique
628
629GTAGS:
630	here=`$(am__cd) $(top_builddir) && pwd` \
631	  && cd $(top_srcdir) \
632	  && gtags -i $(GTAGS_ARGS) $$here
633
634distclean-tags:
635	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
636
637distdir: $(DISTFILES)
638	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
639	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
640	list='$(DISTFILES)'; \
641	  dist_files=`for file in $$list; do echo $$file; done | \
642	  sed -e "s|^$$srcdirstrip/||;t" \
643	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
644	case $$dist_files in \
645	  */*) $(MKDIR_P) `echo "$$dist_files" | \
646			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
647			   sort -u` ;; \
648	esac; \
649	for file in $$dist_files; do \
650	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
651	  if test -d $$d/$$file; then \
652	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
653	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
654	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
655	    fi; \
656	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
657	  else \
658	    test -f $(distdir)/$$file \
659	    || cp -p $$d/$$file $(distdir)/$$file \
660	    || exit 1; \
661	  fi; \
662	done
663	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
664	  if test "$$subdir" = .; then :; else \
665	    test -d "$(distdir)/$$subdir" \
666	    || $(MKDIR_P) "$(distdir)/$$subdir" \
667	    || exit 1; \
668	    distdir=`$(am__cd) $(distdir) && pwd`; \
669	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
670	    (cd $$subdir && \
671	      $(MAKE) $(AM_MAKEFLAGS) \
672	        top_distdir="$$top_distdir" \
673	        distdir="$$distdir/$$subdir" \
674		am__remove_distdir=: \
675		am__skip_length_check=: \
676	        distdir) \
677	      || exit 1; \
678	  fi; \
679	done
680check-am: all-am
681check: $(BUILT_SOURCES)
682	$(MAKE) $(AM_MAKEFLAGS) check-recursive
683all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(DATA)
684installdirs: installdirs-recursive
685installdirs-am:
686	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)"; do \
687	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
688	done
689install: $(BUILT_SOURCES)
690	$(MAKE) $(AM_MAKEFLAGS) install-recursive
691install-exec: install-exec-recursive
692install-data: install-data-recursive
693uninstall: uninstall-recursive
694
695install-am: all-am
696	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
697
698installcheck: installcheck-recursive
699install-strip:
700	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
701	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
702	  `test -z '$(STRIP)' || \
703	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
704mostlyclean-generic:
705
706clean-generic:
707	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
708
709distclean-generic:
710	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
711
712maintainer-clean-generic:
713	@echo "This command is intended for maintainers to use"
714	@echo "it deletes files that may require special tools to rebuild."
715	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
716clean: clean-recursive
717
718clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
719	mostlyclean-am
720
721distclean: distclean-recursive
722	-rm -rf $(DEPDIR) ./$(DEPDIR)
723	-rm -f Makefile
724distclean-am: clean-am distclean-compile distclean-generic \
725	distclean-tags
726
727dvi: dvi-recursive
728
729dvi-am:
730
731html: html-recursive
732
733info: info-recursive
734
735info-am:
736
737install-data-am: install-pkgconfigDATA
738
739install-dvi: install-dvi-recursive
740
741install-exec-am: install-binSCRIPTS install-libLTLIBRARIES
742
743install-html: install-html-recursive
744
745install-info: install-info-recursive
746
747install-man:
748
749install-pdf: install-pdf-recursive
750
751install-ps: install-ps-recursive
752
753installcheck-am:
754
755maintainer-clean: maintainer-clean-recursive
756	-rm -rf $(DEPDIR) ./$(DEPDIR)
757	-rm -f Makefile
758maintainer-clean-am: distclean-am maintainer-clean-generic
759
760mostlyclean: mostlyclean-recursive
761
762mostlyclean-am: mostlyclean-compile mostlyclean-generic \
763	mostlyclean-libtool
764
765pdf: pdf-recursive
766
767pdf-am:
768
769ps: ps-recursive
770
771ps-am:
772
773uninstall-am: uninstall-binSCRIPTS uninstall-libLTLIBRARIES \
774	uninstall-pkgconfigDATA
775
776.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
777	install-strip
778
779.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
780	all all-am check check-am clean clean-generic \
781	clean-libLTLIBRARIES clean-libtool ctags ctags-recursive \
782	distclean distclean-compile distclean-generic \
783	distclean-libtool distclean-tags distdir dvi dvi-am html \
784	html-am info info-am install install-am install-binSCRIPTS \
785	install-data install-data-am install-dvi install-dvi-am \
786	install-exec install-exec-am install-html install-html-am \
787	install-info install-info-am install-libLTLIBRARIES \
788	install-man install-pdf install-pdf-am install-pkgconfigDATA \
789	install-ps install-ps-am install-strip installcheck \
790	installcheck-am installdirs installdirs-am maintainer-clean \
791	maintainer-clean-generic mostlyclean mostlyclean-compile \
792	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
793	tags tags-recursive uninstall uninstall-am \
794	uninstall-binSCRIPTS uninstall-libLTLIBRARIES \
795	uninstall-pkgconfigDATA
796
797
798stringdefs.inc: string.defs string.pl
799	$(PERL) $(srcdir)/string.pl c $(srcdir)/string.defs >$@
800stringdefs.h: string.defs string.pl
801	$(PERL) $(srcdir)/string.pl h $(srcdir)/string.defs >$@
802see.pc: see.pc.in
803	$(SED) \
804	    -e 's,[@]libdir[@],$(libdir),g' \
805	    -e 's,[@]includedir[@],$(includedir),g' \
806	    -e 's,[@]LIBSEE_LIBS[@],$(LIBSEE_LIBS),g' \
807	    -e 's,[@]LIBSEE_REQS[@],$(LIBSEE_REQS),g' \
808	    -e 's,[@]PACKAGE_NAME[@],$(PACKAGE_NAME),g' \
809	    -e 's,[@]PACKAGE_VERSION[@],$(PACKAGE_VERSION),g' \
810	    < $(srcdir)/see.pc.in >$@
811# Tell versions [3.59,3.63) of GNU make to not export all variables.
812# Otherwise a system limit (for SysV at least) may be exceeded.
813.NOEXPORT:
814