source: tags/arb_5.1/PERL2ARB/DARWIN.PL

Last change on this file was 6185, checked in by westram, 15 years ago
File size: 736 bytes
Line 
1use ExtUtils::MakeMaker;
2# See lib/ExtUtils/MakeMaker.pm for details of how to influence
3# the contents of the Makefile that is written.
4WriteMakefile(
5    'NAME'         => 'ARB',
6    'VERSION_FROM' => 'ARB.pm',               # finds $VERSION
7   #'LIBS'         => '-L../ARBDB2 -lARBDB -L/usr/local/lib/perl5/5.10.0/darwin-2level/CORE/ -lperl',  # e.g., '-lm'
8    'LIBS'         => '-L../ARBDB2 -lARBDB -L/System/Library/Perl/lib/5.10/ -lperl', #System provides 64-bit Perl with Snow Leopard
9    'DEFINE'       => '',                     # e.g., '-DHAVE_SOMETHING'
10    'INC'          => '-I../INCLUDE',         # e.g., '-I/usr/include/other'
11    'CCFLAGS'      => '-arch x86_64',
12    'LDDLFLAGS'    => '-bundle -flat_namespace',
13);
Note: See TracBrowser for help on using the repository browser.