From: Tom Tromey Date: Mon, 6 May 2002 06:15:12 +0000 (+0000) Subject: * automake.texi (Program and Library Variables): Mention _LFLAGS. X-Git-Tag: Release-1-6b~109 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=f86df6f302e6e06985c036861dd491d343188a80;p=automake.git * automake.texi (Program and Library Variables): Mention _LFLAGS. --- diff --git a/ChangeLog b/ChangeLog index e3886ec9..96ad6f77 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 f1233d6f..837ed196 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