repo.or.cz
/
MPC.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Further cleanup
[MPC.git]
/
config
/
swig_python.mpb
blob
7cd52922c9bb96f65684ba630f2975c7b4589d64
1
// -*- MPC -*-
2
project {
3
Define_Custom(SWIG) {
4
command = swig
5
commandflags = -python -c++
6
inputext = .swg, .swig, .i
7
source_outputext = _wrap.cxx
8
generic_outputext = .py
9
}
10
requires += swig_python
11
includes += $(PYTHON_INCLUDE)/.
12
libpaths += $(PYTHON_LIBPATH)/.
13
14
specific {
15
lib_prefix =
16
}
17
}