HomeSort by: relevance | last modified time | path
    Searched refs:YACC (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/ctwm/dist/cmake_files/
setup_yacc.cmake 2 # Setup yacc-alike to build the parser for the config file.
4 # Similarly to the _lex handler, we always use your yacc to build it if
22 # This only finds bison, not yacc.
24 # There doesn't seem to be a standard module for yacc, so hand-code
26 find_program(YACC yacc)
41 elseif(YACC)
42 # Got yacc(1), use it
43 message(STATUS "Found yacc: ${YACC}")
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
Android.glsl.gen.mk 61 @echo "Mesa Yacc: $(PRIVATE_MODULE) <= $<"
62 $(hide) $(YACC) -o $@ -p "glcpp_parser_" $<
69 @echo "Mesa Yacc: $(PRIVATE_MODULE) <= $<"
70 $(hide) $(YACC) -p "_mesa_glsl_" -o $@ $<
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
Android.mk 31 @echo "Mesa Yacc: $(PRIVATE_MODULE) <= $<"
32 $(hide) $(YACC) -o $@ -p "_mesa_program_" $<
  /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
Makefile.sgi 104 $(YACC) -d strokegen.y
  /xsrc/external/mit/twm/dist/
configure 666 YACC
803 YACC
1462 YACC The `Yet Another Compiler Compiler' implementation to use.
1464 `yacc'.
1465 YFLAGS The list of arguments that will be passed by default to $YACC.
11326 if test -n "$YACC"; then
11327 ac_cv_prog_YACC="$YACC" # Let the user override the test.
11350 YACC=$ac_cv_prog_YACC
11351 if test -n "$YACC"; then
11352 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $YACC" >&
    [all...]
  /xsrc/external/mit/xgc/dist/
configure 662 YACC
803 YACC
1467 YACC The `Yet Another Compiler Compiler' implementation to use.
1469 `yacc'.
1470 YFLAGS The list of arguments that will be passed by default to $YACC.
11402 if test -n "$YACC"; then
11403 ac_cv_prog_YACC="$YACC" # Let the user override the test.
11426 YACC=$ac_cv_prog_YACC
11427 if test -n "$YACC"; then
11428 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $YACC" >&
    [all...]
  /xsrc/external/mit/xkbcomp/dist/
configure 657 YACC
799 YACC
1465 YACC The 'Yet Another Compiler Compiler' implementation to use.
1467 'yacc'.
1468 YFLAGS The list of arguments that will be passed by default to $YACC.
11808 # If both the C file and YACC are missing, the package cannot be build.
11819 e) if test -n "$YACC"; then
11820 ac_cv_prog_YACC="$YACC" # Let the user override the test.
11844 YACC=$ac_cv_prog_YACC
11845 if test -n "$YACC"; the
    [all...]
  /xsrc/external/mit/xkbevd/dist/
configure 654 YACC
793 YACC
1450 YACC The 'Yet Another Compiler Compiler' implementation to use.
1452 'yacc'.
1453 YFLAGS The list of arguments that will be passed by default to $YACC.
11448 e) if test -n "$YACC"; then
11449 ac_cv_prog_YACC="$YACC" # Let the user override the test.
11473 YACC=$ac_cv_prog_YACC
11474 if test -n "$YACC"; then
11475 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $YACC" >&
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/
configure 844 YACC
1233 YACC
2069 YACC The `Yet Another C Compiler' implementation to use. Defaults to
2070 the first program found out of: `bison -y', `byacc', `yacc'.
2071 YFLAGS The list of arguments that will be passed by default to $YACC.
21656 if test -n "$YACC"; then
21657 ac_cv_prog_YACC="$YACC" # Let the user override the test.
21676 YACC=$ac_cv_prog_YACC
21677 if test -n "$YACC"; then
21678 { echo "$as_me:$LINENO: result: $YACC" >&
    [all...]
  /xsrc/external/mit/xorg-server/dist/
configure 1061 YACC
1393 YACC
2303 YACC The 'Yet Another Compiler Compiler' implementation to use.
2305 'yacc'.
2306 YFLAGS The list of arguments that will be passed by default to $YACC.
23860 e) if test -n "$YACC"; then
23861 ac_cv_prog_YACC="$YACC" # Let the user override the test.
23885 YACC=$ac_cv_prog_YACC
23886 if test -n "$YACC"; then
23887 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $YACC" >&
    [all...]

Completed in 47 milliseconds