Searched refs:YACC (Results 1 – 25 of 34) sorted by relevance
12
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}"
11 YACC = bison -y macro48 $(YACC) -d policy_parse.y
63 $(hide) $(YACC) -o $@ -p "glcpp_parser_" $<71 $(hide) $(YACC) -p "_mesa_glsl_" -o $@ $<
185 # In order to make build output print "LEX" and "YACC", we reproduce the195 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 is232 # YACC is only executed once for each parser. The rest of the generated code
37 YACC = bison -d -y macro63 $(YACC) $(YFLAGS) awkgram.y
231 * makefile (YACC): Use bison.
32 YACC := @YACC@
32 YACC := bison -y
31 YACC = bison macro104 $(YACC) $(YFLAGS) -o $@ $<
32 $(hide) $(YACC) -o $@ -p "_mesa_program_" $<
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
120 YACC = @YACC@
93 YACC = bison -y
88 YACC = @INTLBISON@ -y -d
112 YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)114 --mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS)205 YACC = @YACC@
85 $(YACC) --name-prefix=pcap_ --yacc --defines grammar.y
176 YACC_GEN = $(AM_V_GEN)$(YACC) $(YFLAGS)
703 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$])
80 YACC = @YACC@478 $(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
1453 YFLAGS The list of arguments that will be passed by default to $YACC.7910 if test -n "$YACC"; then7911 ac_cv_prog_YACC="$YACC" # Let the user override the test.7930 YACC=$ac_cv_prog_YACC7931 if test -n "$YACC"; then7932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&57933 $as_echo "$YACC" >&6; }7940 test -n "$YACC" && break7942 test -n "$YACC" || YACC="yacc"7954 if $YACC -p pcap_ -o /dev/null $srcdir/grammar.y >/dev/null 2>&1; then[all …]
1525 if $YACC -p pcap_ -o /dev/null $srcdir/grammar.y >/dev/null 2>&1; then1531 AC_MSG_ERROR([$YACC is insufficient to compile libpcap.1532 libpcap requires Bison, a newer version of Berkeley YACC with support1533 for reentrant parsers, or another YACC compatible with them.])
65 AC_PATH_PROG([YACC_INST], [$YACC])
109 $(YACC) -d $(srcdir)/ct.y