|
Last change
on this file was
154,
checked in by westram, 25 years ago
|
|
* empty log message *
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
|
File size:
396 bytes
|
| 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', # e.g., '-lm' |
|---|
| 8 | 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' |
|---|
| 9 | 'INC' => '-I../INCLUDE', # e.g., '-I/usr/include/other' |
|---|
| 10 | ); |
|---|
Note: See
TracBrowser
for help on using the repository browser.