|
Last change
on this file was
2,
checked in by oldcode, 26 years ago
|
|
Initial revision
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
|
File size:
484 bytes
|
| Line | |
|---|
| 1 | use ExtUtils::MakeMaker WriteMakefile; |
|---|
| 2 | #use ExtUtils::MakeMaker; |
|---|
| 3 | print "\@INC:\n"; |
|---|
| 4 | print @INC; |
|---|
| 5 | print "\n"; |
|---|
| 6 | # See lib/ExtUtils/MakeMaker.pm for details of how to influence |
|---|
| 7 | # the contents of the Makefile that is written. |
|---|
| 8 | WriteMakefile( |
|---|
| 9 | 'NAME' => 'ARB', |
|---|
| 10 | 'VERSION_FROM' => 'ARB.pm', # finds $VERSION |
|---|
| 11 | 'LIBS' => '-L../ARBDB2 -lARBDB -lgen', # e.g., '-lm' |
|---|
| 12 | 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' |
|---|
| 13 | 'INC' => '-I../INCLUDE', # e.g., '-I/usr/include/other' |
|---|
| 14 | ); |
|---|
Note: See
TracBrowser
for help on using the repository browser.