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

« back to all changes in this revision

Viewing changes to Lib/Fit/Gaussian/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
 
 
2
# Makefile.PL for PDL::Fit::Gaussian module.
 
3
 
 
4
# Use this as a template for the Makefile.PL for
 
5
# any external PDL module.
 
6
 
 
7
use ExtUtils::MakeMaker;
 
8
 
 
9
PDL::Core::Dev->import();
 
10
 
 
11
@pack = (["gaussian.pd",Gaussian,PDL::Fit::Gaussian]);
 
12
%hash = pdlpp_stdargs_int(@::pack);
 
13
$hash{OBJECT} .= ' ';
 
14
$hash{DEFINE} .= ' ';
 
15
$hash{LIBS} = ['-lm'] unless $^O =~ /MSWin/;
 
16
 
 
17
WriteMakefile(%hash);
 
18
 
 
19
sub MY::postamble {
 
20
        pdlpp_postamble_int(@::pack);
 
21
}  # Add genpp rule