Add a project variable to indicate the path to the libpython*.la,
and use this variable to find this when building.
Copy the .la file to the installation destination,
and use the variable to make sure the project generated by gprinstall
finds it.
Change-Id: Ic145f14339091ecb3bf6f10af14916de9fa176d4
When --enable-framework is passed it means that --enable-shared was
passed implicitely.
Part of R606-030
Change-Id: I0506e3e690d582e43aa5dc8cd2c5aa6b84e7e3f2
Use Python rather than makefiles in order to make the build process
more portable (specially on Windows systems). The new build system
just add a dependency on a bare Python installation.
Part of P909-033
Change-Id: Icb4fcd72a7c1b2c7063ca8044ecd526f11969985