Subversion Repositories gelsvn

Rev

Rev 198 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
198 bj 1
// -*- MPC -*-
217 bj 2
// $Id: swig_perl.mpb,v 1.7 2006/02/13 17:15:47 elliott_c Exp $
198 bj 3
 
4
project {
5
  Define_Custom(SWIG) {
6
    automatic         = 1
7
    command           = swig
8
    commandflags      = -perl -c++
9
    inputext          = .swg, .swig, .i
10
    source_outputext  = _wrap.cxx
11
    generic_outputext = .pm
12
  }
217 bj 13
  requires += swig_perl
198 bj 14
  includes += $(PERL5_INCLUDE)/.
15
  libpaths += $(PERL5_INCLUDE)/.
16
}