ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/PDL-Audio/Makefile.PL
(Generate patch)

Comparing PDL-Audio/Makefile.PL (file contents):
Revision 1.1 by root, Tue Dec 28 01:05:16 2004 UTC vs.
Revision 1.2 by root, Thu Mar 3 17:36:58 2005 UTC

23$hash{PM}{'Pitches.pm'} = '$(INST_LIBDIR)/Audio/Pitches.pm'; 23$hash{PM}{'Pitches.pm'} = '$(INST_LIBDIR)/Audio/Pitches.pm';
24 24
25push @{$hash{DIR}}, "sndlib"; 25push @{$hash{DIR}}, "sndlib";
26 26
27WriteMakefile(%hash, 27WriteMakefile(%hash,
28 'dist' => {
29 PREOP => 'pod2text Audio.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
30 COMPRESS => 'gzip -9v',
31 SUFFIX => '.gz',
32 },
28 MYEXTLIB => "sndlib/sndlib.a", 33 MYEXTLIB => "sndlib/sndlib.a",
29 VERSION_FROM => 'audio.pd', 34 VERSION_FROM => 'audio.pd',
30 DIR => [], 35 DIR => [],
31 XS => { 36 XS => {
32 "Audio.xs" => "Audio.c", 37 "Audio.xs" => "Audio.c",

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines