Michael G. Schwern [Tue, 11 Nov 2003 21:02:30 +0000 (13:02 -0800)]
Message-ID: <
20031112050230.GO6874@localhost.comcast.net>
p4raw-id: //depot/perl@21710
WriteMakefile(
NAME => 'sdbm', # (doesn't matter what the name is here) oh yes it does
-# LINKTYPE => 'static',
+ LINKTYPE => 'static',
DEFINE => $define,
INC => '-I$(PERL_INC)', # force PERL_INC dir ahead of system -I's
- SKIP => [qw(dynamic dynamic_lib dlsyms)],
OBJECT => '$(O_FILES)',
clean => {'FILES' => 'dbu libsdbm.a dbd dba dbe x-dbu *.dir *.pag'},
H => [qw(tune.h sdbm.h pair.h $(PERL_INC)/config.h)],