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.2 by root, Sun Mar 31 21:42:35 2002 UTC vs.
Revision 1.6 by root, Fri Feb 28 17:33:09 2020 UTC

1use ExtUtils::MakeMaker; 1use ExtUtils::MakeMaker;
2
3use Canary::Stability Convert::UUlib => 1;
2 4
3sub MY::postamble { 5sub MY::postamble {
4 my $postamble =<<'END'; 6 my $postamble =<<'END';
5 7
6uulib/Makefile: 8uulib/Makefile:
7 cd uulib && ./configure --with-cc="$(CC)" --with-cflags="$(CFLAGS) $(CCCDLFLAGS) $(OPTIMIZE)" 9 cd uulib && ./configure --with-cc='$(CC)' --with-cflags='$(OPTIMIZE) $(CFLAGS) $(CCCDLFLAGS)'
8 10
9clean:: 11clean::
10 -cd uulib && make distclean 12 -cd uulib && make distclean
11 13
12force: 14force:
27 'VERSION_FROM' => 'UUlib.pm', 29 'VERSION_FROM' => 'UUlib.pm',
28 'MYEXTLIB' => 'uulib/libuu$(LIB_EXT)', 30 'MYEXTLIB' => 'uulib/libuu$(LIB_EXT)',
29 'LIBS' => [''], 31 'LIBS' => [''],
30 'DEFINE' => '', 32 'DEFINE' => '',
31 'INC' => '', 33 'INC' => '',
34 CONFIGURE_REQUIRES => {
35 "ExtUtils::MakeMaker" => 6.52,
36 "Canary::Stability" => 0,
37 },
38 PREREQ_PM => {
39 "common::sense" => 3.74,
40 },
32); 41);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines