HomeSort by relevance Sort by last modified time
    Searched refs:MExtUtils (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/JSON/JSON-2.59/
Makefile 233 MKPATH = $(ABSPERLRUN) -MExtUtils::Command -e 'mkpath' --
234 EQUALIZE_TIMESTAMP = $(ABSPERLRUN) -MExtUtils::Command -e 'eqtime' --
241 MOD_INSTALL = $(ABSPERLRUN) -MExtUtils::Install -e 'install([ from_to => {@ARGV}, verbose => '\''$(VERBINST)'\'', uninstall_shadows => '\''$(UNINST)'\'', dir_mode => '\''$(PERM_DIR)'\'' ]);' --
242 DOC_INSTALL = $(ABSPERLRUN) -MExtUtils::Command::MM -e 'perllocal_install' --
243 UNINSTALL = $(ABSPERLRUN) -MExtUtils::Command::MM -e 'uninstall' --
244 WARN_IF_OLD_PACKLIST = $(ABSPERLRUN) -MExtUtils::Command::MM -e 'warn_if_old_packlist' --
248 FIXIN = $(ABSPERLRUN) -MExtUtils::MY -e 'MY->fixin(shift)' --
421 POD2MAN_EXE = $(PERLRUN) "-MExtUtils::Command::MM" -e pod2man "--"
539 $(PERLRUN) "-MExtUtils::Manifest=fullcheck" -e fullcheck
542 $(PERLRUN) "-MExtUtils::Manifest=skipcheck" -e skipchec
    [all...]
  /external/linux-tools-perf/
Makefile 477 PERL_EMBED_LDOPTS = $(shell perl -MExtUtils::Embed -e ldopts 2>/dev/null)
480 PERL_EMBED_CCOPTS = `perl -MExtUtils::Embed -e ccopts 2>/dev/null`

Completed in 80 milliseconds