Home
last modified time | relevance | path

Searched refs:PERL (Results 1 – 25 of 183) sorted by relevance

12345678

/external/syslinux/libinstaller/
DMakefile5 PERL = perl macro
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/gpxe/src/
DMakefile23 PERL := /usr/bin/perl macro
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/swiftshader/third_party/LLVM/autoconf/m4/
Dpath_perl.m45 AC_PATH_PROG(PERL, [perl], [none])
6 if test "$PERL" != "none"; then
8 if $PERL -e 'use $1;' 2>&1 > /dev/null; then
11 PERL=none
/external/harfbuzz_ng/win32/
Dgenerate-msvc.mak12 # we are already using PERL, use PERL one-liners.
15 $(PERL) $(PREFIX)\bin\glib-mkenums \
18 $(PERL) -p -i.tmp1 -e "s/_t_get_type/_get_type/g" $@
19 $(PERL) -p -i.tmp2 -e "s/_T \(/ (/g" $@
Ddetectenv-msvc.mak14 # 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 macro
DREADME.txt44 along with PERL to generate the enum sources and headers, which is
76 PERL: Full path to the PERL interpretor to be used, if it is not in %PATH%.
/external/ImageMagick/m4/
Dax_prog_perl_version.m413 # ACTION-IF-FALSE are run. Note if $PERL is not set (for example by
18 # AC_PATH_PROG([PERL],[perl])
24 # NOTE: This macro uses the $PERL variable to perform the check.
44 AS_IF([test -n "$PERL"],[
49 perl_version=`$PERL --version 2>&1 \
/external/bison/tests/
Dbison.in22 : ${PERL='@PERL@'}
38 if $PERL --version >/dev/null; then
43 $PERL -pi -e 's{"y\.tab\.}{"parse-gram.}g;' \
Datlocal.in103 : ${PERL='@PERL@'}
/external/curl/scripts/
DMakefile.am23 PERL = @PERL@ macro
34 $(PERL) $(srcdir)/zsh.pl $(top_builddir)/src/curl$(EXEEXT) > $@
/external/swiftshader/third_party/LLVM/tools/llvm-config/
DMakefile38 $(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 || r…
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
/external/curl/src/
DMakefile.am110 $(NROFF) $(MANPAGE) | $(PERL) $(MKHELP) $(README) >> $(HUGE)
112 $(NROFF) $(MANPAGE) | $(PERL) $(MKHELP) -c $(README) >> $(HUGE)
118 $(NROFF) $(MANPAGE) | $(PERL) $(MKHELP) $(README) >> $(HUGE)
132 @PERL@ $(top_srcdir)/lib/checksrc.pl -D$(srcdir) \
DCMakeLists.txt13 "${PERL}" "${CMAKE_CURRENT_SOURCE_DIR}/mkhelp.pl"
18 "${PERL}" "${CMAKE_CURRENT_SOURCE_DIR}/mkhelp.pl" -c
/external/curl/
Dbuildconf275 PERL=`findtool ${PERL:-perl}`
276 if test -z "$PERL"; then
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/diag/geodsp/
DMakefile36 $(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/valgrind/
DMakefile.am77 if @PERL@ tests/vg_regtest gdbserver_tests $(TOOLS) $(EXP_TOOLS) ; then \
86 @PERL@ tests/vg_regtest $(TOOLS)
88 @PERL@ tests/vg_regtest gdbserver_tests $(EXP_TOOLS)
95 @PERL@ perf/vg_perf perf
/external/syslinux/utils/
DMakefile41 $(PERL) $(SRC)/bin2hex.pl < $(OBJ)/../mbr/mbr.bin | cat $(SRC)/mkdiskimage.in - > $@
47 for f in $(ISOHDPFX) ; do $(PERL) $(SRC)/bin2hex.pl < $$f >> $@ ; done
51 $(PERL) $(SRC)/isohdpfxarray.pl $(ISOHDPFX) > $@
/external/syslinux/codepage/
DMakefile2 PERL = perl macro
14 $(PERL) $(SRC)/cptable.pl $(SRC)/UnicodeData $< $< $@
/external/syslinux/diag/mbr/
DMakefile33 $(PERL) checksize.pl $@
38 $(PERL) $(mbrdir)/checksize.pl $@ 420
/external/regex-re2/doc/
Dmksyntaxwiki11 ,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>
Dmksyntaxhtml13 ,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/ImageMagick/PerlMagick/
DREADME.txt51 PERL interpreter!) with PerlMagick statically linked (but other libraries
59 or to create and install a new PERL interpreter with a different name
67 building PERL extensions (like PerlMagick).
109 to verify that PERL can load the PerlMagick extension ok. Chances are
DMakefile.am58 cd $(PERLMAGICK) && @PERL@ Makefile.PL $(PERL_MAKE_OPTIONS)
83 …cd $(PERLMAGICK) && @PERL@ Makefile.PL MAP_TARGET=$(PERLSTATICNAME) $(PERL_MAKE_OPTIONS) && $(MAKE…
/external/syslinux/memdisk/
DMakefile32 HEXDATE := $(shell $(PERL) $(SRC)/../now.pl $(SRCS))
94 $(PERL) $(SRC)/postprocess.pl $@ memdisk16.bin memdisk32.bin
/external/curl/include/curl/
DMakefile.am48 …@@PERL@ $(top_srcdir)/lib/checksrc.pl -Wcurlbuild.h -D$(top_srcdir)/include/curl $(pkginclude_HEAD…

12345678