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

1 2

  /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/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/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"
350 $PERL -i.tmp -pe \
361 $PERL -i.tmp -pe 's/\bmv +([^-\s])/mv -f $1/g' m4/libtool.m4
369 $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/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/syslinux/
Makefile 325 $(PERL) $(topdir)/version.pl $< $@ '%define < @'
327 $(PERL) $(topdir)/version.pl $< $@ '#define < @'
416 $(PERL) $(topdir)/version.pl $< $@ '< := @'
  /external/curl/docs/examples/
Makefile.netware 102 PERL = perl
  /toolchain/binutils/binutils-2.27/libiberty/
configure 626 PERL
719 # Use braces instead of parens because sh, perl, etc. also accept them.
    [all...]
  /external/ImageMagick/
configure 683 PERL
1308 # Use braces instead of parens because sh, perl, etc. also accept them.
    [all...]
  /external/e2fsprogs/
configure 663 PERL
935 # Use braces instead of parens because sh, perl, etc. also accept them.
    [all...]
  /external/strace/
configure 661 PERL
852 # Use braces instead of parens because sh, perl, etc. also accept them.
    [all...]
  /external/swiftshader/third_party/LLVM/
configure 751 PERL
857 # Use braces instead of parens because sh, perl, etc. also accept them.
    [all...]
  /external/valgrind/
configure 937 PERL
1091 # Use braces instead of parens because sh, perl, etc. also accept them.
    [all...]
  /external/mksh/src/
Build.sh     [all...]

Completed in 670 milliseconds

1 2