| Line | |
|---|
| 1 | use ExtUtils::MakeMaker; |
|---|
| 2 | # See lib/ExtUtils/MakeMaker.pm for details of how to influence |
|---|
| 3 | # the contents of the Makefile that is written. |
|---|
| 4 | WriteMakefile( |
|---|
| 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.