From: Geoffrey F. <fu...@us...> - 2001-03-20 23:47:39
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv28238/cf Modified Files: Tag: dyndrv_1 initlib.in Log Message: Introduce seperate macros, STATIC_DRIVERS and DYNAMIC_DRIVERS for holding the specifications of which files need to be compiled for static and dynamic drivers, respectively. Changed LIB_OBJS_SO to depend on /needed, static/ drivers only. Note, this hack introduces a dependence upon GNU make. This dynamic drivers branch isn't scheduled for merging to main until after the next stable release, so this won't impact the user community for some time out, but I think it's time to take this plunge purposefully and without looking back. Alternatively, somebody else can try to figure out how to do this without GNU make pattern-based variable substitution. The current need seems to be just a wee bit beyond what can be handled by standard-make variable substitution. But once the camel's nose is in the tent... |