diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-07-22 14:54:00 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-07-22 14:54:00 +0200 |
commit | 1ba934bb973c234b68751ee5866365c14da4e795 (patch) | |
tree | 43fd31781f480335481588ed00668a70cbb367a5 /doc | |
parent | 016564a920683a7ef1957cc7cb025b70664e054d (diff) |
Mention LDLIBS in addition to LIBS as analogous to *.libs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.cli | 6 |
1 files 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 |