summaryrefslogtreecommitdiff
path: root/ACE/MPC/config/swig_python.mpb
blob: 3b7b24933de1a926a30ff164b89312d28653d919 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// -*- MPC -*-
// $Id$

project {
  Define_Custom(SWIG) {
    automatic         = 1
    command           = swig
    commandflags      = -python -c++
    inputext          = .swg, .swig, .i
    source_outputext  = _wrap.cxx
    generic_outputext = .py
  }
  requires += swig_python
  includes += $(PYTHON_INCLUDE)/.
  libpaths += $(PYTHON_LIBPATH)/.

  specific {
    lib_prefix =
  }
}