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# This file is part of flex.
18
19# Redistribution and use in source and binary forms, with or without
20# modification, are permitted provided that the following conditions
21# are met:
22
23# 1. Redistributions of source code must retain the above copyright
24#    notice, this list of conditions and the following disclaimer.
25# 2. Redistributions in binary form must reproduce the above copyright
26#    notice, this list of conditions and the following disclaimer in the
27#    documentation and/or other materials provided with the distribution.
28
29# Neither the name of the University nor the names of its contributors
30# may be used to endorse or promote products derived from this software
31# without specific prior written permission.
32
33# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
34# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
35# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
36# PURPOSE.
37srcdir = @srcdir@
38top_srcdir = @top_srcdir@
39VPATH = @srcdir@
40pkgdatadir = $(datadir)/@PACKAGE@
41pkglibdir = $(libdir)/@PACKAGE@
42pkgincludedir = $(includedir)/@PACKAGE@
43top_builddir = ../..
44am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
45INSTALL = @INSTALL@
46install_sh_DATA = $(install_sh) -c -m 644
47install_sh_PROGRAM = $(install_sh) -c
48install_sh_SCRIPT = $(install_sh) -c
49INSTALL_HEADER = $(INSTALL_DATA)
50transform = $(program_transform_name)
51NORMAL_INSTALL = :
52PRE_INSTALL = :
53POST_INSTALL = :
54NORMAL_UNINSTALL = :
55PRE_UNINSTALL = :
56POST_UNINSTALL = :
57build_triplet = @build@
58host_triplet = @host@
59subdir = examples/manual
60DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
61	ChangeLog
62ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
63am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
64	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
65	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
66	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
67	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.in
68am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
69	$(ACLOCAL_M4)
70mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
71CONFIG_HEADER = $(top_builddir)/config.h
72CONFIG_CLEAN_FILES =
73SOURCES =
74DIST_SOURCES =
75DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
76ACLOCAL = @ACLOCAL@
77ALLOCA = @ALLOCA@
78AMDEP_FALSE = @AMDEP_FALSE@
79AMDEP_TRUE = @AMDEP_TRUE@
80AMTAR = @AMTAR@
81AUTOCONF = @AUTOCONF@
82AUTOHEADER = @AUTOHEADER@
83AUTOMAKE = @AUTOMAKE@
84AWK = @AWK@
85BISON = @BISON@
86CC = @CC@
87CCDEPMODE = @CCDEPMODE@
88CFLAGS = @CFLAGS@
89CPP = @CPP@
90CPPFLAGS = @CPPFLAGS@
91CXX = @CXX@
92CXXDEPMODE = @CXXDEPMODE@
93CXXFLAGS = @CXXFLAGS@
94CYGPATH_W = @CYGPATH_W@
95DEFS = @DEFS@
96DEPDIR = @DEPDIR@
97ECHO_C = @ECHO_C@
98ECHO_N = @ECHO_N@
99ECHO_T = @ECHO_T@
100EGREP = @EGREP@
101EXEEXT = @EXEEXT@
102GMSGFMT = @GMSGFMT@
103HELP2MAN = @HELP2MAN@
104INDENT = @INDENT@
105INSTALL_DATA = @INSTALL_DATA@
106INSTALL_PROGRAM = @INSTALL_PROGRAM@
107INSTALL_SCRIPT = @INSTALL_SCRIPT@
108INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
109INTLLIBS = @INTLLIBS@
110LDFLAGS = @LDFLAGS@
111LEX = @LEX@
112LEXLIB = @LEXLIB@
113LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
114LIBICONV = @LIBICONV@
115LIBINTL = @LIBINTL@
116LIBOBJS = @LIBOBJS@
117LIBS = @LIBS@
118LN_S = @LN_S@
119LTLIBICONV = @LTLIBICONV@
120LTLIBINTL = @LTLIBINTL@
121LTLIBOBJS = @LTLIBOBJS@
122M4 = @M4@
123MAKEINFO = @MAKEINFO@
124MKINSTALLDIRS = @MKINSTALLDIRS@
125MSGFMT = @MSGFMT@
126MSGMERGE = @MSGMERGE@
127OBJEXT = @OBJEXT@
128PACKAGE = @PACKAGE@
129PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
130PACKAGE_NAME = @PACKAGE_NAME@
131PACKAGE_STRING = @PACKAGE_STRING@
132PACKAGE_TARNAME = @PACKAGE_TARNAME@
133PACKAGE_VERSION = @PACKAGE_VERSION@
134PATH_SEPARATOR = @PATH_SEPARATOR@
135POSUB = @POSUB@
136RANLIB = @RANLIB@
137SET_MAKE = @SET_MAKE@
138SHELL = @SHELL@
139STRIP = @STRIP@
140USE_NLS = @USE_NLS@
141VERSION = @VERSION@
142XGETTEXT = @XGETTEXT@
143YACC = @YACC@
144ac_ct_CC = @ac_ct_CC@
145ac_ct_CXX = @ac_ct_CXX@
146ac_ct_RANLIB = @ac_ct_RANLIB@
147ac_ct_STRIP = @ac_ct_STRIP@
148am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
149am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
150am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
151am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
152am__include = @am__include@
153am__leading_dot = @am__leading_dot@
154am__quote = @am__quote@
155am__tar = @am__tar@
156am__untar = @am__untar@
157bindir = @bindir@
158build = @build@
159build_alias = @build_alias@
160build_cpu = @build_cpu@
161build_os = @build_os@
162build_vendor = @build_vendor@
163datadir = @datadir@
164exec_prefix = @exec_prefix@
165host = @host@
166host_alias = @host_alias@
167host_cpu = @host_cpu@
168host_os = @host_os@
169host_vendor = @host_vendor@
170includedir = @includedir@
171infodir = @infodir@
172install_sh = @install_sh@
173libdir = @libdir@
174libexecdir = @libexecdir@
175localstatedir = @localstatedir@
176mandir = @mandir@
177mkdir_p = @mkdir_p@
178oldincludedir = @oldincludedir@
179prefix = @prefix@
180program_transform_name = @program_transform_name@
181sbindir = @sbindir@
182sharedstatedir = @sharedstatedir@
183sysconfdir = @sysconfdir@
184target_alias = @target_alias@
185EXTRA_DIST = \
186	ChangeLog \
187	Makefile.examples \
188	README \
189	cat.lex   \
190	dates.lex \
191	datetest.dat \
192	eof_rules.lex \
193	eof_test01.txt \
194	eof_test02.txt \
195	eof_test03.txt \
196	expr.lex \
197	expr.y \
198	front.lex \
199	front.y \
200	j2t.lex \
201	myname.lex \
202	myname.txt \
203	myname2.lex \
204	numbers.lex \
205	pas_include.lex \
206	pascal.lex \
207	reject.lex \
208	replace.lex \
209	string1.lex \
210	string2.lex \
211	strtest.dat \
212	unput.lex \
213	user_act.lex \
214	userinit.lex \
215	wc.lex \
216	yymore.lex \
217	yymore2.lex \
218	yymoretest.dat
219
220all: all-am
221
222.SUFFIXES:
223$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
224	@for dep in $?; do \
225	  case '$(am__configure_deps)' in \
226	    *$$dep*) \
227	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
228		&& exit 0; \
229	      exit 1;; \
230	  esac; \
231	done; \
232	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits  examples/manual/Makefile'; \
233	cd $(top_srcdir) && \
234	  $(AUTOMAKE) --gnits  examples/manual/Makefile
235.PRECIOUS: Makefile
236Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
237	@case '$?' in \
238	  *config.status*) \
239	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
240	  *) \
241	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
242	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
243	esac;
244
245$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
246	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
247
248$(top_srcdir)/configure:  $(am__configure_deps)
249	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
250$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
251	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
252uninstall-info-am:
253tags: TAGS
254TAGS:
255
256ctags: CTAGS
257CTAGS:
258
259
260distdir: $(DISTFILES)
261	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
262	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
263	list='$(DISTFILES)'; for file in $$list; do \
264	  case $$file in \
265	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
266	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
267	  esac; \
268	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
269	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
270	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
271	    dir="/$$dir"; \
272	    $(mkdir_p) "$(distdir)$$dir"; \
273	  else \
274	    dir=''; \
275	  fi; \
276	  if test -d $$d/$$file; then \
277	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
278	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
279	    fi; \
280	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
281	  else \
282	    test -f $(distdir)/$$file \
283	    || cp -p $$d/$$file $(distdir)/$$file \
284	    || exit 1; \
285	  fi; \
286	done
287check-am: all-am
288check: check-am
289all-am: Makefile
290installdirs:
291install: install-am
292install-exec: install-exec-am
293install-data: install-data-am
294uninstall: uninstall-am
295
296install-am: all-am
297	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
298
299installcheck: installcheck-am
300install-strip:
301	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
302	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
303	  `test -z '$(STRIP)' || \
304	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
305mostlyclean-generic:
306
307clean-generic:
308
309distclean-generic:
310	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
311
312maintainer-clean-generic:
313	@echo "This command is intended for maintainers to use"
314	@echo "it deletes files that may require special tools to rebuild."
315clean: clean-am
316
317clean-am: clean-generic mostlyclean-am
318
319distclean: distclean-am
320	-rm -f Makefile
321distclean-am: clean-am distclean-generic
322
323dvi: dvi-am
324
325dvi-am:
326
327html: html-am
328
329info: info-am
330
331info-am:
332
333install-data-am:
334
335install-exec-am:
336
337install-info: install-info-am
338
339install-man:
340
341installcheck-am:
342
343maintainer-clean: maintainer-clean-am
344	-rm -f Makefile
345maintainer-clean-am: distclean-am maintainer-clean-generic
346
347mostlyclean: mostlyclean-am
348
349mostlyclean-am: mostlyclean-generic
350
351pdf: pdf-am
352
353pdf-am:
354
355ps: ps-am
356
357ps-am:
358
359uninstall-am: uninstall-info-am
360
361.PHONY: all all-am check check-am clean clean-generic distclean \
362	distclean-generic distdir dvi dvi-am html html-am info info-am \
363	install install-am install-data install-data-am install-exec \
364	install-exec-am install-info install-info-am install-man \
365	install-strip installcheck installcheck-am installdirs \
366	maintainer-clean maintainer-clean-generic mostlyclean \
367	mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
368	uninstall-info-am
369
370# Tell versions [3.59,3.63) of GNU make to not export all variables.
371# Otherwise a system limit (for SysV at least) may be exceeded.
372.NOEXPORT:
373