Subversion Repositories gelsvn

Rev

Rev 198 | Blame | Last modification | View Log | RSS feed

// -*- MPC -*-
// $Id: swig_perl.mpb,v 1.7 2006/02/13 17:15:47 elliott_c Exp $

project {
  Define_Custom(SWIG) {
    automatic         = 1
    command           = swig
    commandflags      = -perl -c++
    inputext          = .swg, .swig, .i
    source_outputext  = _wrap.cxx
    generic_outputext = .pm
  }
  requires += swig_perl
  includes += $(PERL5_INCLUDE)/.
  libpaths += $(PERL5_INCLUDE)/.
}