1# Makefile.in generated by automake 1.9.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005  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
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21pkgdatadir = $(datadir)/@PACKAGE@
22pkglibdir = $(libdir)/@PACKAGE@
23pkgincludedir = $(includedir)/@PACKAGE@
24top_builddir = .
25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26INSTALL = @INSTALL@
27install_sh_DATA = $(install_sh) -c -m 644
28install_sh_PROGRAM = $(install_sh) -c
29install_sh_SCRIPT = $(install_sh) -c
30INSTALL_HEADER = $(INSTALL_DATA)
31transform = $(program_transform_name)
32NORMAL_INSTALL = :
33PRE_INSTALL = :
34POST_INSTALL = :
35NORMAL_UNINSTALL = :
36PRE_UNINSTALL = :
37POST_UNINSTALL = :
38build_triplet = @build@
39host_triplet = @host@
40DIST_COMMON = README $(am__configure_deps) $(include_HEADERS) \
41	$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
42	$(srcdir)/antlr3config.h.in $(top_srcdir)/configure AUTHORS \
43	COPYING ChangeLog INSTALL NEWS config.guess config.sub depcomp \
44	install-sh ltmain.sh missing
45subdir = .
46ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
47am__aclocal_m4_deps = $(top_srcdir)/configure.ac
48am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49	$(ACLOCAL_M4)
50am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
51 configure.lineno configure.status.lineno
52mkinstalldirs = $(install_sh) -d
53CONFIG_HEADER = antlr3config.h
54CONFIG_CLEAN_FILES =
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)$(includedir)"
62libLTLIBRARIES_INSTALL = $(INSTALL)
63LTLIBRARIES = $(lib_LTLIBRARIES)
64libantlr3c_la_LIBADD =
65am__objects_1 = antlr3baserecognizer.lo antlr3basetree.lo \
66	antlr3basetreeadaptor.lo antlr3bitset.lo antlr3collections.lo \
67	antlr3commontoken.lo antlr3commontree.lo \
68	antlr3commontreeadaptor.lo antlr3commontreenodestream.lo \
69	antlr3convertutf.lo antlr3cyclicdfa.lo antlr3debughandlers.lo \
70	antlr3encodings.lo antlr3exception.lo antlr3filestream.lo \
71	antlr3inputstream.lo antlr3intstream.lo antlr3lexer.lo \
72	antlr3parser.lo antlr3rewritestreams.lo antlr3string.lo \
73	antlr3stringstream.lo antlr3tokenstream.lo antlr3treeparser.lo \
74	antlr3ucs2inputstream.lo
75am_libantlr3c_la_OBJECTS = $(am__objects_1)
76libantlr3c_la_OBJECTS = $(am_libantlr3c_la_OBJECTS)
77DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
78depcomp = $(SHELL) $(top_srcdir)/depcomp
79am__depfiles_maybe = depfiles
80COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
81	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
82LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
83	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
84	$(AM_CFLAGS) $(CFLAGS)
85CCLD = $(CC)
86LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
87	$(AM_LDFLAGS) $(LDFLAGS) -o $@
88SOURCES = $(libantlr3c_la_SOURCES)
89DIST_SOURCES = $(libantlr3c_la_SOURCES)
90includeHEADERS_INSTALL = $(INSTALL_HEADER)
91HEADERS = $(include_HEADERS)
92ETAGS = etags
93CTAGS = ctags
94DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
95distdir = $(PACKAGE)-$(VERSION)
96top_distdir = $(distdir)
97am__remove_distdir = \
98  { test ! -d $(distdir) \
99    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
100         && rm -fr $(distdir); }; }
101DIST_ARCHIVES = $(distdir).tar.gz
102GZIP_ENV = --best
103distuninstallcheck_listfiles = find . -type f -print
104distcleancheck_listfiles = find . -type f -print
105ACLOCAL = @ACLOCAL@
106AMDEP_FALSE = @AMDEP_FALSE@
107AMDEP_TRUE = @AMDEP_TRUE@
108AMTAR = @AMTAR@
109AR = @AR@
110AUTOCONF = @AUTOCONF@
111AUTOHEADER = @AUTOHEADER@
112AUTOMAKE = @AUTOMAKE@
113AWK = @AWK@
114CC = @CC@
115CCDEPMODE = @CCDEPMODE@
116CFLAGS = @CFLAGS@
117CPP = @CPP@
118CPPFLAGS = @CPPFLAGS@
119CXX = @CXX@
120CXXCPP = @CXXCPP@
121CXXDEPMODE = @CXXDEPMODE@
122CXXFLAGS = @CXXFLAGS@
123CYGPATH_W = @CYGPATH_W@
124DEFS = @DEFS@
125DEPDIR = @DEPDIR@
126ECHO = @ECHO@
127ECHO_C = @ECHO_C@
128ECHO_N = @ECHO_N@
129ECHO_T = @ECHO_T@
130EGREP = @EGREP@
131EXEEXT = @EXEEXT@
132F77 = @F77@
133FFLAGS = @FFLAGS@
134GREP = @GREP@
135INSTALL_DATA = @INSTALL_DATA@
136INSTALL_PROGRAM = @INSTALL_PROGRAM@
137INSTALL_SCRIPT = @INSTALL_SCRIPT@
138INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
139LDFLAGS = @LDFLAGS@
140LIBOBJS = @LIBOBJS@
141LIBS = @LIBS@
142LIBTOOL = @LIBTOOL@
143LN_S = @LN_S@
144LTLIBOBJS = @LTLIBOBJS@
145MAINT = @MAINT@
146MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
147MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
148MAKEINFO = @MAKEINFO@
149OBJECT_MODE = @OBJECT_MODE@
150OBJEXT = @OBJEXT@
151PACKAGE = @PACKAGE@
152PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
153PACKAGE_NAME = @PACKAGE_NAME@
154PACKAGE_STRING = @PACKAGE_STRING@
155PACKAGE_TARNAME = @PACKAGE_TARNAME@
156PACKAGE_VERSION = @PACKAGE_VERSION@
157PATH_SEPARATOR = @PATH_SEPARATOR@
158RANLIB = @RANLIB@
159SED = @SED@
160SET_MAKE = @SET_MAKE@
161SHELL = @SHELL@
162STRIP = @STRIP@
163VERSION = @VERSION@
164ac_ct_CC = @ac_ct_CC@
165ac_ct_CXX = @ac_ct_CXX@
166ac_ct_F77 = @ac_ct_F77@
167am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
168am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
169am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
170am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
171am__include = @am__include@
172am__leading_dot = @am__leading_dot@
173am__quote = @am__quote@
174am__tar = @am__tar@
175am__untar = @am__untar@
176bindir = @bindir@
177build = @build@
178build_alias = @build_alias@
179build_cpu = @build_cpu@
180build_os = @build_os@
181build_vendor = @build_vendor@
182datadir = @datadir@
183datarootdir = @datarootdir@
184docdir = @docdir@
185dvidir = @dvidir@
186exec_prefix = @exec_prefix@
187host = @host@
188host_alias = @host_alias@
189host_cpu = @host_cpu@
190host_os = @host_os@
191host_vendor = @host_vendor@
192htmldir = @htmldir@
193includedir = @includedir@
194infodir = @infodir@
195install_sh = @install_sh@
196libdir = @libdir@
197libexecdir = @libexecdir@
198localedir = @localedir@
199localstatedir = @localstatedir@
200mandir = @mandir@
201mkdir_p = @mkdir_p@
202oldincludedir = @oldincludedir@
203pdfdir = @pdfdir@
204prefix = @prefix@
205program_transform_name = @program_transform_name@
206psdir = @psdir@
207sbindir = @sbindir@
208sharedstatedir = @sharedstatedir@
209sysconfdir = @sysconfdir@
210target_alias = @target_alias@
211AUTOMAKE_OPTIONS = gnu
212AM_LIBTOOLFLAGS = 
213ACLOCAL_AMFLAGS = -I m4
214lib_LTLIBRARIES = libantlr3c.la
215LIBSOURCES = src/antlr3baserecognizer.c			\
216					src/antlr3basetree.c				\
217					src/antlr3basetreeadaptor.c			\
218					src/antlr3bitset.c					\
219					src/antlr3collections.c				\
220					src/antlr3commontoken.c				\
221					src/antlr3commontree.c				\
222					src/antlr3commontreeadaptor.c		\
223					src/antlr3commontreenodestream.c	\
224					src/antlr3convertutf.c				\
225					src/antlr3cyclicdfa.c				\
226					src/antlr3debughandlers.c			\
227					src/antlr3encodings.c				\
228					src/antlr3exception.c				\
229					src/antlr3filestream.c				\
230					src/antlr3inputstream.c				\
231					src/antlr3intstream.c				\
232					src/antlr3lexer.c					\
233					src/antlr3parser.c					\
234					src/antlr3rewritestreams.c			\
235					src/antlr3string.c					\
236					src/antlr3stringstream.c			\
237					src/antlr3tokenstream.c				\
238					src/antlr3treeparser.c				\
239					src/antlr3ucs2inputstream.c
240
241libantlr3c_la_SOURCES = $(LIBSOURCES)
242include_HEADERS = include/antlr3.h						\
243					include/antlr3baserecognizer.h			\
244					include/antlr3basetree.h				\
245					include/antlr3basetreeadaptor.h			\
246					include/antlr3bitset.h					\
247					include/antlr3collections.h				\
248					include/antlr3commontoken.h				\
249					include/antlr3commontree.h				\
250					include/antlr3commontreeadaptor.h		\
251					include/antlr3commontreenodestream.h	\
252					include/antlr3convertutf.h				\
253					include/antlr3cyclicdfa.h				\
254					include/antlr3debugeventlistener.h		\
255					include/antlr3defs.h					\
256					include/antlr3encodings.h				\
257					include/antlr3errors.h					\
258					include/antlr3exception.h				\
259					include/antlr3filestream.h				\
260					include/antlr3input.h					\
261					include/antlr3interfaces.h				\
262					include/antlr3intstream.h				\
263					include/antlr3lexer.h					\
264					include/antlr3memory.h					\
265					include/antlr3parser.h					\
266					include/antlr3parsetree.h				\
267					include/antlr3recognizersharedstate.h	\
268					include/antlr3rewritestreams.h			\
269					include/antlr3string.h					\
270					include/antlr3stringstream.h			\
271					include/antlr3tokenstream.h				\
272					include/antlr3treeparser.h				\
273					antlr3config.h
274
275libantlr3c_la_LDFLAGS = -avoid-version
276INCLUDES = -Iinclude
277EXTRA_DIST = \
278				vsrulefiles/antlr3lexerandparser.rules		\
279				vsrulefiles/antlr3lexer.rules				\
280				vsrulefiles/antlr3parser.rules				\
281				vsrulefiles/antlr3treeparser.rules			\
282			 	C.sln C.vcproj C.vcproj.vspscc				\
283				C.vssscc doxyfile doxygen
284
285all: antlr3config.h
286	$(MAKE) $(AM_MAKEFLAGS) all-am
287
288.SUFFIXES:
289.SUFFIXES: .c .lo .o .obj
290am--refresh:
291	@:
292$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
293	@for dep in $?; do \
294	  case '$(am__configure_deps)' in \
295	    *$$dep*) \
296	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
297	      cd $(srcdir) && $(AUTOMAKE) --gnu  \
298		&& exit 0; \
299	      exit 1;; \
300	  esac; \
301	done; \
302	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
303	cd $(top_srcdir) && \
304	  $(AUTOMAKE) --gnu  Makefile
305.PRECIOUS: Makefile
306Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
307	@case '$?' in \
308	  *config.status*) \
309	    echo ' $(SHELL) ./config.status'; \
310	    $(SHELL) ./config.status;; \
311	  *) \
312	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
313	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
314	esac;
315
316$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
317	$(SHELL) ./config.status --recheck
318
319$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
320	cd $(srcdir) && $(AUTOCONF)
321$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
322	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
323
324antlr3config.h: stamp-h1
325	@if test ! -f $@; then \
326	  rm -f stamp-h1; \
327	  $(MAKE) stamp-h1; \
328	else :; fi
329
330stamp-h1: $(srcdir)/antlr3config.h.in $(top_builddir)/config.status
331	@rm -f stamp-h1
332	cd $(top_builddir) && $(SHELL) ./config.status antlr3config.h
333$(srcdir)/antlr3config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
334	cd $(top_srcdir) && $(AUTOHEADER)
335	rm -f stamp-h1
336	touch $@
337
338distclean-hdr:
339	-rm -f antlr3config.h stamp-h1
340install-libLTLIBRARIES: $(lib_LTLIBRARIES)
341	@$(NORMAL_INSTALL)
342	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
343	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
344	  if test -f $$p; then \
345	    f=$(am__strip_dir) \
346	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
347	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
348	  else :; fi; \
349	done
350
351uninstall-libLTLIBRARIES:
352	@$(NORMAL_UNINSTALL)
353	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
354	  p=$(am__strip_dir) \
355	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
356	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
357	done
358
359clean-libLTLIBRARIES:
360	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
361	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
362	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
363	  test "$$dir" != "$$p" || dir=.; \
364	  echo "rm -f \"$${dir}/so_locations\""; \
365	  rm -f "$${dir}/so_locations"; \
366	done
367libantlr3c.la: $(libantlr3c_la_OBJECTS) $(libantlr3c_la_DEPENDENCIES) 
368	$(LINK) -rpath $(libdir) $(libantlr3c_la_LDFLAGS) $(libantlr3c_la_OBJECTS) $(libantlr3c_la_LIBADD) $(LIBS)
369
370mostlyclean-compile:
371	-rm -f *.$(OBJEXT)
372
373distclean-compile:
374	-rm -f *.tab.c
375
376@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/antlr3baserecognizer.Plo@am__quote@
377@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/antlr3basetree.Plo@am__quote@
378@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/antlr3basetreeadaptor.Plo@am__quote@
379@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/antlr3bitset.Plo@am__quote@
380@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/antlr3collections.Plo@am__quote@
381@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/antlr3commontoken.Plo@am__quote@
382@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/antlr3commontree.Plo@am__quote@
383@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/antlr3commontreeadaptor.Plo@am__quote@
384@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/antlr3commontreenodestream.Plo@am__quote@
385@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/antlr3convertutf.Plo@am__quote@
386@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/antlr3cyclicdfa.Plo@am__quote@
387@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/antlr3debughandlers.Plo@am__quote@
388@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/antlr3encodings.Plo@am__quote@
389@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/antlr3exception.Plo@am__quote@
390@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/antlr3filestream.Plo@am__quote@
391@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/antlr3inputstream.Plo@am__quote@
392@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/antlr3intstream.Plo@am__quote@
393@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/antlr3lexer.Plo@am__quote@
394@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/antlr3parser.Plo@am__quote@
395@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/antlr3rewritestreams.Plo@am__quote@
396@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/antlr3string.Plo@am__quote@
397@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/antlr3stringstream.Plo@am__quote@
398@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/antlr3tokenstream.Plo@am__quote@
399@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/antlr3treeparser.Plo@am__quote@
400@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/antlr3ucs2inputstream.Plo@am__quote@
401
402.c.o:
403@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
404@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
405@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
406@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
407@am__fastdepCC_FALSE@	$(COMPILE) -c $<
408
409.c.obj:
410@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
411@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
412@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
413@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
414@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
415
416.c.lo:
417@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
418@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
419@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
420@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
421@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
422
423antlr3baserecognizer.lo: src/antlr3baserecognizer.c
424@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT antlr3baserecognizer.lo -MD -MP -MF "$(DEPDIR)/antlr3baserecognizer.Tpo" -c -o antlr3baserecognizer.lo `test -f 'src/antlr3baserecognizer.c' || echo '$(srcdir)/'`src/antlr3baserecognizer.c; \
425@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/antlr3baserecognizer.Tpo" "$(DEPDIR)/antlr3baserecognizer.Plo"; else rm -f "$(DEPDIR)/antlr3baserecognizer.Tpo"; exit 1; fi
426@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/antlr3baserecognizer.c' object='antlr3baserecognizer.lo' libtool=yes @AMDEPBACKSLASH@
427@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
428@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o antlr3baserecognizer.lo `test -f 'src/antlr3baserecognizer.c' || echo '$(srcdir)/'`src/antlr3baserecognizer.c
429
430antlr3basetree.lo: src/antlr3basetree.c
431@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT antlr3basetree.lo -MD -MP -MF "$(DEPDIR)/antlr3basetree.Tpo" -c -o antlr3basetree.lo `test -f 'src/antlr3basetree.c' || echo '$(srcdir)/'`src/antlr3basetree.c; \
432@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/antlr3basetree.Tpo" "$(DEPDIR)/antlr3basetree.Plo"; else rm -f "$(DEPDIR)/antlr3basetree.Tpo"; exit 1; fi
433@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/antlr3basetree.c' object='antlr3basetree.lo' libtool=yes @AMDEPBACKSLASH@
434@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
435@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o antlr3basetree.lo `test -f 'src/antlr3basetree.c' || echo '$(srcdir)/'`src/antlr3basetree.c
436
437antlr3basetreeadaptor.lo: src/antlr3basetreeadaptor.c
438@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT antlr3basetreeadaptor.lo -MD -MP -MF "$(DEPDIR)/antlr3basetreeadaptor.Tpo" -c -o antlr3basetreeadaptor.lo `test -f 'src/antlr3basetreeadaptor.c' || echo '$(srcdir)/'`src/antlr3basetreeadaptor.c; \
439@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/antlr3basetreeadaptor.Tpo" "$(DEPDIR)/antlr3basetreeadaptor.Plo"; else rm -f "$(DEPDIR)/antlr3basetreeadaptor.Tpo"; exit 1; fi
440@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/antlr3basetreeadaptor.c' object='antlr3basetreeadaptor.lo' libtool=yes @AMDEPBACKSLASH@
441@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
442@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o antlr3basetreeadaptor.lo `test -f 'src/antlr3basetreeadaptor.c' || echo '$(srcdir)/'`src/antlr3basetreeadaptor.c
443
444antlr3bitset.lo: src/antlr3bitset.c
445@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT antlr3bitset.lo -MD -MP -MF "$(DEPDIR)/antlr3bitset.Tpo" -c -o antlr3bitset.lo `test -f 'src/antlr3bitset.c' || echo '$(srcdir)/'`src/antlr3bitset.c; \
446@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/antlr3bitset.Tpo" "$(DEPDIR)/antlr3bitset.Plo"; else rm -f "$(DEPDIR)/antlr3bitset.Tpo"; exit 1; fi
447@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/antlr3bitset.c' object='antlr3bitset.lo' libtool=yes @AMDEPBACKSLASH@
448@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
449@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o antlr3bitset.lo `test -f 'src/antlr3bitset.c' || echo '$(srcdir)/'`src/antlr3bitset.c
450
451antlr3collections.lo: src/antlr3collections.c
452@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT antlr3collections.lo -MD -MP -MF "$(DEPDIR)/antlr3collections.Tpo" -c -o antlr3collections.lo `test -f 'src/antlr3collections.c' || echo '$(srcdir)/'`src/antlr3collections.c; \
453@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/antlr3collections.Tpo" "$(DEPDIR)/antlr3collections.Plo"; else rm -f "$(DEPDIR)/antlr3collections.Tpo"; exit 1; fi
454@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/antlr3collections.c' object='antlr3collections.lo' libtool=yes @AMDEPBACKSLASH@
455@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
456@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o antlr3collections.lo `test -f 'src/antlr3collections.c' || echo '$(srcdir)/'`src/antlr3collections.c
457
458antlr3commontoken.lo: src/antlr3commontoken.c
459@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT antlr3commontoken.lo -MD -MP -MF "$(DEPDIR)/antlr3commontoken.Tpo" -c -o antlr3commontoken.lo `test -f 'src/antlr3commontoken.c' || echo '$(srcdir)/'`src/antlr3commontoken.c; \
460@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/antlr3commontoken.Tpo" "$(DEPDIR)/antlr3commontoken.Plo"; else rm -f "$(DEPDIR)/antlr3commontoken.Tpo"; exit 1; fi
461@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/antlr3commontoken.c' object='antlr3commontoken.lo' libtool=yes @AMDEPBACKSLASH@
462@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
463@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o antlr3commontoken.lo `test -f 'src/antlr3commontoken.c' || echo '$(srcdir)/'`src/antlr3commontoken.c
464
465antlr3commontree.lo: src/antlr3commontree.c
466@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT antlr3commontree.lo -MD -MP -MF "$(DEPDIR)/antlr3commontree.Tpo" -c -o antlr3commontree.lo `test -f 'src/antlr3commontree.c' || echo '$(srcdir)/'`src/antlr3commontree.c; \
467@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/antlr3commontree.Tpo" "$(DEPDIR)/antlr3commontree.Plo"; else rm -f "$(DEPDIR)/antlr3commontree.Tpo"; exit 1; fi
468@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/antlr3commontree.c' object='antlr3commontree.lo' libtool=yes @AMDEPBACKSLASH@
469@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
470@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o antlr3commontree.lo `test -f 'src/antlr3commontree.c' || echo '$(srcdir)/'`src/antlr3commontree.c
471
472antlr3commontreeadaptor.lo: src/antlr3commontreeadaptor.c
473@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT antlr3commontreeadaptor.lo -MD -MP -MF "$(DEPDIR)/antlr3commontreeadaptor.Tpo" -c -o antlr3commontreeadaptor.lo `test -f 'src/antlr3commontreeadaptor.c' || echo '$(srcdir)/'`src/antlr3commontreeadaptor.c; \
474@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/antlr3commontreeadaptor.Tpo" "$(DEPDIR)/antlr3commontreeadaptor.Plo"; else rm -f "$(DEPDIR)/antlr3commontreeadaptor.Tpo"; exit 1; fi
475@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/antlr3commontreeadaptor.c' object='antlr3commontreeadaptor.lo' libtool=yes @AMDEPBACKSLASH@
476@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
477@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o antlr3commontreeadaptor.lo `test -f 'src/antlr3commontreeadaptor.c' || echo '$(srcdir)/'`src/antlr3commontreeadaptor.c
478
479antlr3commontreenodestream.lo: src/antlr3commontreenodestream.c
480@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT antlr3commontreenodestream.lo -MD -MP -MF "$(DEPDIR)/antlr3commontreenodestream.Tpo" -c -o antlr3commontreenodestream.lo `test -f 'src/antlr3commontreenodestream.c' || echo '$(srcdir)/'`src/antlr3commontreenodestream.c; \
481@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/antlr3commontreenodestream.Tpo" "$(DEPDIR)/antlr3commontreenodestream.Plo"; else rm -f "$(DEPDIR)/antlr3commontreenodestream.Tpo"; exit 1; fi
482@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/antlr3commontreenodestream.c' object='antlr3commontreenodestream.lo' libtool=yes @AMDEPBACKSLASH@
483@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
484@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o antlr3commontreenodestream.lo `test -f 'src/antlr3commontreenodestream.c' || echo '$(srcdir)/'`src/antlr3commontreenodestream.c
485
486antlr3convertutf.lo: src/antlr3convertutf.c
487@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT antlr3convertutf.lo -MD -MP -MF "$(DEPDIR)/antlr3convertutf.Tpo" -c -o antlr3convertutf.lo `test -f 'src/antlr3convertutf.c' || echo '$(srcdir)/'`src/antlr3convertutf.c; \
488@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/antlr3convertutf.Tpo" "$(DEPDIR)/antlr3convertutf.Plo"; else rm -f "$(DEPDIR)/antlr3convertutf.Tpo"; exit 1; fi
489@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/antlr3convertutf.c' object='antlr3convertutf.lo' libtool=yes @AMDEPBACKSLASH@
490@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
491@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o antlr3convertutf.lo `test -f 'src/antlr3convertutf.c' || echo '$(srcdir)/'`src/antlr3convertutf.c
492
493antlr3cyclicdfa.lo: src/antlr3cyclicdfa.c
494@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT antlr3cyclicdfa.lo -MD -MP -MF "$(DEPDIR)/antlr3cyclicdfa.Tpo" -c -o antlr3cyclicdfa.lo `test -f 'src/antlr3cyclicdfa.c' || echo '$(srcdir)/'`src/antlr3cyclicdfa.c; \
495@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/antlr3cyclicdfa.Tpo" "$(DEPDIR)/antlr3cyclicdfa.Plo"; else rm -f "$(DEPDIR)/antlr3cyclicdfa.Tpo"; exit 1; fi
496@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/antlr3cyclicdfa.c' object='antlr3cyclicdfa.lo' libtool=yes @AMDEPBACKSLASH@
497@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
498@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o antlr3cyclicdfa.lo `test -f 'src/antlr3cyclicdfa.c' || echo '$(srcdir)/'`src/antlr3cyclicdfa.c
499
500antlr3debughandlers.lo: src/antlr3debughandlers.c
501@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT antlr3debughandlers.lo -MD -MP -MF "$(DEPDIR)/antlr3debughandlers.Tpo" -c -o antlr3debughandlers.lo `test -f 'src/antlr3debughandlers.c' || echo '$(srcdir)/'`src/antlr3debughandlers.c; \
502@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/antlr3debughandlers.Tpo" "$(DEPDIR)/antlr3debughandlers.Plo"; else rm -f "$(DEPDIR)/antlr3debughandlers.Tpo"; exit 1; fi
503@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/antlr3debughandlers.c' object='antlr3debughandlers.lo' libtool=yes @AMDEPBACKSLASH@
504@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
505@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o antlr3debughandlers.lo `test -f 'src/antlr3debughandlers.c' || echo '$(srcdir)/'`src/antlr3debughandlers.c
506
507antlr3encodings.lo: src/antlr3encodings.c
508@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT antlr3encodings.lo -MD -MP -MF "$(DEPDIR)/antlr3encodings.Tpo" -c -o antlr3encodings.lo `test -f 'src/antlr3encodings.c' || echo '$(srcdir)/'`src/antlr3encodings.c; \
509@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/antlr3encodings.Tpo" "$(DEPDIR)/antlr3encodings.Plo"; else rm -f "$(DEPDIR)/antlr3encodings.Tpo"; exit 1; fi
510@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/antlr3encodings.c' object='antlr3encodings.lo' libtool=yes @AMDEPBACKSLASH@
511@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
512@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o antlr3encodings.lo `test -f 'src/antlr3encodings.c' || echo '$(srcdir)/'`src/antlr3encodings.c
513
514antlr3exception.lo: src/antlr3exception.c
515@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT antlr3exception.lo -MD -MP -MF "$(DEPDIR)/antlr3exception.Tpo" -c -o antlr3exception.lo `test -f 'src/antlr3exception.c' || echo '$(srcdir)/'`src/antlr3exception.c; \
516@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/antlr3exception.Tpo" "$(DEPDIR)/antlr3exception.Plo"; else rm -f "$(DEPDIR)/antlr3exception.Tpo"; exit 1; fi
517@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/antlr3exception.c' object='antlr3exception.lo' libtool=yes @AMDEPBACKSLASH@
518@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
519@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o antlr3exception.lo `test -f 'src/antlr3exception.c' || echo '$(srcdir)/'`src/antlr3exception.c
520
521antlr3filestream.lo: src/antlr3filestream.c
522@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT antlr3filestream.lo -MD -MP -MF "$(DEPDIR)/antlr3filestream.Tpo" -c -o antlr3filestream.lo `test -f 'src/antlr3filestream.c' || echo '$(srcdir)/'`src/antlr3filestream.c; \
523@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/antlr3filestream.Tpo" "$(DEPDIR)/antlr3filestream.Plo"; else rm -f "$(DEPDIR)/antlr3filestream.Tpo"; exit 1; fi
524@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/antlr3filestream.c' object='antlr3filestream.lo' libtool=yes @AMDEPBACKSLASH@
525@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
526@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o antlr3filestream.lo `test -f 'src/antlr3filestream.c' || echo '$(srcdir)/'`src/antlr3filestream.c
527
528antlr3inputstream.lo: src/antlr3inputstream.c
529@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT antlr3inputstream.lo -MD -MP -MF "$(DEPDIR)/antlr3inputstream.Tpo" -c -o antlr3inputstream.lo `test -f 'src/antlr3inputstream.c' || echo '$(srcdir)/'`src/antlr3inputstream.c; \
530@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/antlr3inputstream.Tpo" "$(DEPDIR)/antlr3inputstream.Plo"; else rm -f "$(DEPDIR)/antlr3inputstream.Tpo"; exit 1; fi
531@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/antlr3inputstream.c' object='antlr3inputstream.lo' libtool=yes @AMDEPBACKSLASH@
532@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
533@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o antlr3inputstream.lo `test -f 'src/antlr3inputstream.c' || echo '$(srcdir)/'`src/antlr3inputstream.c
534
535antlr3intstream.lo: src/antlr3intstream.c
536@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT antlr3intstream.lo -MD -MP -MF "$(DEPDIR)/antlr3intstream.Tpo" -c -o antlr3intstream.lo `test -f 'src/antlr3intstream.c' || echo '$(srcdir)/'`src/antlr3intstream.c; \
537@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/antlr3intstream.Tpo" "$(DEPDIR)/antlr3intstream.Plo"; else rm -f "$(DEPDIR)/antlr3intstream.Tpo"; exit 1; fi
538@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/antlr3intstream.c' object='antlr3intstream.lo' libtool=yes @AMDEPBACKSLASH@
539@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
540@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o antlr3intstream.lo `test -f 'src/antlr3intstream.c' || echo '$(srcdir)/'`src/antlr3intstream.c
541
542antlr3lexer.lo: src/antlr3lexer.c
543@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT antlr3lexer.lo -MD -MP -MF "$(DEPDIR)/antlr3lexer.Tpo" -c -o antlr3lexer.lo `test -f 'src/antlr3lexer.c' || echo '$(srcdir)/'`src/antlr3lexer.c; \
544@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/antlr3lexer.Tpo" "$(DEPDIR)/antlr3lexer.Plo"; else rm -f "$(DEPDIR)/antlr3lexer.Tpo"; exit 1; fi
545@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/antlr3lexer.c' object='antlr3lexer.lo' libtool=yes @AMDEPBACKSLASH@
546@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
547@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o antlr3lexer.lo `test -f 'src/antlr3lexer.c' || echo '$(srcdir)/'`src/antlr3lexer.c
548
549antlr3parser.lo: src/antlr3parser.c
550@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT antlr3parser.lo -MD -MP -MF "$(DEPDIR)/antlr3parser.Tpo" -c -o antlr3parser.lo `test -f 'src/antlr3parser.c' || echo '$(srcdir)/'`src/antlr3parser.c; \
551@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/antlr3parser.Tpo" "$(DEPDIR)/antlr3parser.Plo"; else rm -f "$(DEPDIR)/antlr3parser.Tpo"; exit 1; fi
552@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/antlr3parser.c' object='antlr3parser.lo' libtool=yes @AMDEPBACKSLASH@
553@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
554@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o antlr3parser.lo `test -f 'src/antlr3parser.c' || echo '$(srcdir)/'`src/antlr3parser.c
555
556antlr3rewritestreams.lo: src/antlr3rewritestreams.c
557@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT antlr3rewritestreams.lo -MD -MP -MF "$(DEPDIR)/antlr3rewritestreams.Tpo" -c -o antlr3rewritestreams.lo `test -f 'src/antlr3rewritestreams.c' || echo '$(srcdir)/'`src/antlr3rewritestreams.c; \
558@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/antlr3rewritestreams.Tpo" "$(DEPDIR)/antlr3rewritestreams.Plo"; else rm -f "$(DEPDIR)/antlr3rewritestreams.Tpo"; exit 1; fi
559@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/antlr3rewritestreams.c' object='antlr3rewritestreams.lo' libtool=yes @AMDEPBACKSLASH@
560@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
561@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o antlr3rewritestreams.lo `test -f 'src/antlr3rewritestreams.c' || echo '$(srcdir)/'`src/antlr3rewritestreams.c
562
563antlr3string.lo: src/antlr3string.c
564@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT antlr3string.lo -MD -MP -MF "$(DEPDIR)/antlr3string.Tpo" -c -o antlr3string.lo `test -f 'src/antlr3string.c' || echo '$(srcdir)/'`src/antlr3string.c; \
565@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/antlr3string.Tpo" "$(DEPDIR)/antlr3string.Plo"; else rm -f "$(DEPDIR)/antlr3string.Tpo"; exit 1; fi
566@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/antlr3string.c' object='antlr3string.lo' libtool=yes @AMDEPBACKSLASH@
567@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
568@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o antlr3string.lo `test -f 'src/antlr3string.c' || echo '$(srcdir)/'`src/antlr3string.c
569
570antlr3stringstream.lo: src/antlr3stringstream.c
571@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT antlr3stringstream.lo -MD -MP -MF "$(DEPDIR)/antlr3stringstream.Tpo" -c -o antlr3stringstream.lo `test -f 'src/antlr3stringstream.c' || echo '$(srcdir)/'`src/antlr3stringstream.c; \
572@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/antlr3stringstream.Tpo" "$(DEPDIR)/antlr3stringstream.Plo"; else rm -f "$(DEPDIR)/antlr3stringstream.Tpo"; exit 1; fi
573@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/antlr3stringstream.c' object='antlr3stringstream.lo' libtool=yes @AMDEPBACKSLASH@
574@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
575@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o antlr3stringstream.lo `test -f 'src/antlr3stringstream.c' || echo '$(srcdir)/'`src/antlr3stringstream.c
576
577antlr3tokenstream.lo: src/antlr3tokenstream.c
578@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT antlr3tokenstream.lo -MD -MP -MF "$(DEPDIR)/antlr3tokenstream.Tpo" -c -o antlr3tokenstream.lo `test -f 'src/antlr3tokenstream.c' || echo '$(srcdir)/'`src/antlr3tokenstream.c; \
579@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/antlr3tokenstream.Tpo" "$(DEPDIR)/antlr3tokenstream.Plo"; else rm -f "$(DEPDIR)/antlr3tokenstream.Tpo"; exit 1; fi
580@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/antlr3tokenstream.c' object='antlr3tokenstream.lo' libtool=yes @AMDEPBACKSLASH@
581@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
582@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o antlr3tokenstream.lo `test -f 'src/antlr3tokenstream.c' || echo '$(srcdir)/'`src/antlr3tokenstream.c
583
584antlr3treeparser.lo: src/antlr3treeparser.c
585@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT antlr3treeparser.lo -MD -MP -MF "$(DEPDIR)/antlr3treeparser.Tpo" -c -o antlr3treeparser.lo `test -f 'src/antlr3treeparser.c' || echo '$(srcdir)/'`src/antlr3treeparser.c; \
586@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/antlr3treeparser.Tpo" "$(DEPDIR)/antlr3treeparser.Plo"; else rm -f "$(DEPDIR)/antlr3treeparser.Tpo"; exit 1; fi
587@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/antlr3treeparser.c' object='antlr3treeparser.lo' libtool=yes @AMDEPBACKSLASH@
588@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
589@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o antlr3treeparser.lo `test -f 'src/antlr3treeparser.c' || echo '$(srcdir)/'`src/antlr3treeparser.c
590
591antlr3ucs2inputstream.lo: src/antlr3ucs2inputstream.c
592@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT antlr3ucs2inputstream.lo -MD -MP -MF "$(DEPDIR)/antlr3ucs2inputstream.Tpo" -c -o antlr3ucs2inputstream.lo `test -f 'src/antlr3ucs2inputstream.c' || echo '$(srcdir)/'`src/antlr3ucs2inputstream.c; \
593@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/antlr3ucs2inputstream.Tpo" "$(DEPDIR)/antlr3ucs2inputstream.Plo"; else rm -f "$(DEPDIR)/antlr3ucs2inputstream.Tpo"; exit 1; fi
594@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/antlr3ucs2inputstream.c' object='antlr3ucs2inputstream.lo' libtool=yes @AMDEPBACKSLASH@
595@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
596@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o antlr3ucs2inputstream.lo `test -f 'src/antlr3ucs2inputstream.c' || echo '$(srcdir)/'`src/antlr3ucs2inputstream.c
597
598mostlyclean-libtool:
599	-rm -f *.lo
600
601clean-libtool:
602	-rm -rf .libs _libs
603
604distclean-libtool:
605	-rm -f libtool
606uninstall-info-am:
607install-includeHEADERS: $(include_HEADERS)
608	@$(NORMAL_INSTALL)
609	test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"
610	@list='$(include_HEADERS)'; for p in $$list; do \
611	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
612	  f=$(am__strip_dir) \
613	  echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
614	  $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
615	done
616
617uninstall-includeHEADERS:
618	@$(NORMAL_UNINSTALL)
619	@list='$(include_HEADERS)'; for p in $$list; do \
620	  f=$(am__strip_dir) \
621	  echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
622	  rm -f "$(DESTDIR)$(includedir)/$$f"; \
623	done
624
625ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
626	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
627	unique=`for i in $$list; do \
628	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
629	  done | \
630	  $(AWK) '    { files[$$0] = 1; } \
631	       END { for (i in files) print i; }'`; \
632	mkid -fID $$unique
633tags: TAGS
634
635TAGS:  $(HEADERS) $(SOURCES) antlr3config.h.in $(TAGS_DEPENDENCIES) \
636		$(TAGS_FILES) $(LISP)
637	tags=; \
638	here=`pwd`; \
639	list='$(SOURCES) $(HEADERS) antlr3config.h.in $(LISP) $(TAGS_FILES)'; \
640	unique=`for i in $$list; do \
641	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
642	  done | \
643	  $(AWK) '    { files[$$0] = 1; } \
644	       END { for (i in files) print i; }'`; \
645	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
646	  test -n "$$unique" || unique=$$empty_fix; \
647	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
648	    $$tags $$unique; \
649	fi
650ctags: CTAGS
651CTAGS:  $(HEADERS) $(SOURCES) antlr3config.h.in $(TAGS_DEPENDENCIES) \
652		$(TAGS_FILES) $(LISP)
653	tags=; \
654	here=`pwd`; \
655	list='$(SOURCES) $(HEADERS) antlr3config.h.in $(LISP) $(TAGS_FILES)'; \
656	unique=`for i in $$list; do \
657	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
658	  done | \
659	  $(AWK) '    { files[$$0] = 1; } \
660	       END { for (i in files) print i; }'`; \
661	test -z "$(CTAGS_ARGS)$$tags$$unique" \
662	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
663	     $$tags $$unique
664
665GTAGS:
666	here=`$(am__cd) $(top_builddir) && pwd` \
667	  && cd $(top_srcdir) \
668	  && gtags -i $(GTAGS_ARGS) $$here
669
670distclean-tags:
671	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
672
673distdir: $(DISTFILES)
674	$(am__remove_distdir)
675	mkdir $(distdir)
676	$(mkdir_p) $(distdir)/include $(distdir)/vsrulefiles
677	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
678	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
679	list='$(DISTFILES)'; for file in $$list; do \
680	  case $$file in \
681	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
682	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
683	  esac; \
684	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
685	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
686	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
687	    dir="/$$dir"; \
688	    $(mkdir_p) "$(distdir)$$dir"; \
689	  else \
690	    dir=''; \
691	  fi; \
692	  if test -d $$d/$$file; then \
693	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
694	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
695	    fi; \
696	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
697	  else \
698	    test -f $(distdir)/$$file \
699	    || cp -p $$d/$$file $(distdir)/$$file \
700	    || exit 1; \
701	  fi; \
702	done
703	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
704	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
705	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
706	  ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
707	|| chmod -R a+r $(distdir)
708dist-gzip: distdir
709	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
710	$(am__remove_distdir)
711
712dist-bzip2: distdir
713	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
714	$(am__remove_distdir)
715
716dist-tarZ: distdir
717	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
718	$(am__remove_distdir)
719
720dist-shar: distdir
721	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
722	$(am__remove_distdir)
723
724dist-zip: distdir
725	-rm -f $(distdir).zip
726	zip -rq $(distdir).zip $(distdir)
727	$(am__remove_distdir)
728
729dist dist-all: distdir
730	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
731	$(am__remove_distdir)
732
733# This target untars the dist file and tries a VPATH configuration.  Then
734# it guarantees that the distribution is self-contained by making another
735# tarfile.
736distcheck: dist
737	case '$(DIST_ARCHIVES)' in \
738	*.tar.gz*) \
739	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
740	*.tar.bz2*) \
741	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
742	*.tar.Z*) \
743	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
744	*.shar.gz*) \
745	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
746	*.zip*) \
747	  unzip $(distdir).zip ;;\
748	esac
749	chmod -R a-w $(distdir); chmod a+w $(distdir)
750	mkdir $(distdir)/_build
751	mkdir $(distdir)/_inst
752	chmod a-w $(distdir)
753	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
754	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
755	  && cd $(distdir)/_build \
756	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
757	    $(DISTCHECK_CONFIGURE_FLAGS) \
758	  && $(MAKE) $(AM_MAKEFLAGS) \
759	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
760	  && $(MAKE) $(AM_MAKEFLAGS) check \
761	  && $(MAKE) $(AM_MAKEFLAGS) install \
762	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
763	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
764	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
765	        distuninstallcheck \
766	  && chmod -R a-w "$$dc_install_base" \
767	  && ({ \
768	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
769	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
770	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
771	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
772	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
773	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
774	  && rm -rf "$$dc_destdir" \
775	  && $(MAKE) $(AM_MAKEFLAGS) dist \
776	  && rm -rf $(DIST_ARCHIVES) \
777	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
778	$(am__remove_distdir)
779	@(echo "$(distdir) archives ready for distribution: "; \
780	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
781	  sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
782distuninstallcheck:
783	@cd $(distuninstallcheck_dir) \
784	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
785	   || { echo "ERROR: files left after uninstall:" ; \
786	        if test -n "$(DESTDIR)"; then \
787	          echo "  (check DESTDIR support)"; \
788	        fi ; \
789	        $(distuninstallcheck_listfiles) ; \
790	        exit 1; } >&2
791distcleancheck: distclean
792	@if test '$(srcdir)' = . ; then \
793	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
794	  exit 1 ; \
795	fi
796	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
797	  || { echo "ERROR: files left in build directory after distclean:" ; \
798	       $(distcleancheck_listfiles) ; \
799	       exit 1; } >&2
800check-am: all-am
801check: check-am
802all-am: Makefile $(LTLIBRARIES) $(HEADERS) antlr3config.h
803installdirs:
804	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
805	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
806	done
807install: install-am
808install-exec: install-exec-am
809install-data: install-data-am
810uninstall: uninstall-am
811
812install-am: all-am
813	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
814
815installcheck: installcheck-am
816install-strip:
817	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
818	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
819	  `test -z '$(STRIP)' || \
820	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
821mostlyclean-generic:
822
823clean-generic:
824
825distclean-generic:
826	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
827
828maintainer-clean-generic:
829	@echo "This command is intended for maintainers to use"
830	@echo "it deletes files that may require special tools to rebuild."
831clean: clean-am
832
833clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
834	mostlyclean-am
835
836distclean: distclean-am
837	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
838	-rm -rf ./$(DEPDIR)
839	-rm -f Makefile
840distclean-am: clean-am distclean-compile distclean-generic \
841	distclean-hdr distclean-libtool distclean-tags
842
843dvi: dvi-am
844
845dvi-am:
846
847html: html-am
848
849info: info-am
850
851info-am:
852
853install-data-am: install-includeHEADERS
854
855install-exec-am: install-libLTLIBRARIES
856
857install-info: install-info-am
858
859install-man:
860
861installcheck-am:
862
863maintainer-clean: maintainer-clean-am
864	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
865	-rm -rf $(top_srcdir)/autom4te.cache
866	-rm -rf ./$(DEPDIR)
867	-rm -f Makefile
868maintainer-clean-am: distclean-am maintainer-clean-generic
869
870mostlyclean: mostlyclean-am
871
872mostlyclean-am: mostlyclean-compile mostlyclean-generic \
873	mostlyclean-libtool
874
875pdf: pdf-am
876
877pdf-am:
878
879ps: ps-am
880
881ps-am:
882
883uninstall-am: uninstall-includeHEADERS uninstall-info-am \
884	uninstall-libLTLIBRARIES
885
886.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
887	clean-generic clean-libLTLIBRARIES clean-libtool ctags dist \
888	dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip \
889	distcheck distclean distclean-compile distclean-generic \
890	distclean-hdr distclean-libtool distclean-tags distcleancheck \
891	distdir distuninstallcheck dvi dvi-am html html-am info \
892	info-am install install-am install-data install-data-am \
893	install-exec install-exec-am install-includeHEADERS \
894	install-info install-info-am install-libLTLIBRARIES \
895	install-man install-strip installcheck installcheck-am \
896	installdirs maintainer-clean maintainer-clean-generic \
897	mostlyclean mostlyclean-compile mostlyclean-generic \
898	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
899	uninstall-am uninstall-includeHEADERS uninstall-info-am \
900	uninstall-libLTLIBRARIES
901
902
903export OBJECT_MODE
904# Tell versions [3.59,3.63) of GNU make to not export all variables.
905# Otherwise a system limit (for SysV at least) may be exceeded.
906.NOEXPORT:
907