From: Rafael L. <rla...@us...> - 2003-03-24 09:00:52
|
Update of /cvsroot/plplot/plplot/bindings/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv25437/tcl Modified Files: Makefile.am Log Message: Put the settings of variables CLEANFILES, MAINTAINERCLEANFILES, and EXTRA_DIST completely outside the AM conditionals. This is necessary for the proper working of make clean, make maintainer-clean and make dist. This remembers me that we should fix many other Makefile.am files in the project, where the use of AM conditionals is not really appropriate. As a general rule, only variable definitions that trigger compilations should appear inside AM conditionals. Also, some stylistic changes have been done, like avoiding the use of $(MAINTAINERCLEANFILES) as the target of makefile rules. This change has no functional impact currently, but is a prevention against maintenance headaches in the future. |