Searched refs:YACC (Results 1 - 25 of 33) sorted by relevance

12

/haiku-buildtools/jam/
H A DJamfile88 if $(YACC) { code += jamgram.y ; }
97 if $(YACC) && $(SUFEXE) = ""
H A DJambase394 YACC ?= bison -y ;
415 YACC ?= bison -y ;
436 YACC ?= bison -y ;
450 YACC ?= bison -y ;
459 YACC ?= bison -y ;
545 YACC ?= yacc ;
601 YACC ?= ;
1528 if $(YACC)
1923 $(YACC) $(YACCFLAGS) $(>)
/haiku-buildtools/legacy/gcc/
H A Dconfigure847 # Generate a default definition for YACC. This is used if the makefile can't
913 tools="${tools} WINDRES WINDRES_FOR_TARGET YACC"
958 if [ -z "${YACC}" ]; then
963 YACC="bison -y"
967 YACC=byacc
971 YACC=yacc
976 if [ -z "${YACC}" ]; then
977 YACC="bison -y"
H A DMakefile.in128 YACC = `if [ -f $$r/bison/bison ] ; then \
402 "YACC=$(YACC)" \
/haiku-buildtools/legacy/binutils/
H A Dconfigure3402 # Generate default definitions for YACC, M4, LEX and other programs that run
3416 if test -n "$YACC"; then
3417 ac_cv_prog_YACC="$YACC" # Let the user override the test.
3431 YACC="$ac_cv_prog_YACC"
3432 if test -n "$YACC"; then
3433 echo "$ac_t""$YACC" 1>&6
3438 test -n "$YACC" && break
3440 test -n "$YACC" || YACC="$MISSING bison -y"
3443 *" bison "*) YACC
[all...]
H A DMakefile.def213 flags_to_pass = { flag= YACC ; };
/haiku-buildtools/binutils/binutils/
H A DMakefile.am33 YACC = `if [ -f ../bison/bison ]; then echo ../bison/bison -y -L$(srcdir)/../bison/; else echo @YACC@; fi`
H A DMakefile.in270 YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
272 --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS)
407 YACC = `if [ -f ../bison/bison ]; then echo ../bison/bison -y -L$(srcdir)/../bison/; else echo @YACC@; fi`
/haiku-buildtools/binutils/binutils/doc/
H A DMakefile.in255 YACC = @YACC@
/haiku-buildtools/binutils/gas/
H A DMakefile.am32 YACC = `if [ -f ../bison/bison ] ; then echo ../bison/bison -y -L../bison/bison ; else echo @YACC@ ; fi`
H A Dconfigure633 YACC
790 YACC
1454 YACC The `Yet Another C Compiler' implementation to use. Defaults to
1456 YFLAGS The list of arguments that will be passed by default to $YACC.
12971 if test -n "$YACC"; then
12972 ac_cv_prog_YACC="$YACC" # Let the user override the test.
12991 YACC=$ac_cv_prog_YACC
12992 if test -n "$YACC"; then
12993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
12994 $as_echo "$YACC" >
[all...]
/haiku-buildtools/binutils/gas/doc/
H A DMakefile.in236 YACC = @YACC@
/haiku-buildtools/binutils/gold/
H A Dconfigure663 YACC
821 YACC
1477 YACC The `Yet Another C Compiler' implementation to use. Defaults to
1479 YFLAGS The list of arguments that will be passed by default to $YACC.
5101 if test -n "$YACC"; then
5102 ac_cv_prog_YACC="$YACC" # Let the user override the test.
5121 YACC=$ac_cv_prog_YACC
5122 if test -n "$YACC"; then
5123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
5124 $as_echo "$YACC" >
[all...]
H A DMakefile.in197 YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
416 YACC = @YACC@
/haiku-buildtools/gcc/
H A DMakefile.tpl142 YACC="$(YACC)"; export YACC; \
374 YACC = @YACC@
H A Dconfigure610 YACC
7645 # Generate default definitions for YACC, M4, LEX and other programs that run
7659 if test -n "$YACC"; then
7660 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7679 YACC=$ac_cv_prog_YACC
7680 if test -n "$YACC"; then
7681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7682 $as_echo "$YACC" >&6; }
7689 test -n "$YACC" && break
7691 test -n "$YACC" || YAC
[all...]
/haiku-buildtools/binutils/
H A DMakefile.tpl143 YACC="$(YACC)"; export YACC; \
378 YACC = @YACC@
H A Dconfigure610 YACC
7713 # Generate default definitions for YACC, M4, LEX and other programs that run
7727 if test -n "$YACC"; then
7728 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7747 YACC=$ac_cv_prog_YACC
7748 if test -n "$YACC"; then
7749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7750 $as_echo "$YACC" >&6; }
7757 test -n "$YACC" && break
7759 test -n "$YACC" || YAC
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Dconfigure1576 if test -n "$YACC"; then
1577 ac_cv_prog_YACC="$YACC" # Let the user override the test.
1591 YACC="$ac_cv_prog_YACC"
1592 if test -n "$YACC"; then
1593 echo "$ac_t""$YACC" 1>&6
1598 test -n "$YACC" && break
1600 test -n "$YACC" || YACC="yacc"
8837 s%@YACC@%$YACC
[all...]
/haiku-buildtools/legacy/binutils/gas/
H A Dconfigure312 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE LN_S RANLIB ac_ct_RANLIB LIBTOOL WARN_CFLAGS NO_WERROR GDBINIT cgen_cpu_prefix extra_objects target_cpu_type obj_format te_file install_tooldir atof BFDLIB OPCODES_LIB BFDVER_H ALL_OBJ_DEPS YACC LEX LEXLIB LEX_OUTPUT_ROOT CPP EGREP ALLOCA USE_NLS MSGFMT GMSGFMT XGETTEXT USE_INCLUDED_LIBINTL CATALOGS CATOBJEXT DATADIRNAME GMOFILES INSTOBJEXT INTLDEPS INTLLIBS INTLOBJS POFILES POSUB INCLUDE_LOCALE_H GT_NO GT_YES MKINSTALLDIRS l MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT LIBM datarootdir docdir htmldir LIBOBJS LTLIBOBJS'
5916 if test -n "$YACC"; then
5917 ac_cv_prog_YACC="$YACC" # Let the user override the test.
5935 YACC=$ac_cv_prog_YACC
5936 if test -n "$YACC"; then
5937 echo "$as_me:$LINENO: result: $YACC" >&5
5938 echo "${ECHO_T}$YACC" >&6
5944 test -n "$YACC" && break
5946 test -n "$YACC" || YACC
[all...]
/haiku-buildtools/legacy/binutils/ld/
H A Dconfigure312 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE LN_S RANLIB ac_ct_RANLIB LIBTOOL use_sysroot TARGET_SYSTEM_ROOT TARGET_SYSTEM_ROOT_DEFINE WARN_CFLAGS NO_WERROR CPP EGREP ALLOCA USE_NLS MSGFMT GMSGFMT XGETTEXT USE_INCLUDED_LIBINTL CATALOGS CATOBJEXT DATADIRNAME GMOFILES INSTOBJEXT INTLDEPS INTLLIBS INTLOBJS POFILES POSUB INCLUDE_LOCALE_H GT_NO GT_YES MKINSTALLDIRS l YACC LEX LEXLIB LEX_OUTPUT_ROOT MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT HDEFINES HOSTING_CRT0 HOSTING_LIBS NATIVE_LIB_DIRS STRINGIFY EMUL EMULATION_OFILES EMUL_EXTRA_OFILES LIB_PATH EMULATION_LIBPATH TESTBFDLIB datarootdir docdir htmldir LIBOBJS LTLIBOBJS'
8268 if test -n "$YACC"; then
8269 ac_cv_prog_YACC="$YACC" # Let the user override the test.
8287 YACC=$ac_cv_prog_YACC
8288 if test -n "$YACC"; then
8289 echo "$as_me:$LINENO: result: $YACC" >&5
8290 echo "${ECHO_T}$YACC" >&6
8296 test -n "$YACC" && break
8298 test -n "$YACC" || YACC
[all...]
/haiku-buildtools/legacy/binutils/binutils/
H A Dconfigure312 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE LN_S RANLIB ac_ct_RANLIB LIBTOOL WARN_CFLAGS NO_WERROR YACC LEX LEXLIB LEX_OUTPUT_ROOT CPP EGREP ALLOCA USE_NLS MSGFMT GMSGFMT XGETTEXT USE_INCLUDED_LIBINTL CATALOGS CATOBJEXT DATADIRNAME GMOFILES INSTOBJEXT INTLDEPS INTLLIBS INTLOBJS POFILES POSUB INCLUDE_LOCALE_H GT_NO GT_YES MKINSTALLDIRS l MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT HDEFINES AR CC_FOR_BUILD EXEEXT_FOR_BUILD DEMANGLER_NAME NLMCONV_DEFS BUILD_NLMCONV BUILD_SRCONV BUILD_DLLTOOL DLLTOOL_DEFS BUILD_WINDRES BUILD_DLLWRAP BUILD_MISC OBJDUMP_DEFS EMULATION EMULATION_VECTOR datarootdir docdir htmldir LIBOBJS LTLIBOBJS'
4996 if test -n "$YACC"; then
4997 ac_cv_prog_YACC="$YACC" # Let the user override the test.
5015 YACC=$ac_cv_prog_YACC
5016 if test -n "$YACC"; then
5017 echo "$as_me:$LINENO: result: $YACC" >&5
5018 echo "${ECHO_T}$YACC" >&6
5024 test -n "$YACC" && break
5026 test -n "$YACC" || YACC
[all...]
H A DMakefile.am18 YACC = `if [ -f ../bison/bison ]; then echo ../bison/bison -y -L$(srcdir)/../bison/; else echo @YACC@; fi`
/haiku-buildtools/binutils/ld/
H A Dconfigure631 YACC
814 YACC
1481 YACC The `Yet Another C Compiler' implementation to use. Defaults to
1483 YFLAGS The list of arguments that will be passed by default to $YACC.
16151 if test -n "$YACC"; then
16152 ac_cv_prog_YACC="$YACC" # Let the user override the test.
16171 YACC=$ac_cv_prog_YACC
16172 if test -n "$YACC"; then
16173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
16174 $as_echo "$YACC" >
[all...]
H A DMakefile.in178 YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
180 --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS)
360 YACC = `if [ -f ../bison/bison ]; then echo ../bison/bison -y -L$(srcdir)/../bison/; else echo @YACC@; fi`

Completed in 319 milliseconds

12