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