From: Rafael L. <rla...@us...> - 2003-03-25 12:16:55
|
Update of /cvsroot/plplot/plplot/drivers In directory sc8-pr-cvs1:/tmp/cvs-serv1126 Modified Files: Makefile.am Log Message: Three changes: * All instances of "../" have been replace by the appropriated $(top_srcdir)/ or $(top_builddir)/. This change is completely transparent and should have no visible effect. It will improve maintainability, though. * Removed the duplication of code between drivers/Makefile.am and bindings/tcl/Makefile.am for generation of files needed by tclAPI.c. If tclAPI.c needs recompilation, this is done in situ in bindings/tcl. The CLEANFILES variable has been updated accordingly. * Added $(FREETYPEINCCMD) and $(FREETYPELIBCMD) to the appropriate places when compiling the static version of the drivers. Make is now happy when the options --disable-dyndrivers and --enable-freetype (which is the default) are given to configure. |