From: Rafael L. <rla...@us...> - 2003-03-28 19:43:10
|
Update of /cvsroot/plplot/plplot/examples/f77 In directory sc8-pr-cvs1:/tmp/cvs-serv23870/f77 Modified Files: Makefile.examples.in Log Message: Transformed the repeated rules for compiling the examples into suffix rules. Maintainability is improved now. Also, in the clean rules changed "rm" to "rm -f", such that make clean will not give an error when the files to be removed do not exist. |