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/fastwc
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 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	wc5.l \
312	wc4.l \
313	wc3.l \
314	wc2.l \
315	wc1.l \
316	mywc.c \
317	README
318
319all: all-am
320
321.SUFFIXES:
322$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
323	@for dep in $?; do \
324	  case '$(am__configure_deps)' in \
325	    *$$dep*) \
326	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
327	        && { if test -f $@; then exit 0; else break; fi; }; \
328	      exit 1;; \
329	  esac; \
330	done; \
331	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/fastwc/Makefile'; \
332	$(am__cd) $(top_srcdir) && \
333	  $(AUTOMAKE) --foreign examples/fastwc/Makefile
334Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
335	@case '$?' in \
336	  *config.status*) \
337	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
338	  *) \
339	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
340	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
341	esac;
342
343$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
344	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
345
346$(top_srcdir)/configure:  $(am__configure_deps)
347	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
348$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
349	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
350$(am__aclocal_m4_deps):
351
352mostlyclean-libtool:
353	-rm -f *.lo
354
355clean-libtool:
356	-rm -rf .libs _libs
357tags TAGS:
358
359ctags CTAGS:
360
361cscope cscopelist:
362
363
364distdir: $(DISTFILES)
365	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
366	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
367	list='$(DISTFILES)'; \
368	  dist_files=`for file in $$list; do echo $$file; done | \
369	  sed -e "s|^$$srcdirstrip/||;t" \
370	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
371	case $$dist_files in \
372	  */*) $(MKDIR_P) `echo "$$dist_files" | \
373			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
374			   sort -u` ;; \
375	esac; \
376	for file in $$dist_files; do \
377	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
378	  if test -d $$d/$$file; then \
379	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
380	    if test -d "$(distdir)/$$file"; then \
381	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
382	    fi; \
383	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
384	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
385	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
386	    fi; \
387	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
388	  else \
389	    test -f "$(distdir)/$$file" \
390	    || cp -p $$d/$$file "$(distdir)/$$file" \
391	    || exit 1; \
392	  fi; \
393	done
394check-am: all-am
395check: check-am
396all-am: Makefile
397installdirs:
398install: install-am
399install-exec: install-exec-am
400install-data: install-data-am
401uninstall: uninstall-am
402
403install-am: all-am
404	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
405
406installcheck: installcheck-am
407install-strip:
408	if test -z '$(STRIP)'; then \
409	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
410	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
411	      install; \
412	else \
413	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
414	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
415	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
416	fi
417mostlyclean-generic:
418
419clean-generic:
420
421distclean-generic:
422	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
423	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
424
425maintainer-clean-generic:
426	@echo "This command is intended for maintainers to use"
427	@echo "it deletes files that may require special tools to rebuild."
428clean: clean-am
429
430clean-am: clean-generic clean-libtool mostlyclean-am
431
432distclean: distclean-am
433	-rm -f Makefile
434distclean-am: clean-am distclean-generic
435
436dvi: dvi-am
437
438dvi-am:
439
440html: html-am
441
442html-am:
443
444info: info-am
445
446info-am:
447
448install-data-am:
449
450install-dvi: install-dvi-am
451
452install-dvi-am:
453
454install-exec-am:
455
456install-html: install-html-am
457
458install-html-am:
459
460install-info: install-info-am
461
462install-info-am:
463
464install-man:
465
466install-pdf: install-pdf-am
467
468install-pdf-am:
469
470install-ps: install-ps-am
471
472install-ps-am:
473
474installcheck-am:
475
476maintainer-clean: maintainer-clean-am
477	-rm -f Makefile
478maintainer-clean-am: distclean-am maintainer-clean-generic
479
480mostlyclean: mostlyclean-am
481
482mostlyclean-am: mostlyclean-generic mostlyclean-libtool
483
484pdf: pdf-am
485
486pdf-am:
487
488ps: ps-am
489
490ps-am:
491
492uninstall-am:
493
494.MAKE: install-am install-strip
495
496.PHONY: all all-am check check-am clean clean-generic clean-libtool \
497	cscopelist-am ctags-am distclean distclean-generic \
498	distclean-libtool distdir dvi dvi-am html html-am info info-am \
499	install install-am install-data install-data-am install-dvi \
500	install-dvi-am install-exec install-exec-am install-html \
501	install-html-am install-info install-info-am install-man \
502	install-pdf install-pdf-am install-ps install-ps-am \
503	install-strip installcheck installcheck-am installdirs \
504	maintainer-clean maintainer-clean-generic mostlyclean \
505	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
506	tags-am uninstall uninstall-am
507
508.PRECIOUS: Makefile
509
510
511# Tell versions [3.59,3.63) of GNU make to not export all variables.
512# Otherwise a system limit (for SysV at least) may be exceeded.
513.NOEXPORT:
514