xref: /netbsd-src/external/bsd/flex/dist/examples/manual/Makefile.in (revision 463ae347b383ca644b1399e7e5228310d0bdf969)
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/ax_prog_cc_for_build.m4 \
114	$(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
115	$(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/lib-ld.m4 \
116	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
117	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
118	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
119	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
120	$(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
121	$(top_srcdir)/configure.ac
122am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
123	$(ACLOCAL_M4)
124DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
125mkinstalldirs = $(install_sh) -d
126CONFIG_HEADER = $(top_builddir)/src/config.h
127CONFIG_CLEAN_FILES =
128CONFIG_CLEAN_VPATH_FILES =
129AM_V_P = $(am__v_P_@AM_V@)
130am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
131am__v_P_0 = false
132am__v_P_1 = :
133AM_V_GEN = $(am__v_GEN_@AM_V@)
134am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
135am__v_GEN_0 = @echo "  GEN     " $@;
136am__v_GEN_1 =
137AM_V_at = $(am__v_at_@AM_V@)
138am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
139am__v_at_0 = @
140am__v_at_1 =
141SOURCES =
142DIST_SOURCES =
143am__can_run_installinfo = \
144  case $$AM_UPDATE_INFO_DIR in \
145    n|no|NO) false;; \
146    *) (install-info --version) >/dev/null 2>&1;; \
147  esac
148am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
149am__DIST_COMMON = $(srcdir)/Makefile.in ChangeLog README
150DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
151ACLOCAL = @ACLOCAL@
152ALLOCA = @ALLOCA@
153AMTAR = @AMTAR@
154AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
155AR = @AR@
156AUTOCONF = @AUTOCONF@
157AUTOHEADER = @AUTOHEADER@
158AUTOMAKE = @AUTOMAKE@
159AWK = @AWK@
160BUILD_EXEEXT = @BUILD_EXEEXT@
161BUILD_OBJEXT = @BUILD_OBJEXT@
162CC = @CC@
163CCDEPMODE = @CCDEPMODE@
164CC_FOR_BUILD = @CC_FOR_BUILD@
165CFLAGS = @CFLAGS@
166CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
167CPP = @CPP@
168CPPFLAGS = @CPPFLAGS@
169CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
170CPP_FOR_BUILD = @CPP_FOR_BUILD@
171CXX = @CXX@
172CXXCPP = @CXXCPP@
173CXXDEPMODE = @CXXDEPMODE@
174CXXFLAGS = @CXXFLAGS@
175CYGPATH_W = @CYGPATH_W@
176DEFS = @DEFS@
177DEPDIR = @DEPDIR@
178DLLTOOL = @DLLTOOL@
179DSYMUTIL = @DSYMUTIL@
180DUMPBIN = @DUMPBIN@
181ECHO_C = @ECHO_C@
182ECHO_N = @ECHO_N@
183ECHO_T = @ECHO_T@
184EGREP = @EGREP@
185EXEEXT = @EXEEXT@
186FGREP = @FGREP@
187GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
188GMSGFMT = @GMSGFMT@
189GMSGFMT_015 = @GMSGFMT_015@
190GREP = @GREP@
191HELP2MAN = @HELP2MAN@
192INDENT = @INDENT@
193INSTALL = @INSTALL@
194INSTALL_DATA = @INSTALL_DATA@
195INSTALL_PROGRAM = @INSTALL_PROGRAM@
196INSTALL_SCRIPT = @INSTALL_SCRIPT@
197INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
198INTLLIBS = @INTLLIBS@
199INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
200LD = @LD@
201LDFLAGS = @LDFLAGS@
202LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
203LEX = @LEX@
204LEXLIB = @LEXLIB@
205LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
206LIBICONV = @LIBICONV@
207LIBINTL = @LIBINTL@
208LIBOBJS = @LIBOBJS@
209LIBPTHREAD = @LIBPTHREAD@
210LIBS = @LIBS@
211LIBTOOL = @LIBTOOL@
212LIPO = @LIPO@
213LN_S = @LN_S@
214LTLIBICONV = @LTLIBICONV@
215LTLIBINTL = @LTLIBINTL@
216LTLIBOBJS = @LTLIBOBJS@
217LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
218M4 = @M4@
219MAKEINFO = @MAKEINFO@
220MANIFEST_TOOL = @MANIFEST_TOOL@
221MKDIR_P = @MKDIR_P@
222MSGFMT = @MSGFMT@
223MSGFMT_015 = @MSGFMT_015@
224MSGMERGE = @MSGMERGE@
225NM = @NM@
226NMEDIT = @NMEDIT@
227OBJDUMP = @OBJDUMP@
228OBJEXT = @OBJEXT@
229OTOOL = @OTOOL@
230OTOOL64 = @OTOOL64@
231PACKAGE = @PACKAGE@
232PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
233PACKAGE_NAME = @PACKAGE_NAME@
234PACKAGE_STRING = @PACKAGE_STRING@
235PACKAGE_TARNAME = @PACKAGE_TARNAME@
236PACKAGE_URL = @PACKAGE_URL@
237PACKAGE_VERSION = @PACKAGE_VERSION@
238PATH_SEPARATOR = @PATH_SEPARATOR@
239POSUB = @POSUB@
240RANLIB = @RANLIB@
241SED = @SED@
242SET_MAKE = @SET_MAKE@
243SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
244SHELL = @SHELL@
245STRIP = @STRIP@
246TEXI2DVI = @TEXI2DVI@
247USE_NLS = @USE_NLS@
248VERSION = @VERSION@
249WARNINGFLAGS = @WARNINGFLAGS@
250XGETTEXT = @XGETTEXT@
251XGETTEXT_015 = @XGETTEXT_015@
252XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
253YACC = @YACC@
254YFLAGS = @YFLAGS@
255abs_builddir = @abs_builddir@
256abs_srcdir = @abs_srcdir@
257abs_top_builddir = @abs_top_builddir@
258abs_top_srcdir = @abs_top_srcdir@
259ac_ct_AR = @ac_ct_AR@
260ac_ct_CC = @ac_ct_CC@
261ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@
262ac_ct_CXX = @ac_ct_CXX@
263ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
264am__include = @am__include@
265am__leading_dot = @am__leading_dot@
266am__quote = @am__quote@
267am__tar = @am__tar@
268am__untar = @am__untar@
269bindir = @bindir@
270build = @build@
271build_alias = @build_alias@
272build_cpu = @build_cpu@
273build_os = @build_os@
274build_vendor = @build_vendor@
275builddir = @builddir@
276datadir = @datadir@
277datarootdir = @datarootdir@
278docdir = @docdir@
279dvidir = @dvidir@
280exec_prefix = @exec_prefix@
281host = @host@
282host_alias = @host_alias@
283host_cpu = @host_cpu@
284host_os = @host_os@
285host_vendor = @host_vendor@
286htmldir = @htmldir@
287includedir = @includedir@
288infodir = @infodir@
289install_sh = @install_sh@
290libdir = @libdir@
291libexecdir = @libexecdir@
292localedir = @localedir@
293localstatedir = @localstatedir@
294mandir = @mandir@
295mkdir_p = @mkdir_p@
296oldincludedir = @oldincludedir@
297pdfdir = @pdfdir@
298prefix = @prefix@
299program_transform_name = @program_transform_name@
300psdir = @psdir@
301runstatedir = @runstatedir@
302sbindir = @sbindir@
303sharedstatedir = @sharedstatedir@
304srcdir = @srcdir@
305sysconfdir = @sysconfdir@
306target_alias = @target_alias@
307top_build_prefix = @top_build_prefix@
308top_builddir = @top_builddir@
309top_srcdir = @top_srcdir@
310EXTRA_DIST = \
311	ChangeLog \
312	Makefile.examples \
313	README \
314	cat.lex   \
315	dates.lex \
316	datetest.dat \
317	eof_rules.lex \
318	eof_test01.txt \
319	eof_test02.txt \
320	eof_test03.txt \
321	expr.lex \
322	expr.y \
323	front.lex \
324	front.y \
325	j2t.lex \
326	myname.lex \
327	myname.txt \
328	myname2.lex \
329	numbers.lex \
330	pas_include.lex \
331	pascal.lex \
332	reject.lex \
333	replace.lex \
334	string1.lex \
335	string2.lex \
336	strtest.dat \
337	unput.lex \
338	user_act.lex \
339	userinit.lex \
340	wc.lex \
341	yymore.lex \
342	yymore2.lex \
343	yymoretest.dat
344
345all: all-am
346
347.SUFFIXES:
348$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
349	@for dep in $?; do \
350	  case '$(am__configure_deps)' in \
351	    *$$dep*) \
352	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
353	        && { if test -f $@; then exit 0; else break; fi; }; \
354	      exit 1;; \
355	  esac; \
356	done; \
357	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/manual/Makefile'; \
358	$(am__cd) $(top_srcdir) && \
359	  $(AUTOMAKE) --foreign examples/manual/Makefile
360Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
361	@case '$?' in \
362	  *config.status*) \
363	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
364	  *) \
365	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
366	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
367	esac;
368
369$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
370	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
371
372$(top_srcdir)/configure:  $(am__configure_deps)
373	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
374$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
375	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
376$(am__aclocal_m4_deps):
377
378mostlyclean-libtool:
379	-rm -f *.lo
380
381clean-libtool:
382	-rm -rf .libs _libs
383tags TAGS:
384
385ctags CTAGS:
386
387cscope cscopelist:
388
389
390distdir: $(DISTFILES)
391	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
392	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
393	list='$(DISTFILES)'; \
394	  dist_files=`for file in $$list; do echo $$file; done | \
395	  sed -e "s|^$$srcdirstrip/||;t" \
396	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
397	case $$dist_files in \
398	  */*) $(MKDIR_P) `echo "$$dist_files" | \
399			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
400			   sort -u` ;; \
401	esac; \
402	for file in $$dist_files; do \
403	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
404	  if test -d $$d/$$file; then \
405	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
406	    if test -d "$(distdir)/$$file"; then \
407	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
408	    fi; \
409	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
410	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
411	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
412	    fi; \
413	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
414	  else \
415	    test -f "$(distdir)/$$file" \
416	    || cp -p $$d/$$file "$(distdir)/$$file" \
417	    || exit 1; \
418	  fi; \
419	done
420check-am: all-am
421check: check-am
422all-am: Makefile
423installdirs:
424install: install-am
425install-exec: install-exec-am
426install-data: install-data-am
427uninstall: uninstall-am
428
429install-am: all-am
430	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
431
432installcheck: installcheck-am
433install-strip:
434	if test -z '$(STRIP)'; then \
435	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
436	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
437	      install; \
438	else \
439	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
440	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
441	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
442	fi
443mostlyclean-generic:
444
445clean-generic:
446
447distclean-generic:
448	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
449	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
450
451maintainer-clean-generic:
452	@echo "This command is intended for maintainers to use"
453	@echo "it deletes files that may require special tools to rebuild."
454clean: clean-am
455
456clean-am: clean-generic clean-libtool mostlyclean-am
457
458distclean: distclean-am
459	-rm -f Makefile
460distclean-am: clean-am distclean-generic
461
462dvi: dvi-am
463
464dvi-am:
465
466html: html-am
467
468html-am:
469
470info: info-am
471
472info-am:
473
474install-data-am:
475
476install-dvi: install-dvi-am
477
478install-dvi-am:
479
480install-exec-am:
481
482install-html: install-html-am
483
484install-html-am:
485
486install-info: install-info-am
487
488install-info-am:
489
490install-man:
491
492install-pdf: install-pdf-am
493
494install-pdf-am:
495
496install-ps: install-ps-am
497
498install-ps-am:
499
500installcheck-am:
501
502maintainer-clean: maintainer-clean-am
503	-rm -f Makefile
504maintainer-clean-am: distclean-am maintainer-clean-generic
505
506mostlyclean: mostlyclean-am
507
508mostlyclean-am: mostlyclean-generic mostlyclean-libtool
509
510pdf: pdf-am
511
512pdf-am:
513
514ps: ps-am
515
516ps-am:
517
518uninstall-am:
519
520.MAKE: install-am install-strip
521
522.PHONY: all all-am check check-am clean clean-generic clean-libtool \
523	cscopelist-am ctags-am distclean distclean-generic \
524	distclean-libtool distdir dvi dvi-am html html-am info info-am \
525	install install-am install-data install-data-am install-dvi \
526	install-dvi-am install-exec install-exec-am install-html \
527	install-html-am install-info install-info-am install-man \
528	install-pdf install-pdf-am install-ps install-ps-am \
529	install-strip installcheck installcheck-am installdirs \
530	maintainer-clean maintainer-clean-generic mostlyclean \
531	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
532	tags-am uninstall uninstall-am
533
534.PRECIOUS: Makefile
535
536
537# Tell versions [3.59,3.63) of GNU make to not export all variables.
538# Otherwise a system limit (for SysV at least) may be exceeded.
539.NOEXPORT:
540