ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/OpenCL/Makefile.PL
Revision: 1.2
Committed: Tue Nov 15 09:24:40 2011 UTC (12 years, 6 months ago) by root
Content type: text/plain
Branch: MAIN
Changes since 1.1: +4 -3 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.2 PM_PREREQ => {
10     common::sense => 0,
11     },
12 root 1.1 NAME => "OpenCL",
13     VERSION_FROM => "OpenCL.pm",
14 root 1.2 LIBS => ["-lOpenCL"],
15 root 1.1 );
16