Searched refs:YACC (Results 1 – 25 of 71) sorted by relevance
123
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`
11 YACC = bison -y macro43 $(YACC) -d policy_parse.y
58 $(hide) $(YACC) -o $@ $<64 $(hide) $(YACC) -p "_mesa_glsl_" -o $@ $<
90 $(AM_V_GEN) $(YACC) -v -o glsl_parser.cc -p "_mesa_glsl_" --defines=glsl_parser.h $<
1382 YACC=$(which bison 2> /dev/null)1383 if test -x "$YACC" ; then1387 YACC=$(which yacc 2> /dev/null)1388 if test -x "$YACC" ; then1578 echo "YACC=$YACC -y" >> $config_host_mak1580 echo "YACC=$YACC" >> $config_host_mak
33 YACC = bison macro108 $(YACC) $(YFLAGS) -o $@ $<
83 YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)85 --mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS)169 YACC = @YACC@
55 YACC = bison.exe
64 $(YACC) --name-prefix=pcap_ --yacc --defines grammar.y
120 YACC = @YACC@
23 YACC = $(BISON) -y macro
68 YACC = @INTLBISON@ -y -d
182 YACC = @YACC@
80 $(AM_V_GEN) $(YACC) -p "_mesa_program_" -v -d --output=program/program_parse.tab.c $<
81 $(hide) $(YACC) -o $@ $<
184 YACC = @YACC@
156 YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)260 YACC = @YACC@
156 YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)260 YACC = bison -y macro
112 YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)114 --mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS)205 YACC = @YACC@
72 BISON = @YACC@
234 YACC = @YACC@
264 YACC = @YACC@
1480 YACC The `Yet Another Compiler Compiler' implementation to use.1483 YFLAGS The list of arguments that will be passed by default to $YACC.4267 if test -n "$YACC"; then4268 ac_cv_prog_YACC="$YACC" # Let the user override the test.4287 YACC=$ac_cv_prog_YACC4288 if test -n "$YACC"; then4289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&54290 $as_echo "$YACC" >&6; }4297 test -n "$YACC" && break4299 test -n "$YACC" || YACC="yacc"
300 YACC = @YACC@
285 YACC = @YACC@