HomeSort by relevance Sort by last modified time
    Searched refs:BISON (Results 1 - 8 of 8) sorted by null

  /external/mdnsresponder/mDNSPosix/
Makefile 58 BISON = @bison
515 $(BISON) -o $(OBJDIR)/$*.c -d $<
  /external/bison/examples/calc++/
Makefile.am 18 ## Running the bison from this tarball. ##
21 BISON = $(top_builddir)/tests/bison
22 BISON_IN = $(top_srcdir)/tests/bison.in
24 $(BISON): $(BISON_IN)
25 $(AM_V_GEN)cd $(top_builddir)/tests && $(MAKE) $(AM_MAKEFLAGS) bison
31 doc = $(top_srcdir)/doc/bison.texi
39 ../../doc/bison.texi -- calc++-parser.yy \
61 # Don't depend on $(BISON) otherwise we would rebuild these files
66 $(AM_V_at)$(BISON) -d -ra -S lalr1.cc -o $(srcdir)/calc++-parser.cc
    [all...]
  /external/dtc/
Makefile 23 BISON = bison
158 # This stops make from generating the lex and bison output during
297 @$(VECHO) BISON $@
298 $(BISON) -d $<
  /external/bison/doc/
refcard.tex 1 % Bison Quick Reference
24 % This file is part of Bison.
67 \def\bisonversion{1.31} % the bison version
72 \def\version{\month\ \year, Bison Refcard Version \refcardversion}
87 \centerline{for Bison \bisonversion}
112 \centerline{for Bison \bisonversion}
303 % ** BISON **
306 \title{Bison Quick Reference}
308 \section{Starting Bison}
311 To use Bison, type: \kbd{bison {\it filename}
    [all...]
  /build/make/core/
config.mk 569 # The default PKGDATADIR built in the prebuilt bison is a relative path
570 # external/bison/data.
571 # To run bison from elsewhere you need to set up enviromental variable
573 BISON_PKGDATADIR := $(PWD)/external/bison/data
574 BISON := prebuilts/misc/$(BUILD_OS)-$(HOST_PREBUILT_ARCH)/bison/bison
575 YACC := $(BISON) -d
576 BISON_DATA := $(wildcard external/bison/data/* external/bison/data/*/*
    [all...]
binary.mk     [all...]
  /toolchain/binutils/binutils-2.25/
configure 608 BISON
    [all...]
  /external/bison/
configure 3 # Generated by GNU Autoconf 2.69 for GNU Bison 2.7.
5 # Report bugs to <bug-bison@gnu.org>.
269 $as_echo "$0: Please tell bug-autoconf@gnu.org and bug-bison@gnu.org
581 PACKAGE_NAME='GNU Bison'
582 PACKAGE_TARNAME='bison'
584 PACKAGE_STRING='GNU Bison 2.7'
585 PACKAGE_BUGREPORT='bug-bison@gnu.org'
586 PACKAGE_URL='http://www.gnu.org/software/bison/'
    [all...]

Completed in 286 milliseconds