Makefile.PL
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:1k
源码类别:

SNMP编程

开发平台:

Unix_Linux

  1. use ExtUtils::MakeMaker;
  2. # See lib/ExtUtils/MakeMaker.pm for details of how to influence
  3. # the contents of the Makefile that is written.
  4. WriteMakefile(
  5.     'NAME' => 'NetSNMP::manager',
  6.     'VERSION'         => '', # finds $VERSION
  7.     'PREREQ_PM' => {# SNMP => 4.0,
  8.     DBI => 0,
  9.     CGI => 0}, # e.g., Module::Name => 1.1
  10.     'PM'                => { 
  11. 'displaytable.pm' => '$(INST_LIBDIR)/../displaytable.pm',
  12. 'getValues.pm' => '$(INST_LIBDIR)/../getValues.pm',
  13. 'manager.pm' => '$(INST_LIBDIR)/manager.pm'
  14.     },
  15.     'EXE_FILES'         => [qw(snmptosql setupdb setupuser setupauth)]
  16. );