HomeSort by relevance Sort by last modified time
    Searched refs:YACC (Results 1 - 24 of 24) sorted by null

  /external/ltp/include/mk/
config.mk.in 32 YACC := @YACC@
config.mk.default 32 YACC := bison -y
  /external/one-true-awk/
makefile 34 YACC = bison -d -y
35 YACC = yacc -d -S
37 # -S uses sprintf in yacc parser instead of sprint
56 $(YACC) $(YFLAGS) awkgram.y
  /external/selinux/checkpolicy/
Makefile 13 YACC = bison -y
43 $(YACC) -d policy_parse.y
  /external/libnl/
configure.ac 76 AC_CHECK_PROGS(YACC, 'bison -y')
148 if test -z "$YACC"; then
  /external/mesa3d/src/compiler/
Android.glsl.gen.mk 62 @echo "Mesa Yacc: $(PRIVATE_MODULE) <= $<"
63 $(hide) $(YACC) -o $@ -p "glcpp_parser_" $<
70 @echo "Mesa Yacc: $(PRIVATE_MODULE) <= $<"
71 $(hide) $(YACC) -p "_mesa_glsl_" -o $@ $<
Makefile.glsl.am 161 # We write our own rules for yacc and lex below. We'd rather use automake,
166 # good way of making a project that uses C++ yacc files compatible with
173 # * Since we're building multiple yacc parsers into one library (and via one
178 # In order to make build output print "LEX" and "YACC", we reproduce the
188 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 is
225 # YACC is only executed once for each parser. The rest of the generated code
  /external/curl/packages/DOS/
common.dj 6 # Requires sed, yacc, rm and the usual stuff.
93 YACC = bison -y
  /external/mesa3d/src/mesa/program/
Android.mk 31 @echo "Mesa Yacc: $(PRIVATE_MODULE) <= $<"
32 $(hide) $(YACC) -o $@ -p "_mesa_program_" $<
  /external/selinux/libsemanage/src/
Makefile 34 YACC = bison
107 $(YACC) $(YFLAGS) -o $@ $<
  /external/fio/
configure 213 echo "--disable-lex Disable use of lex/yacc for math"
215 echo "--enable-lex Enable use of lex/yacc for math"
    [all...]
Makefile 284 QUIET_YACC = @echo ' ' YACC $@;
341 $(QUIET_YACC)$(YACC) -o $@ -l -d -b y $<
  /external/libpcap/msdos/
makefile.dj 85 $(YACC) --name-prefix=pcap_ --yacc --defines grammar.y
  /toolchain/binutils/binutils-2.27/binutils/
Makefile.am 33 YACC = `if [ -f ../bison/bison ]; then echo ../bison/bison -y -L$(srcdir)/../bison/; else echo @YACC@; fi`
38 # Automake 1.10+ disables lex and yacc output file regeneration if
328 # yacc will produce working code which contain compile time warnings.
  /external/e2fsprogs/lib/ss/
Makefile.in 109 $(YACC) -d $(srcdir)/ct.y
  /external/libpcap/
configure 660 YACC
764 YACC
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
Makefile.am 32 YACC = `if [ -f ../bison/bison ] ; then echo ../bison/bison -y -L../bison/bison ; else echo @YACC@ ; fi`
35 # Automake 1.10+ disables lex and yacc output file regeneration if
443 # absolute path when it invokes yacc, which will cause yacc to put the
465 # yacc will produce working code which contain compile time warnings.
526 # yacc will produce working code which contain compile time warnings.
540 # yacc will produce working code which contain compile time warnings.
configure 633 YACC
788 YACC
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
configure 662 YACC
820 YACC
    [all...]
  /toolchain/binutils/binutils-2.27/ld/
configure 631 YACC
814 YACC
    [all...]
Makefile.am 28 YACC = `if [ -f ../bison/bison ]; then echo ../bison/bison -y -L$(srcdir)/../bison/; else echo @YACC@; fi`
32 # Automake 1.10+ disables lex and yacc output file regeneration if
553 # yacc will produce working code which contain compile time warnings.
    [all...]
  /toolchain/binutils/binutils-2.27/
configure 610 YACC
    [all...]
  /build/make/core/
config.mk 629 YACC := $(BISON) -d
    [all...]
definitions.mk 61 # Full path to all asm, C, C++, lex and yacc generated C files.
    [all...]

Completed in 490 milliseconds