PATCH: Allow multiple configurations of the same library to be installed on top of each other.
Stefan Seefeld
stefan at codesourcery.com
Fri Dec 16 13:54:03 UTC 2005
The attached patch moves the generation of the vsipl++.pc config file
to the 'install' target, and thus allows certain values to vary between
configuration and installation time.
With that I'm able to run the following sequence:
../vpp/configure --prefix=/usr/local
make install libdir=/usr/local/lib/vsip-debug
make clean
make install libdir=/usr/local/lib/vsip-optimize
and will get two versions of libvsip.a (and vsipl++.pc), but only
one set of header files.
Regards,
Stefan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: install.patch
Type: text/x-patch
Size: 2768 bytes
Desc: not available
URL: <http://sourcerytools.com/pipermail/vsipl++/attachments/20051216/4d5ae80e/attachment.bin>
More information about the vsipl++
mailing list