Devel-CoreStack

 view release on metacpan or  search on metacpan

Makefile  view on Meta::CPAN


# --- MakeMaker tools_other section:

SHELL = /bin/sh
LD = gcc
TOUCH = touch
CP = cp
MV = mv
RM_F  = rm -f
RM_RF = rm -rf
CHMOD = chmod
UMASK_NULL = umask 0

# The following is a portable way to say mkdir -p
# To see which directories are created, change the if 0 to if 1
MKPATH = $(PERL) -wle '$$"="/"; foreach $$p (@ARGV){' \
-e 'next if -d $$p; my(@p); foreach(split(/\//,$$p)){' \
-e 'push(@p,$$_); next if -d "@p/"; print "mkdir @p" if 0;' \
-e 'mkdir("@p",0777)||die $$! } } exit 0;'

# This helps us to minimize the effect of the .exists files A yet

Makefile  view on Meta::CPAN

	-@$(CHMOD) 755 $(INST_LIB)/Devel



# --- MakeMaker manifypods section:
POD2MAN_EXE = /opt/gnu/bin/pod2man
POD2MAN = $(PERL) -we '%m=@ARGV;for (keys %m){' \
-e 'next if -e $$m{$$_} && -M $$m{$$_} < -M $$_ && -M $$m{$$_} < -M "Makefile";' \
-e 'print "Manifying $$m{$$_}\n";' \
-e 'system("$$^X \"-I$(PERL_ARCHLIB)\" \"-I$(PERL_LIB)\" $(POD2MAN_EXE) $$_>$$m{$$_}")==0 or warn "Couldn\047t install $$m{$$_}\n";' \
-e 'chmod 0644, $$m{$$_} or warn "chmod 644 $$m{$$_}: $$!\n";}'

manifypods : lib/Devel/CoreStack.pm
	@$(POD2MAN) \
	lib/Devel/CoreStack.pm \
	$(INST_MAN3DIR)/Devel::CoreStack.$(MAN3EXT)

# --- MakeMaker processPL section:


# --- MakeMaker installbin section:



( run in 0.384 second using v1.01-cache-2.11-cpan-8d75d55dd25 )