From 1ba934bb973c234b68751ee5866365c14da4e795 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 22 Jul 2019 14:54:00 +0200 Subject: Mention LDLIBS in addition to LIBS as analogous to *.libs --- doc/manual.cli | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/manual.cli b/doc/manual.cli index ac6cb24..f5d482e 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -1352,15 +1352,15 @@ int main () \c{loptions} (link options), \c{aoptions} (archive options) and \c{libs} (extra libraries to link). If you are familiar with \c{make}, these are roughly equivalent to \c{CPPFLAGS}, \c{CFLAGS}/\c{CXXFLAGS}, \c{LDFLAGS}, -\c{ARFLAGS}, and \c{LIBS}, respectively. Here they are again in the tabular -form: +\c{ARFLAGS}, and \c{LIBS}/\c{LDLIBS}, respectively. Here they are again in the +tabular form: \ *.poptions preprocess CPPFLAGS *.coptions compile CFLAGS/CXXFLAGS *.loptions link LDFLAGS *.aoptions archive ARFLAGS -*.libs extra libraries LIBS +*.libs extra libraries LIBS/LDLIBS \ More specifically, there are three sets of these variables: \c{cc.*} (stands -- cgit v1.1