Home
last modified time | relevance | path

Searched refs:YACC (Results 1 – 25 of 50) sorted by relevance

12

/external/bison/m4/
Dbison-i18n.m427 dnl AC_PROG_YACC sets the YACC variable; other macros set the BISON variable.
28 dnl But even is YACC is called "yacc", it may be a script that invokes bison
30 dnl YACC's default value is empty; BISON's default value is :.
31 if (${YACC-${BISON-:}} --print-localedir) >/dev/null 2>&1; then
32 BISON_LOCALEDIR=`${YACC-${BISON-:}} --print-localedir`
/external/mesa3d/m4/
Dax_prog_bison.m448 # Modified YACC assignment to remove -o y.tab.c since we're writing
59 AS_IF([$YACC --version 2>/dev/null | $EGREP -q '^bison '],
67 YACC="${YACC% -y}"
/external/selinux/checkpolicy/
DMakefile13 YACC = bison -y macro
43 $(YACC) -d policy_parse.y
/external/mesa3d/src/compiler/
DAndroid.glsl.gen.mk63 $(hide) $(YACC) -o $@ -p "glcpp_parser_" $<
71 $(hide) $(YACC) -p "_mesa_glsl_" -o $@ $<
DMakefile.glsl.am178 # In order to make build output print "LEX" and "YACC", we reproduce the
188 am__v_YACC_0 = @echo " YACC " $@;
191 YACC_GEN = $(AM_V_YACC)$(YACC) $(YFLAGS)
223 # need to be in BUILT_SOURCES. Though if we list the parser headers YACC is
225 # YACC is only executed once for each parser. The rest of the generated code
/external/ltp/include/mk/
Dconfig.mk.in32 YACC := @YACC@
Dconfig.mk.default32 YACC := bison -y
/external/selinux/libsemanage/src/
DMakefile34 YACC = bison macro
107 $(YACC) $(YFLAGS) -o $@ $<
/external/mesa3d/src/mesa/program/
DAndroid.mk32 $(hide) $(YACC) -o $@ -p "_mesa_program_" $<
/external/fio/
Dconfigure1811 YACC=$(which bison 2> /dev/null)
1812 if test -x "$YACC" ; then
1816 YACC=$(which yacc 2> /dev/null)
1817 if test -x "$YACC" ; then
2211 echo "YACC=$YACC -y" >> $config_host_mak
2213 echo "YACC=$YACC" >> $config_host_mak
DMakefile284 QUIET_YACC = @echo ' ' YACC $@;
341 $(QUIET_YACC)$(YACC) -o $@ -l -d -b y $<
/external/ipsec-tools/src/libipsec/
DMakefile.in83 YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
85 --mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS)
169 YACC = @YACC@
/external/libnl/
Dconfigure.ac76 AC_CHECK_PROGS(YACC, 'bison -y')
148 if test -z "$YACC"; then
/external/libpcap/msdos/
Dcommon.dj61 YACC = bison.exe
Dmakefile.dj85 $(YACC) --name-prefix=pcap_ --yacc --defines grammar.y
/external/ipsec-tools/src/include-glibc/
DMakefile.in120 YACC = @YACC@
/external/bison/src/
DMakefile.am23 YACC = $(BISON) -y macro
/external/curl/packages/DOS/
Dcommon.dj93 YACC = bison -y
/external/libpcap/
DCMakeLists.txt365 # {Flex} and YACC/Berkeley YACC/Bison.
403 # Try to find YACC or Bison.
DMakefile.in73 YACC = @YACC@
461 $(YACC) -p pcap_ -o grammar.c -d $<
DINSTALL.txt40 You will need either Bison, Berkeley YACC, or a version of YACC
44 http://ftp.gnu.org/gnu/bison/ and the current version of Berkeley YACC
Dconfigure1433 YFLAGS The list of arguments that will be passed by default to $YACC.
7183 if test -n "$YACC"; then
7184 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7203 YACC=$ac_cv_prog_YACC
7204 if test -n "$YACC"; then
7205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7206 $as_echo "$YACC" >&6; }
7213 test -n "$YACC" && break
7215 test -n "$YACC" || YACC="yacc"
7227 if $YACC -p pcap_ -o /dev/null $srcdir/grammar.y >/dev/null 2>&1; then
[all …]
/external/e2fsprogs/intl/
DMakefile.in88 YACC = @INTLBISON@ -y -d
/external/mesa3d/src/mesa/
DMakefile.am160 YACC_GEN = $(AM_V_GEN)$(YACC) $(YFLAGS)
/external/ipsec-tools/src/racoon/
DMakefile.in112 YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
114 --mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS)
205 YACC = @YACC@

12