1
0
Files
irix-657m-src/eoe/cmd/perl5/ext/MDBM_File/Makefile.PL
2022-09-29 17:59:04 +03:00

9 lines
285 B
Perl

use ExtUtils::MakeMaker;
WriteMakefile(
LIBS => ["-L$ENV{'ROOT'}/usr/lib32 -lmdbm"],
MAN3PODS => ' ', # Pods will be built by installman.
INC => "-I$ENV{'ROOT'}/usr/include",
XSPROTOARG => '-noprototypes', # XXX remove later?
VERSION_FROM => 'MDBM_File.pm',
);