Searched refs:YACC (Results 1 – 25 of 50) sorted by relevance
12
27 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 bison30 dnl YACC's default value is empty; BISON's default value is :.31 if (${YACC-${BISON-:}} --print-localedir) >/dev/null 2>&1; then32 BISON_LOCALEDIR=`${YACC-${BISON-:}} --print-localedir`
48 # Modified YACC assignment to remove -o y.tab.c since we're writing59 AS_IF([$YACC --version 2>/dev/null | $EGREP -q '^bison '],67 YACC="${YACC% -y}"
13 YACC = bison -y macro43 $(YACC) -d policy_parse.y
63 $(hide) $(YACC) -o $@ -p "glcpp_parser_" $<71 $(hide) $(YACC) -p "_mesa_glsl_" -o $@ $<
178 # In order to make build output print "LEX" and "YACC", we reproduce the188 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 is225 # YACC is only executed once for each parser. The rest of the generated code
32 YACC := @YACC@
32 YACC := bison -y
34 YACC = bison macro107 $(YACC) $(YFLAGS) -o $@ $<
32 $(hide) $(YACC) -o $@ -p "_mesa_program_" $<
1811 YACC=$(which bison 2> /dev/null)1812 if test -x "$YACC" ; then1816 YACC=$(which yacc 2> /dev/null)1817 if test -x "$YACC" ; then2211 echo "YACC=$YACC -y" >> $config_host_mak2213 echo "YACC=$YACC" >> $config_host_mak
284 QUIET_YACC = @echo ' ' YACC $@;341 $(QUIET_YACC)$(YACC) -o $@ -l -d -b y $<
83 YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)85 --mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS)169 YACC = @YACC@
76 AC_CHECK_PROGS(YACC, 'bison -y')148 if test -z "$YACC"; then
61 YACC = bison.exe
85 $(YACC) --name-prefix=pcap_ --yacc --defines grammar.y
120 YACC = @YACC@
23 YACC = $(BISON) -y macro
93 YACC = bison -y
365 # {Flex} and YACC/Berkeley YACC/Bison.403 # Try to find YACC or Bison.
73 YACC = @YACC@461 $(YACC) -p pcap_ -o grammar.c -d $<
40 You will need either Bison, Berkeley YACC, or a version of YACC44 http://ftp.gnu.org/gnu/bison/ and the current version of Berkeley YACC
1433 YFLAGS The list of arguments that will be passed by default to $YACC.7183 if test -n "$YACC"; then7184 ac_cv_prog_YACC="$YACC" # Let the user override the test.7203 YACC=$ac_cv_prog_YACC7204 if test -n "$YACC"; then7205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&57206 $as_echo "$YACC" >&6; }7213 test -n "$YACC" && break7215 test -n "$YACC" || YACC="yacc"7227 if $YACC -p pcap_ -o /dev/null $srcdir/grammar.y >/dev/null 2>&1; then[all …]
88 YACC = @INTLBISON@ -y -d
160 YACC_GEN = $(AM_V_GEN)$(YACC) $(YFLAGS)
112 YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)114 --mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS)205 YACC = @YACC@