ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/OpenCL/Makefile.PL
Revision: 1.6
Committed: Thu Apr 19 14:34:56 2012 UTC (12 years, 1 month ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-0_96, rel-0_95
Changes since 1.5: +0 -30 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 use ExtUtils::MakeMaker;
2    
3     WriteMakefile(
4     dist => {
5     PREOP => 'pod2text OpenCL.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
6     COMPRESS => 'gzip -9v',
7     SUFFIX => '.gz',
8     },
9 root 1.3 PREREQ_PM => {
10 root 1.2 common::sense => 0,
11     },
12 root 1.4 DEFINE => $DEFINE,
13 root 1.1 NAME => "OpenCL",
14     VERSION_FROM => "OpenCL.pm",
15 root 1.2 LIBS => ["-lOpenCL"],
16 root 1.1 );
17