Two thoughts.
1. in master branch, sampler/streamer are backed by a simple C API.
We should wrap that API in Python.
2. Are you talking about an out of tree component, or an in-tree one?
For in-tree, look at Makefile.inc(.in) to see what variables are
available, such as
INCLUDEPY=/usr/include/python2.7
LIBPYTHON=python2.7
PYTHON_CPPFLAGS=-I/usr/include/python2.7
PYTHON_LIBS=-lpthread -ldl -lutil
For out-of-tree, in general, I think we can take anything from
Makefile.inc.in and add it to Makefile.modinc.in, so that the variable
is available to out-of-tree builds too
Jeff
------------------------------------------------------------------------------
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers