catfile
Concatenates one or more directory names and a filename to form a
complete path, ending with a filename.
constants
Initializes constants, .SUFFIXES, and .PHONY.
dynamic_bs
Defines targets for bootstrap files.
dynamic_lib
Defines how to produce the *.so (or equivalent)
files.
canonpath
Performs a logical cleanup of a path.
dist_ci
Changes command-line quoting (same as MM_Unix version).
dist_core
Changes command-line quoting (same as MM_Unix version).
manifypods
Disables manpage process.
pasthru
Defines the string that is passed to recursive
make calls in subdirectories.
perl_script filename
Takes one argument, a filename, and returns the filename if the
argument is likely to be a Perl script.
pm_to_blib
Defines a target that copies all files in the hash PM to their
destination and autosplits them. See ExtUtils::Install.
static_lib
Defines how to produce the *.a (or equivalent)
files.
test_via_harness
Helper method to write the test targets.
tool_autosplit
Use Win32-style quoting on command line.
tools_other
Win32 overrides. Defines SHELL, LD, TOUCH, CP, MV, RM_F, RM_RF,
CHMOD, and UMASK_NULL in the Makefile. Also defines the Perl programs
MKPATH, WARN_IF_OLD_PACKLIST, MOD_INSTALL, DOC_INSTALL, and
UNINSTALL.
top_targets
Defines the targets all,
subdirs, config, and
O_FILES.
xs_o
Defines suffix rules to go from XS to object files directly.