1# Makefile.in generated by automake 1.11.1 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, 6# 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@SET_MAKE@ 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. 38VPATH = @srcdir@ 39pkgdatadir = $(datadir)/@PACKAGE@ 40pkgincludedir = $(includedir)/@PACKAGE@ 41pkglibdir = $(libdir)/@PACKAGE@ 42pkglibexecdir = $(libexecdir)/@PACKAGE@ 43am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 44install_sh_DATA = $(install_sh) -c -m 644 45install_sh_PROGRAM = $(install_sh) -c 46install_sh_SCRIPT = $(install_sh) -c 47INSTALL_HEADER = $(INSTALL_DATA) 48transform = $(program_transform_name) 49NORMAL_INSTALL = : 50PRE_INSTALL = : 51POST_INSTALL = : 52NORMAL_UNINSTALL = : 53PRE_UNINSTALL = : 54POST_UNINSTALL = : 55build_triplet = @build@ 56host_triplet = @host@ 57subdir = tests/test-bison-yylloc 58DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 59ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 60am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ 61 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \ 62 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ 63 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ 64 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.in 65am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 66 $(ACLOCAL_M4) 67mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 68CONFIG_HEADER = $(top_builddir)/config.h 69CONFIG_CLEAN_FILES = 70CONFIG_CLEAN_VPATH_FILES = 71SOURCES = 72DIST_SOURCES = 73DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 74ACLOCAL = @ACLOCAL@ 75ALLOCA = @ALLOCA@ 76AMTAR = @AMTAR@ 77AUTOCONF = @AUTOCONF@ 78AUTOHEADER = @AUTOHEADER@ 79AUTOMAKE = @AUTOMAKE@ 80AWK = @AWK@ 81BISON = @BISON@ 82CC = @CC@ 83CCDEPMODE = @CCDEPMODE@ 84CFLAGS = @CFLAGS@ 85CPP = @CPP@ 86CPPFLAGS = @CPPFLAGS@ 87CXX = @CXX@ 88CXXDEPMODE = @CXXDEPMODE@ 89CXXFLAGS = @CXXFLAGS@ 90CYGPATH_W = @CYGPATH_W@ 91DEFS = @DEFS@ 92DEPDIR = @DEPDIR@ 93ECHO_C = @ECHO_C@ 94ECHO_N = @ECHO_N@ 95ECHO_T = @ECHO_T@ 96EGREP = @EGREP@ 97EXEEXT = @EXEEXT@ 98GMSGFMT = @GMSGFMT@ 99GREP = @GREP@ 100HELP2MAN = @HELP2MAN@ 101INDENT = @INDENT@ 102INSTALL = @INSTALL@ 103INSTALL_DATA = @INSTALL_DATA@ 104INSTALL_PROGRAM = @INSTALL_PROGRAM@ 105INSTALL_SCRIPT = @INSTALL_SCRIPT@ 106INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 107INTLLIBS = @INTLLIBS@ 108LDFLAGS = @LDFLAGS@ 109LEX = @LEX@ 110LEXLIB = @LEXLIB@ 111LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ 112LIBICONV = @LIBICONV@ 113LIBINTL = @LIBINTL@ 114LIBOBJS = @LIBOBJS@ 115LIBS = @LIBS@ 116LN_S = @LN_S@ 117LTLIBICONV = @LTLIBICONV@ 118LTLIBINTL = @LTLIBINTL@ 119LTLIBOBJS = @LTLIBOBJS@ 120M4 = @M4@ 121MAKEINFO = @MAKEINFO@ 122MKDIR_P = @MKDIR_P@ 123MKINSTALLDIRS = @MKINSTALLDIRS@ 124MSGFMT = @MSGFMT@ 125MSGMERGE = @MSGMERGE@ 126OBJEXT = @OBJEXT@ 127PACKAGE = @PACKAGE@ 128PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 129PACKAGE_NAME = @PACKAGE_NAME@ 130PACKAGE_STRING = @PACKAGE_STRING@ 131PACKAGE_TARNAME = @PACKAGE_TARNAME@ 132PACKAGE_URL = @PACKAGE_URL@ 133PACKAGE_VERSION = @PACKAGE_VERSION@ 134PATH_SEPARATOR = @PATH_SEPARATOR@ 135POSUB = @POSUB@ 136RANLIB = @RANLIB@ 137SET_MAKE = @SET_MAKE@ 138SHELL = @SHELL@ 139STRIP = @STRIP@ 140USE_NLS = @USE_NLS@ 141VERSION = @VERSION@ 142XGETTEXT = @XGETTEXT@ 143YACC = @YACC@ 144#LDFLAGS = $(top_srcdir)/libfl.a 145YFLAGS = --defines --output=parser.c --name-prefix="test" 146abs_builddir = @abs_builddir@ 147abs_srcdir = @abs_srcdir@ 148abs_top_builddir = @abs_top_builddir@ 149abs_top_srcdir = @abs_top_srcdir@ 150ac_ct_CC = @ac_ct_CC@ 151ac_ct_CXX = @ac_ct_CXX@ 152am__include = @am__include@ 153am__leading_dot = @am__leading_dot@ 154am__quote = @am__quote@ 155am__tar = @am__tar@ 156am__untar = @am__untar@ 157bindir = @bindir@ 158build = @build@ 159build_alias = @build_alias@ 160build_cpu = @build_cpu@ 161build_os = @build_os@ 162build_vendor = @build_vendor@ 163builddir = @builddir@ 164datadir = @datadir@ 165datarootdir = @datarootdir@ 166docdir = @docdir@ 167dvidir = @dvidir@ 168exec_prefix = @exec_prefix@ 169host = @host@ 170host_alias = @host_alias@ 171host_cpu = @host_cpu@ 172host_os = @host_os@ 173host_vendor = @host_vendor@ 174htmldir = @htmldir@ 175includedir = @includedir@ 176infodir = @infodir@ 177install_sh = @install_sh@ 178libdir = @libdir@ 179libexecdir = @libexecdir@ 180localedir = @localedir@ 181localstatedir = @localstatedir@ 182mandir = @mandir@ 183mkdir_p = @mkdir_p@ 184oldincludedir = @oldincludedir@ 185pdfdir = @pdfdir@ 186prefix = @prefix@ 187program_transform_name = @program_transform_name@ 188psdir = @psdir@ 189sbindir = @sbindir@ 190sharedstatedir = @sharedstatedir@ 191srcdir = @srcdir@ 192sysconfdir = @sysconfdir@ 193target_alias = @target_alias@ 194top_build_prefix = @top_build_prefix@ 195top_builddir = @top_builddir@ 196top_srcdir = @top_srcdir@ 197FLEX = $(top_builddir)/flex 198EXTRA_DIST = scanner.l parser.y test.input main.c 199CLEANFILES = scanner.c scanner.h parser.c parser.h $(testname)$(EXEEXT) $(OBJS) OUTPUT 200OBJS = scanner.o parser.o main.o 201AM_CPPFLAGS = -I$(srcdir) -I$(top_srcdir) -I$(top_builddir) -I$(builddir) 202testname = test-bison-yylloc 203all: all-am 204 205.SUFFIXES: 206.SUFFIXES: .c .o 207$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 208 @for dep in $?; do \ 209 case '$(am__configure_deps)' in \ 210 *$$dep*) \ 211 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 212 && { if test -f $@; then exit 0; else break; fi; }; \ 213 exit 1;; \ 214 esac; \ 215 done; \ 216 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits tests/test-bison-yylloc/Makefile'; \ 217 $(am__cd) $(top_srcdir) && \ 218 $(AUTOMAKE) --gnits tests/test-bison-yylloc/Makefile 219.PRECIOUS: Makefile 220Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 221 @case '$?' in \ 222 *config.status*) \ 223 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 224 *) \ 225 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 226 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 227 esac; 228 229$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 230 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 231 232$(top_srcdir)/configure: $(am__configure_deps) 233 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 234$(ACLOCAL_M4): $(am__aclocal_m4_deps) 235 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 236$(am__aclocal_m4_deps): 237tags: TAGS 238TAGS: 239 240ctags: CTAGS 241CTAGS: 242 243 244distdir: $(DISTFILES) 245 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 246 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 247 list='$(DISTFILES)'; \ 248 dist_files=`for file in $$list; do echo $$file; done | \ 249 sed -e "s|^$$srcdirstrip/||;t" \ 250 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 251 case $$dist_files in \ 252 */*) $(MKDIR_P) `echo "$$dist_files" | \ 253 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 254 sort -u` ;; \ 255 esac; \ 256 for file in $$dist_files; do \ 257 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 258 if test -d $$d/$$file; then \ 259 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 260 if test -d "$(distdir)/$$file"; then \ 261 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 262 fi; \ 263 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 264 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 265 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 266 fi; \ 267 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 268 else \ 269 test -f "$(distdir)/$$file" \ 270 || cp -p $$d/$$file "$(distdir)/$$file" \ 271 || exit 1; \ 272 fi; \ 273 done 274check-am: all-am 275check: check-am 276all-am: Makefile 277installdirs: 278install: install-am 279install-exec: install-exec-am 280install-data: install-data-am 281uninstall: uninstall-am 282 283install-am: all-am 284 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 285 286installcheck: installcheck-am 287install-strip: 288 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 289 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 290 `test -z '$(STRIP)' || \ 291 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 292mostlyclean-generic: 293 294clean-generic: 295 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 296 297distclean-generic: 298 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 299 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 300 301maintainer-clean-generic: 302 @echo "This command is intended for maintainers to use" 303 @echo "it deletes files that may require special tools to rebuild." 304clean: clean-am 305 306clean-am: clean-generic mostlyclean-am 307 308distclean: distclean-am 309 -rm -f Makefile 310distclean-am: clean-am distclean-generic 311 312dvi: dvi-am 313 314dvi-am: 315 316html: html-am 317 318html-am: 319 320info: info-am 321 322info-am: 323 324install-data-am: 325 326install-dvi: install-dvi-am 327 328install-dvi-am: 329 330install-exec-am: 331 332install-html: install-html-am 333 334install-html-am: 335 336install-info: install-info-am 337 338install-info-am: 339 340install-man: 341 342install-pdf: install-pdf-am 343 344install-pdf-am: 345 346install-ps: install-ps-am 347 348install-ps-am: 349 350installcheck-am: 351 352maintainer-clean: maintainer-clean-am 353 -rm -f Makefile 354maintainer-clean-am: distclean-am maintainer-clean-generic 355 356mostlyclean: mostlyclean-am 357 358mostlyclean-am: mostlyclean-generic 359 360pdf: pdf-am 361 362pdf-am: 363 364ps: ps-am 365 366ps-am: 367 368uninstall-am: 369 370.MAKE: install-am install-strip 371 372.PHONY: all all-am check check-am clean clean-generic distclean \ 373 distclean-generic distdir dvi dvi-am html html-am info info-am \ 374 install install-am install-data install-data-am install-dvi \ 375 install-dvi-am install-exec install-exec-am install-html \ 376 install-html-am install-info install-info-am install-man \ 377 install-pdf install-pdf-am install-ps install-ps-am \ 378 install-strip installcheck installcheck-am installdirs \ 379 maintainer-clean maintainer-clean-generic mostlyclean \ 380 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am 381 382 383scanner.c: $(srcdir)/scanner.l 384 $(FLEX) $< 385scanner.h: scanner.c 386scanner.o: parser.h 387 388parser.c: $(srcdir)/parser.y 389 $(BISON) $(YFLAGS) $< 390parser.h: parser.c 391 392main.o: scanner.h parser.h 393 394$(testname)$(EXEEXT): $(OBJS) 395 $(CC) -o $@ $(LDFLAGS) $(OBJS) $(LOADLIBES) 396 397test: $(testname)$(EXEEXT) 398 ./$(testname)$(EXEEXT) < $(srcdir)/test.input 399 400.c.o: 401 $(CC) -c -o $@ $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) $< 402 403# Tell versions [3.59,3.63) of GNU make to not export all variables. 404# Otherwise a system limit (for SysV at least) may be exceeded. 405.NOEXPORT: 406