source: tags/arb_5.1/PERL2ARB/SUN5.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: 484 bytes
Line 
1use ExtUtils::MakeMaker WriteMakefile;
2#use ExtUtils::MakeMaker;
3print "\@INC:\n";
4print @INC;
5print "\n";
6# See lib/ExtUtils/MakeMaker.pm for details of how to influence
7# the contents of the Makefile that is written.
8WriteMakefile(
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.