From: Rafael L. <rla...@us...> - 2003-02-23 11:25:30
|
Update of /cvsroot/plplot/plplot/bindings/f77 In directory sc8-pr-cvs1:/tmp/cvs-serv22607/bindings/f77 Modified Files: Makefile.am Log Message: Completed the elimination of with_double conditionals in the Makefile.am's with regard to LIB_TAG. In my first try, I have used $(LIB_TAG) in Autonmake/Libtool variable names (like libplplot$(LIB_TAG)_la_SOURCES). That did not work. However, I was glad to discover that the last version of Automake accepts the construct @VAR@ in its variable names. I used then @LIB_TAG@ where it was appropriate. I know, I recently exhorted the developers to use $(VAR) instead of @VAR@ in Makefile.am. However, since this is not allowed in Automake variable names and since there is a reduction of 80 lines total (improving robustness and maintainability), I will open the exception to @LIB_TAG@. |