| Revision: | 1.2 |
| Committed: | Tue Nov 15 09:24:40 2011 UTC (14 years, 10 months ago) by root |
| Content type: | text/plain |
| Branch: | MAIN |
| Changes since 1.1: | +4 -3 lines |
| Log Message: | *** empty log message *** |
| # | 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 |