1# Makefile.in generated by automake 1.11.6 from Makefile.am. 2# tests/test-multiple-scanners-r/Makefile. Generated from Makefile.in by configure. 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 6# Foundation, Inc. 7# This Makefile.in is free software; the Free Software Foundation 8# gives unlimited permission to copy and/or distribute it, 9# with or without modifications, as long as this notice is preserved. 10 11# This program is distributed in the hope that it will be useful, 12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 14# PARTICULAR PURPOSE. 15 16 17 18# This file is part of flex. 19 20# Redistribution and use in source and binary forms, with or without 21# modification, are permitted provided that the following conditions 22# are met: 23 24# 1. Redistributions of source code must retain the above copyright 25# notice, this list of conditions and the following disclaimer. 26# 2. Redistributions in binary form must reproduce the above copyright 27# notice, this list of conditions and the following disclaimer in the 28# documentation and/or other materials provided with the distribution. 29 30# Neither the name of the University nor the names of its contributors 31# may be used to endorse or promote products derived from this software 32# without specific prior written permission. 33 34# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR 35# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED 36# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 37# PURPOSE. 38 39am__make_dryrun = \ 40 { \ 41 am__dry=no; \ 42 case $$MAKEFLAGS in \ 43 *\\[\ \ ]*) \ 44 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ 45 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ 46 *) \ 47 for am__flg in $$MAKEFLAGS; do \ 48 case $$am__flg in \ 49 *=*|--*) ;; \ 50 *n*) am__dry=yes; break;; \ 51 esac; \ 52 done;; \ 53 esac; \ 54 test $$am__dry = yes; \ 55 } 56pkgdatadir = $(datadir)/flex 57pkgincludedir = $(includedir)/flex 58pkglibdir = $(libdir)/flex 59pkglibexecdir = $(libexecdir)/flex 60am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 61install_sh_DATA = $(install_sh) -c -m 644 62install_sh_PROGRAM = $(install_sh) -c 63install_sh_SCRIPT = $(install_sh) -c 64INSTALL_HEADER = $(INSTALL_DATA) 65transform = $(program_transform_name) 66NORMAL_INSTALL = : 67PRE_INSTALL = : 68POST_INSTALL = : 69NORMAL_UNINSTALL = : 70PRE_UNINSTALL = : 71POST_UNINSTALL = : 72build_triplet = x86_64-unknown-netbsd7.99.1 73host_triplet = x86_64-unknown-netbsd7.99.1 74subdir = tests/test-multiple-scanners-r 75DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 76ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 77am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ 78 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \ 79 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ 80 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \ 81 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 82 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 83 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ 84 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac 85am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 86 $(ACLOCAL_M4) 87mkinstalldirs = $(install_sh) -d 88CONFIG_HEADER = $(top_builddir)/config.h 89CONFIG_CLEAN_FILES = 90CONFIG_CLEAN_VPATH_FILES = 91SOURCES = 92DIST_SOURCES = 93am__can_run_installinfo = \ 94 case $$AM_UPDATE_INFO_DIR in \ 95 n|no|NO) false;; \ 96 *) (install-info --version) >/dev/null 2>&1;; \ 97 esac 98DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 99ACLOCAL = ${SHELL} /usr/src/external/bsd/flex/flex-2.5.39/missing --run aclocal-1.11 100ALLOCA = 101AMTAR = $${TAR-tar} 102AR = ar 103AUTOCONF = ${SHELL} /usr/src/external/bsd/flex/flex-2.5.39/missing --run autoconf 104AUTOHEADER = ${SHELL} /usr/src/external/bsd/flex/flex-2.5.39/missing --run autoheader 105AUTOMAKE = ${SHELL} /usr/src/external/bsd/flex/flex-2.5.39/missing --run automake-1.11 106AWK = gawk 107BISON = /usr/pkg/bin/bison 108CC = gcc 109CCDEPMODE = depmode=gcc3 110CFLAGS = -g -O2 111CPP = gcc -E 112CPPFLAGS = 113CXX = g++ 114CXXCPP = g++ -E 115CXXDEPMODE = depmode=gcc3 116CXXFLAGS = -g -O2 117CYGPATH_W = echo 118DEFS = -DHAVE_CONFIG_H 119DEPDIR = .deps 120DLLTOOL = false 121DSYMUTIL = 122DUMPBIN = 123ECHO_C = 124ECHO_N = -n 125ECHO_T = 126EGREP = /usr/bin/grep -E 127EXEEXT = 128FGREP = /usr/bin/grep -F 129GETTEXT_MACRO_VERSION = 0.18 130GMSGFMT = /usr/pkg/bin/msgfmt 131GMSGFMT_015 = /usr/pkg/bin/msgfmt 132GREP = /usr/bin/grep 133HELP2MAN = /usr/pkg/bin/help2man 134INDENT = /usr/bin/indent 135INSTALL = /usr/bin/install -c 136INSTALL_DATA = ${INSTALL} -m 644 137INSTALL_PROGRAM = ${INSTALL} 138INSTALL_SCRIPT = ${INSTALL} 139INSTALL_STRIP_PROGRAM = $(install_sh) -c -s 140INTLLIBS = 141INTL_MACOSX_LIBS = 142LD = /usr/bin/ld 143LDFLAGS = 144LEX = flex 145LEXLIB = -lfl 146LEX_OUTPUT_ROOT = lex.yy 147LIBICONV = 148LIBINTL = 149LIBOBJS = 150LIBS = -lm 151LIBTOOL = $(SHELL) $(top_builddir)/libtool 152LIPO = 153LN_S = ln -s 154LTLIBICONV = 155LTLIBINTL = 156LTLIBOBJS = 157M4 = /usr/pkg/bin/gm4 158MAKEINFO = ${SHELL} /usr/src/external/bsd/flex/flex-2.5.39/missing --run makeinfo 159MANIFEST_TOOL = : 160MKDIR_P = ../.././install-sh -c -d 161MSGFMT = /usr/pkg/bin/msgfmt 162MSGFMT_015 = /usr/pkg/bin/msgfmt 163MSGMERGE = /usr/pkg/bin/msgmerge 164NM = /usr/bin/nm -B 165NMEDIT = 166OBJDUMP = objdump 167OBJEXT = o 168OTOOL = 169OTOOL64 = 170PACKAGE = flex 171PACKAGE_BUGREPORT = flex-help@lists.sourceforge.net 172PACKAGE_NAME = the fast lexical analyser generator 173PACKAGE_STRING = the fast lexical analyser generator 2.5.39 174PACKAGE_TARNAME = flex 175PACKAGE_URL = 176PACKAGE_VERSION = 2.5.39 177PATH_SEPARATOR = : 178POSUB = 179RANLIB = ranlib 180SED = /usr/pkg/bin/gsed 181SET_MAKE = 182SHARED_VERSION_INFO = 2:0:0 183SHELL = /bin/sh 184STRIP = strip 185USE_NLS = no 186VERSION = 2.5.39 187XGETTEXT = /usr/pkg/bin/xgettext 188XGETTEXT_015 = /usr/pkg/bin/xgettext 189XGETTEXT_EXTRA_OPTIONS = 190YACC = bison -y 191YFLAGS = 192abs_builddir = /usr/src/external/bsd/flex/flex-2.5.39/tests/test-multiple-scanners-r 193abs_srcdir = /usr/src/external/bsd/flex/flex-2.5.39/tests/test-multiple-scanners-r 194abs_top_builddir = /usr/src/external/bsd/flex/flex-2.5.39 195abs_top_srcdir = /usr/src/external/bsd/flex/flex-2.5.39 196ac_ct_AR = ar 197ac_ct_CC = gcc 198ac_ct_CXX = g++ 199ac_ct_DUMPBIN = 200am__include = include 201am__leading_dot = . 202am__quote = 203am__tar = $${TAR-tar} chof - "$$tardir" 204am__untar = $${TAR-tar} xf - 205bindir = ${exec_prefix}/bin 206build = x86_64-unknown-netbsd7.99.1 207build_alias = 208build_cpu = x86_64 209build_os = netbsd7.99.1 210build_vendor = unknown 211builddir = . 212datadir = ${datarootdir} 213datarootdir = ${prefix}/share 214docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} 215dvidir = ${docdir} 216exec_prefix = ${prefix} 217host = x86_64-unknown-netbsd7.99.1 218host_alias = 219host_cpu = x86_64 220host_os = netbsd7.99.1 221host_vendor = unknown 222htmldir = ${docdir} 223includedir = ${prefix}/include 224infodir = ${datarootdir}/info 225install_sh = ${SHELL} /usr/src/external/bsd/flex/flex-2.5.39/install-sh 226libdir = ${exec_prefix}/lib 227libexecdir = ${exec_prefix}/libexec 228localedir = ${datarootdir}/locale 229localstatedir = ${prefix}/var 230mandir = ${datarootdir}/man 231mkdir_p = $(top_builddir)/./install-sh -c -d 232oldincludedir = /usr/include 233pdfdir = ${docdir} 234prefix = /usr/local 235program_transform_name = s,x,x, 236psdir = ${docdir} 237sbindir = ${exec_prefix}/sbin 238sharedstatedir = ${prefix}/com 239srcdir = . 240sysconfdir = ${prefix}/etc 241target_alias = 242top_build_prefix = ../../ 243top_builddir = ../.. 244top_srcdir = ../.. 245FLEX = $(top_builddir)/flex 246EXTRA_DIST = scanner-1.l scanner-2.l main.c 247CLEANFILES = scanner-1.c scanner-1.h $(testname)$(EXEEXT) OUTPUT\ 248 $(OBJS) scanner-2.c scanner-2.h scanner-1.tables \ 249 scanner-2.tables 250 251OBJS = scanner-1.o scanner-2.o main.o 252AM_CPPFLAGS = -I$(srcdir) -I$(top_srcdir) -I$(top_builddir) -I$(builddir) 253#LDFLAGS = $(top_srcdir)/libfl.a 254#YFLAGS = --defines --output=parser.c 255testname = test-multiple-scanners-r 256all: all-am 257 258.SUFFIXES: 259.SUFFIXES: .c .o 260$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 261 @for dep in $?; do \ 262 case '$(am__configure_deps)' in \ 263 *$$dep*) \ 264 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 265 && { if test -f $@; then exit 0; else break; fi; }; \ 266 exit 1;; \ 267 esac; \ 268 done; \ 269 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/test-multiple-scanners-r/Makefile'; \ 270 $(am__cd) $(top_srcdir) && \ 271 $(AUTOMAKE) --gnu tests/test-multiple-scanners-r/Makefile 272.PRECIOUS: Makefile 273Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 274 @case '$?' in \ 275 *config.status*) \ 276 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 277 *) \ 278 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 279 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 280 esac; 281 282$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 283 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 284 285$(top_srcdir)/configure: $(am__configure_deps) 286 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 287$(ACLOCAL_M4): $(am__aclocal_m4_deps) 288 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 289$(am__aclocal_m4_deps): 290 291mostlyclean-libtool: 292 -rm -f *.lo 293 294clean-libtool: 295 -rm -rf .libs _libs 296tags: TAGS 297TAGS: 298 299ctags: CTAGS 300CTAGS: 301 302 303distdir: $(DISTFILES) 304 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 305 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 306 list='$(DISTFILES)'; \ 307 dist_files=`for file in $$list; do echo $$file; done | \ 308 sed -e "s|^$$srcdirstrip/||;t" \ 309 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 310 case $$dist_files in \ 311 */*) $(MKDIR_P) `echo "$$dist_files" | \ 312 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 313 sort -u` ;; \ 314 esac; \ 315 for file in $$dist_files; do \ 316 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 317 if test -d $$d/$$file; then \ 318 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 319 if test -d "$(distdir)/$$file"; then \ 320 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 321 fi; \ 322 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 323 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 324 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 325 fi; \ 326 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 327 else \ 328 test -f "$(distdir)/$$file" \ 329 || cp -p $$d/$$file "$(distdir)/$$file" \ 330 || exit 1; \ 331 fi; \ 332 done 333check-am: all-am 334check: check-am 335all-am: Makefile 336installdirs: 337install: install-am 338install-exec: install-exec-am 339install-data: install-data-am 340uninstall: uninstall-am 341 342install-am: all-am 343 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 344 345installcheck: installcheck-am 346install-strip: 347 if test -z '$(STRIP)'; then \ 348 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 349 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 350 install; \ 351 else \ 352 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 353 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 354 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 355 fi 356mostlyclean-generic: 357 358clean-generic: 359 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 360 361distclean-generic: 362 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 363 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 364 365maintainer-clean-generic: 366 @echo "This command is intended for maintainers to use" 367 @echo "it deletes files that may require special tools to rebuild." 368clean: clean-am 369 370clean-am: clean-generic clean-libtool mostlyclean-am 371 372distclean: distclean-am 373 -rm -f Makefile 374distclean-am: clean-am distclean-generic 375 376dvi: dvi-am 377 378dvi-am: 379 380html: html-am 381 382html-am: 383 384info: info-am 385 386info-am: 387 388install-data-am: 389 390install-dvi: install-dvi-am 391 392install-dvi-am: 393 394install-exec-am: 395 396install-html: install-html-am 397 398install-html-am: 399 400install-info: install-info-am 401 402install-info-am: 403 404install-man: 405 406install-pdf: install-pdf-am 407 408install-pdf-am: 409 410install-ps: install-ps-am 411 412install-ps-am: 413 414installcheck-am: 415 416maintainer-clean: maintainer-clean-am 417 -rm -f Makefile 418maintainer-clean-am: distclean-am maintainer-clean-generic 419 420mostlyclean: mostlyclean-am 421 422mostlyclean-am: mostlyclean-generic mostlyclean-libtool 423 424pdf: pdf-am 425 426pdf-am: 427 428ps: ps-am 429 430ps-am: 431 432uninstall-am: 433 434.MAKE: install-am install-strip 435 436.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 437 distclean distclean-generic distclean-libtool distdir dvi \ 438 dvi-am html html-am info info-am install install-am \ 439 install-data install-data-am install-dvi install-dvi-am \ 440 install-exec install-exec-am install-html install-html-am \ 441 install-info install-info-am install-man install-pdf \ 442 install-pdf-am install-ps install-ps-am install-strip \ 443 installcheck installcheck-am installdirs maintainer-clean \ 444 maintainer-clean-generic mostlyclean mostlyclean-generic \ 445 mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am 446 447 448scanner-1.c: $(srcdir)/scanner-1.l 449 $(FLEX) $(LFLAGS) --header=scanner-1.h $< 450 451scanner-2.c: $(srcdir)/scanner-2.l 452 $(FLEX) $(LFLAGS) --header=scanner-2.h $< 453 454$(testname)$(EXEEXT): $(OBJS) 455 $(CC) $(CFLAGS) -o $@ $(LDFLAGS) $(OBJS) $(LOADLIBES) 456 457test: $(testname)$(EXEEXT) 458 ./$(testname)$(EXEEXT) 459 460.c.o: 461 $(CC) -c -o $@ $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) $< 462 463main.o: scanner-1.h scanner-2.h 464scanner-1.h: scanner-1.c 465scanner-2.h: scanner-2.c 466 467# Tell versions [3.59,3.63) of GNU make to not export all variables. 468# Otherwise a system limit (for SysV at least) may be exceeded. 469.NOEXPORT: 470