use ExtUtils::MakeMaker;
WriteMakefile(
+ NAME => 'DynaLoader',
LINKTYPE => 'static',
DEFINE => '-DLIBC="$(LIBC)"',
MAN3PODS => ' ', # Pods will be built by installman.
use ExtUtils::MakeMaker;
WriteMakefile(
+ NAME => 'Fcntl',
MAN3PODS => ' ', # Pods will be built by installman.
XSPROTOARG => '-noprototypes', # XXX remove later?
VERSION_FROM => 'Fcntl.pm',
use ExtUtils::MakeMaker;
WriteMakefile(
+ NAME => 'FileHandle',
MAN3PODS => ' ', # Pods will be built by installman.
XSPROTOARG => '-noprototypes', # XXX remove later?
VERSION_FROM => 'FileHandle.pm',
use ExtUtils::MakeMaker;
WriteMakefile(
+ NAME => 'GDBM_File',
LIBS => ["-L/usr/local/lib -lgdbm", "-ldbm"],
MAN3PODS => ' ', # Pods will be built by installman.
XSPROTOARG => '-noprototypes', # XXX remove later?
use ExtUtils::MakeMaker;
WriteMakefile(
+ NAME => 'NDBM_File',
LIBS => ["-L/usr/local/lib -lndbm", "-ldbm -lucb"],
MAN3PODS => ' ', # Pods will be built by installman.
XSPROTOARG => '-noprototypes', # XXX remove later?
use ExtUtils::MakeMaker;
WriteMakefile(
+ NAME => 'ODBM_File',
LIBS => ["-ldbm -lucb"],
MAN3PODS => ' ', # Pods will be built by installman.
XSPROTOARG => '-noprototypes', # XXX remove later?
use ExtUtils::MakeMaker;
WriteMakefile(
- LIBS => ["-lm -lposix -lcposix"],
+ NAME => 'POSIX',
+ LIBS => ["-lm -lposix -lcposix"],
MAN3PODS => ' ', # Pods will be built by installman.
XSPROTOARG => '-noprototypes', # XXX remove later?
VERSION_FROM => 'POSIX.pm',
# which perform the corresponding actions in the subdirectory.
WriteMakefile(
+ NAME => 'SDBM_File',
MYEXTLIB => 'sdbm/libsdbm$(LIB_EXT)',
MAN3PODS => ' ', # Pods will be built by installman.
XSPROTOARG => '-noprototypes', # XXX remove later?
use ExtUtils::MakeMaker;
WriteMakefile(
+ 'NAME' => 'SDBM_File',
'LINKTYPE' => 'static',
'DEFINE' => '-DSDBM -DDUFF',
'SKIP' => [qw(static static_lib dynamic dynamic_lib)],
use ExtUtils::MakeMaker;
WriteMakefile(
+ NAME => 'Safe',
MAN3PODS => ' ', # Pods will be built by installman.
XSPROTOARG => '-noprototypes', # XXX remove later?
VERSION_FROM => 'Safe.pm',
use ExtUtils::MakeMaker;
WriteMakefile(
+ NAME => 'Socket',
VERSION_FROM => 'Socket.pm',
MAN3PODS => ' ', # Pods will be built by installman.
XSPROTOARG => '-noprototypes', # XXX remove later?