source: tags/svn.1.5.4/PERL2ARB/arb_common.pm

Last change on this file was 7183, checked in by westram, 14 years ago

merges [7084] [7086] [7087] [7088] from refactor

  • added CORE lib
    • added arb_progress (unused yet)
    • moved some code from ARBDB to CORE
  • added tests to CORE lib
  • generate_all_links.sh
    • now tests link targets
    • able to replace links (if link stays the same, but target changes)
  • fixed perl interface
    • link with libCORE
    • DRYed LINUX.PL and DARWIN.PL
    • added wrapper functionality (ARBDB→CORE). Functions starting with GBC_ are wrappers for code that moved into libCORE (which is NOT xsub'd)
File size: 247 bytes
Line 
1# defines common settings for
2#     LINUX.PL
3# and DARWIN.PL
4
5package arb_common;
6
7our $name         = 'ARB';
8our $version_from = 'ARB.pm';
9our $inc          = '-I../INCLUDE';
10our $libs         = '-L../CORE -L../ARBDB -lCORE -lARBDB -lstdc++';
11
12
13
Note: See TracBrowser for help on using the repository browser.