source: tags/initial/PERL2ARB/Makefile.PL

Last change on this file was 2, checked in by oldcode, 23 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 396 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',   # 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.