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/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 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@ 238TEXI2DVI = @TEXI2DVI@ 239USE_NLS = @USE_NLS@ 240VERSION = @VERSION@ 241WARNINGFLAGS = @WARNINGFLAGS@ 242XGETTEXT = @XGETTEXT@ 243XGETTEXT_015 = @XGETTEXT_015@ 244XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ 245YACC = @YACC@ 246YFLAGS = @YFLAGS@ 247abs_builddir = @abs_builddir@ 248abs_srcdir = @abs_srcdir@ 249abs_top_builddir = @abs_top_builddir@ 250abs_top_srcdir = @abs_top_srcdir@ 251ac_ct_AR = @ac_ct_AR@ 252ac_ct_CC = @ac_ct_CC@ 253ac_ct_CXX = @ac_ct_CXX@ 254ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 255am__include = @am__include@ 256am__leading_dot = @am__leading_dot@ 257am__quote = @am__quote@ 258am__tar = @am__tar@ 259am__untar = @am__untar@ 260bindir = @bindir@ 261build = @build@ 262build_alias = @build_alias@ 263build_cpu = @build_cpu@ 264build_os = @build_os@ 265build_vendor = @build_vendor@ 266builddir = @builddir@ 267datadir = @datadir@ 268datarootdir = @datarootdir@ 269docdir = @docdir@ 270dvidir = @dvidir@ 271exec_prefix = @exec_prefix@ 272host = @host@ 273host_alias = @host_alias@ 274host_cpu = @host_cpu@ 275host_os = @host_os@ 276host_vendor = @host_vendor@ 277htmldir = @htmldir@ 278includedir = @includedir@ 279infodir = @infodir@ 280install_sh = @install_sh@ 281libdir = @libdir@ 282libexecdir = @libexecdir@ 283localedir = @localedir@ 284localstatedir = @localstatedir@ 285mandir = @mandir@ 286mkdir_p = @mkdir_p@ 287oldincludedir = @oldincludedir@ 288pdfdir = @pdfdir@ 289prefix = @prefix@ 290program_transform_name = @program_transform_name@ 291psdir = @psdir@ 292runstatedir = @runstatedir@ 293sbindir = @sbindir@ 294sharedstatedir = @sharedstatedir@ 295srcdir = @srcdir@ 296sysconfdir = @sysconfdir@ 297target_alias = @target_alias@ 298top_build_prefix = @top_build_prefix@ 299top_builddir = @top_builddir@ 300top_srcdir = @top_srcdir@ 301EXTRA_DIST = \ 302 wc5.l \ 303 wc4.l \ 304 wc3.l \ 305 wc2.l \ 306 wc1.l \ 307 mywc.c \ 308 README 309 310all: all-am 311 312.SUFFIXES: 313$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 314 @for dep in $?; do \ 315 case '$(am__configure_deps)' in \ 316 *$$dep*) \ 317 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 318 && { if test -f $@; then exit 0; else break; fi; }; \ 319 exit 1;; \ 320 esac; \ 321 done; \ 322 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/fastwc/Makefile'; \ 323 $(am__cd) $(top_srcdir) && \ 324 $(AUTOMAKE) --foreign examples/fastwc/Makefile 325Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 326 @case '$?' in \ 327 *config.status*) \ 328 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 329 *) \ 330 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 331 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 332 esac; 333 334$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 335 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 336 337$(top_srcdir)/configure: $(am__configure_deps) 338 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 339$(ACLOCAL_M4): $(am__aclocal_m4_deps) 340 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 341$(am__aclocal_m4_deps): 342 343mostlyclean-libtool: 344 -rm -f *.lo 345 346clean-libtool: 347 -rm -rf .libs _libs 348tags TAGS: 349 350ctags CTAGS: 351 352cscope cscopelist: 353 354 355distdir: $(DISTFILES) 356 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 357 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 358 list='$(DISTFILES)'; \ 359 dist_files=`for file in $$list; do echo $$file; done | \ 360 sed -e "s|^$$srcdirstrip/||;t" \ 361 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 362 case $$dist_files in \ 363 */*) $(MKDIR_P) `echo "$$dist_files" | \ 364 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 365 sort -u` ;; \ 366 esac; \ 367 for file in $$dist_files; do \ 368 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 369 if test -d $$d/$$file; then \ 370 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 371 if test -d "$(distdir)/$$file"; then \ 372 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 373 fi; \ 374 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 375 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 376 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 377 fi; \ 378 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 379 else \ 380 test -f "$(distdir)/$$file" \ 381 || cp -p $$d/$$file "$(distdir)/$$file" \ 382 || exit 1; \ 383 fi; \ 384 done 385check-am: all-am 386check: check-am 387all-am: Makefile 388installdirs: 389install: install-am 390install-exec: install-exec-am 391install-data: install-data-am 392uninstall: uninstall-am 393 394install-am: all-am 395 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 396 397installcheck: installcheck-am 398install-strip: 399 if test -z '$(STRIP)'; then \ 400 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 401 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 402 install; \ 403 else \ 404 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 405 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 406 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 407 fi 408mostlyclean-generic: 409 410clean-generic: 411 412distclean-generic: 413 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 414 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 415 416maintainer-clean-generic: 417 @echo "This command is intended for maintainers to use" 418 @echo "it deletes files that may require special tools to rebuild." 419clean: clean-am 420 421clean-am: clean-generic clean-libtool mostlyclean-am 422 423distclean: distclean-am 424 -rm -f Makefile 425distclean-am: clean-am distclean-generic 426 427dvi: dvi-am 428 429dvi-am: 430 431html: html-am 432 433html-am: 434 435info: info-am 436 437info-am: 438 439install-data-am: 440 441install-dvi: install-dvi-am 442 443install-dvi-am: 444 445install-exec-am: 446 447install-html: install-html-am 448 449install-html-am: 450 451install-info: install-info-am 452 453install-info-am: 454 455install-man: 456 457install-pdf: install-pdf-am 458 459install-pdf-am: 460 461install-ps: install-ps-am 462 463install-ps-am: 464 465installcheck-am: 466 467maintainer-clean: maintainer-clean-am 468 -rm -f Makefile 469maintainer-clean-am: distclean-am maintainer-clean-generic 470 471mostlyclean: mostlyclean-am 472 473mostlyclean-am: mostlyclean-generic mostlyclean-libtool 474 475pdf: pdf-am 476 477pdf-am: 478 479ps: ps-am 480 481ps-am: 482 483uninstall-am: 484 485.MAKE: install-am install-strip 486 487.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 488 cscopelist-am ctags-am distclean distclean-generic \ 489 distclean-libtool distdir dvi dvi-am html html-am info info-am \ 490 install install-am install-data install-data-am install-dvi \ 491 install-dvi-am install-exec install-exec-am install-html \ 492 install-html-am install-info install-info-am install-man \ 493 install-pdf install-pdf-am install-ps install-ps-am \ 494 install-strip installcheck installcheck-am installdirs \ 495 maintainer-clean maintainer-clean-generic mostlyclean \ 496 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 497 tags-am uninstall uninstall-am 498 499.PRECIOUS: Makefile 500 501 502# Tell versions [3.59,3.63) of GNU make to not export all variables. 503# Otherwise a system limit (for SysV at least) may be exceeded. 504.NOEXPORT: 505