Searched refs:YACC (Results 1 – 25 of 44) 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`
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
231 QUIET_YACC = @echo ' ' YACC $@;283 $(QUIET_YACC)$(YACC) -l -d -b y exp/expression-parser.y
33 YACC = bison macro108 $(YACC) $(YFLAGS) -o $@ $<
83 YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)85 --mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS)169 YACC = @YACC@
54 YACC = bison.exe
63 $(YACC) --name-prefix=pcap_ --yacc --defines grammar.y
120 YACC = @YACC@
23 YACC = $(BISON) -y macro
68 YACC = @INTLBISON@ -y -d
93 YACC = bison -y
80 $(AM_V_GEN) $(YACC) -p "_mesa_program_" -v -d --output=program/program_parse.tab.c $<
81 $(hide) $(YACC) -o $@ $<
112 YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)114 --mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS)205 YACC = @YACC@
72 BISON = @YACC@
78 YACC = @V_YACC@461 $(YACC) -d $<
21 # better to avoid a typo in the `configure --help' entry for the YACC
110 $(YACC) -d $(srcdir)/ct.y
1274 YACC = @YACC@
1273 YACC = @YACC@
1272 YACC = @YACC@
1303 YACC = @YACC@