hello, 

I improved the build system of pix_opencv.
The new build system uses automake tools.
./configure checks which module is available and then sets some flags to build or not some pd-objects at make time.

This works on Ubuntu and MacOSX.

Now I would like to make both binary archive for Mac OSX and package for Debian like system.

What's the best practice to do that ?

I've read the doc [1] but since my build system doesn't use the LibraryTemplate, I can't apply it.
Should I reproduce the make rules it describes ? or is there another way to do that with some useful commands ?

Thanks in advance

Antoine

[1] : http://puredata.info/docs/developer/LibraryTemplate