OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BISON
(Results
1 - 4
of
4
) sorted by null
/external/mdnsresponder/mDNSPosix/
Makefile
58
BISON
= @
bison
515
$(
BISON
) -o $(OBJDIR)/$*.c -d $<
/external/dtc/
Makefile
23
BISON
=
bison
186
# This stops make from generating the lex and
bison
output during
351
@$(VECHO)
BISON
$@
352
$(
BISON
) -d $<
/build/make/core/
binary.mk
804
$(TOPDIR)$(LOCAL_PATH)/%.y $(
BISON
) $(BISON_DATA) \
817
$(TOPDIR)$(LOCAL_PATH)/%.yy $(
BISON
) $(BISON_DATA) \
[
all
...]
config.mk
530
# The default PKGDATADIR built in the prebuilt
bison
is a relative path
531
# prebuilts/build-tools/common/
bison
.
532
# To run
bison
from elsewhere you need to set up enviromental variable
534
BISON_PKGDATADIR := $(PWD)/prebuilts/build-tools/common/
bison
535
BISON
:= $(prebuilt_build_tools_bin_noasan)/
bison
536
YACC := $(
BISON
) -d
[
all
...]
Completed in 647 milliseconds