From: Tom Tromey Date: Mon, 6 May 2002 06:15:13 +0000 (+0000) Subject: * automake.texi (Program and Library Variables): Mention _LFLAGS. X-Git-Tag: Release-1-6-1b~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38c39547980964afb6463dbcec3c286bee25b491;p=thirdparty%2Fautomake.git * automake.texi (Program and Library Variables): Mention _LFLAGS. --- diff --git a/ChangeLog b/ChangeLog index e3886ec9d..96ad6f779 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-05-05 Tom Tromey + + * automake.texi (Program and Library Variables): Mention _LFLAGS. + 2002-04-30 Alexandre Duret-Lutz * lib/am/ltlib.am (clean-%DIR%LTLIBRARIES): Erase so_locations diff --git a/automake.texi b/automake.texi index f1233d6fb..837ed196d 100644 --- a/automake.texi +++ b/automake.texi @@ -2300,8 +2300,8 @@ per-library) basis. A single source file can be included in several programs, and it will potentially be compiled with different flags for each program. This works for any language directly supported by Automake. The flags are @samp{_CFLAGS}, @samp{_CXXFLAGS}, -@samp{_OBJCFLAGS}, @samp{_YFLAGS}, @samp{_CCASFLAGS}, @samp{_FFLAGS}, -@samp{_RFLAGS}, and @samp{_GCJFLAGS}. +@samp{_OBJCFLAGS}, @samp{_LFLAGS}, @samp{_YFLAGS}, @samp{_CCASFLAGS}, +@samp{_FFLAGS}, @samp{_RFLAGS}, and @samp{_GCJFLAGS}. When using a per-program compilation flag, Automake will choose a different name for the intermediate object files. Ordinarily a file