Searched refs:PERL (Results 1 – 25 of 183) sorted by relevance
12345678
/external/syslinux/libinstaller/ |
D | Makefile | 5 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/ |
D | Makefile | 23 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/ |
D | path_perl.m4 | 5 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/ |
D | generate-msvc.mak | 12 # 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" $@
|
D | 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 macro
|
D | README.txt | 44 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/ |
D | ax_prog_perl_version.m4 | 13 # 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/ |
D | bison.in | 22 : ${PERL='@PERL@'} 38 if $PERL --version >/dev/null; then 43 $PERL -pi -e 's{"y\.tab\.}{"parse-gram.}g;' \
|
D | atlocal.in | 103 : ${PERL='@PERL@'}
|
/external/curl/scripts/ |
D | Makefile.am | 23 PERL = @PERL@ macro 34 $(PERL) $(srcdir)/zsh.pl $(top_builddir)/src/curl$(EXEEXT) > $@
|
/external/swiftshader/third_party/LLVM/tools/llvm-config/ |
D | Makefile | 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 || 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/ |
D | Makefile.am | 110 $(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) \
|
D | CMakeLists.txt | 13 "${PERL}" "${CMAKE_CURRENT_SOURCE_DIR}/mkhelp.pl" 18 "${PERL}" "${CMAKE_CURRENT_SOURCE_DIR}/mkhelp.pl" -c
|
/external/curl/ |
D | buildconf | 275 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/ |
D | 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/valgrind/ |
D | Makefile.am | 77 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/ |
D | Makefile | 41 $(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/ |
D | Makefile | 2 PERL = perl macro 14 $(PERL) $(SRC)/cptable.pl $(SRC)/UnicodeData $< $< $@
|
/external/syslinux/diag/mbr/ |
D | Makefile | 33 $(PERL) checksize.pl $@ 38 $(PERL) $(mbrdir)/checksize.pl $@ 420
|
/external/regex-re2/doc/ |
D | 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>
|
D | 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/ImageMagick/PerlMagick/ |
D | README.txt | 51 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
|
D | Makefile.am | 58 cd $(PERLMAGICK) && @PERL@ Makefile.PL $(PERL_MAKE_OPTIONS) 83 …cd $(PERLMAGICK) && @PERL@ Makefile.PL MAP_TARGET=$(PERLSTATICNAME) $(PERL_MAKE_OPTIONS) && $(MAKE…
|
/external/syslinux/memdisk/ |
D | Makefile | 32 HEXDATE := $(shell $(PERL) $(SRC)/../now.pl $(SRCS)) 94 $(PERL) $(SRC)/postprocess.pl $@ memdisk16.bin memdisk32.bin
|
/external/curl/include/curl/ |
D | Makefile.am | 48 …@@PERL@ $(top_srcdir)/lib/checksrc.pl -Wcurlbuild.h -D$(top_srcdir)/include/curl $(pkginclude_HEAD…
|
12345678