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