From: Alan W. I. <ai...@us...> - 2002-12-02 17:49:59
|
Update of /cvsroot/plplot/plplot/drivers In directory sc8-pr-cvs1:/tmp/cvs-serv30933/drivers Modified Files: Tag: AT Makefile.am Log Message: Instead of using the concatanation of all compiler flags for all dynamic drivers, apply only those compiler flags that are appropriate to each dynamic driver. This makes a huge reduction in the command line when gnome driver flags are involved, and probably saves significant computer time as well when you avoid searching all those gnome header directories for each dynamic driver. |