Home
last modified time | relevance | path

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

12

/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/
DMakefile11 YACC = bison -y macro
48 $(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.am185 # In order to make build output print "LEX" and "YACC", we reproduce the
195 am__v_YACC_0 = @echo " YACC " $@;
198 YACC_GEN = $(AM_V_YACC)$(YACC) $(YFLAGS)
230 # need to be in BUILT_SOURCES. Though if we list the parser headers YACC is
232 # YACC is only executed once for each parser. The rest of the generated code
/external/one-true-awk/
Dmakefile37 YACC = bison -d -y macro
63 $(YACC) $(YFLAGS) awkgram.y
DChangeLog231 * makefile (YACC): Use bison.
/external/ltp/include/mk/
Dconfig.mk.in32 YACC := @YACC@
Dconfig.mk.default32 YACC := bison -y
/external/selinux/libsemanage/src/
DMakefile31 YACC = bison macro
104 $(YACC) $(YFLAGS) -o $@ $<
/external/mesa3d/src/mesa/program/
DAndroid.mk32 $(hide) $(YACC) -o $@ -p "_mesa_program_" $<
/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/ipsec-tools/src/include-glibc/
DMakefile.in120 YACC = @YACC@
/external/curl/packages/DOS/
Dcommon.dj93 YACC = bison -y
/external/e2fsprogs/intl/
DMakefile.in88 YACC = @INTLBISON@ -y -d
/external/ipsec-tools/src/racoon/
DMakefile.in112 YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
114 --mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS)
205 YACC = @YACC@
/external/mesa3d/src/mesa/
DMakefile.am176 YACC_GEN = $(AM_V_GEN)$(YACC) $(YFLAGS)
/external/libpcap/msdos/
Dmakefile.dj85 $(YACC) --name-prefix=pcap_ --yacc --defines grammar.y
/external/libxkbcommon/xkbcommon/build-aux/
Dtraces.1703 m4trace:configure.ac:64: -1- AC_SUBST([YACC])
704 m4trace:configure.ac:64: -1- AC_SUBST_TRACE([YACC])
705 m4trace:configure.ac:64: -1- m4_pattern_allow([^YACC$])
706 m4trace:configure.ac:64: -1- AC_SUBST([YACC])
707 m4trace:configure.ac:64: -1- AC_SUBST_TRACE([YACC])
708 m4trace:configure.ac:64: -1- m4_pattern_allow([^YACC$])
/external/libpcap/
DMakefile.in80 YACC = @YACC@
478 $(YACC) -p pcap_ -o grammar.c -d $<
DINSTALL.md40 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
Dconfigure1453 YFLAGS The list of arguments that will be passed by default to $YACC.
7910 if test -n "$YACC"; then
7911 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7930 YACC=$ac_cv_prog_YACC
7931 if test -n "$YACC"; then
7932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7933 $as_echo "$YACC" >&6; }
7940 test -n "$YACC" && break
7942 test -n "$YACC" || YACC="yacc"
7954 if $YACC -p pcap_ -o /dev/null $srcdir/grammar.y >/dev/null 2>&1; then
[all …]
Dconfigure.ac1525 if $YACC -p pcap_ -o /dev/null $srcdir/grammar.y >/dev/null 2>&1; then
1531 AC_MSG_ERROR([$YACC is insufficient to compile libpcap.
1532 libpcap requires Bison, a newer version of Berkeley YACC with support
1533 for reentrant parsers, or another YACC compatible with them.])
/external/libxkbcommon/xkbcommon/
Dconfigure.ac65 AC_PATH_PROG([YACC_INST], [$YACC])
/external/e2fsprogs/lib/ss/
DMakefile.in109 $(YACC) -d $(srcdir)/ct.y

12