OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BISON
(Results
1 - 7
of
7
) 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
...]
/ndk/sources/host-tools/nawk-20071023/
GNUmakefile
11
BISON
:=
bison
60
@echo "
Bison
: ytab.c"
61
$(hide)$(
BISON
) -o $@ --defines=$(YTAB_H) awkgram.y
/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/core/
config.mk
503
# The default PKGDATADIR built in the prebuilt
bison
is a relative path
504
# external/
bison
/data.
505
# To run
bison
from elsewhere you need to set up enviromental variable
507
BISON_PKGDATADIR := $(PWD)/external/
bison
/data
508
BISON
:= prebuilts/misc/$(BUILD_OS)-$(HOST_PREBUILT_ARCH)/
bison
/
bison
509
YACC := $(
BISON
) -d
[
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 89 milliseconds