home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd1.bin / zkuste / Perl / ActivePerl-5.6.0.613.msi / 䆊䌷䈹䈙䏵-䞅䞆䞀㡆䞃䄦䠥 / _483afa91012824098a9d7bfe1d24d87f < prev    next >
Text File  |  2000-03-23  |  5KB  |  145 lines

  1.  
  2. <HTML>
  3. <HEAD>
  4. <TITLE>ExtUtils::MM_Win32 - methods to override UN*X behaviour in ExtUtils::MakeMaker</TITLE>
  5. <LINK REL="stylesheet" HREF="../../Active.css" TYPE="text/css">
  6. <LINK REV="made" HREF="mailto:">
  7. </HEAD>
  8.  
  9. <BODY>
  10. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  11. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  12. <STRONG><P CLASS=block> ExtUtils::MM_Win32 - methods to override UN*X behaviour in ExtUtils::MakeMaker</P></STRONG>
  13. </TD></TR>
  14. </TABLE>
  15.  
  16. <A NAME="__index__"></A>
  17. <!-- INDEX BEGIN -->
  18.  
  19. <UL>
  20.  
  21.     <LI><A HREF="#name">NAME</A></LI><LI><A HREF="#supportedplatforms">SUPPORTED PLATFORMS</A></LI>
  22.  
  23.     <LI><A HREF="#synopsis">SYNOPSIS</A></LI>
  24.     <LI><A HREF="#description">DESCRIPTION</A></LI>
  25. </UL>
  26. <!-- INDEX END -->
  27.  
  28. <HR>
  29. <P>
  30. <H1><A NAME="name">NAME</A></H1>
  31. <P>ExtUtils::MM_Win32 - methods to override UN*X behaviour in ExtUtils::MakeMaker</P>
  32. <P>
  33. <HR>
  34. <H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1>
  35. <UL>
  36. <LI>Linux</LI>
  37. <LI>Solaris</LI>
  38. <LI>Windows</LI>
  39. </UL>
  40. <HR>
  41. <H1><A NAME="synopsis">SYNOPSIS</A></H1>
  42. <PRE>
  43.  use ExtUtils::MM_Win32; # Done internally by ExtUtils::MakeMaker if needed</PRE>
  44. <P>
  45. <HR>
  46. <H1><A NAME="description">DESCRIPTION</A></H1>
  47. <P>See ExtUtils::MM_Unix for a documentation of the methods provided
  48. there. This package overrides the implementation of these methods, not
  49. the semantics.</P>
  50. <DL>
  51. <DT><STRONG><A NAME="item_catfile">catfile</A></STRONG><BR>
  52. <DD>
  53. Concatenate one or more directory names and a filename to form a
  54. complete path ending with a filename
  55. <P></P>
  56. <DT><STRONG><A NAME="item_constants">constants (o)</A></STRONG><BR>
  57. <DD>
  58. Initializes lots of constants and .SUFFIXES and .PHONY
  59. <P></P>
  60. <DT><STRONG><A NAME="item_static_lib">static_lib (o)</A></STRONG><BR>
  61. <DD>
  62. Defines how to produce the *.a (or equivalent) files.
  63. <P></P>
  64. <DT><STRONG><A NAME="item_dynamic_bs">dynamic_bs (o)</A></STRONG><BR>
  65. <DD>
  66. Defines targets for bootstrap files.
  67. <P></P>
  68. <DT><STRONG><A NAME="item_dynamic_lib">dynamic_lib (o)</A></STRONG><BR>
  69. <DD>
  70. Defines how to produce the *.so (or equivalent) files.
  71. <P></P>
  72. <DT><STRONG><A NAME="item_canonpath">canonpath</A></STRONG><BR>
  73. <DD>
  74. No physical check on the filesystem, but a logical cleanup of a
  75. path. On UNIX eliminated successive slashes and successive ``/.''.
  76. <P></P>
  77. <DT><STRONG><A NAME="item_perl_script">perl_script</A></STRONG><BR>
  78. <DD>
  79. Takes one argument, a file name, and returns the file name, if the
  80. argument is likely to be a perl script. On MM_Unix this is true for
  81. any ordinary, readable file.
  82. <P></P>
  83. <DT><STRONG><A NAME="item_pm_to_blib">pm_to_blib</A></STRONG><BR>
  84. <DD>
  85. Defines target that copies all files in the hash PM to their
  86. destination and autosplits them. See <A HREF="../../lib/ExtUtils/Install.html#description">DESCRIPTION in the ExtUtils::Install manpage</A>
  87. <P></P>
  88. <DT><STRONG><A NAME="item_test_via_harness">test_via_harness (o)</A></STRONG><BR>
  89. <DD>
  90. Helper method to write the test targets
  91. <P></P>
  92. <DT><STRONG><A NAME="item_tool_autosplit">tool_autosplit (override)</A></STRONG><BR>
  93. <DD>
  94. Use Win32 quoting on command line.
  95. <P></P>
  96. <DT><STRONG><A NAME="item_tools_other">tools_other (o)</A></STRONG><BR>
  97. <DD>
  98. Win32 overrides.
  99. <P>Defines SHELL, LD, TOUCH, CP, MV, RM_F, RM_RF, CHMOD, UMASK_NULL in
  100. the Makefile. Also defines the perl programs MKPATH,
  101. WARN_IF_OLD_PACKLIST, MOD_INSTALL. DOC_INSTALL, and UNINSTALL.</P>
  102. <P></P>
  103. <DT><STRONG><A NAME="item_xs_o">xs_o (o)</A></STRONG><BR>
  104. <DD>
  105. Defines suffix rules to go from XS to object files directly. This is
  106. only intended for broken make implementations.
  107. <P></P>
  108. <DT><STRONG><A NAME="item_top_targets">top_targets (o)</A></STRONG><BR>
  109. <DD>
  110. Defines the targets all, subdirs, config, and O_FILES
  111. <P></P>
  112. <DT><STRONG><A NAME="item_htmlifypods">htmlifypods (o)</A></STRONG><BR>
  113. <DD>
  114. Defines targets and routines to translate the pods into HTML manpages
  115. and put them into the INST_HTMLLIBDIR and INST_HTMLSCRIPTDIR
  116. directories.
  117. <P>Same as MM_Unix version (changes command-line quoting).</P>
  118. <P></P>
  119. <DT><STRONG><A NAME="item_manifypods">manifypods (o)</A></STRONG><BR>
  120. <DD>
  121. We don't want manpage process.
  122. <P></P>
  123. <DT><STRONG><A NAME="item_dist_ci">dist_ci (o)</A></STRONG><BR>
  124. <DD>
  125. Same as MM_Unix version (changes command-line quoting).
  126. <P></P>
  127. <DT><STRONG><A NAME="item_dist_core">dist_core (o)</A></STRONG><BR>
  128. <DD>
  129. Same as MM_Unix version (changes command-line quoting).
  130. <P></P>
  131. <DT><STRONG><A NAME="item_pasthru">pasthru (o)</A></STRONG><BR>
  132. <DD>
  133. Defines the string that is passed to recursive make calls in
  134. subdirectories.
  135. <P></P></DL>
  136. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  137. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  138. <STRONG><P CLASS=block> ExtUtils::MM_Win32 - methods to override UN*X behaviour in ExtUtils::MakeMaker</P></STRONG>
  139. </TD></TR>
  140. </TABLE>
  141.  
  142. </BODY>
  143.  
  144. </HTML>
  145.