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

  /external/selinux/checkpolicy/
Makefile 11 YACC = bison -y
43 $(YACC) -d policy_parse.y
  /external/mesa3d/src/glsl/
Android.gen.mk 57 @echo "Mesa Yacc: $(PRIVATE_MODULE) <= $<"
58 $(hide) $(YACC) -o $@ $<
63 @echo "Mesa Yacc: $(PRIVATE_MODULE) <= $<"
64 $(hide) $(YACC) -p "_mesa_glsl_" -o $@ $<
  /external/curl/packages/DOS/
common.dj 6 # Requires sed, yacc, rm and the usual stuff.
93 YACC = bison -y
  /external/selinux/libsemanage/src/
Makefile 33 YACC = bison
108 $(YACC) $(YFLAGS) -o $@ $<
  /external/fio/
configure 1372 # Check if we have lex/yacc available
1373 yacc="no"
1382 YACC=$(which bison 2> /dev/null)
1383 if test -x "$YACC" ; then
1384 yacc="yes"
1387 YACC=$(which yacc 2> /dev/null)
1388 if test -x "$YACC" ; then
1389 yacc="yes"
1392 if test "$yacc" = "yes" && test "$lex" = "yes" ; the
    [all...]
Makefile 231 QUIET_YACC = @echo ' ' YACC $@;
283 $(QUIET_YACC)$(YACC) -l -d -b y exp/expression-parser.y
  /external/mesa3d/src/mesa/
Android.gen.mk 80 @echo "Mesa Yacc: $(PRIVATE_MODULE) <= $<"
81 $(hide) $(YACC) -o $@ $<
  /toolchain/binutils/binutils-2.25/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
321 # yacc will produce working code which contain compile time warnings.
  /external/e2fsprogs/lib/ss/
Makefile.in 110 $(YACC) -d $(srcdir)/ct.y
  /external/libpcap/msdos/
makefile.dj 63 $(YACC) --name-prefix=pcap_ --yacc --defines grammar.y
  /toolchain/binutils/binutils-2.25/gas/
Makefile.am 27 YACC = `if [ -f ../bison/bison ] ; then echo ../bison/bison -y -L../bison/bison ; else echo @YACC@ ; fi`
30 # Automake 1.10+ disables lex and yacc output file regeneration if
434 # absolute path when it invokes yacc, which will cause yacc to put the
456 # yacc will produce working code which contain compile time warnings.
517 # yacc will produce working code which contain compile time warnings.
531 # yacc will produce working code which contain compile time warnings.
configure 631 YACC
780 YACC
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
configure 661 YACC
814 YACC
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
configure 628 YACC
808 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
526 # yacc will produce working code which contain compile time warnings.
    [all...]
  /external/bison/
configure     [all...]
  /toolchain/binutils/binutils-2.25/
configure 609 YACC
    [all...]
  /build/core/
config.mk 509 YACC := $(BISON) -d
    [all...]
definitions.mk 65 # Full path to all asm, C, C++, lex and yacc generated C files.
    [all...]

Completed in 297 milliseconds