summaryrefslogtreecommitdiff
path: root/perl/Makefile.PL
blob: f62ecfe585a3618fc2281e49bfbb14db877ceaf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Generated automatically from Makefile.PL.in by configure.
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.

WriteMakefile(
	      'NAME'	=> 'rpm',
	      'OBJECT'	=> 'rpm.o constant.o',
	      'VERSION_FROM' => 'rpm.pm',		# finds $VERSION
	      'MAKEFILE'=> 'PMakefile',
	      'LIBS'	=> [' -L/usr/local/lib  -lz -lbz2'],			# e.g., '-lm' 
	      'CCFLAGS' => '-g -O2 -D_GNU_SOURCE -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts',
	      'OPTIMIZE'=> '-g',
	      'DEFINE'	=> '-Dbool=char -DHAS_BOOL',
	      'INC'	=> ' -I../build -I../lib -I../popt -I/usr/include/rpm',
	      'depend'	=> { 'rpm.c' => 'transaction.xs header.xs db.xs' },
);