2000-02-11 06:13:48 +08:00
|
|
|
# Generated automatically from Makefile.PL.in by configure.
|
1999-07-15 00:53:57 +08:00
|
|
|
use ExtUtils::MakeMaker;
|
|
|
|
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
|
|
|
|
# the contents of the Makefile that is written.
|
1999-07-16 16:44:54 +08:00
|
|
|
|
1999-07-15 00:53:57 +08:00
|
|
|
WriteMakefile(
|
|
|
|
'NAME' => 'rpm',
|
1999-07-28 08:56:34 +08:00
|
|
|
'OBJECT' => 'rpm.o constant.o',
|
|
|
|
'VERSION_FROM' => 'rpm.pm', # finds $VERSION
|
2000-02-22 11:09:53 +08:00
|
|
|
'MAKEFILE'=> 'PMakefile',
|
2000-09-29 06:58:40 +08:00
|
|
|
'LIBS' => [' -L/usr/local/lib -lz -lbz2'], # e.g., '-lm'
|
2001-01-02 07:14:47 +08:00
|
|
|
'CCFLAGS' => '-g -O2 -D_GNU_SOURCE -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts',
|
1999-07-20 04:17:59 +08:00
|
|
|
'OPTIMIZE'=> '-g',
|
2000-02-11 06:13:48 +08:00
|
|
|
'DEFINE' => '-Dbool=char -DHAS_BOOL',
|
2001-06-29 06:19:08 +08:00
|
|
|
'INC' => ' -I/usr/local/include -I../build -I../lib -I../popt -I/usr/include/rpm',
|
1999-07-16 16:44:54 +08:00
|
|
|
'depend' => { 'rpm.c' => 'transaction.xs header.xs db.xs' },
|
1999-07-15 00:53:57 +08:00
|
|
|
);
|
1999-07-16 16:44:54 +08:00
|
|
|
|