home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 10 / AU_CD10.iso / Updates / Perl / Non-RPC / Docs / RISCOS-Library-Docs / MM_RISCOS.pm < prev    next >
Text File  |  1999-04-17  |  1KB  |  40 lines

  1.     dlsyms (o)
  2.     Used by AIX and VMS to define DL_FUNCS and DL_VARS and write the
  3.     *.exp files.
  4.  
  5.     dynamic_lib (o)
  6.     Defines how to produce the *.so (or equivalent) files.
  7.  
  8.     tools_other (o)
  9.     Defines SHELL, LD, TOUCH, CP, MV, RM_F, RM_RF, CHMOD, UMASK_NULL
  10.     in the Makefile. Also defines the perl programs MKPATH,
  11.     WARN_IF_OLD_PACKLIST, MOD_INSTALL. DOC_INSTALL, and UNINSTALL.
  12.  
  13.     test_via_harness (o)
  14.     Helper method to write the test targets
  15.  
  16.     subdir_x (o)
  17.     Helper subroutine for subdirs
  18.  
  19.     export_list
  20.     This is internal method that returns name of a file that is
  21.     passed to linker to define symbols to be exported. UNIX does not
  22.     have one but OS2 and Win32 do.
  23.  
  24.     static_lib (o)
  25.     Defines how to produce the *.a (or equivalent) files.
  26.  
  27. NAME
  28.     ExtUtils::MM_RISCOS - methods to override UN*X behaviour in
  29.     ExtUtils::MakeMaker
  30.  
  31. SYNOPSIS
  32.      use ExtUtils::MM_RISCOS; # Done internally by ExtUtils::MakeMaker if needed
  33.  
  34.  
  35. DESCRIPTION
  36.     See ExtUtils::MM_Unix for a documentation of the methods
  37.     provided there. This package overrides the implementation of
  38.     these methods, not the semantics.
  39.  
  40.