~ubuntu-branches/ubuntu/lucid/pdl/lucid

« back to all changes in this revision

Viewing changes to Lib/ImageND/Makefile.PL

  • Committer: Bazaar Package Importer
  • Author(s): Ben Gertzfield
  • Date: 2002-04-08 18:47:16 UTC
  • Revision ID: james.westby@ubuntu.com-20020408184716-0hf64dc96kin3htp
Tags: upstream-2.3.2
ImportĀ upstreamĀ versionĀ 2.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
use ExtUtils::MakeMaker;
 
2
PDL::Core::Dev->import();
 
3
 
 
4
@pack = (["imagend.pd",ImageND,PDL::ImageND]);
 
5
 
 
6
WriteMakefile( pdlpp_stdargs_int(@::pack) );
 
7
 
 
8
# Add genpp rule
 
9
sub MY::postamble { pdlpp_postamble_int(@::pack); }  
 
10