Subversion Repositories gelsvn

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
198 bj 1
// -*- MPC -*-
2
// $Id: swig_perl.mpb,v 1.6 2005/10/28 16:43:51 elliott_c Exp $
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
  }
13
  includes += $(PERL5_INCLUDE)/.
14
  libpaths += $(PERL5_INCLUDE)/.
15
}