> Date: Tue, 15 Dec 2015 17:03:28 -0600
> From: [email protected]
> To: [email protected]
> Subject: Re: [Emc-developers] new component makefile flags
>
> Two thoughts.
>
> 1. in master branch, sampler/streamer are backed by a simple C API.
> We should wrap that API in Python.
>
That surely would be useful down the road or now if I redo the design of
my program.
I'm not sure if I'm up to the task but will look and see, when I have some
time.
> 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
>
It's in tree, I plan to push my work when I am happiest with it.
Thanks for your answer and thoughts.
Make files are fairly mysterious to me :)
Chris M
------------------------------------------------------------------------------
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers