HomeSort by relevance Sort by last modified time
    Searched refs:PERL (Results 1 - 25 of 40) sorted by null

1 2

  /external/bison/tests/
bison.in 22 : ${PERL='@PERL@'}
38 if $PERL --version >/dev/null; then
43 $PERL -pi -e 's{"y\.tab\.}{"parse-gram.}g;' \
  /external/syslinux/libinstaller/
Makefile 5 PERL = perl
12 $(PERL) $(SRC)/bin2c.pl syslinux_bootsect < $< > $@
15 $(PERL) $(SRC)/bin2c.pl syslinux_ldlinux 512 < $< > $@
18 $(PERL) $(SRC)/bin2c.pl syslinux_mbr < $< > $@
21 $(PERL) $(SRC)/bin2c.pl syslinux_gptmbr < $< > $@
26 $(PERL) $(SRC)/bin2c.pl syslinux_ldlinuxc32 < $< > $@
  /external/syslinux/codepage/
Makefile 2 PERL = perl
14 $(PERL) $(SRC)/cptable.pl $(SRC)/UnicodeData $< $< $@
  /external/syslinux/gpxe/src/
Makefile 23 PERL := /usr/bin/perl
34 PARSEROM := $(PERL) ./util/parserom.pl
35 MAKEROM := $(PERL) ./util/makerom.pl
36 SYMCHECK := $(PERL) ./util/symcheck.pl
37 SORTOBJDUMP := $(PERL) ./util/sortobjdump.pl
38 PADIMG := $(PERL) ./util/padimg.pl
39 LICENCE := $(PERL) ./util/licence.pl
  /external/syslinux/diag/geodsp/
Makefile 36 $(PERL) $(SRC)/mk-lba-img.pl $< | $(XZ) -0 > $@ || ( rm -f $@ ; false )
39 $(PERL) $(SRC)/mk-lba-img.pl $< | $(GZIPPROG) -9 > $@ || ( rm -f $@ ; false )
43 $(PERL) $(SRC)/mk-lba-img.pl $< > $@ || ( rm -f $@ ; false )
  /external/syslinux/diag/mbr/
Makefile 33 $(PERL) checksize.pl $@
38 $(PERL) $(mbrdir)/checksize.pl $@ 420
  /external/mesa3d/src/gallium/drivers/radeon/
Makefile 24 $(PERL) $^ > $@
27 $(PERL) $^ $@ > /dev/null
37 $(PERL) $^ > $@
  /external/syslinux/utils/
Makefile 41 $(PERL) $(SRC)/bin2hex.pl < $(OBJ)/../mbr/mbr.bin | cat $(SRC)/mkdiskimage.in - > $@
44 # Works on anything with a Perl interpreter...
47 for f in $(ISOHDPFX) ; do $(PERL) $(SRC)/bin2hex.pl < $$f >> $@ ; done
51 $(PERL) $(SRC)/isohdpfxarray.pl $(ISOHDPFX) > $@
  /external/regex-re2/doc/
mksyntaxwiki 11 ,s! perl$! <font size="1">PERL</font>!g
28 <tr><td colspan="2">It also lists syntax accepted by PCRE, PERL, and VIM.</td></tr>
mksyntaxhtml 13 ,s! perl$! <font size=-2>PERL</font>!g
32 <tr><td colspan=2>It also lists syntax accepted by PCRE, PERL, and VIM.</td></tr>
  /external/swiftshader/third_party/LLVM/tools/llvm-config/
Makefile 16 # If we don't have Perl, we can't generate the library dependencies upon which
17 # llvm-config depends. Therefore, only if we detect perl will we do anything
38 $(Verb) $(PERL) $(GenLibDeps) -flat $(LibDir) "$(NM_PATH)" > $(LibDepsTemp)
48 $(Verb) $(PERL) $< < $(LibDeps) > $@ || rm -f $@
58 $(Verb) $(PERL) $(GenLibDeps) -perobj -flat $(LibDir) "$(NM_PATH)" >PerobjDeps.txt
60 $(Verb) $(PERL) $(PROJ_SRC_DIR)/find-cycles.pl < PerobjDepsIncl.txt > PerobjDepsInclFinal.txt || rm -f $@
78 $(Verb) $(PERL) $(GenLibDeps) -perobj -perobjincl -flat $(LibDir) "$(NM_PATH)" >PerobjDepsIncl.txt
80 $(Verb) $(PERL) $(PROJ_SRC_DIR)/find-cycles.pl < PerobjDepsIncl.txt > PerobjDepsInclFinal.txt
115 # We don't have perl, just generate a dummy llvm-config
118 $(Verb) $(ECHO) 'echo llvm-config: Perl not found so llvm-config could not be generated' >> $@
    [all...]
  /external/curl/
buildconf 273 # perl check
275 PERL=`findtool ${PERL:-perl}`
276 if test -z "$PERL"; then
277 echo "buildconf: perl not found"
351 $PERL -i.tmp -pe \
362 $PERL -i.tmp -pe 's/\bmv +([^-\s])/mv -f $1/g' m4/libtool.m4
370 $PERL -i.bak -pe 's/\bmv +([^-\s])/mv -f $1/g' aclocal.m4
  /external/syslinux/com32/rosh/
Makefile 30 HEXDATE := $(shell $(PERL) $(topdir)/now.pl $(SRCS) $(wildcard *.h))
  /external/syslinux/com32/sysdump/
Makefile 37 HEXDATE := $(shell $(PERL) $(topdir)/now.pl $(SRCS) $(wildcard *.h))
  /external/syslinux/mbr/
Makefile 42 $(PERL) $(SRC)/checksize.pl $@
  /external/harfbuzz_ng/win32/
detectenv-msvc.mak 14 # Location of the PERL interpretor, for running glib-mkenums. glib-mkenums
15 # needs to be found in $(PREFIX)\bin. Using either a 32-bit or x64 PERL
18 !if "$(PERL)" == ""
19 PERL = perl
info-msvc.mak 108 @echo tool script, which will require a PERL interpreter (use
109 @echo PERL=^$(PATH_TO_PERL_INTERPRETOR)) if it is not already in your PATH).
  /external/syslinux/memdisk/
Makefile 32 HEXDATE := $(shell $(PERL) $(SRC)/../now.pl $(SRCS))
94 $(PERL) $(SRC)/postprocess.pl $@ memdisk16.bin memdisk32.bin
  /external/sl4a/Common/src/com/googlecode/android_scripting/language/
SupportedLanguages.java 29 ".js", JavaScriptLanguage.class), LUA(".lua", LuaLanguage.class), PERL(".pl",
  /external/syslinux/mk/
syslinux.mk 43 PERL = perl
  /external/syslinux/com32/lib/
Makefile 122 $(PERL) $< $(CFLAGS) -errlist > $@ || rm -f $@
129 $(PERL) $< > $@
  /external/syslinux/efi/
Makefile 56 HEXDATE := $(shell $(PERL) $(SRC)/../now.pl $(SRCS))
  /external/bison/build-aux/
gendocs.sh 52 : ${PERL='perl'}
117 and PERL to control the programs that get executed, and
212 $PERL -n -e "
  /external/bison/doc/
Makefile.am 33 | $(PERL) $(CROSS_OPTIONS_PL) $(top_srcdir)/src/scan-gram.l >$@.tmp
  /external/syslinux/
Makefile 325 $(PERL) $(topdir)/version.pl $< $@ '%define < @'
327 $(PERL) $(topdir)/version.pl $< $@ '#define < @'
416 $(PERL) $(topdir)/version.pl $< $@ '< := @'

Completed in 1045 milliseconds

1 2