From 08755547f57ea4b61b60fd3c339f01c2ecb4e680 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 1 Jul 2001 23:17:37 +0000 Subject: [PATCH] * automake.texi (Program and Library Variables): Added example for _AR. --- ChangeLog | 5 +++++ automake.texi | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 23ec324e..593c102c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-07-01 Tom Tromey + + * automake.texi (Program and Library Variables): Added example for + _AR. + 2001-06-29 Tom Tromey * tests/cond11.test: Use `=', not `=='. diff --git a/automake.texi b/automake.texi index 1d0d58b5..45949328 100644 --- a/automake.texi +++ b/automake.texi @@ -1859,7 +1859,11 @@ followed by the name of the library and then the objects being put into the library. You can override this by setting the @samp{_AR} variable. This is usually used with C++; some C++ compilers require a special invocation in order to instantiate all the templates which should go -into a library. +into a library. For instance, the SGI C++ compiler likes this macro set +like so: +@example +libmaude_a_AR = $(CXX) -ar -o +@end example @item maude_LIBADD Extra objects can be added to a static library using the @samp{_LIBADD} -- 2.43.5