From: Maurice L. <mj...@ga...> - 2003-02-19 21:57:51
|
Rafael Laboissiere writes: > In doing my last changes, I noticed that in many Makefiles.am, constructs > like @MATWRAP@ and @MKOCTFILE@ are used. This is bad practice. Use > $(MATWRAP) and $(MKOCTFILE) instead, which is the standard, advised style. > > The reason for this is simple: variables could be replaced in the invocation > of make, like this: > > make MKOCTFILE=my-mkoctfile > > Using the construct @VARIABLE@ prevents doing that. > > This is not a particular problem in the PLplot project, since I guess that > people barely need the variable substitution feature. However, try to > follow the good usage rule, please. I *thought* I noticed some odd behaviors when testing plplot using this style of build, weeks ago. Glad you got to the bottom of it. -- Maurice LeBrun mj...@ga... Research Organization for Information Science and Technology of Japan (RIST) |