xref: /minix3/external/bsd/flex/dist/examples/manual/Makefile.in (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1# Makefile.in generated by automake 1.11.6 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, 2009, 2010, 2011 Free Software
6# Foundation, Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18# This file is part of flex.
19
20# Redistribution and use in source and binary forms, with or without
21# modification, are permitted provided that the following conditions
22# are met:
23
24# 1. Redistributions of source code must retain the above copyright
25#    notice, this list of conditions and the following disclaimer.
26# 2. Redistributions in binary form must reproduce the above copyright
27#    notice, this list of conditions and the following disclaimer in the
28#    documentation and/or other materials provided with the distribution.
29
30# Neither the name of the University nor the names of its contributors
31# may be used to endorse or promote products derived from this software
32# without specific prior written permission.
33
34# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
35# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
36# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
37# PURPOSE.
38VPATH = @srcdir@
39am__make_dryrun = \
40  { \
41    am__dry=no; \
42    case $$MAKEFLAGS in \
43      *\\[\ \	]*) \
44        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
45          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
46      *) \
47        for am__flg in $$MAKEFLAGS; do \
48          case $$am__flg in \
49            *=*|--*) ;; \
50            *n*) am__dry=yes; break;; \
51          esac; \
52        done;; \
53    esac; \
54    test $$am__dry = yes; \
55  }
56pkgdatadir = $(datadir)/@PACKAGE@
57pkgincludedir = $(includedir)/@PACKAGE@
58pkglibdir = $(libdir)/@PACKAGE@
59pkglibexecdir = $(libexecdir)/@PACKAGE@
60am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
61install_sh_DATA = $(install_sh) -c -m 644
62install_sh_PROGRAM = $(install_sh) -c
63install_sh_SCRIPT = $(install_sh) -c
64INSTALL_HEADER = $(INSTALL_DATA)
65transform = $(program_transform_name)
66NORMAL_INSTALL = :
67PRE_INSTALL = :
68POST_INSTALL = :
69NORMAL_UNINSTALL = :
70PRE_UNINSTALL = :
71POST_UNINSTALL = :
72build_triplet = @build@
73host_triplet = @host@
74subdir = examples/manual
75DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
76	ChangeLog
77ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
78am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
79	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
80	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
81	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
82	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
83	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
84	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
85	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
86am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
87	$(ACLOCAL_M4)
88mkinstalldirs = $(install_sh) -d
89CONFIG_HEADER = $(top_builddir)/config.h
90CONFIG_CLEAN_FILES =
91CONFIG_CLEAN_VPATH_FILES =
92SOURCES =
93DIST_SOURCES =
94am__can_run_installinfo = \
95  case $$AM_UPDATE_INFO_DIR in \
96    n|no|NO) false;; \
97    *) (install-info --version) >/dev/null 2>&1;; \
98  esac
99DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
100ACLOCAL = @ACLOCAL@
101ALLOCA = @ALLOCA@
102AMTAR = @AMTAR@
103AR = @AR@
104AUTOCONF = @AUTOCONF@
105AUTOHEADER = @AUTOHEADER@
106AUTOMAKE = @AUTOMAKE@
107AWK = @AWK@
108BISON = @BISON@
109CC = @CC@
110CCDEPMODE = @CCDEPMODE@
111CFLAGS = @CFLAGS@
112CPP = @CPP@
113CPPFLAGS = @CPPFLAGS@
114CXX = @CXX@
115CXXCPP = @CXXCPP@
116CXXDEPMODE = @CXXDEPMODE@
117CXXFLAGS = @CXXFLAGS@
118CYGPATH_W = @CYGPATH_W@
119DEFS = @DEFS@
120DEPDIR = @DEPDIR@
121DLLTOOL = @DLLTOOL@
122DSYMUTIL = @DSYMUTIL@
123DUMPBIN = @DUMPBIN@
124ECHO_C = @ECHO_C@
125ECHO_N = @ECHO_N@
126ECHO_T = @ECHO_T@
127EGREP = @EGREP@
128EXEEXT = @EXEEXT@
129FGREP = @FGREP@
130GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
131GMSGFMT = @GMSGFMT@
132GMSGFMT_015 = @GMSGFMT_015@
133GREP = @GREP@
134HELP2MAN = @HELP2MAN@
135INDENT = @INDENT@
136INSTALL = @INSTALL@
137INSTALL_DATA = @INSTALL_DATA@
138INSTALL_PROGRAM = @INSTALL_PROGRAM@
139INSTALL_SCRIPT = @INSTALL_SCRIPT@
140INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
141INTLLIBS = @INTLLIBS@
142INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
143LD = @LD@
144LDFLAGS = @LDFLAGS@
145LEX = @LEX@
146LEXLIB = @LEXLIB@
147LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
148LIBICONV = @LIBICONV@
149LIBINTL = @LIBINTL@
150LIBOBJS = @LIBOBJS@
151LIBS = @LIBS@
152LIBTOOL = @LIBTOOL@
153LIPO = @LIPO@
154LN_S = @LN_S@
155LTLIBICONV = @LTLIBICONV@
156LTLIBINTL = @LTLIBINTL@
157LTLIBOBJS = @LTLIBOBJS@
158M4 = @M4@
159MAKEINFO = @MAKEINFO@
160MANIFEST_TOOL = @MANIFEST_TOOL@
161MKDIR_P = @MKDIR_P@
162MSGFMT = @MSGFMT@
163MSGFMT_015 = @MSGFMT_015@
164MSGMERGE = @MSGMERGE@
165NM = @NM@
166NMEDIT = @NMEDIT@
167OBJDUMP = @OBJDUMP@
168OBJEXT = @OBJEXT@
169OTOOL = @OTOOL@
170OTOOL64 = @OTOOL64@
171PACKAGE = @PACKAGE@
172PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
173PACKAGE_NAME = @PACKAGE_NAME@
174PACKAGE_STRING = @PACKAGE_STRING@
175PACKAGE_TARNAME = @PACKAGE_TARNAME@
176PACKAGE_URL = @PACKAGE_URL@
177PACKAGE_VERSION = @PACKAGE_VERSION@
178PATH_SEPARATOR = @PATH_SEPARATOR@
179POSUB = @POSUB@
180RANLIB = @RANLIB@
181SED = @SED@
182SET_MAKE = @SET_MAKE@
183SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
184SHELL = @SHELL@
185STRIP = @STRIP@
186USE_NLS = @USE_NLS@
187VERSION = @VERSION@
188XGETTEXT = @XGETTEXT@
189XGETTEXT_015 = @XGETTEXT_015@
190XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
191YACC = @YACC@
192YFLAGS = @YFLAGS@
193abs_builddir = @abs_builddir@
194abs_srcdir = @abs_srcdir@
195abs_top_builddir = @abs_top_builddir@
196abs_top_srcdir = @abs_top_srcdir@
197ac_ct_AR = @ac_ct_AR@
198ac_ct_CC = @ac_ct_CC@
199ac_ct_CXX = @ac_ct_CXX@
200ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
201am__include = @am__include@
202am__leading_dot = @am__leading_dot@
203am__quote = @am__quote@
204am__tar = @am__tar@
205am__untar = @am__untar@
206bindir = @bindir@
207build = @build@
208build_alias = @build_alias@
209build_cpu = @build_cpu@
210build_os = @build_os@
211build_vendor = @build_vendor@
212builddir = @builddir@
213datadir = @datadir@
214datarootdir = @datarootdir@
215docdir = @docdir@
216dvidir = @dvidir@
217exec_prefix = @exec_prefix@
218host = @host@
219host_alias = @host_alias@
220host_cpu = @host_cpu@
221host_os = @host_os@
222host_vendor = @host_vendor@
223htmldir = @htmldir@
224includedir = @includedir@
225infodir = @infodir@
226install_sh = @install_sh@
227libdir = @libdir@
228libexecdir = @libexecdir@
229localedir = @localedir@
230localstatedir = @localstatedir@
231mandir = @mandir@
232mkdir_p = @mkdir_p@
233oldincludedir = @oldincludedir@
234pdfdir = @pdfdir@
235prefix = @prefix@
236program_transform_name = @program_transform_name@
237psdir = @psdir@
238sbindir = @sbindir@
239sharedstatedir = @sharedstatedir@
240srcdir = @srcdir@
241sysconfdir = @sysconfdir@
242target_alias = @target_alias@
243top_build_prefix = @top_build_prefix@
244top_builddir = @top_builddir@
245top_srcdir = @top_srcdir@
246EXTRA_DIST = \
247	ChangeLog \
248	Makefile.examples \
249	README \
250	cat.lex   \
251	dates.lex \
252	datetest.dat \
253	eof_rules.lex \
254	eof_test01.txt \
255	eof_test02.txt \
256	eof_test03.txt \
257	expr.lex \
258	expr.y \
259	front.lex \
260	front.y \
261	j2t.lex \
262	myname.lex \
263	myname.txt \
264	myname2.lex \
265	numbers.lex \
266	pas_include.lex \
267	pascal.lex \
268	reject.lex \
269	replace.lex \
270	string1.lex \
271	string2.lex \
272	strtest.dat \
273	unput.lex \
274	user_act.lex \
275	userinit.lex \
276	wc.lex \
277	yymore.lex \
278	yymore2.lex \
279	yymoretest.dat
280
281all: all-am
282
283.SUFFIXES:
284$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
285	@for dep in $?; do \
286	  case '$(am__configure_deps)' in \
287	    *$$dep*) \
288	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
289	        && { if test -f $@; then exit 0; else break; fi; }; \
290	      exit 1;; \
291	  esac; \
292	done; \
293	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/manual/Makefile'; \
294	$(am__cd) $(top_srcdir) && \
295	  $(AUTOMAKE) --gnu examples/manual/Makefile
296.PRECIOUS: Makefile
297Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
298	@case '$?' in \
299	  *config.status*) \
300	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
301	  *) \
302	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
303	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
304	esac;
305
306$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
307	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
308
309$(top_srcdir)/configure:  $(am__configure_deps)
310	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
311$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
312	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
313$(am__aclocal_m4_deps):
314
315mostlyclean-libtool:
316	-rm -f *.lo
317
318clean-libtool:
319	-rm -rf .libs _libs
320tags: TAGS
321TAGS:
322
323ctags: CTAGS
324CTAGS:
325
326
327distdir: $(DISTFILES)
328	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
329	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
330	list='$(DISTFILES)'; \
331	  dist_files=`for file in $$list; do echo $$file; done | \
332	  sed -e "s|^$$srcdirstrip/||;t" \
333	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
334	case $$dist_files in \
335	  */*) $(MKDIR_P) `echo "$$dist_files" | \
336			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
337			   sort -u` ;; \
338	esac; \
339	for file in $$dist_files; do \
340	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
341	  if test -d $$d/$$file; then \
342	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
343	    if test -d "$(distdir)/$$file"; then \
344	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
345	    fi; \
346	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
347	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
348	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
349	    fi; \
350	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
351	  else \
352	    test -f "$(distdir)/$$file" \
353	    || cp -p $$d/$$file "$(distdir)/$$file" \
354	    || exit 1; \
355	  fi; \
356	done
357check-am: all-am
358check: check-am
359all-am: Makefile
360installdirs:
361install: install-am
362install-exec: install-exec-am
363install-data: install-data-am
364uninstall: uninstall-am
365
366install-am: all-am
367	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
368
369installcheck: installcheck-am
370install-strip:
371	if test -z '$(STRIP)'; then \
372	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
373	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
374	      install; \
375	else \
376	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
377	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
378	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
379	fi
380mostlyclean-generic:
381
382clean-generic:
383
384distclean-generic:
385	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
386	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
387
388maintainer-clean-generic:
389	@echo "This command is intended for maintainers to use"
390	@echo "it deletes files that may require special tools to rebuild."
391clean: clean-am
392
393clean-am: clean-generic clean-libtool mostlyclean-am
394
395distclean: distclean-am
396	-rm -f Makefile
397distclean-am: clean-am distclean-generic
398
399dvi: dvi-am
400
401dvi-am:
402
403html: html-am
404
405html-am:
406
407info: info-am
408
409info-am:
410
411install-data-am:
412
413install-dvi: install-dvi-am
414
415install-dvi-am:
416
417install-exec-am:
418
419install-html: install-html-am
420
421install-html-am:
422
423install-info: install-info-am
424
425install-info-am:
426
427install-man:
428
429install-pdf: install-pdf-am
430
431install-pdf-am:
432
433install-ps: install-ps-am
434
435install-ps-am:
436
437installcheck-am:
438
439maintainer-clean: maintainer-clean-am
440	-rm -f Makefile
441maintainer-clean-am: distclean-am maintainer-clean-generic
442
443mostlyclean: mostlyclean-am
444
445mostlyclean-am: mostlyclean-generic mostlyclean-libtool
446
447pdf: pdf-am
448
449pdf-am:
450
451ps: ps-am
452
453ps-am:
454
455uninstall-am:
456
457.MAKE: install-am install-strip
458
459.PHONY: all all-am check check-am clean clean-generic clean-libtool \
460	distclean distclean-generic distclean-libtool distdir dvi \
461	dvi-am html html-am info info-am install install-am \
462	install-data install-data-am install-dvi install-dvi-am \
463	install-exec install-exec-am install-html install-html-am \
464	install-info install-info-am install-man install-pdf \
465	install-pdf-am install-ps install-ps-am install-strip \
466	installcheck installcheck-am installdirs maintainer-clean \
467	maintainer-clean-generic mostlyclean mostlyclean-generic \
468	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
469
470
471# Tell versions [3.59,3.63) of GNU make to not export all variables.
472# Otherwise a system limit (for SysV at least) may be exceeded.
473.NOEXPORT:
474