File: Makefile.PL

package info (click to toggle)
libmath-random-tt800-perl 1.01-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 72 kB
  • ctags: 11
  • sloc: ansic: 53; perl: 36; makefile: 15
file content (12 lines) | stat: -rw-r--r-- 464 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'	=> 'Math::Random::TT800',
    'DISTNAME' => 'Math-Random-TT800',
    'VERSION_FROM' => 'TT800.pm', # finds $VERSION
    'OBJECT'	=> 'TT800.o tt800_core.o',
    'LIBS'	=> [''],   # e.g., '-lm' 
    'DEFINE'	=> '',     # e.g., '-DHAVE_SOMETHING' 
    'INC'	=> '',     # e.g., '-I/usr/include/other' 
);