Subversion Repositories gelsvn

Rev

Rev 198 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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