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

Comparing Convert-UUlib/Makefile.PL (file contents):
Revision 1.1 by root, Mon Jun 11 19:48:55 2001 UTC vs.
Revision 1.4 by root, Fri Jul 10 02:00:09 2015 UTC

2 2
3sub MY::postamble { 3sub MY::postamble {
4 my $postamble =<<'END'; 4 my $postamble =<<'END';
5 5
6uulib/Makefile: 6uulib/Makefile:
7 cd uulib && ./configure --with-cc="$(CC)" --with-cflags="$(CFLAGS) $(CCCDLFLAGS) $(OPTIMIZE)" 7 cd uulib && ./configure --with-cc='$(CC)' --with-cflags='$(OPTIMIZE) $(CFLAGS) $(CCCDLFLAGS)'
8 8
9clean:: 9clean::
10 -cd uulib && make distclean 10 -cd uulib && make distclean
11 11
12force: 12force:
17END 17END
18} 18}
19 19
20WriteMakefile( 20WriteMakefile(
21 'dist' => { 21 'dist' => {
22 PREOP => 'chmod -R u=rwX,go=rX . ;', 22 PREOP => 'pod2text UUlib.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ; chmod -R u=rwX,go=rX . ;',
23 COMPRESS => 'gzip -9v', 23 COMPRESS => 'gzip -9v',
24 SUFFIX => '.gz', 24 SUFFIX => '.gz',
25 }, 25 },
26 'NAME' => 'Convert::UUlib', 26 'NAME' => 'Convert::UUlib',
27 'VERSION_FROM' => 'UUlib.pm', 27 'VERSION_FROM' => 'UUlib.pm',

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines