Searched refs:LEX (Results 1 - 19 of 19) sorted by relevance

/macosx-10.9.5/dcerpc-58/dcerpc/idl_compiler/
H A DMakefile.am4 FLEX ?= $(LEX)
43 # Override the standard YACC/LEX rules so we can build two scanners into
67 # Ensure that YACC/LEX generated files go away during clean
/macosx-10.9.5/libpcap-42/libpcap/
H A Drunlex.sh21 LEX="$1"
27 if [ -z "${LEX}" ]
70 if [ "${LEX}" = flex ]
118 ${LEX} $flags -o"$outfile" "$@"
163 ${LEX} $flags "$@"
/macosx-10.9.5/ICU-511.35/icuSources/tools/genren/
H A DMakefile36 LEX=$(ICUDIR)/lib/libiculx.$(SO) macro
40 LIBS=$(COM) $(I18) $(LAY) $(LEX) $(UIO)
75 $(LEX): $(DAT) $(I18) $(COM) $(ICUDIR)/config.status Makefile
/macosx-10.9.5/Heimdal-323.92.1/lib/com_err/
H A DNTMakefile78 $(LEX) -o$@ lex.l
/macosx-10.9.5/Heimdal-323.92.1/lib/sl/
H A DNTMakefile52 $(LEX) -o$@ slc-lex.l
/macosx-10.9.5/bc-21/bc/
H A Dconfigure1162 if test -n "$LEX"; then
1163 ac_cv_prog_LEX="$LEX" # Let the user override the test.
1177 LEX="$ac_cv_prog_LEX"
1178 if test -n "$LEX"; then
1179 echo "$ac_t""$LEX" 1>&6
1184 test -n "$LEX" && break
1186 test -n "$LEX" || LEX=""$missing_dir/missing flex""
1195 if test -n "$LEX"; then
1196 ac_cv_prog_LEX="$LEX" # Le
[all...]
/macosx-10.9.5/CPANInternal-140/Parse-Yapp/lib/Parse/Yapp/
H A DDriver.pm34 my(@params)=('LEX','RULES','STATES');
166 $$self{LEX};
229 = @$self{ 'RULES', 'STATES', 'LEX', 'ERROR' };
/macosx-10.9.5/CPANInternal-140/Parse-Yapp-1.05/lib/Parse/Yapp/
H A DDriver.pm34 my(@params)=('LEX','RULES','STATES');
166 $$self{LEX};
229 = @$self{ 'RULES', 'STATES', 'LEX', 'ERROR' };
/macosx-10.9.5/Heimdal-323.92.1/lib/hx509/
H A DNTMakefile193 $(LEX) -o$@ sel-lex.l
/macosx-10.9.5/cxxfilt-11/cxxfilt/
H A Dconfigure3606 # Generate default definitions for YACC, M4, LEX and other programs that run
3738 if test -n "$LEX"; then
3739 ac_cv_prog_LEX="$LEX" # Let the user override the test.
3753 LEX="$ac_cv_prog_LEX"
3754 if test -n "$LEX"; then
3755 echo "$ac_t""$LEX" 1>&6
3760 test -n "$LEX" && break
3762 test -n "$LEX" || LEX="$MISSING flex"
3765 *" flex "*) LEX
[all...]
H A DMakefile.def218 flags_to_pass = { flag= LEX ; };
/macosx-10.9.5/Heimdal-323.92.1/lib/asn1/
H A DNTMakefile81 $(LEX) -o$@ lex.l
/macosx-10.9.5/Heimdal-323.92.1/windows/
H A DNTMakefile.w32141 LEX=$(LEX_CMD)
/macosx-10.9.5/libpcap-42/libpcap/msdos/
H A Dmakefile.dj73 $(LEX) -Ppcap_ -7 -t $^ > $@
/macosx-10.9.5/cxxfilt-11/cxxfilt/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 USE_NLS LIBINTL LIBINTL_DEP INCINTL XGETTEXT GMSGFMT POSUB CATALOGS DATADIRNAME INSTOBJEXT GENCAT CATOBJEXT MKINSTALLDIRS MSGFMT MSGMERGE MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT GENINSRC_NEVER_TRUE GENINSRC_NEVER_FALSE HDEFINES AR CC_FOR_BUILD EXEEXT_FOR_BUILD DEMANGLER_NAME CPP EGREP ALLOCA 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'
5032 if test -n "$LEX"; then
5033 ac_cv_prog_LEX="$LEX" # Let the user override the test.
5051 LEX=$ac_cv_prog_LEX
5052 if test -n "$LEX"; then
5053 echo "$as_me:$LINENO: result: $LEX" >&5
5054 echo "${ECHO_T}$LEX" >&6
5060 test -n "$LEX" && break
5062 test -n "$LEX" || LEX
[all...]
H A DMakefile.am17 LEX = `if [ -f ../flex/flex ]; then echo ../flex/flex; else echo @LEX@; fi`
/macosx-10.9.5/apache_mod_php-87.4/
H A DMakefile18 LEX=/usr/local/bin/lex-2.5.4 \
/macosx-10.9.5/SmartcardCCID-55005/ccid/ccid/
H A Dconfigure837 LEX
4315 if test -n "$LEX"; then
4316 ac_cv_prog_LEX="$LEX" # Let the user override the test.
4335 LEX=$ac_cv_prog_LEX
4336 if test -n "$LEX"; then
4337 { $as_echo "$as_me:$LINENO: result: $LEX" >&5
4338 $as_echo "$LEX" >&6; }
4345 test -n "$LEX" && break
4347 test -n "$LEX" || LEX
[all...]
/macosx-10.9.5/Heimdal-323.92.1/
H A Dconfigure917 LEX
11439 if test -n "$LEX"; then
11440 ac_cv_prog_LEX="$LEX" # Let the user override the test.
11459 LEX=$ac_cv_prog_LEX
11460 if test -n "$LEX"; then
11461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
11462 $as_echo "$LEX" >&6; }
11469 test -n "$LEX" && break
11471 test -n "$LEX" || LEX
[all...]

Completed in 249 milliseconds