OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:YACC
(Results
1 - 25
of
26
) sorted by null
1
2
/external/selinux/checkpolicy/
Makefile
11
YACC
= bison -y
43
$(
YACC
) -d policy_parse.y
/external/mesa3d/src/glsl/
Android.gen.mk
57
@echo "Mesa
Yacc
: $(PRIVATE_MODULE) <= $<"
58
$(hide) $(
YACC
) -o $@ $<
63
@echo "Mesa
Yacc
: $(PRIVATE_MODULE) <= $<"
64
$(hide) $(
YACC
) -p "_mesa_glsl_" -o $@ $<
/external/selinux/libsemanage/src/
Makefile
33
YACC
= bison
108
$(
YACC
) $(YFLAGS) -o $@ $<
/external/fio/
configure
1372
# Check if we have lex/
yacc
available
1373
yacc
="no"
1382
YACC
=$(which bison 2> /dev/null)
1383
if test -x "$
YACC
" ; then
1384
yacc
="yes"
1387
YACC
=$(which
yacc
2> /dev/null)
1388
if test -x "$
YACC
" ; then
1389
yacc
="yes"
1392
if test "$
yacc
" = "yes" && test "$lex" = "yes" ; the
[
all
...]
Makefile
231
QUIET_YACC = @echo ' '
YACC
$@;
283
$(QUIET_YACC)$(
YACC
) -l -d -b y exp/expression-parser.y
/external/mesa3d/src/mesa/
Android.gen.mk
80
@echo "Mesa
Yacc
: $(PRIVATE_MODULE) <= $<"
81
$(hide) $(
YACC
) -o $@ $<
/external/e2fsprogs/lib/ss/
Makefile.in
110
$(
YACC
) -d $(srcdir)/ct.y
/external/elfutils/src/libcpu/
Makefile
156
YACCCOMPILE = $(
YACC
) $(AM_YFLAGS) $(YFLAGS)
159
am__v_YACC_0 = @echo "
YACC
" $@;
260
YACC
= bison -y
/external/libpcap/msdos/
makefile.dj
64
$(
YACC
) --name-prefix=pcap_ --
yacc
--defines grammar.y
/external/elfutils/src/config/
Makefile
184
YACC
= bison -y
/external/elfutils/src/m4/
Makefile
182
YACC
= bison -y
/external/elfutils/src/src/
Makefile
265
YACCCOMPILE = $(
YACC
) $(AM_YFLAGS) $(YFLAGS)
268
am__v_YACC_0 = @echo "
YACC
" $@;
377
YACC
= bison -y -d
[
all
...]
/external/elfutils/src/
configure
689
YACC
818
YACC
[
all
...]
Makefile
300
YACC
= bison -y
/external/elfutils/src/lib/
Makefile
234
YACC
= bison -y
/external/elfutils/src/libasm/
Makefile
285
YACC
= bison -y
/external/elfutils/src/libdwelf/
Makefile
264
YACC
= bison -y
/external/elfutils/src/libebl/
Makefile
286
YACC
= bison -y
/build/core/
config.mk
394
YACC
:= $(BISON) -d
definitions.mk
65
# Full path to all asm, C, C++, lex and
yacc
generated C files.
876
## Commands for running
yacc
885
@echo "
Yacc
: $(PRIVATE_MODULE) <= $<"
886
$(
YACC
) $(PRIVATE_YACCFLAGS) -o $@ $<
[
all
...]
/external/elfutils/src/libdwfl/
Makefile
323
YACC
= bison -y
/external/bison/
configure
[
all
...]
/external/elfutils/src/backends/
Makefile
322
YACC
= bison -y
[
all
...]
/external/elfutils/src/libdw/
Makefile
335
YACC
= bison -y
[
all
...]
/external/elfutils/src/libelf/
Makefile
328
YACC
= bison -y
[
all
...]
Completed in 602 milliseconds
1
2